@charset "UTF-8";
/* --------------------------------------

		スマホ用def-sp.css
		レスポンシブ化に伴い、PC用とSP用のスタイルをわける
		headerとfooter（全サイト共通部分）以外はdef.cssと同じ。

---------------------------------------- */
/* reset browser settings
------------------------------------------------------------------- */
/* リニューアル前のhtmlを移植したページに対しては、初期化が影響しないように大枠のidでセレクタコントロールしておく。 */
#stage div, #stage p,
#stage h1, #stage h2, #stage h3, #stage h4, #stage h5, #stage h6,
#stage tr, #stage th, #stage td, #stage dl, #stage dt, #stage dd, #stage a {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 1.4;
}

#stage form {
	margin: 0px;
	padding: 0px;
}

#stage ul, #stage ol, #stage li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#stage table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

table {
	font-size: 100%;
}

#stage tr {
	vertical-align: top;
}

#stage input {
	font-size: 100%;
	margin: 0;
}

#stage img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* 共通設定：文字色など
--------------------------------------------------------------------*/
* html {
	-webkit-filter: expression(document.execCommand("BackgroundImageCache", false, true));
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	color: #535353;
	font-size: 82.5%;
	font-size: 12px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック",Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro",sans-serif;
}

#stage br {
	letter-spacing: 0px;
}

#stage span.hdn {
	display: none;
}

.idt-m1 {
	text-indent: -1em;
	padding-left: 1em;
}

.blk {
	display: block;
}

.algn-c {
	text-align: center;
}

.algn-r {
	text-align: right;
}

/* 共通設定：リンク色設定
--------------------------------------------------------------------*/
a:link {
	color: #0068b7;
	text-decoration: none;
	outline: none;
}

a:active {
	color: #0096ff;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #00a0e9;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0096ff;
	text-decoration: underline;
	outline: none;
}

a.wh:link {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a.wh:active {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a.wh:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a.wh:hover {
	color: #fff;
	text-decoration: underline;
	outline: none;
}

a.atn01:link {
	color: #d80a2a;
	text-decoration: none;
	outline: none;
}

a.atn01:active {
	color: #d80a2a;
	text-decoration: none;
	outline: none;
}

a.atn01:visited {
	color: #d80a2a;
	text-decoration: none;
	outline: none;
}

a.atn01:hover {
	color: #d80a2a;
	text-decoration: underline;
	outline: none;
}

a:hover img.bovr {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.hovr img.bovr {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.hovr a {
	color: #0096ff;
	text-decoration: underline;
}

/* 共通設定：配置
--------------------------------------------------------------------*/
#stage {
	position: relative;
	text-align: center;
	zoom: 1;
}

/*------------------------
	共通設定：ヘッダ
------------------------*/
#stage #header {
	position: relative;
	width: 940px;
	height: 70px;
	margin: 0px auto;
	text-align: left;
	z-index: 1000;
}

#header #megsnow-logo {
	position: absolute;
	top: 0;
	left: 0;
}

#header ul#headerNav {
	overflow: hidden;
	float: right;
	padding: 0 0 5px;
}

#header ul#headerNav li {
	float: left;
}

#header ul#headerNav li.btn-customer {
	margin-top: 7px;
	margin-left: 10px;
}

/* SP LINK HEADER */
#header #splink_header {
	display: none;
}

#header #splink_header p {
	width: 140px;
	padding-top: 5px;
}

#header #splink_header a {
	display: block;
	border: 1px solid #dcdcdc;
	padding: 3px 10px 3px 32px;
	background: url("/contact/common/img/arrow_1.gif") no-repeat 10px 5px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

#header dl#textSize {
	clear: right;
	float: right;
	padding: 0 184px 0 0;
}

#header dl#textSize dt {
	float: left;
}

#header dl#textSize dd {
	float: left;
	padding: 0 0 0 3px;
}

#header #searchArea {
	position: absolute;
	top: 35px;
	_top: 34px;
	right: 0;
}

#header #searchArea .searchInput {
	width: 117px;
	width: 114px\9;
	vertical-align: middle;
	margin: 0 1px 0 0;
}

#header #searchArea .searchBt {
	vertical-align: middle;
	_margin: 0 0 2px;
}

