@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: auto;
	text-align: center;
	line-height: 150%;
	letter-spacing: 0.1em;
	color: #000;
	font-size: 18px;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	background-image: url(../images/topbg.jpg);
	background-repeat: repeat-x;
}
body#top {
	background-color: #fff;
}

.date {font-size:11px;
		color: #1111cd;
		padding-left:5px;
}

.inner {
	width:900px;
	margin:0px auto;
}


img {vetical-align: top;}

#wrapper {
	top: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;

}
#wrapper img {margin:0;padding:0;}



#header {
	width: 900px;
	height:150px;
	margin: 0px auto;
}


#header h1 {
	font-size: 30px;
	padding: 1em 0;
	line-height :1.5;
}
h2 {	font-size: 24px;
	padding: 1em 0;
	line-height :1.5;
}


#container {
		margin:0 auto;
}


.staffBox {
	border-top:1px dotted #fff;
	padding:10px;
	width:600px;
}

.line { padding:30px 0px;}



#footer {
		margin-top:50px;
}
#footer {
	padding: 1em;
	font-size: 12px;
	color: #fff;
	background-color: #ff8f00;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.mobile_only {display:none;}
.pc_only {display:block;}



a:link {color:#009fff;text-decoration:none;}
a:visited {color: #009fff;text-decoration:none;}
a:hover {
		color: #ff5500;
		text-decoration:underline;
}
.encent_mL {text-align: center;}





.wid10 {width:10%;}.wid10_m100 {width:10%;}
.wid15 {width:15%;}.wid15_m100 {width:15%;}
.wid20 {width:20%;}.wid20_m100 {width:20%;}
.wid25 {width:25%;}.wid25_m100 {width:25%;}
.wid30 {width:30%;}.wid30_m100 {width:30%;}
.wid33 {width:33%;}.wid33_m100 {width:33%;}
.wid35 {width:35%;}.wid35_m100 {width:35%;}
.wid40 {width:40%;}.wid40_m100 {width:40%;}
.wid45 {width:45%;}.wid45_m100 {width:45%;}
.wid48 {width:48%;}.wid48_m100 {width:48%;}
.wid50 {width:50%;}.wid50_m100 {width:50%;}
.wid55 {width:55%;}.wid55_m100 {width:55%;}
.wid58 {width:58%;}.wid58_m100 {width:58%;}
.wid60 {width:60%;}.wid60_m100 {width:60%;}
.wid65 {width:65%;}.wid65_m100 {width:65%;}
.wid70 {width:70%;}.wid70_m100 {width:70%;}
.wid75 {width:75%;}.wid75_m100 {width:75%;}
.wid80 {width:80%;}.wid80_m100 {width:80%;}
.wid85 {width:85%;}.wid85_m100 {width:85%;}
.wid90 {width:90%;}.wid90_m100 {width:90%;}
.wid95 {width:95%;}.wid95_m100 {width:95%;}
.wid100 {width:100%;}





@media screen and (max-width:760px){
.inner {width:96%;margin-right:auto;margin-left:auto;}
body {font-size: 16px;}
#header {width: 100%;	height:auto;}
#container {width: 100%;}
.staffBox {width:100%;}
.pdt30 {padding-top: 15px;}

.mobile_only {display:block;}
.pc_only {display:none;}
.encent_mL {text-align:left;}
}



