
html {-webkit-text-size-adjust:none}

#sectionContents {
	background-color:#fff;
	position:relative;
}
#sectionContents * {
	box-sizing: border-box;
	list-style: none;
}
#sectionContents img {
	border:none;
	vertical-align:bottom;
}
#sectionContents strong {
	font-weight: bold;
}


/*-----  menuArea  -----*/
#sectionContents #menuArea {
	background-color:#f0f0f0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
#sectionContents #main_menu {
	text-align: center;
	display: table;
	width: 976px;
	padding: 0;
	margin:0 auto;
}
#sectionContents #menuArea li {
	display: inline-table;
	vertical-align: top;
	width: 96px;
	border-left: 1px solid #c8c8c8;
}
#sectionContents #menuArea li:last-child {
	border-right: 1px solid #c8c8c8;
}
#sectionContents #menuArea li a {
	display: table-cell;
	vertical-align: middle;
	width: 96px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	/*font-size:12px;*/
	font-size: 75%;
	line-height:120%;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}
#sectionContents #menuArea li:nth-child(1),
#sectionContents #menuArea li:nth-child(1) a,
#sectionContents #menuArea li:nth-child(2),
#sectionContents #menuArea li:nth-child(2) a,
#sectionContents #menuArea li:nth-child(3),
#sectionContents #menuArea li:nth-child(3) a,
#sectionContents #menuArea li:nth-child(4),
#sectionContents #menuArea li:nth-child(4) a {
	width: 124px;
}
#sectionContents #menuArea li a:link,
#sectionContents #menuArea li a:visited{
	color: #3e3e3e;
	text-decoration: none;
}
#sectionContents #menuArea li a:hover {
	color: #fff;
	background-color: #1d4a8b;
	text-decoration: none;
}

#sectionContents #menuArea li#menu01 a {
    color: #fff;
    background-color: #1d4a8b;
    text-decoration: none;
}

.for_spn{
	display:none;
}

/*-----  メニュー追従  -----*/
#sectionContents .fixed {
    position: fixed;
    top: 0;
    z-index: 10;
	width:1200px;
}
@media screen and (min-width:1001px) and ( max-width:1199px) {
#sectionContents .fixed {
	width:100%;
}
}
@media only screen and (max-width: 1000px) {
#sectionContents .fixed {
	width:1000px;
}
}