#header #searchArea .hovr {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*------------------------
	共通設定：グローバルナビ
------------------------*/
#stage #gnav {
	width: 940px;
	margin: 0px auto;
	text-align: left;
}

#gnav li {
	float: left;
	line-height: 1;
}

#gnav li a {
	display: block;
}

/*------------------------
	共通設定：contentエリア
------------------------*/
#stage #content {
	position: relative;
	width: 940px;
	margin: 0px auto;
	text-align: left;
}

#stage #topicpath {
	min-height: 40px;
	position: relative;
}

* html #stage #topicpath {
	height: 40px;
}

#topicpath #breadcrumbs {
	float: left;
	padding-top: 8px;
}

#topicpath #breadcrumbs li {
	float: left;
	margin-right: 8px;
	color: #888;
	white-space: nowrap;
}

#topicpath #breadcrumbs li a {
	font-size: 85%;
	padding-right: 8px;
}

#topicpath #breadcrumbs span {
	font-size: 85%;
	font-weight: normal;
}

#topicpath #membernav {
	float: right;
	padding-top: 18px;
	font-size: 85%;
	color: #888;
}

#topicpath #membernav span {
	white-space: nowrap;
}

#topicpath #membernav .member {
	padding-right: 30px;
}

#topicpath #membernav span a {
	background: url("/contact/common/img/arrow_2.gif") no-repeat scroll 4px 50% transparent;
	display: inline-block;
	padding-left: 12px;
}

/*------------------------
	共通設定：mainctsエリア
------------------------*/
#stage #maincts {
	position: relative;
	float: right;
	width: 709px;
	zoom: 1;
}

#stage .wide #maincts {
	position: relative;
	float: none;
	width: auto;
	zoom: 1;
}

#maincts #pagetit {
	background: url("/contact/common/img/bg_pagetitle.gif") no-repeat 100% 0;
	zoom: 1;
}

#maincts #pagetit img {
	display: block;
	padding: 20px 0 20px 49px;
	padding: 18px 0 18px 49px;
}

#maincts #pagetit span {
	display: block;
	padding: 12px 0 18px 50px;
	font-weight: bold;
	font-size: 133.3%;
}

#maincts .ctit {
	zoom: 1;
	background: #cfe3af;
}

#maincts .ctit span {
	display: block;
	background: #fff;
	line-height: 1;
	line-height: 1.2;
	font-weight: bold;
	margin-left: 1em;
	padding-left: 10px;
}

#maincts .ctsblk {
	padding-left: 49px;
}

#maincts .nodata-msg {
	padding-top: 30px;
	padding-left: 49px;
}

.wide #maincts .ctsblk {
	padding-left: 0;
}

#maincts .tit {
	background: url("/contact/top/img/bar_l.gif") repeat-y 0 0;
	padding: 6px 10px 4px;
	zoom: 1;
}

#maincts .tit a {
	background: url("/contact/common/img/arrow_1.gif") no-repeat 0 45%;
	padding-left: 16px;
	font-weight: bold;
}

/* ニュース情報 */
#maincts .newsblk {
	position: relative;
}

#maincts .newsblk .b-alllist {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 85%;
}

#maincts .newsblk .b-alllist a {
	background: url("/contact/common/img/arrow_1.gif") no-repeat 0 45%;
	padding-left: 16px;
}

#maincts .newsblk .b-rss {
	position: absolute;
	top: 5px;
	right: 0px;
}

#maincts .newsblk .newslist {
	width: 660px;
	margin-bottom: 20px;
}

#maincts .newsblk .newslist ul {
	padding: 10px 0 0;
	height: auto;
  /* setting for IE7 */;
}

#maincts .newsblk .newslist li {
	padding: 10px 0;
	background: url("/contact/top/img/line_dot.gif") repeat-x 0 100%;
}

#maincts .newsblk .newslist li p.sts {
	float: left;
	width: 70px;
	margin-right: 10px;
}

#maincts .newsblk .newslist li p.topic {
	float: left;
	width: 576px;
}

#maincts .newsblk .newslist li p.topic a {
	line-height: 1.2;
}

#maincts .newsblk .newslist li p.topic span.date {
	padding-right: 1em;
}

