/* =============== style.css との差分 =============== */
body {
	font-family:Arial Narrow,Tahoma,Verdana,Helvetica,sans-serif;
}
div#sub_navi div{
	line-height: unset;
	display: grid;
	place-content: center;
}
div#sub_navi a div{
	font-size: 10px;
	padding: 0px 20px;
}
div#sub_navi div.sub_navi_off{
	height: 30px;
	background-size: 160px 30px;
}
div#sub_navi div.sub_navi_on{
	height: 30px;
	background-size: 160px 30px;
}

/*グローバルナビゲーション*/
div#g_navi_box_f div a span{
/*	font-size: 13px;	*/
	font-size: 12px;		/* 文字列が長いのでサイズダウン */
}

td.v_write {
	height:220px;
}
td.v_write div {
	height:210px;
}
body:first-of-type td.v_write div {
/*	width:210px;*/
}
td.v_write0 {
	height:220px; width:12em;
}
td.v_write0 div {
	height:210px;
}
body:first-of-type td.v_write0 div {
	left:65px;
/*	width:210px;*/
}
td.v_write1 {
	height:220px; width:8.3em;
}
td.v_write1 div {
	height:210px;
}
body:first-of-type td.v_write1 div {
/*	width:210px;*/
}
td.v_write2 {
	height:220px;
}
td.v_write2 div {
	height:210px;
}
body:first-of-type td.v_write2 div {
/*	left:18px; width:210px;*/
}
/*** 2018/09/27 #1889 START ***/
@media (max-device-width : 767px) {
	div#page_main_title_kinkyu_oyakudati {
	    width: 100%;
	    height: 1%;
	    text-align: left;
	    background: url(/resource/X_MIE_images_cw/images/common/no_text/main_title_kinkyu-oyakudati.jpg) no-repeat;
	}
	div#page_main_title_kurashi {
	    width: 100%;
	    height: 1%;
	    text-align: left;
	    background: url(/resource/X_MIE_images_cw/images/common/no_text/main_title_kurashi.jpg) no-repeat;
	}
	div#page_main_title_tiiki-bosai {
		width: 100%;
		height: 1%;
		text-align: left;
		background: url(/resource/X_MIE_images_cw/images/common/no_text/main_title_tiiki-bosai.jpg) no-repeat;
	}
	div#page_main_title_menseki {
		width: 100%;
		height: 1%;
		text-align: left;
		background: url(/resource/X_MIE_images_cw/images/common/no_text/main_title_menseki.jpg) no-repeat;
	}
}
/*** 2018/09/27 #1889 END ***/