@charset "utf-8";
/* CSS Document */

/*/========== BASE ==========/*/
body,h1,h2,h3,p,table,tr,th,td,quote,small,form,input,ul,li,ol,label,hr,dl,dt,dd,figure {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 1.7em;
	text-decoration: none;
	color: #FFF;
	background-attachment: fixed;
	background-image: url(../img/bg_body.jpg);
}
img {
  border:none;
}
.clear {  
  clear: both;   
}
a {
	color: #DADF00;
	text-decoration: none;  
}
a:hover {
	text-decoration: underline;  
}
.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 */



/*/========== HEADER ==========/*/
header {
	width: 100%;
	height: 150px;
	background-image: url(../img/bg_header_01.jpg);
	background-repeat: repeat-x;
}
header div {
	width: 1000px;
	height: 150px;
	margin: 0 auto;
	background-image: url(../img/bg_header_02.jpg);
}
header div figure {
	width: 200px;
	margin: 0 auto;
	padding: 20px; 
}



/*/========== CONTENTS ==========/*/
article {
	width: 1000px;
	margin: 0 auto;
}
article figure {}
article section {
	margin-bottom: 50px;
}
article section h1 {
	width: 850px;
	margin: 0 auto 10px auto;
}
article section p.date {
	width: 580px;
	font-size: 150%;
	text-align: center;
	border: solid 1px #FFF;
	margin: 0 auto 50px auto;
	padding: 15px 0 12px 0;
}
article section p.catch {
	width:850px;
	margin: 0 auto 20px auto;
	text-align:center;
}
article section p.title {
	width: 900px;
	font-size: 130%;
	text-align: center;
	line-height: 1.5em;
	margin: 0 auto 20px auto;
}
article section h2 {
	width: 750px;
	font-size: 180%;
	text-align: center;
	line-height: 1.7em;
	color: #000;
	background-color: #FFF;
	border-radius: 22px 22px 22px 22px;
	margin: 0 auto 40px auto;
}
article section div.wrap {}
article section div.wrap p.text {
	width: 540px;
	float: left;
	color: #8FC31F;
	line-height: 1.7em;
	padding-top: 25px;
}
article section figure {
	width: 1000px;
	margin:0 auto;
}
article section p.time {
	width: 900px;
	font-size: 90%;
	text-align: center;
	line-height: 1.5em;
	border: solid 1px #FFF;
	margin: 20px auto 0 auto;
	padding: 8px 0 8px 0;
}
article section p.small {
	width: 900px;
	font-size: 85%;
	text-align: right;
	margin: 0 auto;
}
article section.plan {}
article section.plan h2 {
	width: 450px;
	font-size: 120%;
	text-align: center;
	line-height: 1.7em;
	color: #FFF;
	background-color: transparent;
	border-radius: 0;
	border-bottom: solid 1px #FFF;
	margin: 0 auto 25px auto;
}
article section.plan p {
	width: 900px;
	text-align: center;
	line-height: 1.7em;
	color: #FFF;
	margin: 0 auto;
}
article section.plan div.wrap {
	width: 700px;
	margin: 0 auto;
}
article section.plan div.wrap a:hover {
	text-decoration: none;
}
article section.plan div.wrap div.left-btn {
	width: 300px;
	float: left;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	color: #FFF;
	border-radius: 25px 25px 25px 25px;
	border: solid 1px #FFF;
}
article section.plan div.wrap div.right-btn {
	width: 300px;
	float: right;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	color: #FFF;
	border-radius: 25px 25px 25px 25px;
	border: solid 1px #FFF;
}
article section.plan div.wrap div.center-btn {
	width: 500px;
	margin: 0 auto;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height: 2.5em;
	color: #FFF;
	border-radius: 25px 25px 25px 25px;
	border: solid 1px #FFF;
}
article section.plan div.wrap div:hover {
	background-color: #DADF00;
	color: #000;
	border: none;
	border: solid 1px #DADF00;
}


/*/========== FOOTER ==========/*/
footer {
	width: 100%;
	height: 100px;
	background-image: url(../img/bg_footer_01.jpg);
	background-repeat: repeat-x;
}
footer div {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	background-image: url(../img/bg_footer_02.jpg);
}
footer div figure {
	width: 150px;
	margin: 0 auto;
	padding-top: 20px; 
}