#maincts .newsblk .newslist li p.topic img.icn {
	padding-right: 6px;
	vertical-align: middle;
}

/* ピックアップ情報 */
#maincts .pickupblk {
	position: relative;
}

#maincts .pickupblk .tit {
	background: none;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #c7e179;
}

#maincts .pickupblk ul {
	height: auto;
  /* setting for IE7 */;
}

#maincts .pickupblk ul li {
	position: relative;
	float: left;
	width: 210px;
	margin-right: 15px;
	padding-top: 10px;
}

#maincts .pickupblk ul li.li-r {
	margin-right: 0;
}

#maincts .pickupblk ul li .txt {
	float: right;
	width: 128px;
}

#maincts .pickupblk ul li .txt .t .icn {
	display: block;
	padding-bottom: 4px;
}

#maincts .pickupblk ul li .txt .t a {
	display: block;
	font-weight: bold;
}

#maincts .pickupblk ul li .txt .d {
	display: block;
}

#maincts .pickupblk ul li .thmb {
	float: left;
	width: 72px;
}

#maincts .pickupblk ul li .thmb a {
	display: block;
	border: 1px solid #dcdcdc;
}

/* その他情報一覧 */
#maincts .extlinkblk {
	padding-top: 40px;
}

#maincts .extlinkblk .tit {
	background: none;
	padding: 0 0 8px 0;
	border-bottom: 2px solid #c7e179;
}

#maincts .extlinkblk ul {
	height: auto;
  /* setting for IE7 */;
}

#maincts .extlinkblk ul li {
	position: relative;
	float: left;
	width: 320px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#maincts .extlinkblk ul li.li-r {
	margin-right: 0;
}

#maincts .extlinkblk ul li .box {
	border: 1px solid #dcdcdc;
	padding: 10px 15px 10px 10px;
}

#maincts .extlinkblk ul li .txt {
	float: right;
	width: 130px;
}

#maincts .extlinkblk ul li .txt .icn {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

#maincts .extlinkblk ul li .txt .t {
	padding-top: 10px;
}

#maincts .extlinkblk ul li .txt .t a {
	font-weight: bold;
	display: block;
	background: url("/contact/common/img/arrow_1.gif") no-repeat 0 45%;
	padding-left: 16px;
}

#maincts .extlinkblk ul li .txt .d {
	display: block;
}

#maincts .extlinkblk ul li .thmb {
	float: left;
	width: 150px;
}

#maincts .extlinkblk ul li .thmb a {
	display: block;
}

#maincts .extlinkblk ol {
	padding-top: 5px;
	height: auto;
  /* setting for IE7 */;
}

#maincts .extlinkblk ol li {
	padding-top: 10px;
	float: left;
	width: 150px;
	margin-right: 20px;
}

#maincts .extlinkblk ol li a {
	display: block;
	background: url("/contact/common/img/arrow_1.gif") no-repeat 10px 45%;
	border: 1px solid #dcdcdc;
	padding: 10px 16px 10px 26px;
}

/*	関連リンクエリア
------------------------*/
#maincts #relationblk .tit {
	background: none;
	font-weight: bold;
}

#maincts #relationblk .relinfoblk {
	background: #fffbe9;
	border: 1px solid #e5e5e5;
	padding: 0 20px;
}

#maincts #relationblk .mainblk {
	padding-top: 5px;
}

#maincts #relationblk .mainblk li {
	padding: 15px 0;
	background: url("/contact/top/img/line_dot.gif") repeat-x 0 100%;
}

#maincts #relationblk .mainblk li .txt {
	float: right;
	width: 467px;
}

#maincts #relationblk .mainblk li .txt .t a {
	background: url("/contact/common/img/arrow_1.gif") no-repeat 0 45%;
	padding-left: 16px;
	font-weight: bold;
}

#maincts #relationblk .mainblk li .txt .d {
	display: block;
}

#maincts #relationblk .mainblk li .thmb {
	float: left;
	width: 138px;
}

#maincts #relationblk .mainblk li .thmb a {
	display: block;
	border: 1px solid #dcdcdc;
}

#maincts #relationblk .subblk {
	padding-top: 10px;
}

#maincts #relationblk .subblk .subt {
	font-weight: bold;
}

