@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 {
	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,
div#footer {
	width: 100% !important;
	max-width: 900px !important;
}

@media screen and ( max-width:825px ) {
#wrapper {
	position: relative;
}

div#headerField {
	border-bottom: 1px solid #eee;
}

div#naviField {
	display: none;
}
}

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

@media screen and ( max-width:825px ) {
div#header {
	height: 52px;
}
}

/********** ロゴ **********/
#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;
}

@media screen and ( max-width:825px ) {
#header_logoBox {
	top: 3px !important;
}

#header_logoBox,
body #header_logoBox h1,
#header_logoBox h1 a {
	height: 52px !important;
}

#header_logoBox h1 a {
	width: 125px;
    background: url(../images/sp_head_logo.png) no-repeat 0 center / 125px 24px;
}
}

/********** 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;
}

@media screen and ( max-width:825px ) {
#usmh_logoBox {
	top: auto;
	bottom: 18px;
}

#usmh_logo a {
	left: 50%;
	margin-left: -88px;
}
}

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

@media screen and ( max-width:825px ) {
#spMenuBox {
	position: absolute;
	top: 13px;
	display: block;
	width: 100%;
	height: 32px;
}

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

#spMenu span {
	position: absolute;
	display: block;
	top: 0;
	right: 10px;
	width: 32px;
	height: 32px;
	text-indent: -999em;
    background: url(../images/headmenu_spmenu.png) no-repeat 0 0;
	border-radius: 5px;
	background-size: 32px 32px;
}
}

/*===================================================
コンテンツ枠
===================================================*/
#contentsBox {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 920px !important;
	padding: 0 10px 170px 10px;
	margin: 0 auto;
}

#contentsBox img {
	width: 100%;
	vertical-align: top;
}

@media screen and ( max-width:825px ) {
#contentsBox {
	padding-bottom: 50px;
}
}

/*===================================================
パンナビ
===================================================*/
#pankuzu {
  box-sizing: border-box;
  width: 100%;
  max-width: 920px;
  color: #666;
  font-size: 12px;
  line-height: 1.3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  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;
}

@media screen and ( max-width:825px ) {
#pankuzu {
	margin-top: 10px;
}
}

/*===================================================
サブリンク
===================================================*/
#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;
}

@media screen and ( max-width:825px ) {
#SubLink {
    position: static;
	border-top: 3px solid #E94609;
	padding-bottom: 145px;
}

#SubLinkIn {
	display: table;
	height: auto;
	padding: 15px 0 8px 0;
}

#SubLink ul {
    position: static;
	display: table-cell;
	text-align: center;
	padding: 0 20px 0 10px;
}

#SubLink li {
	float: none;
	display: inline-block;
	border: none;
	padding-left: 10px !important;
	margin: 0 0 7px 0;
}
#SubLink li::before {;
  color: #0e6a2c;
}
}

/*===================================================
フッター
===================================================*/
#footBox {
	position: absolute;
	bottom: 0;
	width: 100%;
	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);
}

@media screen and ( max-width:825px ) {
#footBox {
	height: 85px;
	padding-bottom: 60px;
}

#footLogoList {
	display: none;
}

#footSubmenu,
#footString,
#footCopyright {
	width: 100%;
	height: 12px !important;
	font-size: 12px !important;
	line-height: 12px !important;
	text-align: center;
	font-weight: normal !important;
}

ul#footSubmenu li {
	float: none;
	display: inline-block;
}
}

/*===================================================
ページトップ
===================================================*/
#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;
}

@media screen and ( max-width:825px ) {
#to_topBox {
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 100;
}

#bt_to_top {
	width: 40px;
	text-align: left;
	text-indent: -999em;
    background: url(../images/bt_to_top.png) #e94609 no-repeat center 0;
	background-size: 40px 40px;
	border-radius: 5px;
}
#bt_to_top,
#bt_to_top:hover {
	height: 40px;
	padding: 0;
	margin-top: 0;
}
}

/*===================================================
スライドメニュー
===================================================*/
body .sb-slidebar {
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1.00, #aaa), color-stop(0.03, #ccc));
	background: -webkit-linear-gradient(left, #aaa 0%, #bbb 3%);
	background: -moz-linear-gradient(left, #aaa 0%, #bbb 3%);
	background: -o-linear-gradient(left, #aaa 0%, #bbb 3%);
	background: -ms-linear-gradient(left, #aaa 0%, #bbb 3%);
	background: linear-gradient(to right, #aaa 0%,, #bbb 3%);
	border-left: 1px solid #999;
}

body .sb-slidebar ul {
	background: -webkit-gradient(linear, left top, right bottom, color-stop(1.00, #ccc), color-stop(0.03, #fff));
	background: -webkit-linear-gradient(left, #ccc 0%, #fff 3%);
	background: -moz-linear-gradient(left, #ccc 0%, #fff 3%);
	background: -o-linear-gradient(left, #ccc 0%, #fff 3%);
	background: -ms-linear-gradient(left, #ccc 0%, #fff 3%);
	background: linear-gradient(to right, #ccc 0%,, #fff 3%);
}

body .sb-slidebar a {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
}
body .sb-slidebar a,
body .sb-slidebar a:visited,
body .sb-slidebar a:hover {
	color: #333;
	text-decoration: none;
}

body .sb-slidebar a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

.sb-menu1 > li > a,
.sb-menu2 > li > a {
	height: 36px;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 11px 10px;
	border-top: 1px dashed #ccc;
	padding: 10px 10px 10px 30px;
}

.sb-menu1 > li:first-child a {
	border-top: none;
}

.sb-menu1 > li > a {
	background-image: url(../images/arrow_orange.png);
}
.sb-menu2 > li > a {
	background-image: url(../images/arrow_green.png);
}

.sb-menu1 > li.sbList2nd > a,
.sb-menu2 > li.sbList2nd > a {
	background-position: 30px center;
	padding: 10px 10px 10px 45px;
}

.sb-menu1 > li.brLink,
.sb-menu2 > li.coLink ,
.sb-menu2 > li.irLink{
	display: none;
}


/*===================================================
背景画像
===================================================*/
@media screen and ( min-width:826px ) {
#sb-site, .sb-site-container {
  background-color: transparent;
}

#sideBgBox {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 920px;
  height: auto;
  min-height: calc(100% - 240px);
  background: url(../../corporate/images/back.jpg) repeat-y 10px 0;
  padding: 0 10px;
  transform: translate(-50%, 240px);
  z-index: -1;
  pointer-events: none;
}

#sideBgBox hr {
  display: none;
}
}

@media screen and ( max-width:825px ) {
#sideBgBox {
  display: none;
}
}