@charset "utf-8";
/* CSS Document */

#mainvisual img{
	width: 100%;
	vertical-align:bottom;
	
}




/*contents
================================================== */
#contents{
	width: 100%;
	background:url(../img/admission/tuition/p_05.gif);
	padding:20px 0 80px;
}
.pic img{
	width:100%;
}


.photo{
	width:96%;
	margin:0 auto;
}
.tableArea{
    width:100%;/* 最大90%の領域内で要素をおさめる */
    
    overflow:auto;/*枠からはみ出たらスクロールさせる、はみ出なかった場合は何もしない*/
}