#maincts #relationblk .subblk ul {
	padding: 2px 0 20px;
}

#maincts #relationblk .subblk ul.subonly {
	padding: 2px 0 10px;
}

#maincts #relationblk .subblk ul li {
	float: left;
	margin-right: 16px;
}

#maincts #relationblk .subblk ul li a {
	display: block;
	background: url("/contact/common/img/arrow_2.gif") no-repeat 0 50%;
	padding-left: 12px;
}

#maincts #relationblk .subblk ul li a.pdf {
	display: block;
	background: url("/contact/common/img/icon_pdf.gif") no-repeat 0 50%;
	padding-left: 12px;
}

/*	「ページの先頭へ」ボタンエリア
------------------------*/
#stage .b-pagetop {
	padding-top: 10px;
	text-align: right;
}

#stage .b-pagetop a {
	background: url("/contact/common/img/arrow_pagetop.gif") no-repeat 0 50%;
	padding: 12px 0 10px 16px;
}

/*	float設定
------------------------*/
#maincts .fl {
	float: left;
}

#maincts .fr {
	float: right;
}

/*------------------------
	共通設定：subctsエリア
------------------------*/
#stage #subcts {
	float: left;
	width: 230px;
	zoom: 1;
	border-right: 1px solid #e5e5e5;
}

#subcts ul#lnav {
	width: 190px;
}

#subcts ul#lnav p a.pdf {
	display: block;
	background: url("/contact/common/img/icon_pdf.gif") no-repeat 4px 8px !important;
	padding: 6px 10px 4px 18px !important;
}

#subcts ul#lnav p a.ext {
	display: block;
	background: url("/contact/common/img/icon_blank.gif") no-repeat 4px 8px !important;
	padding: 6px 10px 4px 18px !important;
}

#subcts ul#lnav .lay01 p {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 20px;
	font-weight: bold;
}

#subcts ul#lnav .lay01 p a {
	display: block;
	background: url("/contact/common/img/arrow_1.gif") no-repeat 0 14px;
	padding: 12px 10px 10px 16px;
}

#subcts ul#lnav .lay01 p span.act {
	display: block;
	background: url("/contact/common/img/m_bg_2nd_2.gif") no-repeat 0 0;
	padding: 12px 10px 10px 16px;
}

#subcts ul#lnav .lay02 {
	padding-bottom: 30px;
}

#subcts ul#lnav .lay02 p {
	background: url("/contact/common/img/m_bg_3rd_1.gif") no-repeat 0 0;
	padding-bottom: 20px;
	border: 0;
	margin: 0;
}

#subcts ul#lnav .lay02 p.opn {
	background: url("/contact/common/img/m_bg_3rd_2.gif") no-repeat 0 0;
	padding: 12px 0 10px 16px;
}

#subcts ul#lnav .lay02 p a {
	display: block;
	background: url("/contact/common/img/arrow_2.gif") no-repeat 10px 18px;
	padding: 12px 10px 10px 18px;
}

#subcts ul#lnav .lay02 p.act a {
	background: url("/contact/common/img/arrow_2_back.gif") no-repeat 10px 16px;
}

#subcts ul#lnav .lay02 p span {
	display: block;
	padding: 12px 10px 10px 12px;
}

#subcts ul#lnav .lay02 p span.act {
	display: block;
	padding: 0 10px 20px 2px;
}

#subcts ul#lnav .lay03 p {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	padding-bottom: 0;
	font-weight: normal;
}

#subcts ul#lnav .lay03 p a {
	display: block;
	background: url("/contact/common/img/arrow_2.gif") no-repeat 10px 12px;
	padding: 6px 10px 4px 18px;
}

#subcts ul#lnav .lay03 p.act a,
#subcts ul#lnav .lay03 p span.act {
	display: block;
	background: #e0f5ff;
	padding: 6px 10px 4px 18px;
	font-weight: bold;
}

#subcts ul#lnav .lay03c {
	margin-bottom: 30px;
}

#subcts ul#lnav .lay03c p {
	padding: 0;
	background: url("/contact/common/img/m_bg_group.gif") no-repeat 0 0;
}

#subcts ul#lnav .lay03c p span {
	display: block;
	padding: 12px 10px 10px 12px;
}

