@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi02 a img {
	visibility: hidden;
}

#gNavi li:nth-child(2) .subList li:nth-child(3) a {
    background: url(../img/common/g_sub_navi07_over.gif) no-repeat left top;
}

#gNavi li:nth-child(2) .subList li:nth-child(3) a img{
    visibility: hidden;
}


.pageTitle {
	margin-bottom: 68px;
	background: url(../img/gaku/page_title_bg.jpg) no-repeat center top;
	background-size: cover;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/gaku/page_title_bg.jpg',  sizingMethod='scale');
}

#main {
	margin-bottom: 0;
	width: auto;
}

#main .comInformation {
	margin-bottom: 100px;
}

#main .wrap {
	padding: 62px 0 100px;
}

#main .wrap .headLine02 {
	margin-bottom: 33px;
}

#main .comFlow .subFlow .bottomBox .number {
	padding: 35px 0 13px 0;
	background: #999 url(../img/common/com_arrow04.gif) no-repeat left bottom;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.pageTitle {
		margin-bottom: 40px;
		background: url(../img/gaku/sp_page_title_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	
	#main {
		margin: 0;
		color: #000;
	}
	
	#main .comInformation {
		margin-bottom: 50px;
	}
	
	#main .wrap {
		padding: 39px 0 50px;
	}
	
	#main .wrap .headLine02 {
		margin-bottom: 21px;
	}
	
	#main .comFlow .subFlow .bottomBox .number {
		background: #999 url(../img/common/com_arrow04.gif) no-repeat left bottom;
		background-size: 38px 10px;
	}
	
	#main .comInformation .subInformation .gallery .pho img {
		width: 112px;
	}
	
	#main .comInformation .subInformation .gallery .pho02 {
		margin: 0 auto 8px;
		width: 244px;
	}
	
	#main .comInformation .subInformation .gallery .pho02 img {
		width: 100%;
	}

}