@charset "UTF-8";

.contentFootInner {
	width: 1000px;
	margin: 0 auto;
}

/* ------------------------------------
	* module
* ------------------------------------ */
.obj-pc {
	display: block !important;
}

.obj-sp {
	display: none !important;
}

@media screen and (max-width: 736px) {
	.obj-sp {
		display: block !important;
	}

	.obj-pc {
		display: none !important;
	}
}

.mod-backsla {
	font-family: sans-serif;
	font-size: 20px;
}

ul {
	list-style-type: none;
}

body {
	-webkit-text-size-adjust: 100%;
}

#stage {
	overflow: hidden;
}

#stage #content {
	color: #000000;
}

#stage #content {
	width: 1000px;
	margin: auto;
}

#content .contentHeadInner, #content .contentFootInner {
	padding-top: 15px;
	width: 1000px;
}

#content .contentFootInner {
	margin-top: 45px;
}

/* --------------------------------------

		商品共通

---------------------------------------- */
/* パンくず */
#stage .lists-breadcrumb {
	color: #666666;
}

#stage .lists-breadcrumb a {
	color: #000;
	padding-right: 12px;
	margin-right: 6px;
	background-image: url(/products_static/common/img/icon/icn_breadcrumb.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 7px auto;
}

/* コンテンツフッター */
.wrp-cont-foot .footl {
	float: left;
}

.wrp-cont-foot .footr {
	float: right;
}

/* --------------------------------------

		モジュール

---------------------------------------- */
/* タイトル関係のモジュール */
#stage .mod-h1 {
	margin-top: 15px;
	font-size: 30px;
	font-weight: bold;
}

#stage .mod-h2 {
	padding: 10px 0;
	border-top: 2px solid #0036a6;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}

#stage .mod-h3 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #0039a6;
	font-weight: bold;
}

#stage .mod-btn {}

#stage .mod-btn a {
	position: relative;
	width: 270px;
	margin: 0 auto;
	display: block;
	color: #000;
}

#stage .mod-btn a .inner-btn {
	background: #e1f3ff url(/rwd/top/img/icon/arrow_full_blue_r.png) no-repeat 10px center;
	background-size: 6px auto;
}

#stage .mod-btn .inner-btn {
	padding: 0 20px;
	box-sizing: border-box;
	display: table;
	width: 270px;
	height: 50px;
	background-color: #e1f3ff;
	border-radius: 3px;
	border: 1px solid #cccccc;
}

#stage .mod-btn .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
}

#stage .mod-btn.mod-btn-white a .inner-btn {
	background-color: #fff;
}


#stage .mod-link a {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	font-size: 14px;
	line-height: 2.142857143;
	color: #000;
}

#stage .mod-link a:after {
	position: absolute;
	top: 0.7em;
	left: 0;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(/member/common/img/icn_arrow_left_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 6px 7px;
}

#stage .mod-link a[target="_blank"]:after {
	width: 10px;
	height: 10px;
	background-image: url(/member/common/img/icn_blank.png);
	background-size: 10px 10px;
}

#stage .mod-link a:hover {
	text-decoration: underline;
}

#stage .mod-pagetop {
	display: inline-block;
}

#stage .mod-pagetop .txt {
	font-size: 14px;
	padding-right: 30px;
	line-height: 1.5;
}

#stage .mod-pagetop a {
	display: block;
	position: relative;
	color: #000;
}

#stage .mod-pagetop a .txt {
	position: relative;
}

#stage .mod-pagetop a .txt:after {
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-image: url(/products_static/common/img/icon/arrow_blue_t.png);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: center center;
}


/* --------------------------------------

		コンテンツフッター

---------------------------------------- */
/* PCのみ（主にhover処理） */
@media only screen and (min-width: 737px) {
	#stage a.mod-opacity:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 736px) {
	#content .contentHeadInner {
		padding-top: 0;
	}

	#stage #content {
		width: 100%;
	}

	#stage #header {
		width: 100%;
	}

	#stage #gnav {
		width: 100%;
	}

	.wrp-breadcrumb {
		display: none;
	}
  /* コンテンツフッター */
	#content .contentHeadInner, #content .contentFootInner {
		width: 100%;
	}

	#content .contentFootInner {
		margin-top: 25px;
	}

	#stage .wrp-cont-foot {
		padding-bottom: 10px;
		margin: 0 10px;
	}

	#stage .wrp-cont-foot .footl, #stage .wrp-cont-foot .footr {
		float: none;
	}

	#stage .wrp-cont-foot .footr {
		text-align: right;
		margin-top: 15px;
	}
  /* --------------------------------------

		モジュール

	---------------------------------------- */
	/* タイトル関係のモジュール */
	#stage .mod-h1 {
		margin-top: 15px;
		font-size: 16px;
	}

	#stage .mod-h2 {
		font-size: 15px;
	}

	#stage .mod-btn a {
		width: 100%;
	}

	#stage .mod-btn .inner-btn {
		width: 100%;
	}

	#stage .mod-pagetop {
		display: inline-block;
	}

	#stage .mod-pagetop .txt {
		padding-right: 44px;
		line-height: 1.5;
		font-size: 12px;
	}

	#stage .mod-pagetop a {
		display: block;
		position: relative;
		color: #000;
	}

	#stage .mod-pagetop a .txt {
		position: relative;
	}

	#stage .mod-pagetop a .txt:after {
		position: absolute;
		top: 50%;
		margin-top: -17px;
		right: 0;
		box-sizing: border-box;
		content: '';
		display: block;
		width: 35px;
		height: 35px;
		border: 1px solid #cccccc;
		border-radius: 6px;
		background-image: url(/products_static/common/img/icon/icn_pagetop.png);
		background-repeat: no-repeat;
		background-size: 18px auto;
		background-position: center center;
	}
}