#subcts ul#lnav .lay03.laybtm {
	margin-bottom: 30px;
}

#subcts ul#lnav .lay03 p {
	background: none;
	margin-bottom: 0;
}

#subcts ul#lnav .lay03 ul {
	display: none;
	padding: 6px 0;
}

#subcts ul#lnav .lay04 p {
	border: 0;
	margin-bottom: 0 !important;
}

#subcts ul#lnav .lay04 p a {
	display: block;
	background: url("/contact/common/img/arrow_3.gif") no-repeat 20px 10px;
	padding: 2px 10px 2px 28px;
}

#subcts ul#lnav .lay04 p.act a,
#subcts ul#lnav .lay04 p span.act {
	display: block;
	background: #e0f5ff;
	padding: 6px 10px 4px 28px;
	font-weight: bold;
}

#subcts ul#lnav .lay04 p a.ext {
	background: url("/contact/common/img/icon_blank.gif") no-repeat 15px 10px !important;
	padding-left: 28px !important;
}

#subcts ul#lnav .lay04 p span {
	display: block;
	background: none;
	padding: 2px 10px 2px 28px;
	font-weight: normal;
}

#subcts ul#lnav .lay04 ul {
	display: none;
	padding: 0 0 6px 0;
}

#subcts ul#lnav .lay05 p {
	border: 0;
	margin-bottom: 0 !important;
	font-size: 90%;
}

#subcts ul#lnav .lay05 p a {
	display: block;
	background: url("/contact/common/img/arrow_4.gif") no-repeat 32px 7px;
	padding: 2px 10px 0 40px;
}

#subcts ul#lnav .lay05 p a.ext {
	background: url("/contact/common/img/icon_blank.gif") no-repeat 27px 6px !important;
	padding-left: 40px !important;
}

#subcts ul#lnav .lay05 p span {
	display: block;
	background: none;
	padding: 2px 10px 0 40px;
	font-weight: normal;
}

#subcts ul#lnav .laybtm p {
	border-bottom: 1px solid #e5e5e5;
}

#subcts #recommendcts {
	margin-top: 20px;
	width: 190px;
	padding-bottom: 40px;
}

#subcts #recommendcts .tit {
	padding-bottom: 10px;
	font-weight: bold;
}

#subcts #recommendcts ul {
	background: url("/contact/common/img/m_dot.gif") no-repeat 0 100%;
	padding-bottom: 10px;
}

#subcts #recommendcts ul.nobtm {
	background: none;
	padding-bottom: 0;
}

#subcts #recommendcts ul li {
	background: url("/contact/common/img/m_dot.gif") no-repeat 0 0;
	padding-top: 10px;
}

#subcts #recommendcts ul li.bnr {
	background: none;
}

#subcts #recommendcts ul li.bnrtop {
	background: none;
	padding-top: 0;
}

#subcts #recommendcts ul li .thmb {
	float: left;
	width: 50px;
}

#subcts #recommendcts ul li .thmb img {
	display: block;
	border: 1px solid #e5e5e5;
}

#subcts #recommendcts ul li .txt {
	float: right;
	width: 129px;
}

#subcts #recommendcts ul li .txt a {
	display: block;
	font-weight: bold;
}

/*------------------------
	共通設定：フッタエリア
------------------------*/
#stage .b-pagetop {
	margin: 20px auto 10px;
	height: 14px;
	font-size: 85%;
	text-align: right;
}

#stage #footer {
	padding: 20px 0 20px;
	width: 940px;
	margin: 0 auto;
	color: #535353;
}

/* SP LINK FOOTER */
#footer #splink_footer {
	display: none;
	padding: 30px 0 15px;
}

#footer #splink_footer p {
	float: right;
	width: 200px;
}

#footer #splink_footer a {
	display: block;
	border: 1px solid #dcdcdc;
	padding: 10px 20px 10px 32px;
	background: url("/contact/common/img/arrow_1.gif") no-repeat 10px 14px;
	font-weight: bold;
	text-align: left;
}

#footer .upper {
	padding-bottom: 10px;
}

#footer .upper ul {
	padding-left: 15px;
	border-left: 1px solid #d2d2d2;
}

#footer .upper li {
	float: left;
	line-height: 1;
	margin-right: 15px;
}

