@charset "utf-8";

/*===================================================
リセット等
===================================================*/
ul,li,dl,dt,dd {
	list-style: none;
	padding: 0;
	margin: 0;
}

.spOn {
	display: none !important;
}

@media screen and ( max-width:825px ) {
.pcOn {
	display: none !important;
}

.spOn {
	display: block !important;
}
}

/*===================================================
aタグ
===================================================*/
a:link,
a:visited {
	color: #333;
	text-decoration: underline}

A:hover {
	color: red;
	text-decoration: none;
}

/*===================================================
全体枠
===================================================*/
html,body{
	height:100%;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#444;
	text-align: left;
	padding: 0;
	margin: 0;
}

#wrapper {
	position: relative;
	width: 100%;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}

div#headerField,
div#naviField,
div#footerField {
	box-sizing: border-box;
	padding: 0 10px;
}

div#header,
div#navi,
ul#naviSet,
div#footer {
	width: 900px !important;
}

/*===================================================
ヘッダー
===================================================*/
div#header {
	position: static;
}

/********** ロゴ **********/
#header_logoBox {
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 35px;
}

body #header_logoBox h1 {
	position: relative !important;
	top: 0 !important;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 920px;
	padding: 0 10px !important;
	margin: 0 auto !important;
}

#header_logoBox h1 a {
	position: relative;
	display: block;
	width: 177px;
	height: 35px;
	text-indent: -999em;
  background: url(../images/h1_maruetsu_logo.png) no-repeat 0 0 / auto 35px;
	z-index: 110;
}

/********** USMH **********/
#usmh_logoBox {
	position: absolute;
	top: 36px;
	left: 0;
	width: 100%;
	height: 24px;
}

#usmh_logo {
	position: relative;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 920px;
	height: 24px;
	padding: 0 10px;
	margin: 0 auto;
}

#usmh_logo a  {
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
	width: 177px;
	height: 24px;
	text-indent: -999em;
    background: url(../images/usmh_logo.gif) no-repeat 0 0;
	z-index: 110;
}

div#header h1 a:hover,
#usmh_logo a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

/********** ヘッダーメニュー **********/
#spMenuBox {
	display: none;
}

/*===================================================
コンテンツ枠
===================================================*/
#contentsBox {
	width: 900px !important;
	padding: 0 10px 170px 10px;
	margin: 0 auto;
}

/*===================================================
パンナビ
===================================================*/
#pankuzu {
	box-sizing: border-box;
	width: 100%;
	max-width: 920px;
    color: #666;
    font-size: 12px;
    line-height: 1.3;
	padding: 0 10px;
	margin: 20px auto 10px auto;
}

#pankuzu a,
#pankuzu a:visited {
    color: #3cb031 !important;
    text-decoration: none !important;
}
#pankuzu a:hover {
    color: #f26202 !important;
    text-decoration: none !important;
}

#pankuzu a:after {
	content: ">";
	color: #666;
	margin: 0 5px;
}

/*===================================================
サブリンク
===================================================*/
#SubLink {
    position: absolute;
    top: 45px;
    left: 0;
	width: 100%;
}

#SubLinkIn {
    position: relative;
	width: 100%;
	height: 12px;
	max-width: 900px;
	margin: 0 auto;
}

#SubLink ul {
    position: absolute;
    top: 0;
    right: 197px;
	display: block;
    overflow: hidden;
}

#SubLink li {
	float: left;
	font-size: 12px;
	line-height: 12px;
	border-left: 1px solid #b2b2b2;
	padding-left: 5px;
	margin-left: 5px;
}
#SubLink li::before {
  content: "►";
  font-family: Arial, Helvetica, sans-serif;
  color: #E64607;
  padding-right: 3px;
}

#SubLink li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

#SubLink li a,
#SubLink li a:visited,
#SubLink li a:hover {
	color: #1c1c1c;
	text-decoration: none;
}
#SubLink li a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

/*===================================================
フッター
===================================================*/
#footBox {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 920px;
	height: 120px;
}

div#footer {
    height: 82px;
}

ul#footSubmenu li {
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	border-left: none;
}

p#footString {
	height: 13px;
	font-size: 13px;
	line-height: 13px !important;
}

ul#footLogoList li {
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: 0 0;
    padding: 0;
	margin-left: 25px;
}
ul#footLogoList li:first-child {
	margin-left: 0;
}

#footLogo01 {
	width: 126px;
	height: 24px;
	background-image: url(../images/shared_foot_logo_01.gif);
}
#footLogo02 {
	width: 132px;
	height: 26px;
	background-image: url(../images/shared_foot_logo_02.gif);
}
#footLogo03 {
	width: 103px;
	height: 17px;
	background-image: url(../images/shared_foot_logo_03.gif);
}

/*===================================================
ページトップ
===================================================*/
#to_topBox {
	box-sizing: border-box;
	width: 100%;
	max-width: 920px;
	padding: 0 10px;
	margin: 0 auto;
}

#bt_to_top {
	box-sizing: border-box;
	width: 11em;
	height: 35px;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	text-align: center;
	background-color: #e94609;
	border-radius: 10px 10px 0 0;
	padding: 10px;
	margin: 0 0 0 auto;
}
#bt_to_top:hover {
	cursor: pointer;
	height: 29px;
	padding: 7px 10px;
	margin-top: 6px;
}

/*===================================================
スライドメニュー
===================================================*/
body .sb-slidebar {
	display: none !important;
}