@charset "utf-8";

/* ----------------------------------------
reset
---------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
ul{
    list-style:none;
}
fieldset, img{
     border:0;
	 vertical-align:bottom;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

strong{
	font-weight:bold;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.clear{
	clear:both;
}

/* ----------------------------------------
clearfix
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ----------------------------------------
style
---------------------------------------- */
body{
	font-size:14px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#333;
	background:#E6E6DD;
	line-height:1.5em;
}
#wrapper{
	width:1000px;
	margin:0 auto;
}
#header{
	position:relative;
	margin:20px 0;
}
ul#header-r{
	position:absolute;
	width:300px;
	height:100px;
	right:0;
	top:0;
}
ul#header-r li{
	float:left;
}
h1{
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	text-align:left;
}
#content .contL{
	float:left;
	width:200px;
	margin-right:40px;
}
.contL h3{
	background:#146CA7;
	color:#FFF;
	border-left:0.4em solid #F4A22C;
	padding:0.4em;
	font-size:18px;
	border-radius:0 100px 100px 0;
}
.category{
	margin-bottom:20px;
}
.category li a{
	display:block;
	background:#FFF;
	margin-top:3px;
	padding:5px 10px;
	border-radius:0 100px 100px 0;
}
.category li a:hover{
	background:#EEE;
	text-decoration:none;
}


#content .contR{
	float:left;
	width:760px;
}
.contR h2{
	background:#146CA7;
	color:#FFF;
	border-left:0.5em solid #F4A22C;
	padding:0.8em;
	margin-bottom:20px;
	border-radius:0 100px 100px 0;
}
.contR h3{
	font-size:1.5em;
	margin-bottom:10px;
}
.contR p{
	margin-bottom:20px;
}


.inner{
	padding:20px;
	background:#FFF;
	border-radius:10px;
}

.inner-child{
	padding:0 20px 20px 20px;
}

.waku-red{
	border:1px solid #F00;
	padding:10px;
}

ul.lineup{
	margin-bottom:20px;
	margin-right:-10px;
}
ul.lineup li{
	float:left;
	margin-right:10px;
}

#footer{
	text-align:center;
	font-size:20px;
	background-color:#146CA7;
	color:#FFF;
	margin-top:40px;
	padding:30px 0;
}
#footer .foottel{
	font-size:50px;
	font-weight:bold;
}

span.tel{
	color:#146CA7;
	font-size:30px;
	font-weight:bold;
	line-height:1.5em;
}

.t01{border-spacing:0;border-collapse:collapse;}
.t01 th,.t01 td{padding:5px 10px; text-align:left;}
.t01 th{font-weight:bold;}
.t01 tr:nth-child(even) th{background:#566ABC;}
.t01 td{background:#FFFFFF;color:#000000;font-weight:normal;}
.t01 tr:nth-child(even) td{background:#FFFADF;}

table.t02{
	border-collapse:collapse;
	border:none;
}
table.t02 th{
	text-align:left;
	padding:5px;
	background-color:#FFD;
	border:1px solid #B2B2B2;
}
table.t02 td{
	text-align:left;
	padding:5px;
	background-color:#FFF;
	border:1px solid #B2B2B2;
}

.spaceB10{
	margin-bottom:10px;
}
.spaceB20{
	margin-bottom:20px;
}
.spaceB30{
	margin-bottom:30px;
}

.tx_center{
	text-align:center;
}
	