#footer .upper li a {
	display: block;
	padding-right: 15px;
	border-right: 1px solid #d2d2d2;
	font-size: 85%;
}

#footer .lower {
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #d3d3d3;
}

#footer .lower ul {
	padding-left: 15px;
	border-left: 1px solid #d2d2d2;
}

#footer .lower li {
	float: left;
	line-height: 1;
	margin-right: 15px;
}

#footer .lower li a {
	display: block;
	padding-right: 15px;
	border-right: 1px solid #d2d2d2;
	font-size: 85%;
}

#footer #copyright {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 85%;
}

/* 共通設定：●矢印
--------------------------------------------------------------------*/
/* 共通設定：印刷時のみ表示
--------------------------------------------------------------------*/
#stage .forprint {
	display: none;
}

/* 共通設定：クリア
--------------------------------------------------------------------*/
.cfx:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cfx {
	zoom: 1;
}

/* WinIE7 only */
*:first-child + html .cfx {
  /*	height:1%;*/;
}

/* WinIE6 and below */
/*\*/
* html .cfx {
	height: 1%;
}

/**/
/* MacIE only */
/*\*/
/*/
.cfx
	{
	display:inline-table;
	}
/**/
.clear {
	clear: both;
}

/*#######################################################################*/
@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

body {
	-webkit-text-size-adjust: 100%;
	font-family: "游ゴシック体","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* --------------------------------------
		スマホ用ヘッダー
---------------------------------------- */
#stage #header {
	width: 100%;
	height: auto;
	margin-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #dcdcdc;
	padding-bottom: 8px;
	box-sizing: border-box;
}

#stage #header #megsnow-logo {
	width: 177px;
	position: relative;
	display: none;
}

#stage #header #megsnow-logo img {
	width: 100%;
}

#stage #header .wrp-ulitity {
	display: none;
}

#stage .dummy {
	width: 100%;
}

#stage .dummy img {
	width: 100%;
}

#stage .sp-header #sp-megsnowlogo {
	width: 175px;
	float: left;
}

#stage .sp-header #sp-megsnowlogo img {
	width: 100%;
}

#stage .sp-header .wrp-menu-btn {
	float: right;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
}

#stage .sp-header .wrp-menu-btn.is-opened span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	-ms-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

#stage .sp-header .wrp-menu-btn.is-opened span:nth-of-type(2) {
	opacity: 0;
}

#stage .sp-header .wrp-menu-btn.is-opened span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(45deg);
	-ms-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
}

#stage .sp-header .text-menu {
	font-size: 8px;
	color: #525252;
}

#stage .sp-header .btn-header-menu {
	position: relative;
	width: 22px;
	height: 22px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

#stage .sp-header .btn-header-menu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0239ad;
	border-radius: 2px;
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
}

#stage .sp-header .btn-header-menu span:nth-of-type(1) {
	top: 0;
}

#stage .sp-header .btn-header-menu span:nth-of-type(2) {
	top: 6px;
}

#stage .sp-header .btn-header-menu span:nth-of-type(3) {
	top: 12px;
}

/* --------------------------------------

		レスポンシブグローバルナビ

---------------------------------------- */
#stage .wrp-gnav {
	position: absolute;
	left: 0;
	top: 70px;
	display: none;
	z-index: 1000;
	background-color: #fff;
	width: 100%;
	border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

#stage .wrp-gnav .parent-li {
	font-size: 16px;
}

#stage .wrp-gnav #spSearchArea {
	margin-top: 8px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}

#stage .wrp-gnav #spSearchArea .searchInput {
	width: 100%;
	box-sizing: border-box;
	border: none;
	background: none;
	-webkit-appearance: none;
	border: 1px solid #dedede;
	border-radius: 3px;
	padding: 8px 10px 12px;
	font-size: 16px;
	vertical-align: middle;
}

#stage .wrp-gnav #spSearchArea .searchBt {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	margin-top: -11px;
	right: 15px;
}

#stage .wrp-gnav a {
	display: block;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	background: url(/contact/rwd/top/img/icon/arrow_full_blue_r.png) no-repeat 10px center;
	background-size: 6px auto;
	font-weight: bold;
}

