@charset "shift_jis";
/* CSS Document */
.wrapper {
	width: auto;
	padding: 10px;
}
/*--------------------------------
headline
--------------------------------*/
.headline01 {
	padding: 5px 10px;
	background: #EDE4CD;
	border-bottom: 1px solid #752100;
	color: #333;
	clear: both;
	font-size: 1.2em;
}
.headline02 {
	padding: 0 0 0 5px;
	border-left: 3px solid #752100;
}
/*--------------------------------
tab
--------------------------------*/
.disnon {
	  display: none;
}
#tab {
	border-bottom: 2px solid #752100;
}
#tab li {
	float: left;
	width: 18%;
	margin: 0 0px 0 10px;
	padding: 15px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	text-align: center;
	color: #333;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	cursor: pointer;
	list-style: none;
	font-size: 1.4em;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}
/*#tab li:hover {
	background: #F6BFBC;
}*/
#tab li.select{
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #752100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(100%,#752100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#752100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#752100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#752100 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#752100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#752100',GradientType=0 ); /* IE6-9 */
	border-top: solid 1px #752100;
	border-left: solid 1px #752100;
	border-right: solid 1px #752100;
	color: #fff;
}
.fll {
	float: left;
}
.place {
	padding: 0 0 20px;
	border-bottom: solid 1px #aaa;
}
.sponsor_t {
	clear:both;
}
/*--------------------------------
table
--------------------------------*/
.area01 {
	width: 49%;
	margin: 0 0 30px;
}
.area01 table {
	width: 100%;
}
.area01 table tr td {
	padding: 15px;
	border: solid 1px #ddd;
	vertical-align: middle;
}

#ms_main{
font-size:1.5em;
}

a {
color:#10418f;
text-decoration:none;
}
a:link {
color:#10418f;
}
a:visited {
color:#79349d;
}
a:hover {
color:#b0230c;
text-decoration:underline;
}

h2{
background: #ffffff;
padding:5px;
font-weight:bold;
margin-bottom:20px;
}
/*--------------------------------
info_btn
--------------------------------*/

.info_head {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	margin: 20px 0 60px 0;
}
.info_btn li {
	float: left;
	width: 32%;
	margin: 0 1% 1% 0;
	border:1px solid #25729a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #3093c7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
	background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
	background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
	background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
	text-align: center;
}
.info_btn li div {
	display: block;
	padding: 30px 0;
	/*font-family: arial, helvetica, sans-serif;*/
	text-decoration:none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	font-size: 18px;
	color: #FFFFFF;	
	cursor: pointer;
}
.pob {
	position: absolute;
	width: auto;
	bottom: 0;
}
.reft{
font-size:1.5em;
font-weight:bold;
color:#146bc1;
}