@charset "UTF-8";
/* 
	extend - export to common.scss
  */
.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 #content {
	color: #000000;
}

#stage #content {
	width: 1000px;
}

#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-h2 .mod-add-block {
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
	font-weight: normal;
}

#stage .mod-h2.mod-h2-bg {
	background-color: #0039a6;
	color: #fff;
}

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

/* 商品 */
#stage #content .mod-product-block {
	margin-top: 19px;
}

#stage #content .mod-product-block .b-text {
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	margin: 10px 5px 0;
}

#stage #content .mod-product-block .b-text span {
	text-align: left;
}

#stage #content .mod-product-block a {
	display: block;
	color: #000;
}

#stage #content .mod-product-block a:hover .b-text span {
	text-decoration: underline;
}

#stage #content .mod-product-block a .b-text span {
	display: inline-block;
	padding: 0 13px;
	background-image: url(/products_static/common/img/icon/arrow_blue.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: 0 5px;
}

/* アローの付いたリンクボタン */
#stage .mod-linkbtn {
	display: inline-block;
}

#stage .mod-linkbtn .txt {
	line-height: 1.5;
	font-size: 14px;
}

#stage .mod-linkbtn a {
	position: relative;
	color: #000;
}

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

#stage .mod-linkbtn a .txt:after {
	position: absolute;
	top: 0;
	left: 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_l.png);
	background-repeat: no-repeat;
	background-size: 6px auto;
	background-position: center center;
}

#stage .mod-linkbtn.mod-linkbtn-left a .txt {
	padding-left: 30px;
}

#stage .mod-linkbtn.mod-linkbtn-left a .txt:after {
	left: 0;
}

#stage .mod-linkbtn.mod-linkbtn-right a .txt {
	padding-right: 30px;
}

#stage .mod-linkbtn.mod-linkbtn-right a .txt:after {
	right: 0;
}

#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;
}

#stage .mod-caption {
	color: #666;
	font-size: 12px;
}

#stage .mod-info-bock {
	margin-top: 70px;
}

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

		コンテンツフッター

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

@media only 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-add-block {
		display: block;
		font-size: 14px;
	}
  /* 商品 */
	#stage #content .mod-product-block {
		margin-top: 10px;
	}

	#stage #content .mod-product-block .b-text {
		margin-top: 5px;
		font-size: 11px;
	}

	#stage #content .mod-product-block .b-text span {
		text-align: center;
	}

	#stage #content .mod-product-block a {
		display: block;
	}

	#stage #content .mod-product-block a .b-text span {
		background-image: none;
		padding-left: 0;
	}

	#stage #content .mod-product-block a .b-ph {
		border: 1px solid #e8e8e8;
		border-radius: 3px;
	}

	#stage #content .mod-product-block a .b-ph img {
		border-radius: 3px;
	}
  /* アローの付いたリンクボタン */
	#stage .mod-linkbtn {
		display: block;
		border: 1px solid #cccccc;
		border-radius: 6px;
		text-align: center;
	}

	#stage .mod-linkbtn .txt {
		font-size: 12px;
	}

	#stage .mod-linkbtn.mod-linkbtn-left a .txt {
		padding-left: 10px;
	}

	#stage .mod-linkbtn.mod-linkbtn-left a .txt:after {
		left: 9px;
	}

	#stage .mod-linkbtn a .txt {
		padding: 10px;
	}

	#stage .mod-linkbtn a .txt:after {
		top: 50%;
		width: 6px;
		height: 9px;
		margin-top: -5px;
		border: 0;
		background-size: 6px auto;
	}

	#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;
	}

	#stage .mod-caption {
		font-size: 10px;
	}

	.dummy {
		width: 100%;
	}

	.dummy img {
		width: 100%;
	}
}
