@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#gNavi .navi01 a .en {
	border-bottom-color: #FF339A;
}

#main .imgBox {
	padding: 75px 0 70px;
	background: url(../img/common/bg01.jpg) repeat left top;
}

#main .imgBox .content {
	width: 920px;
}

#main .imgBox .textBox {
	width: 595px;
	float: left;
}

#main .imgBox .textBox p {
	font-size: 17px;
	line-height: 2;
	text-align: justify;
}

#main .imgBox .photoBox {
	margin-top: 5px;
	float: right;
}
#main .photoBox span{
	float: right;
}
@media all and (min-width: 0) and (max-width: 767px) {
	#main .imgBox {
		padding: 42px 20px 50px;
		background-size: 23px auto; 
	}
	
	#main .imgBox .content {
		width: auto;
	}
	
	#main .imgBox .textBox {
		width: auto;
		float: none;
	}
	
	#main .imgBox .textBox p {
		font-size: 16px;
		line-height: 1.75;
	}
	
	#main .imgBox .photoBox {
		margin: 41px 12.9% 0;
		float: none;
		text-align: center;
	}
	
	#main .imgBox .photoBox img {
		max-width: 100%;
	}
}
