@charset "utf-8";
/* CSS Document */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:1.6;
	color:#333;
	background:#fff;
}


/*Main Visual*/

#containerMainvisual_B{
	width:100%;
	border-top:3px solid #3399cc;
	border-bottom:3px solid #3399cc;
}

#mainVisual_B{
	width:1340px;
	margin:0 auto;
	position:relative;
}
#title_MV{
	width:250px;
	background:rgba( 51,153,204,0.90);
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:24px;
	position:absolute;
	top: 25px;
	left: 0px;
	padding:0px 5px;
}




.box_contents{
	width:1340px;
	margin:0 auto;

}
/*about us*/
#container_about_us{
	width:1340px;
	background:#fff;
	padding-bottom:100px;
	margin:0 auto;
}


.subTitle{
	border-bottom:3px solid #3399cc;
	width:1340px;
	font-size:26px;
	line-height:30px;
	margin:30px 0 30px;
	}

.one_para{
	width:1340px;
	float:left;
}
.box_explain{
	width:690px;
	float:left;
}
.one_para img{
	float:left;
	margin-left:50px;
}


@media screen and (max-width:480px){
	
#breadcrumbs{
	display:none;
}

#mainVisual_B{
	width:100%;
}
#mainVisual_B img{
	width:100%;
	height:auto;
}
#title_MV{
	position:absolute;
	top: 10%;
	left: 0px;
	font-size:100%;
	width:60%;
	line-height:100%;
}
#container_about_us{
	width:100%;
}
.one_para{
	width:100%;
}
.subTitle{
	width:100%;
	font-size:120%;
	padding-left:2%;
	margin:5% 0% 2%;
}
.box_explain{
	width:100%;
}
.box_explain p{
	font-size:90%;
	padding:0% 3%;
	line-height:150%;
}
.one_para img{
	width:100%;
	height:auto;
	margin:3% 0% 2% 0%;
}
#logo{
	width:90%;
	height:auto;
	margin:5% 0% 2% 3%;
}
#contact{
	width:100%;
	margin-left:2%;
}

}














