@charset "utf-8";
/* info CSS */

body { color:#FFFFFF; }

section.container { margin:10px 0; }
.tl_round {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background:#251D1A;
	color:#FFFFFF;
}
.tl_round h2 {
	color:#FFFFFF;
	padding:10px;
	text-shadow:1px 1px 1px #000000;
	font-size:28px;
}
.inner {
	background:#FFFFFF;
	color:#000000;
	font-size:26px;
	padding:10px;
	line-height:1.4;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.cnt_round { }
.tx_theme01{ display:none;}
dl.dflist01 dt {
	font-size:28px;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom: #990000 solid 3px;
}
ul#listview { margin-bottom:10px; }
ul#listview li.a {
	background:#333333;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	color:#FFFFFF;
	padding:3px;
}
ul#listview li.d {
	background:#EFEfEF;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	color:#000000;
	padding:3px;
	border:solid 1px #999999;
}
table01 th { white-space:nowrap; }
/*電話ボタン*/
.othBtn { margin:5px; }
.othBtn a {
	display: block;
	padding: 5px 0;
	text-align:center;
	-webkit-border-radius: 5px;
	border-top: 1px solid #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(99%, #ccc));
	color:#69308d;
	text-decoration:none;
	-webkit-box-shadow: 0 1px 3px #303;
	margin:0 auto;
	font-size:28px;
}
.othBtn a:vlink {
color:#69308d;
}

/*Tab*/
.list_tab {
	text-align: center;
	list-style: none;
	margin-bottom: 0px;
	margin-top:15px;
	padding: 0;
	line-height: 24px;
	width:100%;
	position:relative;
}
.list_tab{ position: relative;}
.list_tab li {
	width:114px;
	margin-right:5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border:solid 1px #916BA9;
	float:left;
}

#putBtn{
	text-align : center ;
}


.list_tab li a{
	text-decoration:none;
	display:block;
	background: #916BA9;
	background: -moz-linear-gradient(top, #916BA9 0%, #69308d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#916BA9), color-stop(100%,#69308d));
	background: -webkit-linear-gradient(top, #916BA9 0%,#69308d 100%);
	background: -o-linear-gradient(top, #916BA9 0%,#69308d 100%);
	background: -ms-linear-gradient(top, #916BA9 0%,#69308d 100%);
	background: linear-gradient(top, #916BA9 0%,#69308d 100%);
	font-size:24px;
	padding:10px 3px;
	min-height:30px;
	color:#FFF;
}
.list_tab li a:hover{ background:#69308d;}

.list_tab li.active{ margin-bottom:-1px; border:solid 1px #FFF;}
.list_tab li.active a{ background:#FFF; color:#333;}
.list_tab li.last{ margin-right:0; }
