body{
	background: url(../../pageparts/yokota/bg.jpg) repeat;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 24px;
}

#container{
	background: url(../../pageparts/yokota/bg_container.jpg) no-repeat center top;
	padding: 15px;
}

header{
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 340px;
}

header h1 a{
	position: absolute;
	width: 227px;
	height: 73px;
	text-indent: -9999px;
	float: left;
}

header aside{
	float: right;
}

#content{
	width: 900px;
	margin: 0 auto;
}

section.box{
	margin-bottom: 20px;

}

#content section hgroup{
	/*background: url(../../pageparts/yokota/icon.png) no-repeat 0 50%;*/
	/*padding-left: 90px;*/
	height: 80px;
}
#content section h3{
	margin-bottom: 10px;
}

#content section h4{
	font-weight: bold;
	font-size: 20px;
	color: #063a91;
	margin-bottom: 15px;
}

section.box p{
	line-height: 28px;
}

.lead{
	font-weight: bold;
	font-size: 14px;
}

.lead span{
	color: #cc2323;
}

.inner_box{
	margin: 10px 0px;
}

.photo{
	width: 305px;
	float: left;
}


.box_schedule{
	background: #fff;
	-moz-box-shadow: 0px 3px 2px #cfcfcf;
	-webkit-box-shadow: 0px 3px 2px #cfcfcf;
	-o-box-shadow: 0px 3px 2px #cfcfcf;
	box-shadow: 0px 3px 2px #cfcfcf;
	border:1px solid #ccc;
	float: left;
	margin-left: 20px;
	width: 550px;

}

.box_schedule table{
	font-size: 12px;

}

.box_schedule table tr th{
	padding: 5px;
	border-right: 1px solid #ccc;
	width: 50px;
}

.box_schedule table tr td{
	padding: 5px;
	line-height: 20px;
	border-bottom:1px dotted #ccc;
}


.box_schedule table tr td.last{
	padding: 5px;
	line-height: 20px;
	border-bottom:none;
}


#require{
	clear: both;
	padding: 10px 0px;
}

#require p{
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

#box_contact{
	border: 3px solid #ccc;
	padding: 15px 5px;
	margin-bottom: 30px;
}

#box_contact dl{
	width: 490px;
	margin: 0 auto;
}

#box_contact dl dt{
	font-size: 24px;
	font-weight: bold;
	color: #910606;
	float: left;
	width: 160px;
	margin: 10px 0 0 0px
}

#box_contact dl dd{
	font-size: 24px;
	font-weight: bold;
	color: #910606;
	line-height: 20px;
}

#box_contact dl dd span{
	font-size: 14px;
}



/*float解除*/

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

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#box-a{
  width: 600px;
  float: right;
}

#box-b{
  width: 200px;
  float: left;
}

footer{
	border-top:5px solid #61a021;
	padding: 15px 0 20px 0px;
}

footer small{
	width: 960px;
	display: block;
	text-align: right;
	margin: 0 auto;
	font-size: 12px;
}

.fntRed{
	color: #ff0000;
}

.strong{
	background: #ff0000;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 15px;
}

.btnPdf{
    text-align: center;
    width: 400px;
    margin: 0 auto;
}
.btnPdf a{
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: rgb(255,48,25); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
}


