@charset "UTF-8";
/*
----------
base.css
----------
*/

/**/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;/*vertical-align:baseline;*/}
strong{margin:0;padding:0;border:0;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{line-height:1;}ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}


/**/
body {
	 margin: 0; padding: 0; color: #222; font-size : 14px; line-height:1.6;
	 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 background:url(../images/bg.png) repeat center top;
}

h1,h2,h3,h4,h5,h6 { margin-bottom:8px; font-weight:bold}
 p{ margin-bottom:8px}
 
a:link,
a:visited{color:#3eb3ed}
a:hover,
a:active{color: #777;}






/*
inner
*/
.inner:after
{
content:"";
height:0;
display:block;
clear:both;
}
.inner
{
_zoom:1;
}


.inner{
width: 100%;
max-width: 940px;
margin:0 auto;
text-align:left;
 }
  
.v-m{ vertical-align: middle}
.v-tb{ vertical-align: text-bottom}
  
  
.fr{
float:right; }
.fl{
float:left; }


.fr-img10{
float:right; margin-left:10px}
.fl-img10{
float:left; margin-right:10px }
.fr-img20{
float:right; margin-left:20px}
.fl-img20{
float:left; margin-right:20px }


.mt10{ margin-top:10px}
.mb5{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mt20{ margin-top:20px}
.mb20{ margin-bottom:20px}
.mb40{ margin-bottom:40px}

.w100per{ width:100%}
.w50per{ width:50%}
	
.cb{clear:both}

.red{ color:#FF0000}

.p-2em{ text-indent:2em}/*段落のとき中国語は2マス下げる*/

.blank a:after{
	content:"│";
}/*使用場所確認*/



@media only screen and (max-width: 960px) {

.inner{
width: 100%;
max-width: 94%;
margin:0 auto;
text-align:left;
padding:10px 0
 }
}

@media only screen and (max-width: 767px) {}





