@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .comTtlBox {
    background: #F0F4F5 url(../img/menu/shimi/bg01.jpg) no-repeat right center;
}

#main .comTtlBox01 {
    background: #F0F4F5 url(../img/menu/shimi/bg02.jpg) no-repeat right center;
}

#main .comTtlBox02 {
    background: #F0F4F5 url(../img/menu/shimi/bg03.jpg) no-repeat right center;
}

#main .comTtlBox03 {
    background: #F0F4F5 url(../img/menu/shimi/bg04.jpg) no-repeat right center;
}

#main .comTtlBox04 {
    background: #F0F4F5 url(../img/menu/shimi/bg05.jpg) no-repeat right center;
}

#main .comTtlBox05 {
    background: #F0F4F5 url(../img/menu/shimi/bg06.jpg) no-repeat right center;
}

#main .headLine01 {
	margin-bottom: 0;
}

#main .comLinkList li a .text {
	display: inline-block;
	font-size: 16px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .comTtlBox {
		margin-bottom: 16px;
		background-size: cover;
	}
	
	#main .comLinkList {
		margin-bottom: 40px;
	}
	
	#main .comLinkList li a .text {
		margin-top: -2px;
		font-size: 10px;
		vertical-align: middle;
	}
	
}