@charset "utf-8";
/*
 html5doctor.com Reset Stylesheet v1.6.1
 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com http://html5doctor.com/html-5-reset-stylesheet/ Twitter: @rich_clark
*/
*{ 
margin: 0;
padding: 0;
font-size: 1em;
font-style: normal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}


body {
	/* overflow-y: scroll; */
	cursor: auto;
}

img{
	border:none;
	margin: 0;
	padding: 0;
	vertical-align:bottom;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

/******************************************************************** link
*/
a {color:#0869B1;}
a:link,
a:visited,
a:active {
	text-decoration: none;
	color:#0869B1;
}

a:hover {
	text-decoration: underline;
	color:#0869B1;
	
}
a:focus{
overflow:hidden;
}

/******************************************************************** universal
*/

.aL { text-align: left !important;}
.aC { text-align: center !important;}
.aR { text-align: right !important;}
.fR { float: right !important;}
.fL { float: left !important;}

.mb0 {margin-bottom:0px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb80 {margin-bottom:80px !important;}
.mb100 {margin-bottom:100px !important;}

.mt0 {margin-top:0px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt80 {margin-top:80px !important;}
.mt100 {margin-top:100px !important;}

.mr0 {margin-right:0px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}
.mr80 {margin-right:80px !important;}
.mr100 {margin-right:100px !important;}

.ml0 {margin-left:0px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.ml80 {margin-left:80px !important;}
.ml100 {margin-left:100px !important;}
.ml150 {margin-left:150px !important;}
.ml200 {margin-left:200px !important;}
.ml250 {margin-left:250px !important;}
.ml300 {margin-left:300px !important;}
.ml350 {margin-left:350px !important;}
.ml400 {margin-left:400px !important;}

.pt0 {padding-top:0px !important;}
.pb0 {padding-bottom:0px !important;}
.pl0 {padding-left:0px !important;}
.pr0 {padding-right:0px !important;}

.bold{
	font-weight:bold;
}
.large{
	font-size:110%;
}
.large2{
	font-size:110%;
}
.mini{
	font-size:84%;
}
.red{
	color:red;
}
.red2{
	color:#CC0000;
}
.red_b{
	color:#CC0000;
	font-weight:bold;
}
.blue{
	color:blue;
}
.brown{
	color:#600;
}
/* 写真左寄せ */
.img_l {
	margin: 0 15px 10px 0;
	float: left;
}
.img_l2 {
	margin: 0 15px 0 0;
	float: left;
}

/* 写真右寄せ */
.img_r {
	margin: 0 0 10px 15px;
	float: right;
}
.img_r2 {
	margin: 0 0 0 15px;
	float: right;
}

p.photoTxt {
	line-height: 1.8;
	overflow: hidden;
	_zoom: 1;
}
/*
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
*/
/******************************************************************** font
*/
.attent{
	font-weight:bold;
	color:#F60;
}


/******************************************************************** clearfix
*/

.clearfix {
    zoom: 1;/*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
    content:".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix{

  overflow:hidden;

}

* html .clearfix {
	display: inline-table;
	/*\*/display:block;/**/
}

.clearfix2 {
    zoom: 1;/*for IE 5.5-7*/
}
.clearfix2:after {/*for modern browser*/
    content:".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}


* html .clearfix2 {
	display: inline-table;
	/*\*/display:block;/**/
}
.clear {
    clear: both;
}

