@charset "utf-8";

@import url("../../css/base.css");
@import url("../../css/common.css");
@import url("../../css/midashi.css");

/* subpage CSS  */
/*float clear*/
.clearfix {zoom:1;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}


/*color,commontag*/
html {
	height: auto;
	background: #FFF url(../../img/common/background-aboutus.jpg) no-repeat center top;
}
ul {
	list-style-type: none;
}

/* one clomn */
.long .main{
	float: none;
	width:100%;
	clear:both;
}

/*_________________________________________________________________*/

/*layout setting*/
#main{
	position:relative;
}
.main h1{
	position:relative;
	z-index:1;
}
#mainimage {
	position: relative;
	z-index: 0;
	float: left;
}
#mainimage img{
	max-width:100%;
	height:auto;
	width:100%\9;
}
#hukidashi {
	float: right;
	position:relative;
	z-index:5;
	width:52%;
	
}
#hukidashi img{
	max-width:100%;
	height:auto;
	width:100%\9;
}
.rightLayout #hukidashiSubtext {
	float: right;
	clear: both;
}

/*_________________________________________________________________*/

/*summarybox*/
#summary{
	position:relative;
	z-index:5;
}

/*rightLayout Setting*/
.rightLayout #summary{
	float: right;
	clear:both;
}

/*centerLayout Setting*/
.centerLayout #summary{
	clear: both;
	float: none;
	width: 100%;
}
/*centerLayout Setting*/
.long .centerLayout #summary{
	clear: both;
	float: none;
	width: 95%;
	margin:0 auto;
}

/*_________________________________________________________________*/

#summary.wn .merit {
	background:none;
	padding:7px;
	position: relative;
	z-index: 1;
}
#summary.wn .merit .inner  {
	padding: 1em;
	background: none;
}

#summary.wa .merit {
	background:#FFF;
	padding:3px;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border-radius: .8em;
	border: 4px double #fff;
	background: #600;
	position: relative;
	z-index: 1;

}
#summary.wa .merit .inner  {
	padding: 1em;
	background: #fff;
	border-radius: .4em;
	border-color: #600;
}
@media all and (max-width: 954px){
}
@media all and (max-width:740px){
#summary{
	width:100%;
	float:none;
	clear:both;
}
#summary.wa .merit .inner  {
	padding: 1%;
}
}
/*_________________________________________________________________*/

.title01 {
	font-weight: bold;
	color: #023404;
	background: url(../img/c-img01.png) no-repeat;
	height: 75px;
	position: relative;
	padding-left: 90px;
	z-index: 8;
	margin-top: -75px;
}
.title01 span {
	display: block;
	padding-top: 20px;
}
.title02 {
	font-weight: bold;
	color: #023404;
	background: url(../img/c-img01.png) no-repeat left bottom;
	height: 70px;
	padding-left: 70px;
	z-index: 8;
	border-bottom: 2px dotted #0C3D0C;
	position: relative;
	margin-top: -40px;
	margin-bottom: 5px;
}
.title02 span {
	padding-top: 37px;
	display: block;
}
.title03{
	background: url(../img/sub-midashiBack01.png) no-repeat;
	height: 72px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	z-index: 15;
	width: 361px;
	margin-right: auto;
	margin-left: auto;
}
.title03 span {
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 35px;
}
.title04{
	color:  #023404;
	font-weight: bold;
	font-size: 1.5em;
	border-bottom: 2px dotted #600;
	background: url(../../img/subcommon/iconTeeth.gif) no-repeat left center;
	padding-left: 28px;
	height: 30px;
	margin:0 0 0.7em 0;
}
.title04 span{
	display:block;
	padding:3px 0 0 0;
}
@media all and (max-width: 954px){
.title01,.title02,.title03,.title04 {
	font-size:120%;
}


}
@media all and (max-width:740px){
.title01,.title02,.title03,.title04 {
	font-size:110%;
	height:auto;
	min-height:30px;
}
.title01 ,.title02,.title03,.title04{
	width:100%;
	color:  #023404;
	font-weight: bold;
	border-bottom: 2px dotted #023404;
	background: url(../../img/subcommon/iconTeeth.gif) no-repeat left center;
	padding-left: 28px;
	height:auto;
	min-height:30px;
	margin:0 0 0.7em 0;
	background-color:rgba(255,255,255,0.5);	
}
.title01 span,.title02 span,.title03 span,.title04 span{
	display:block;
	padding:3px 0 0 0;
	text-align:left;
}

}
