@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .comManvis {
	background-image: url(../img/meeting/main_img.jpg);
}

.comTabBox .imgBox {
	margin: 0 15px 0 0;
}

#main .imgBox .photo {
	margin-top: 6px;
	width: 380px;
	float: left;
}

#main .imgBox .photo img{
	display: block;
	max-width: 100%;
}
#main .imgBox .photo img:not(:first-child){
	margin-top: 1em;
}

#main .imgBox .textBox {
	width:330px;
	float:right;
}

.headLine02 {
	margin-bottom: 27px;
}
.headLine02:not(:first-child) {
	margin-top: 2em;
}

.comTabBox {
	margin-bottom: 115px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}



@media screen and (max-width: 767px) {
	
	#main .imgBox .photo {
		margin-bottom: 20px;
		width: auto;
		float: none;
	}
	
	#main .imgBox .textBox {
		width: auto;
		float: none;
	}
}
