@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
html, body, div, span, iframe, h1, h2, h3, p, a, img, dl, dt, dd, ol, ul, li, footer, header, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border:none;
	vertical-align: bottom;
	max-width:100%;
}

html {
	height:100%;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:focus {
	outline:none;
}

body {
	transition-duration: 0.8s;
	transition-property: opacity;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-family:'Mplus 1p',Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"ヒラギノ角ゴ Pro W3" ,"メイリオ" , Meiryo ,  "游ゴシック体" ,"游ゴシック" , "Yu Gothic" , "YuGothic" ,  "Meiryo UI" , sans-serif;
	background-color: #fff;
}
img {
	vertical-align: top;
	border: none;
}
ul { list-style-type: none; margin: 0px; padding: 0px 0px 0px 0px; }
li { margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6,p{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
}
/* Clear space */
.clear_b{
	clear: both;
}
.clear_b6{
	clear: both;
	height: 6px;
}
.clear_b8{
	clear: both;
	height: 8px;
}
.clear_b10{
	clear: both;
	height: 10px;
}
.clear_b16{
	clear: both;
	height: 16px;
}
.clear_b40{
	clear: both;
	height: 40px;
}
.clear_b50{
	clear: both;
	height: 50px;
}
.clear_b60{
	clear: both;
	height: 60px;
}
.clear_b120{
	clear: both;
	height: 120px;
}
.clear_b130{
	clear: both;
	height: 130px;
}
.clear_b140{
	clear: both;
	height: 140px;
}
.clear_b180{
	clear: both;
	height: 180px;
}
.clear_b200{
	clear: both;
	height: 200px;
}
.clear_b216{
	clear: both;
	height: 216px;
}
.clear_b8_line{
	border-top:solid #CCC 1px;
	clear: both;
	height: 8px;
}
/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}
.float_l{
	float:left;
}
.float_r{
	float:right;
}

.tx12{
	font-size:12px;
}
.tx14{
	font-size:14px;
}
.bold{
	font-weight:bold;
}
#wrapper{
	width: 980px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
		text-align: left;
}
/* バナー */
#banner{
	width: 996px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background: #453129; */
	margin-top: 8px;
}
#banner img{
	margin-right:8px;
	float:left;
	margin-bottom:8px;
}


.pd10{padding: 10px;}
.tc{text-align: center;}
.hidden{ display: none; }