#stage .wrp-gnav .inner-list {
	box-sizing: border-box;
	display: table;
	width: 100%;
	padding-left: 20px;
	height: 60px;
}

#stage .wrp-gnav .inner-list > p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

#stage .wrp-gnav .sp-expand-close {
	height: 32px;
	display: table;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	height: 60px;
}

#stage .wrp-gnav .sp-expand-close .close-text, #stage .wrp-gnav .sp-expand-close .wrp-close-btn {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

#stage .wrp-gnav .wrp-close-btn {
	width: 22px;
	padding-right: 10px;
	padding-left: 10px;
}

#stage .wrp-gnav .btn-header-menu-inner {
	position: relative;
	width: 22px;
	height: 22px;
	box-sizing: border-box;
}

#stage .wrp-gnav .btn-header-menu-inner span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #0239ad;
	border-radius: 2px;
	box-sizing: border-box;
}

#stage .wrp-gnav .btn-header-menu-inner span:nth-of-type(1) {
	top: 0;
	-webkit-transform: translateY(9px) rotate(-45deg);
	-ms-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}

#stage .wrp-gnav .btn-header-menu-inner span:nth-of-type(2) {
	top: 12px;
	-webkit-transform: translateY(-3px) rotate(45deg);
	-ms-transform: translateY(-3px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
}

#stage #renewGnav {
	margin-top: 15px;
	width: 100%;
}

#stage #renewGnav li {
	border-top: 1px solid #dcdcdc;
	float: none;
}

#stage #renewGnav li.sp-ut {
	background-color: #f5f5f5;
}

#stage #renewGnav .fat-nav-contents {
	display: none;
}

/* --------------------------------------

		レスポンシブ（SP用）フッター

---------------------------------------- */
#stage #rwd-footer {
	width: 100%;
	padding: 0;
	margin-top: 32px;
}

#stage #rwd-footer .wrp-sns-area {
	width: 100%;
	border-top: 1px solid #e1e1e1;
}

#stage #rwd-footer .inner-sns-area {
	display: table;
	font-size: 12px;
	width: 100%;
}

#stage #rwd-footer .inner-sns-area .block-sns {
	display: table-cell;
	padding-top: 8px;
	padding-bottom: 15px;
	border-left: 1px solid #e1e1e1;
	vertical-align: middle;
}

#stage #rwd-footer .inner-sns-area .block-line {
	float: left;
	width: 100%;
	border-bottom:1px solid #e1e1e1;
	padding: 3px 0px 3px 10px;
	box-sizing: border-box;
}

#stage #rwd-footer .inner-sns-area .block-line .inner{
	overflow:hidden;
}

#stage #rwd-footer .inner-sns-area .block-line .inner .sns-text {
	float:left;
}

#stage #rwd-footer .inner-sns-area .block-line .inner .sns-icon {
	padding-left: 10px;
}
#stage #rwd-footer .inner-sns-area .block-line .inner .sns-icon .temp-lists{
	width: 66%;
}

#stage #rwd-footer .inner-sns-area .block-line .inner .sns-icon li{
	padding:6px 0;
}

#stage #rwd-footer .inner-sns-area .block-sns a {
	display: block;
	color: #000;
	width: 36px;
	margin-left: auto;
	margin-right: auto;
}

#stage #rwd-footer .inner-sns-area .block-sns:last-child {
	padding-right: 0;
}

#stage #rwd-footer .inner-sns-area .block-sns:first-child {
	border-left: 0;
}

#stage #rwd-footer .inner-sns-area .block-sns.text-one .inner .sns-text {
	line-height: 48px;
}


#stage #rwd-footer .inner-sns-area .sns-sp-area.inner-sns-area .block-sns {
	width:50%;
	padding:10px 10px 0;
}

#stage #rwd-footer .inner-sns-area .sns-sp-area.inner-sns-area .block-sns .inner {
	display:table;
}

#stage #rwd-footer .inner-sns-area .sns-sp-area.inner-sns-area .block-sns .inner {
	display:table;
}

#stage #rwd-footer .inner-sns-area .sns-sp-area.inner-sns-area .block-sns .sns-text{
	line-height: 1.5;
	display:table-cell;
	text-align:left;
}

