@charset "UTF-8";
/* CSS Document */

.pic_right{
	width: 380px;
	float:right;
}
.pic_left{
	width: 360px;
	float:left;
}

.pic_right img,.pic_left img{
	width: 100%;
}


.txt_right{
	width: 360px;
	float:right;
}
.txt_left{
	width: 330px;
	background:url(../about_entry/images/img_voice_name.png) no-repeat left 40px;
	background-size:245px;
	padding:110px 0 0 0;
	float:left;
}

.voice{
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	margin:0 0 60px;
}

.voice_line{
	border-top:#CACECB solid 1px;
	padding:15px 0 0 0;
}

.info_box{
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	margin:0 0 50px;
	clear:both;
}

.info_title{
	width: 100%;
	color:#12662A;
	font-size:22px;
	background-color:#F9F7EF;
	padding:13px 0;
	margin:0 0 15px;
}
.info_title .info_title2{
	padding:0 0 0 5px;
	line-height:1.2em;
}
.info_box p {
	padding:0 13px;
}



/******************************************************************************************************/



@media only screen and (max-width:1000px){
	
.pic_right{
	width: 100%;
	float:none;
}
.pic_left{
	width: 100%;
	float:none;
}

.pic_right img,.pic_left img{
	width: 100%;
	margin:0 0 20px;
}


.txt_right{
	width: 100%;
	float:none;
}
.txt_left{
	width: 100%;
	float:none;
	background:url(../about_entry/images/img_voice_name.png) no-repeat left 10px;
	background-size:180px;
	padding:60px 0 0 0;
}

.voice{
	 -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	margin:0 0 20px;
}

.voice_line{
	border-top:#CACECB solid 1px;
	padding:10px 0 0 0;
}

.info_box{
	margin:0 0 20px;
	clear:both;
}

.info_title{
	width: 100%;
	color:#12662A;
	font-size:16px;
	margin:0 0 0.5em;
}

.info_box p {
	padding:0 5px;
}


}


