@charset "utf-8";

*{ 
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;
}

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;
}


/******************************************************************** Float containers fix
===================================================================== a.k.a. clearfix */

/******************** exp IE
*/
#container:after,
#sec-01:after,
#sec-02:after,
#sec-03:after,
#sec-04:after,
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/******************** for IE
Level 2.1*/
#container,
#sec-01,
#sec-02,
#sec-03,
#sec-04,
.clearfix { display: inline-block;}  

/* Holly Hack Targets IE Win only \*/
* html #footer,
* html #container,
* html #sec-01,
* html #sec-02,
* html #sec-03,
* html #sec-04,
* html .clearfix { height: 1%;}
#footer,
#container,
#sec-01,
#sec-02,
#sec-03,
#sec-04,
.clearfix { display: block;}
/* End Holly Hack */


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

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

.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;}

.pb0 {padding-bottom:0px !important;}

.bold{
	font-weight:bold;
}
.large{
	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;
}
/******************************************************************** print styles
*/

@media print{

 width: 768px;
 
}