#stage #rwd-footer .inner-sns-area .sns-sp-area.inner-sns-area .block-sns .arrow-link{
	text-align: left;
}

#stage #rwd-footer .inner-sns-area .sns-sp-area.inner-sns-area .block-sns .arrow-link a{
	width:100%;
	background-image: url(/contact/common/img/icon-rwd/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 0 center;
	padding-left: 13px;
	box-sizing: border-box;
}

#stage #rwd-footer .inner-sns-area .sns-sp-area.inner-sns-area .block-sns .sns-icon{
	display:table-cell;
	width: 20%;
}

#stage #rwd-footer .inner-sns-area .block-sns:first-child {
	
}

#stage #rwd-footer .inner-sns-area .inner {
	text-align: center;
}

#stage #rwd-footer .inner-sns-area .inner .sns-text {
	line-height: 1.5;
	height: 48px;
}

#stage #rwd-footer .inner-sns-area .inner .sns-icon img {
	width: 36px;
}

#stage #rwd-footer .inner-sns-area .inner .temp-lists {
	display: table;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#stage #rwd-footer .inner-sns-area .inner .temp-lists li {
	display: table-cell;
	vertical-align: middle;
}

/* サイトリスト */
#stage #rwd-footer .wrp-site-lists.pc-lists {
	display: none;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .home {
	border-top: 1px solid #dcdcdc;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	box-sizing: border-box;
	background-color: #f5f5f5;
	font-weight: bold;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .home .li-inner {
	height: 50px;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .home .li-inner .temp span {
	font-weight: bold;
	font-size: 12px;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .inner-site-lists .box-lists {
	position: relative;
	display: table;
	width: 100%;
	background-color: #f5f5f5;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .inner-site-lists .box-lists:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #dcdcdc;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .inner-site-lists .box-lists.type-important {
	font-weight: bold;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .inner-site-lists .box-lists.type-important .li-inner .temp {
	font-weight: bold;
	font-size: 12px;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .inner-site-lists .has-arrow-icon {
	background-image: url(/contact/common/img/icon-rwd/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 0 center;
	display: inline-block;
	padding: 0 10px;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .inner-site-lists a {
	display: block;
	color: #000;
	padding: 0 10px;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .inner-site-lists a.main-link {
	background-image: url(/contact/common/img/icon-rwd/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 0 center;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .inner-site-lists li {
	float: left;
	width: 50%;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	border-top: 1px solid #dcdcdc;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .inner-site-lists .li-inner {
	display: table;
	width: 100%;
	height: 50px;
}

#stage #rwd-footer .wrp-site-lists.sp-lists .inner-site-lists .li-inner .temp {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}

/* フッターの一番下のコピーライト他 */
#stage #rwd-footer .inner-bottom-links .box-bottom-lists {
	position: relative;
	display: table;
	width: 100%;
}

#stage #rwd-footer .inner-bottom-links .box-bottom-lists:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background-color: #dcdcdc;
}

#stage #rwd-footer .inner-bottom-links .box-bottom-lists.type-important {
	font-weight: bold;
}

#stage #rwd-footer .inner-bottom-links .box-bottom-lists a {
	display: block;
	color: #000;
	padding: 0 10px;
}

#stage #rwd-footer .inner-bottom-links .box-bottom-lists a.main-link {
	background-image: url(/contact/common/img/icon-rwd/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 0 center;
}

#stage #rwd-footer .inner-bottom-links .box-bottom-lists li {
	float: left;
	width: 50%;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	border-top: 1px solid #dcdcdc;
}

#stage #rwd-footer .inner-bottom-links .box-bottom-lists li.home {
	float: none;
	width: 100%;
	text-align: center;
}

#stage #rwd-footer .inner-bottom-links .box-bottom-lists li.home .li-inner {
	height: 50px;
}

#stage #rwd-footer .inner-bottom-links .box-bottom-lists .li-inner {
	display: table;
	width: 100%;
	height: 50px;
}

#stage #rwd-footer .inner-bottom-links .box-bottom-lists .li-inner .temp {
	display: table-cell;
	vertical-align: middle;
}

#stage #rwd-footer .inner-bottom-links .copy {
	padding-top: 21px;
	padding-bottom: 21px;
	border-top: 1px solid #dcdcdc;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
