@charset "UTF-8";
/*============================================================
sp  layout.css
============================================================*/
.oldContent {
	/*
header
－－－－－－－－－－－－－－－－－－－－－－－－*/
	/*sample/index_free用header*/
	/*
@media all and (max-aspect-ratio: 1/1) {
	#attention_pec{
		display: none !important;
	}
}/*20170315 oto*/
	/*
navi
－－－－－－－－－－－－－－－－－－－－－－－－*/
	/*main menu*/
	/*
body #rnav_pec{
	-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%; color:#888888; background:#cccccc;}*/
	/*20170315 oto*/
	/*20170315 oto*/
	/*20170404 oto*/
	/*body #rnav_pec #spnavi_pec{
	padding:4% 2% 2% 2%;
	background:url(/assets/img/sp_navi_bg_head.gif) top no-repeat;
	width:100%;
	-moz-background-size:contain;
	background-size:contain;
	}
*/
	/*20170315 oto*/
	/*20170315 oto*/
	/*#rnav_pec a{color:#fff;text-decoration:none;width:100%; padding:6px 5px; display:inline-block; font-size:12px;}*/
	/*アコーディオン2*/
	/* 20160828	*/
	/* 英語サイトスマホグロナビ */
	/*20160828*/
	/*20160829_end*/
	/*20190831*/
	/*アコーディオン1*/
	/* 第4階層なしカテゴリ add*/
	/*20160830*/
	/*
		.layer3Link_pec h3.spnavi_no_4_pec2.active_pec:after{
			position: absolute;
			top: 12px;
			right: 10px;
			content: " ";
			width:13px;
			height:13px;
			background: url(/sp/assets/img/sprite4.png) 0 -150px no-repeat;
			-webkit-background-size: 100px 250px;
			background-size: 100px 250px;
		}*/
	/*カテゴリトップがactiveの時　保留*/
	/* 第4階層なしカテゴリ add*/
	/*20160830 end*/
	/* 第4階層なしカテゴリ */
	/*検索窓追記 20170314 oto*/
	/*検索窓追記 end*/
	/*categoly*/
	/*product*/
	/*
container
－－－－－－－－－－－－－－－－－－－－－－－－*/
	/*
#contents_d { background:#ffffff !important;}
*/
	/*
#container_d{ background-color:#ffffff !important;}
*/
	/*2013.6.18*/
	/*bread*/
	/*第四階層*/
	/*左ナビ*/
	/*左ナビ画像あり*/
	/*左ナビ　ブランク*/
	/*左カラム　関連ページ*/
	/*.layer4left_pec .leftLink_pec ul li:first-child {border-bottom:none !important;}*/
	/*左カラム　検索*/
	/* 左ナビがfixedだった場合のcss */
	/*第5階層以降*/
	/*第5階層以降*/
	/*.layer4right_pec .layer5tab2 ul { background:#f1f1f1; width:735px; height:42px;}
.layer4right_pec .layer5tab2 ul li { list-style:none; float:left; background:url(/ja/assets_old/assets/img/icon_arrow_gr_b.png) 5px 16px no-repeat;}
.layer4right_pec .layer5tab2 ul li a { padding:12px 20px 0 20px; display:inline-block;}*/
	/*
collapsible 現HTMLへ
－－－－－－－－－－－－－－－－－－－－－－－－*/
	/*アコーディオン1*/
	/*.bdLine {border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc;}*/
	/*アコーディオン2*/
	/*アコーディオン3*/
	/*404*/
	/*
footer
－－－－－－－－－－－－－－－－－－－－－－－－*/
	/*popup*/
	/*pager*/
	/*
sample/index_free
－－－－－－－－－－－－－－－－－－－－－－－－*/
	/* 140326追記 */
	/* 140403追記 */
	/* h1 リンク付与 */
	/* フォーム用 */
	/*--clearfix------------*/
	/* pageTopBtn */
	/*20190123 add*/
	/*20190123 add end*/
}

.oldContent .header_pec {
	padding: 10px 0 10px 0;
	margin: 0;
	background: #ffffff;
}

.oldContent .header_pec .siteName_pec {
	padding: 10px;
	margin: 0;
	width: 90px;
	height: 15px;
	float: left;
}

.oldContent .header_pec .siteName_pec a {
	display: block;
	height: 15px;
	width: 90px;
	background: url(/ja/assets_old/sp/assets/img/sprite.png) 0 0 no-repeat;
	background-size: 100px 250px;
	color: #ffffff;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

.oldContent .freeSp {
	margin: 10px 0 15px 0;
}

.oldContent .freeSp .siteName_pec h1 {
	display: block;
	height: 15px;
	width: 90px;
	background: url(/ja/assets_old/sp/assets/img/sprite.png) 0 0 no-repeat;
	background-size: 100px 250px;
	color: #ffffff;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

.oldContent #attention_pec {
	display: none;
	text-align: center;
	padding: 5px 0px;
	/*20170404 oto*/
	background: rgba(239, 239, 239, .7);
	/*20170404 oto*/
	/*-webkit-box-shadow: 0 0 6px #666666;
	-moz-box-shadow: 0 0 6px #666666;
	box-shadow: 0 0 6px #666666;*/
	/*20170404 oto*/
	position: absolute;
	/*20170404 oto*/
	width: 100%;
	/*20170404 oto*/
	top: 55px;
	/*20170404 oto*/
	z-index: 3;
	/*20170404 oto*/
	font-size: 12px;
	/*20170404 oto*/
}

.oldContent #attention_pec.displayNone_pec {
	display: none;
}

@media all and (orientation: landscape) {
	.oldContent {
		/*
input:focus {
    display: none !important;
}
input[type="text"]:focus {
    display: none !important;
}
*/
	}
	.oldContent #attention_pec {
		display: block;
	}
	.oldContent .header_pec {
		height: 70px;
		/*20170404 oto*/
	}
	.oldContent body #rnav_pec, .oldContent #searchAreaSp_toggle_pec {
		margin-bottom: 10px;
	}
}

.oldContent body #rnav_pec {
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	color: #888888;
	background: #cccccc;
	margin-top: 10px;
	position: relative;
	z-index: 3;
}

.oldContent #rnav_pec, .oldContent #rnav_pec * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.oldContent #rnav_pec, .oldContent #rnav_pec ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}

.oldContent body #rnav_pec #spnavi_pec {
	padding: 10px 2% 2% 2%;
	/*background:url(/assets/img/sp_navi_bg_head.gif) top no-repeat;*/
	width: 100%;
	background-size: contain;
}

@media all and (orientation: landscape) {
	.oldContent {
		/*body #rnav_pec #spnavi_pec{
	padding:4% 2% 2% 2%;
	background:url(/assets/img/sp_navi_bg_head2.gif) top no-repeat;
	width:100%;
	-moz-background-size:contain;
	background-size:contain;
	}*/
		/*20170315 oto*/
	}
	.oldContent body #rnav_pec #spnavi_pec {
		padding: 10px 2% 2% 2%;
		/*background:url(/assets/img/sp_navi_bg_head.gif) top no-repeat;*/
		width: 100%;
		background-size: contain;
	}
}

.oldContent #triangle_pec {
	display: block;
	width: 40px;
	height: 20px;
	position: absolute;
	right: 75px;
	top: -10px;
	background: url(/ja/assets_old/assets/img/sp_navi_bg_head_triangle.png) top no-repeat;
}

.oldContent #menuTab_pec {
	height: 35px;
	width: 90px;
	float: right;
	background: url(/ja/assets_old/assets/img/menutab.png) no-repeat;
	text-indent: -9999px !important;
	cursor: pointer;
}

.oldContent .modalCloseArea_pec {
	width: 104px;
	margin: 20px auto;
}

.oldContent .layer2Link_pec {
	margin: 0 0 5px 0;
	padding: 0;
	clear: left;
}

.oldContent .layer2Link_pec h2 {
	position: relative;
	margin: 0;
	background: #333333;
	color: #ffffff;
	/*20160828*/
	font-size: 15px;
	/*20160828*/
	padding: 10px 8px;
	/*20160828*/
}

.oldContent .layer2Link_pec h2 a {
	/*font-size: 15px !important;/*20160828*/
	/*font-weight: bold !important;*/
	/*20160828*/
	color: #ffffff !important;
	/*padding: 10px 8px 10px 8px !important;*/
	/*20160828*/
	display: inline-block;
	width: 100%;
}

.oldContent .layer2Link_pec h2.layer2LinkUnder_pec {
	/*20160828*/
	padding: 10px 8px 10px 20px !important;
}

.oldContent .layer2Link_pec h2.layer2LinkTtl1_pec {
	/*20160828*/
	background: url(/ja/assets_old/sp/assets/img/layer2LinkTtl1_bg.png) no-repeat top right #333333;
}

.oldContent .layer2Link_pec h2.layer2LinkTtl2_pec {
	/*20160828*/
	background: url(/ja/assets_old/sp/assets/img/layer2LinkTtl2_bg.png) no-repeat top right #333333;
}

.oldContent .layer2Link_pec h2.layer2LinkTtl3_pec {
	/*20160828*/
	background: url(/ja/assets_old/sp/assets/img/layer2LinkTtl3_bg.png) no-repeat top right #333333;
}

.oldContent .layer2Link_pec h2.layer2LinkTtl4_pec {
	/*20160828*/
	background: url(/ja/assets_old/sp/assets/img/layer2LinkTtl4_bg.png) no-repeat top right #333333;
}

.oldContent .layer2Link_pec h2.layer2LinkTtl5_pec {
	/*20160828*/
	/*background:url(/sp/assets/img/layer2LinkTtl5_bg.png) no-repeat top right #333;*/
	/*20170427*/
}

.oldContent .layer2Link_pec h2.layer2LinkTtl6_pec {
	/*20160828*/
	/*background:url(/sp/assets/img/layer2LinkTtl6_bg.png) no-repeat top right #333;*/
}

.oldContent .layer2Link_pec h2.layer2LinkTtl7_pec {
	/*20160828*/
	/*background:url(/sp/assets/img/layer2LinkTtl7_bg.png) no-repeat top right #333;*/
}

.oldContent .en_spnavi_pec .layer2Link_pec h2 a.layer2LinkTtl1_pec {
	background: none;
}

.oldContent .en_spnavi_pec .layer2Link_pec h2 a.layer2LinkTtl2_pec {
	background: none;
}

.oldContent .en_spnavi_pec .layer2Link_pec h2 a.layer2LinkTtl3_pec {
	background: none;
}

.oldContent .en_spnavi_pec .layer2Link_pec h2 a.layer2LinkTtl4_pec {
	background: none;
}

.oldContent .en_spnavi_pec .layer2Link_pec h2 a.layer2LinkTtl5_pec {
	background: none;
}

.oldContent .en_spnavi_pec .layer2Link_pec h2 a.layer2LinkTtl6_pec {
	background: none;
}

.oldContent .en_spnavi_pec .layer2Link_pec h2 a.layer2LinkTtl7_pec {
	background: none;
}

.oldContent .layer2Link_pec h2:after {
	position: absolute;
	top: 12px;
	right: 9px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite7.png) 0 -150px no-repeat;
	/*20160828*/
	background-size: 100px 250px;
}

.oldContent .layer2Link_pec h2.active_pec:after {
	position: absolute;
	top: 12px;
	right: 9px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite7.png) 0 -171px no-repeat;
	/*20160828*/
	background-size: 100px 250px;
}

.oldContent .layer2Link_pec h2.no_toggle:after {
	position: absolute;
	top: 12px;
	right: 9px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite4.png) 0 -150px no-repeat;
	background-size: 100px 250px;
}

.oldContent .layer2LinkTtl_pec {
	display: block;
}

.oldContent .layer3Link_pec {
	display: none;
}

.oldContent .layer3Link_pec {
	margin: 0 0 1px 0;
	padding: 0;
	clear: left;
	background-color: #787878;
}

.oldContent .layer3Link_pec h3 {
	position: relative;
	padding: 8px 8px 8px 20px;
	margin: 0;
	background: #787878;
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	border-top: 1px #cccccc solid;
}

.oldContent .layer3Link_pec h3:after {
	position: absolute;
	top: 12px;
	right: 10px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite6.png) 0 -150px no-repeat;
	background-size: 100px 250px;
}

.oldContent .layer3Link_pec h3.active_pec:after {
	position: absolute;
	top: 12px;
	right: 10px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite6.png) 0 -175px no-repeat;
	background-size: 100px 250px;
}

.oldContent .layer3Link_pec h3.spnavi_no_4_pec2:after {
	position: absolute;
	top: 12px;
	right: 10px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite4.png) 0 -150px no-repeat;
	background-size: 100px 250px;
}

.oldContent .layer3Link_pec h3.spnavi_no_4_pec2.active_pec {
	background-color: #b4b4b4;
}

.oldContent .layer3Ttl_pec {
	display: block;
}

.oldContent .layer3Ttl_pec a {
	display: block;
	color: #ffffff;
	font-weight: bold;
}

.oldContent .layer3In_pec {
	display: none;
	width: 100%;
}

.oldContent .spnavi_no_4_pec .layer3Ttl_pec.active_pec {
	background-image: none;
	background-color: #b4b4b4;
}

.oldContent .spnavi_no_4_pec .layer3Link_pec .layer3Ttl_pec:after {
	position: absolute;
	top: 12px;
	right: 10px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite4.png) 0 -150px no-repeat;
	background-size: 100px 250px;
}

.oldContent .layer4_pec {
	display: inline-block;
	width: 100%;
}

.oldContent .layer4_pec ul {
	width: 100%;
}

.oldContent .layer4_pec ul li {
	list-style: none;
	position: relative;
	margin: 0 0 0 5%;
	background: #ffffff;
	margin-bottom: 1px;
	width: 95%;
}

.oldContent .layer4_pec ul li.active_pec {
	list-style: none;
	position: relative;
	margin: 0 0 0 5%;
	background: #cccccc;
	margin-bottom: 1px;
	width: 95%;
}

.oldContent .layer4_pec ul li a {
	font-size: 14px !important;
	font-weight: normal;
	color: #333333;
	padding: 8px !important;
	display: inline-block;
	width: 95%;
}

.oldContent .layer4_pec ul li:after {
	position: absolute;
	top: 12px;
	right: 10px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite5_2.png) 0 -150px no-repeat;
	background-size: 100px 250px;
}

.oldContent .spnaviClosebtn_pec {
	margin: 0 auto 10px auto;
	width: 91px;
}

.oldContent #searchBtn_pec {
	float: right;
	margin-left: 5px;
	margin-right: 10px;
}

.oldContent #searchAreaSp_pec {
	padding-top: 50px;
}

.oldContent #lean_overlay_pec {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000000;
	display: none;
}

.oldContent #searchBtn2_pec {
	float: right;
	margin-left: 5px;
	margin-right: 10px;
}

.oldContent #searchAreaSp_toggle_pec {
	display: block;
	width: 100%;
	float: left;
	background: #cccccc;
	margin-top: 10px;
	position: relative;
	z-index: 3;
	/*20170404 oto*/
}

.oldContent #searchAreaSpLayout_pec {
	padding: 20px 2% 2% 2%;
	font-size: 15px;
}

.oldContent #searchAreaTriangle_pec {
	display: block;
	width: 40px;
	height: 20px;
	position: absolute;
	right: 8px;
	top: -10px;
	background: url(/ja/assets_old/assets/img/sp_navi_bg_head_triangle.png) top no-repeat;
}

.oldContent body #rnav_category_pec {
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	color: #888888;
	background: #ffffff;
}

.oldContent #rnav_category_pec, .oldContent #rnav_category_pec * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.oldContent #rnav_category_pec, .oldContent #rnav_category_pec ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}

.oldContent #rnav_category_pec ul li {
	width: 50%;
	float: left;
	display: inline-block;
	overflow: hidden;
	background: #787878;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	height: 30px;
}

.oldContent #rnav_category_pec ul li.active_pec {
	width: 50%;
	float: left;
	display: inline-block;
	overflow: hidden;
	background: #333333;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	height: 30px;
}

.oldContent #rnav_category_pec a {
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	padding: 6px 5px;
	display: inline-block;
	font-size: 12px !important;
}

.oldContent #menuTab_category_pec {
	height: 35px;
	width: 150px;
	float: right;
	background: url(/ja/assets_old/assets/img/menutab_category.png) no-repeat;
	text-indent: -9999px !important;
	cursor: pointer;
}

@media (max-width: 480px) {
	.oldContent #rnav_category_pec ul li {
		height: 45px !important;
	}
	.oldContent #rnav_category_pec ul li.active_pec {
		height: 45px !important;
	}
}

.oldContent body #rnav_product_pec {
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	color: #888888;
	background: #ffffff;
}

.oldContent #rnav_product_pec, .oldContent #rnav_product_pec * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.oldContent #rnav_product_pec, .oldContent #rnav_product_pec ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}

.oldContent #rnav_product_pec ul li {
	width: 50%;
	float: left;
	display: inline-block;
	overflow: hidden;
	background: #787878;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	height: 30px;
}

.oldContent #rnav_product_pec ul li.active_pec {
	width: 50%;
	float: left;
	display: inline-block;
	overflow: hidden;
	background: #333333;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	height: 30px;
}

.oldContent #rnav_product_pec a {
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	padding: 6px 5px;
	display: inline-block;
	font-size: 12px !important;
}

.oldContent #menuTab_product_pec {
	height: 35px;
	width: 150px;
	float: right;
	background: url(/ja/assets_old/assets/img/menutab_product.png) no-repeat;
	text-indent: -9999px !important;
	cursor: pointer;
}

@media (max-width: 480px) {
	.oldContent #rnav_product_pec ul li {
		height: 45px !important;
	}
	.oldContent #rnav_product_pec ul li.active_pec {
		height: 45px !important;
	}
}

.oldContent #box01_pec {
	display: none;
}

.oldContent #box02_pec {
	display: none;
}

.oldContent #box03_pec {
	display: none;
}

.oldContent #box04_pec {
	display: none;
}

.oldContent #box05_pec {
	display: none;
}

.oldContent #box06_pec {
	display: none;
}

.oldContent #box07_pec {
	display: none;
}

.oldContent #box08_pec {
	display: none;
}

.oldContent #box09_pec {
	display: none;
}

.oldContent .layerTtl_pc_underline_pec {
	display: none;
}

.oldContent .layerTtl_sp_underline_pec {
	color: #333333;
	font-weight: bold;
	/*border-bottom:solid 3px #333;*/
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.oldContent .layerTtl_pc_pec {
	display: none;
}

.oldContent .layerTtl_sp_pec {
	color: #333333;
	font-weight: bold;
	/*border-bottom:solid 3px #333;*/
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

.oldContent #contents_d_sp {
	background: #ffffff !important;
}

.oldContent #container_sp_pec {
	background-color: #ffffff !important;
}

.oldContent .box2Layout_pec ul {
	margin: 0;
	padding: 0;
}

.oldContent .box2Layout_pec ul li {
	list-style: none;
}

.oldContent .box2Layout_pec ul li, .oldContent img100_pec {
	width: 100% !important;
}

.oldContent .box2Layout_pec ul li.mini_pec {
	list-style: none;
	margin-right: 0;
	margin-bottom: 12px;
	width: 100% !important;
}

.oldContent .box2Layout_pec ul li.miniR0_pec {
	list-style: none;
	margin-right: 0 !important;
	margin-bottom: 12px;
	width: 100% !important;
}

.oldContent .siteSearch_pec {
	margin: 5px auto;
	padding: 0 10px 0 10px;
}

.oldContent .siteSearch_pec #searchInputFrame_pec {
	position: relative;
	float: left;
	width: 230px !important;
	/*20170315 oto*/
	/*margin-right:10px;*/
	/*20170315 oto*/
	height: 28px;
	/*20170315 oto*/
}

.oldContent .siteSearch_pec .searchInput_pec {
	position: absolute;
	right: 0;
	padding: 0;
	width: 100%;
	height: 28px;
	/*20170315 oto*/
	border: #666666 1px solid;
	/*20170315 oto*/
	line-height: 1;
	background: #fdfdfd;
	-webkit-box-shadow: 0 1px 3px #cccccc inset;
	        box-shadow: 0 1px 3px #cccccc inset;
	padding-left: 3px;
	/*20170315 oto*/
}

.oldContent .siteSearch_pec .searchBtn_pec {
	float: left;
	width: 48px;
	/*20170315 oto*/
	height: 30px;
	/*20170315 oto*/
	border: none;
	background: url(/ja/assets_old/assets/img/icon_search4.png) 50% 50% no-repeat;
	/*20170315 oto*/
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}

.oldContent #container_pec {
	padding: 0;
}

.oldContent #container_sp_pec {
	padding: 0;
}

.oldContent #contents_pec {
	position: relative;
	padding: 10px 10px 0px 10px;
	margin-top: 0 !important;
}

.oldContent .contents_pec {
	position: relative;
	padding: 0px 10px 0px 10px;
	margin-top: 0 !important;
}

.oldContent #contents_sp_pec {
	position: relative;
	padding: 10px 10px 0px 10px;
}

.oldContent #information_pec, .oldContent #information_sp_pec {
	margin: 0 auto 10px auto;
}

.oldContent #information_pec a, .oldContent #information_sp_pec a {
	position: relative;
	display: block;
	width: 100%;
	padding: 8px 35px;
	border: #a9a9a9 1px solid;
	color: #b91440;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.oldContent #information_pec a i.iconCaution_pec, .oldContent #information_sp_pec a i.iconCaution_pec {
	position: absolute;
	top: 8px;
	left: 10px;
}

.oldContent #information_pec a i.iconPc_pec, .oldContent #information_sp_pec a i.iconPc_pec {
	position: absolute;
	top: 10px;
	right: 12px;
}

.oldContent #information_sp_pec.information_mg_pec {
	margin: 10px 10px 0;
}

.oldContent #pageTtl_pec {
	padding: 8px;
	background: #1e1e1e;
}

.oldContent #pageTtl_pec h1 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	color: #ffffff;
	font-weight: normal;
}

.oldContent #pageNavi_pec ul {
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 0 0 5px #000000;
	        box-shadow: 0 0 5px #000000;
}

.oldContent #pageNavi_pec li {
	padding: 0;
	margin: 0;
	background: #5a5a5a;
	background: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#474747));
	background: linear-gradient(to bottom, #5a5a5a 0%, #474747 100%);
	border-top: #8c8c8c 1px solid;
	border-bottom: #333333 1px solid;
	color: #ffffff;
	font-size: 10px;
}

.oldContent #pageNavi_pec li:first-child {
	border-top: none;
}

.oldContent #pageNavi_pec li a {
	display: block;
	height: 54px;
	padding: 8px;
	color: #ffffff;
}

.oldContent #pageNavi_pec li h2 {
	margin: 0 0 5px 0;
	font-size: 13px;
	text-shadow: 0 -1px 2px #333333;
}

.oldContent #pageNavi_pec li h2 i {
	margin: 0 0 0 5px;
}

.oldContent #pageNavi_pec li p {
	margin: 0;
	line-height: 1.2;
}

.oldContent img {
	max-width: 100%;
	border: 0;
	border: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.oldContent .mgT10_pec {
	margin-top: 10px;
}

.oldContent .mgB10_pec {
	margin-bottom: 10px;
}

.oldContent .mgB15_pec {
	margin-bottom: 15px;
}

.oldContent .mgB20_pec {
	margin-bottom: 20px;
}

.oldContent .mgB40_pec {
	margin-bottom: 40px;
}

.oldContent .mgL12_pec {
	margin-left: 12px;
}

.oldContent .mr0sp_pec {
	margin-right: 0 !important;
}

.oldContent #contentBlock_pec .block01_pec ul {
	width: auto;
	padding-left: 0;
}

.oldContent #contentBlock_pec .block01_pec ul li {
	list-style: none;
	float: left;
	margin-right: 2%;
	margin-bottom: 12px;
	width: 49%;
}

.oldContent #contentBlock_pec .block01_pec dl {
	float: left;
	margin-bottom: 12px;
	width: 49%;
	padding: 0;
	margin: 0 2% 0 0;
	background: none;
	border: none;
}

.oldContent #contentBlock_pec .block01_pec dl dd {
	font-size: 12px;
	line-height: 1.2;
	padding: 10px 0;
}

.oldContent #contentBlock_pec .block02_pec {
	margin-bottom: 25px;
}

.oldContent #contentBlock_pec .block02_pec ul {
	width: auto;
	padding-left: 0;
}

.oldContent #contentBlock_pec .block02_pec ul li {
	list-style: none;
	margin-bottom: 12px;
	width: 100%;
}

.oldContent #contentBlock_pec .block02_pec dl {
	margin-bottom: 12px;
	width: 100%;
	padding: 0;
	background: none;
	border: none;
}

.oldContent #contentBlock_pec .block02_pec dl dd {
	font-size: 12px;
	line-height: 1.2;
	padding: 10px 0;
}

.oldContent .contentMainImg_pec {
	margin-bottom: 20px;
}

.oldContent .contTtlLongH1_pec {
	margin: 0 0 10px 0;
	color: #333333;
	font-weight: bold;
	border-bottom: solid 3px #333333;
	font-size: 20px;
}

.oldContent .contTtlLong_pec {
	margin: 0 0 10px 0;
	color: #333333;
	font-weight: bold;
	border-bottom: solid 3px #333333;
}

.oldContent .contTtl_pec {
	margin: 0 0 10px 0;
	color: #333333;
	font-weight: bold;
	border-bottom: solid 3px #333333;
	font-size: 18px;
}

.oldContent .CampEventLayout_pec {
	margin-top: 15px;
}

.oldContent .CampEventImg_pec {
	width: 100%;
}

.oldContent .listLink_d2_pec {
	padding: 5px 0;
	width: 100%;
}

.oldContent .listLink_d3_pec {
	margin: 0 auto 10px auto;
}

.oldContent .listLink_d3_pec a {
	display: block;
	width: 100%;
	padding: 8px;
	text-align: center;
	border: #a9a9a9 1px solid;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.oldContent .breadArea_pec {
	padding: 8px 10px 0 10px;
	border: 1px solid #333333;
}

.oldContent .breadArea_pec ul {
	display: inline-block;
	margin-bottom: 0;
}

.oldContent .breadArea_pec ul li {
	background: url(/ja/assets_old/assets/img/bread_bg_sp.png) right no-repeat;
	float: left;
	list-style: none;
	padding-right: 17px;
}

.oldContent .breadArea_pec ul li a {
	font-weight: bold;
}

.oldContent .breadArea_pec ul li:last-child {
	background: none;
}

.oldContent .layer4right_pec {
	width: 100%;
	float: none;
}

.oldContent .layer4left_pec {
	width: 100%;
	float: none;
	margin-top: 30px;
}

.oldContent .layerTtl_pec {
	color: #333333;
	margin: 0 0 3px 0 !important;
	font-weight: bold;
	font-size: 20px !important;
	line-height: 1.3;
}

.oldContent .layer4left_pec .leftNavi_pec {
	padding: 0;
	margin-bottom: 15px;
}

.oldContent .layer4left_pec .leftNavi_pec p.ttl_pec {
	color: #333333;
	margin: 0 0 0 6px !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 1.3;
}

.oldContent .layer4left_pec .leftNavi_pec ul {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.2;
}

.oldContent .layer4left_pec .leftNavi_pec ul li {
	display: table;
	width: 100%;
	border-bottom: 1px #ffffff solid;
	display: table;
}

.oldContent .layer4left_pec .leftNavi_pec ul li a {
	display: table;
	width: 100%;
	background: #666666;
	text-decoration: none;
	text-decoration: none;
	color: #ffffff;
}

.oldContent .layer4left_pec .leftNavi_pec ul li.active_pec a {
	background: #333333;
}

.oldContent .layer4left_pec .leftNavi_pec ul li ul li a {
	background: #dedede;
	color: #333333;
}

.oldContent .layer4left_pec .leftNavi_pec ul li ul li.active_pec a {
	background: #666666;
	color: #ffffff;
}

.oldContent .layer4left_pec .leftNavi_pec ul li ul li:last-child {
	border: none;
}

.oldContent .layer4left_pec .leftNavi_pec ul li span {
	padding: 0 10px 0 20px;
	display: table-cell;
	vertical-align: middle;
	height: 52px;
	background: url(/ja/assets_old/assets/img/icon_arrow_white.png) no-repeat 7px center;
}

.oldContent .layer4left_pec .leftNavi_pec ul li ul li span {
	padding-left: 30px;
	background: url(/ja/assets_old/assets/img/icon_arrow_gray.png) no-repeat 15px center;
}

.oldContent .layer4left_pec .leftNavi_pec ul li ul li.active_pec span {
	background: url(/ja/assets_old/assets/img/icon_arrow_white.png) no-repeat 15px center;
}

.oldContent .layer4left_pec .leftNavi_pec ul li.typeA1_pec a {
	background: url(/ja/assets_old/assets/img/leftbg_typeA1.png) right no-repeat, #666666;
}

.oldContent .layer4left_pec .leftNavi_pec ul li.activetypeA1_pec a {
	background: url(/ja/assets_old/assets/img/leftbg_typeA1_on.png) right no-repeat, #333333;
}

.oldContent ul li.typeA1_pec span, .oldContent ul li.activetypeA1_pec span {
	padding-right: 95px !important;
}

.oldContent .layer4left_pec .leftNavi_pec ul li ul li.typeB1_pec a {
	background: url(/ja/assets_old/assets/img/leftbg_typeB1.png) right no-repeat, #dedede;
}

.oldContent .layer4left_pec .leftNavi_pec ul li ul li.activetypeB1_pec a {
	background: url(/ja/assets_old/assets/img/leftbg_typeB1_on.png) right no-repeat, #666666;
	color: #ffffff;
}

.oldContent .layer4left_pec .leftNavi_pec ul li ul li.activetypeB1_pec span {
	background: url(/ja/assets_old/assets/img/icon_arrow_white.png) no-repeat 15px center;
}

.oldContent ul li.typeB1_pec span, .oldContent ul li.activetypeB1_pec span {
	padding-right: 95px !important;
}

.oldContent .layer4left_pec .leftNavi_pec ul li span.blank_pec {
	background: url(/ja/assets_old/assets/img/icon_blank_w.png) no-repeat 6px center;
}

.oldContent .layer4left_pec .leftLink_pec p.ttl_pec {
	color: #333333;
	margin: 0 0 0 6px !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 1.3;
}

.oldContent .layer4left_pec .leftLink_pec {
	padding: 0;
	margin-bottom: 15px;
}

.oldContent .layer4left_pec .leftLink_pec ul {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.2;
}

.oldContent .layer4left_pec .leftLink_pec ul li {
	display: table;
	width: 100%;
	border: 1px #b3b3b3 solid;
	border-top: none;
	        box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.oldContent .layer4left_pec .leftLink_pec ul li:first-child {
	border-top: 1px #b3b3b3 solid;
}

.oldContent .layer4left_pec .leftLink_pec ul li.last_pec {
	border-bottom: 1px #b3b3b3 solid;
}

.oldContent .layer4left_pec .leftLink_pec ul li a {
	display: table;
	width: 100%;
	background: #f2f2f2;
	text-decoration: none;
	text-decoration: none;
	color: #333333;
}

.oldContent .layer4left_pec .leftLink_pec ul li.active_pec a {
	background: #333333;
	color: #ffffff;
}

.oldContent .layer4left_pec .leftLink_pec ul li span {
	padding: 0 10px 0 20px;
	display: table-cell;
	vertical-align: middle;
	height: 52px;
	background: url(/ja/assets_old/assets/img/icon_arrow_gray.png) no-repeat 7px center;
}

.oldContent .layer4left_pec .leftLink_pec ul li.active_pec span {
	background: url(/ja/assets_old/assets/img/icon_arrow_white.png) no-repeat 7px center;
}

.oldContent .layer4left_pec .leftLink_pec ul li span.blank_pec {
	background: url(/ja/assets_old/assets/img/icon_blank_g.png) no-repeat 6px center;
}

.oldContent .layer4left_pec .leftSearch_pec {
	padding: 0;
	margin-bottom: 15px;
}

.oldContent .layer4left_pec .leftSearch_pec p.ttl_pec {
	color: #333333;
	margin: 0 0 0 6px !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 1.3;
}

.oldContent .layer4left_pec .leftSearch_pec div.press_form_pec {
	color: #ffffff;
	background: #666666;
	border-bottom: 1px solid #ffffff;
	padding: 10px;
	text-align: center;
}

.oldContent .layer4left_pec .leftSearch_pec .keywordTtl_pec {
	text-align: left !important;
}

.oldContent .layer4left_pec .leftSearch_pec input#leftSearchTxt_pec {
	border: 1px solid #b2b2b2;
	font-size: 16px;
	width: 79%;
	height: 17px;
}

.oldContent .layer4left_pec .leftSearch_pec input#submitButton_pec {
	background: url(/ja/assets_old/assets/img/leftSearchBtn.png) left no-repeat;
	vertical-align: top;
	height: 21px;
	width: 36px;
	/*20170626*/
}

.oldContent .layer4left_pec .leftSearch_pec div.press_form2_pec {
	color: #ffffff;
	background: #666666;
	border-bottom: 1px solid #ffffff;
	padding: 10px;
	text-align: center;
}

.oldContent .layer4left_pec .leftSearch_pec .dateTtl_pec {
	text-align: left !important;
}

.oldContent .layer4left_pec .leftSearch_pec select.leftSearchYear_pec {
	background: #ffffff;
	border: 1px solid #b2b2b2;
	font-size: 14px;
	width: 41%;
	height: 21px;
}

.oldContent .layer4left_pec .leftSearch_pec select.leftSearchMonth_pec {
	background: #ffffff;
	border: 1px solid #b2b2b2;
	font-size: 14px;
	width: 41%;
	height: 21px;
}

.oldContent .layer4left_pec .leftSearch_pec input#submitButton2_pec {
	background: url(/ja/assets_old/assets/img/leftSearchBtn.png) left no-repeat;
	vertical-align: top;
	height: 21px;
	width: 36px;
	/*20170626*/
}

.oldContent .leftSearch_pec input, .oldContent a {
	border: none;
	outline: none;
}

.oldContent .layer4left_pec .leftNavi_pec ul li.sideDetail_pec {
	background: #ffffff !important;
	width: 100% !important;
	height: inherit;
}

.oldContent .layer4left_pec .leftNavi_pec ul li.sideDetail_pec ul {
	width: 100%;
	line-height: 1.2;
}

.oldContent .layer4left_pec .leftNavi_pec ul li.sideDetail_pec ul li {
	background: #ffffff;
	width: 100%;
	height: 30px;
}

.oldContent .layer4left_pec .leftNavi_pec ul li.sideDetail_pec ul li:hover {
	background: #dcdcdc;
	width: 100%;
}

.oldContent .layer4left_pec .leftNavi_pec ul li.sideDetail_pec ul li.active_pec {
	background: #dcdcdc;
	width: 100%;
}

.oldContent .layer4left_pec .leftNavi_pec ul li.sideDetail_pec ul li a {
	background: url(/ja/assets_old/assets/img/icon_arrow_op.png) 6px 12px no-repeat;
	padding: 9px 17px;
	color: #666666;
	display: inline-block;
	height: 30px;
	text-decoration: underline;
}

.oldContent .layer4left_pec .leftNavi_pec ul li.sideDetail_pec ul li a.blank_pec {
	background: url(/ja/assets_old/assets/img/icon_blank_op.png) 4px 10px no-repeat;
	padding: 9px 17px;
	color: #666666;
	display: inline-block;
	height: auto;
}

.oldContent .layer4left_pec .sideBanner_pec {
	padding: 0;
	margin-bottom: 15px;
}

.oldContent .layer4left_pec .sideBanner_pec ul {
	margin: 0;
	padding: 0;
}

.oldContent .layer4left_pec .sideBanner_pec ul li {
	list-style: none;
	margin-bottom: 10px;
}

.oldContent .layer5cont_pec {
	width: 100%;
}

.oldContent .slide_left_btn_pec {
	display: none;
}

.oldContent .slide_left_pec {
	padding: 10px;
	width: 100% !important;
	        box-sizing: border-box;
	   -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.oldContent #contents_pec .slide_left_pec {
	padding: 10px 0;/*20190726*/
}

.oldContent .slide_left_inner_pec {
	margin-left: 0 !important;
}

.oldContent .slide_left_pec .slide_left_inner_pec .layer4left_parent_pec {
	padding-top: 0 !important;
}

.oldContent .layer5TopTab_pec {
	margin-bottom: 15px;
	display: none;
}

.oldContent .layer5TopTab_pec ul li {
	width: 49%;
	float: left;
	list-style: none;
	margin: 0 1% 1% 0;
}

.oldContent .layer4right_pec .layer5TopTab2_pec ul {
	margin: 0 0 10px 0;
	padding: 2% 1% 1% 1%;
	width: 98%;
	background: #fafafa;
}

.oldContent .layer4right_pec .layer5TopTab2_pec ul li {
	font-size: 13px;
	line-height: 1;
	list-style: none;
	float: left;
	width: 48.3%;
	height: 50px;
	background: #f6f6f6;
	border: 1px #e0e0e0 solid;
	margin: 0 1px 1% 2px !important;
	/* margin-bottom:1%; margin-right:1%;*/
	display: table;
}

.oldContent .layer4right_pec .layer5TopTab2_pec ul li.active_pec {
	background: #ffffff;
	border: 1px #777777 solid;
}

.oldContent .layer4right_pec .layer5TopTab2_pec ul li a {
	color: #676767;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.oldContent .layer4right_pec .layer5TopTab2_pec ul li a:hover {
	color: #333333;
	font-weight: bold;
}

.oldContent .layer4right_pec .layer5TopTab2_pec ul li.active_pec a {
	color: #333333;
	font-weight: bold;
}

.oldContent .layer4right_pec .layer5TopTab2_pec ul li a.line1_pec {
	padding: 18px 0 18px 0;
}

.oldContent .layer4right_pec .layer5TopTab2_pec ul li a.line2_pec {
	padding: 13px 0 13px 0;
}

.oldContent .layer4right_pec .layer5navi2_pec ul {
	margin: 0 0 10px 0;
	padding: 2% 1% 1% 1%;
	width: 98%;
	background: #fafafa;
}

.oldContent .layer4right_pec .layer5navi2_pec ul li {
	font-size: 12px;
	line-height: 1;
	list-style: none;
	float: left;
	width: 31.6%;
	height: 40px;
	background: #ffffff;
	border: 1px #e0e0e0 solid;
	margin: 0 1px 1% 2px !important;
	/* margin-bottom:1%; margin-right:1%;*/
	display: table;
}

.oldContent .layer4right_pec .layer5navi2_pec ul li.active_pec {
	background: #ffffff;
	border: 1px #777777 solid;
}

.oldContent .layer4right_pec .layer5navi2_pec ul li a {
	color: #676767;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.oldContent .layer4right_pec .layer5navi2_pec ul li a:hover {
	color: #333333;
	font-weight: bold;
}

.oldContent .layer4right_pec .layer5navi2_pec ul li.active_pec a {
	color: #333333;
	font-weight: bold;
}

.oldContent .layer4right_pec .layer5navi2_pec ul li a.line1_pec {
	padding: 14px 0 14px 0;
}

.oldContent .layer4right_pec .layer5navi2_pec ul li a.line2_pec {
	padding: 8px 0 8px 0;
}

.oldContent .layer4right_pec .layer5menu2_pec ul {
	margin: 0;
	padding: 2% 1% 1% 1%;
	width: 98%;
	background: #fafafa;
}

.oldContent .layer4right_pec .layer5menu2_pec ul li {
	font-size: 10px;
	line-height: 1;
	list-style: none;
	float: left;
	width: 31.6%;
	height: 30px;
	background: #ffffff;
	border: 1px #e0e0e0 solid;
	margin: 0 1px 1% 2px !important;
	/* margin-bottom:1%; margin-right:1%;*/
	display: table;
}

.oldContent .layer4right_pec .layer5menu2_pec ul li.active_pec {
	background: #ffffff;
	border: 1px #777777 solid;
}

.oldContent .layer4right_pec .layer5menu2_pec ul li a {
	color: #676767;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.oldContent .layer4right_pec .layer5menu2_pec ul li a:hover {
	color: #333333;
	font-weight: bold;
}

.oldContent .layer4right_pec .layer5menu2_pec ul li.active_pec a {
	color: #333333;
	font-weight: bold;
}

.oldContent .layer4right_pec .layer5menu2_pec ul li a.line1_pec {
	padding: 10px 0 10px 0;
}

.oldContent .layer4right_pec .layer5menu2_pec ul li a.line2_pec {
	padding: 5px 0 5px 0;
}

.oldContent .layer5navi_pec ul li {
	width: 49%;
	float: left;
	list-style: none;
	margin: 0 1% 1% 0;
}

.oldContent #productbox01_pec {
	display: block !important;
}

.oldContent #productbox02_pec {
	display: block !important;
}

.oldContent #productbox03_pec {
	display: block !important;
}

.oldContent #productbox04_pec {
	display: block !important;
}

.oldContent #productbox05_pec {
	display: block !important;
}

.oldContent .product_img_pec {
	width: 70%;
	margin: 0 auto;
}

.oldContent .btn_pec {
	width: 60%;
	margin: 0 auto;
}

.oldContent .detail_pec {
	width: 50%;
	margin: 0 auto 20px auto;
}

.oldContent .prize01_pec {
	width: 30%;
	margin: 0 35% 0 0;
}

.oldContent .psmgB_pec {
	margin: 0 2%;
}

.oldContent .layer5tabToggleOutside_pec {
	margin: 0 0 10px 0;
	padding: 0;
	clear: left;
}

.oldContent .layer5tabToggleOutside_pec h2 {
	position: relative;
	padding: 8px;
	margin: 0;
	background: #f6f6f6;
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #c9c9c9;
}

.oldContent .layer5tabToggleOutside_pec h2.active_pec {
	position: relative;
	padding: 8px;
	margin: 0 0 2px 0;
	background: #ffffff;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	border-top: 2px solid #777777;
	border-right: 2px solid #777777;
	border-left: 2px solid #777777;
	border-bottom: none;
}

.oldContent .layer5tabToggleOutside_pec h2:after {
	position: absolute;
	top: 12px;
	right: 10px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite3.png) 0 -150px no-repeat;
	background-size: 100px 250px;
}

.oldContent .layer5tabToggleOutside_pec h2.active_pec:after {
	position: absolute;
	top: 12px;
	right: 10px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite3.png) 0 -172px no-repeat;
	background-size: 100px 250px;
}

.oldContent .layer5tabToggleOutsideTtl_pec {
	display: block;
}

.oldContent .layer5tabToggleOutsideIn_pec {
	display: none;
}

.oldContent .layer5tabToggle_pec {
	margin: 0 0 1px 0;
	padding: 0;
	clear: left;
}

.oldContent .layer5tabToggle_pec h3 {
	position: relative;
	padding: 8px;
	margin: 0;
	background: #ffffff;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #e0e0e0;
}

.oldContent .layer5tabToggle_pec h3.active_pec {
	position: relative;
	padding: 8px;
	margin: 0;
	background: #f5f4f4;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #777777;
}

.oldContent .layer5tabToggle_pec h3:after {
	position: absolute;
	top: 12px;
	right: 10px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite3.png) 0 -150px no-repeat;
	background-size: 100px 250px;
}

.oldContent .layer5tabToggle_pec h3.active_pec:after {
	position: absolute;
	top: 16px;
	right: 10px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite3.png) 0 -175px no-repeat;
	background-size: 100px 250px;
}

.oldContent .layer5tabToggleTtl_pec {
	display: block;
}

.oldContent .layer5tabToggleIn_pec {
	display: none;
}

.oldContent .layer5menuToggle_pec {
	margin: 0 0 0 0;
	padding-left: 15px;
	clear: left;
	background-color: #dedede;
}

.oldContent .layer5menuToggle_pec h4 {
	position: relative;
	padding: 8px;
	margin: 0;
	background: #ffffff;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #dedede;
}

.oldContent .layer5menuToggle_pec h4.active_pec {
	position: relative;
	padding: 8px;
	margin: 0;
	background: #ffffff;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #dedede;
}

.oldContent .layer5menuToggle_pec h4:after {
	position: absolute;
	top: 12px;
	right: 10px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite5.png) 0 -150px no-repeat;
	background-size: 100px 250px;
}

.oldContent .layer5menuToggle_pec h4.active_pec:after {
	position: absolute;
	top: 12px;
	right: 10px;
	content: " ";
	width: 13px;
	height: 13px;
	background: url(/ja/assets_old/sp/assets/img/sprite5.png) 0 -175px no-repeat;
	background-size: 100px 250px;
}

.oldContent .layer5menuToggleTtl_pec {
	display: block;
}

.oldContent .layer5menuToggleTtl_pec a {
	display: inline-block;
	width: 100%;
}

.oldContent .layer5menuToggleIn_pec {
	display: none;
}

.oldContent .layer5menuToggleIn_pec div.cont_pec {
	background: #ffffff;
}

.oldContent .notFound_pec {
	font-size: 40px;
	color: #b91440;
	margin: 50px 0 50px 0 !important;
	font-weight: bold;
}

.oldContent .notFoundTxt_pec a {
	color: #b91440;
	text-decoration: none;
}

.oldContent .notFoundTxt_pec a:hover {
	color: #b91440;
	text-decoration: underline;
}

.oldContent #footer_d_sp_pec {
	padding: 10px 8px;
	background: #333333;
	color: #ffffff;
}

.oldContent .footNavi_pec ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.oldContent .footNavi_pec li {
	display: inline-block;
	margin: 0 5px 10px 0;
	padding: 0 8px 0 0;
	line-height: .8em;
	/*border-right: #ffffff 1px solid;*/
	/*20170928*/
}

.oldContent .footNavi_pec li:last-child {
	padding: 0;
	border-right: none;
}

.oldContent #footer_d_sp_pec .footNavi_pec li a {
	padding: 0 5px 0 12px;
	background: url(/ja/assets_old/assets/img/icon_arrow_white.png) 0 45% no-repeat;
}

.oldContent .index_pec .footNavi_pec ul {
	width: 280px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.oldContent .index_pec .footNavi_pec li {
	display: inline-block;
	margin: 0 5px 10px 0;
	line-height: .8em;
}

.oldContent .index_pec .footNavi_pec li:nth-child(odd) {
	padding: 0 8px 0 0;
	border-right: #ffffff 1px solid;
}

.oldContent #footer_d_sp_pec .footNavi_pec li a i {
	margin: 0 0 0 3px;
	vertical-align: bottom;
}

.oldContent #footer_d_sp_pec .footNavi_pec li a {
	color: #ffffff;
}

.oldContent #footer_d_sp_pec .copyright_pec {
	text-align: center;
	color: #a0a0a0;
	font-size: 12px;
	padding-bottom: 25px;
}

.oldContent .pageTop_pec a {
	padding: 0 0 0 20px;
	background: url(/ja/assets_old/assets/img/icon_pagetop.png) left no-repeat;
	text-decoration: none;
	font-size: 14px;
}

.oldContent .pageTop_pec a:hover {
	text-decoration: underline;
}

.oldContent .closeBtn_pec {
	width: 104px;
	margin: 0 auto;
}

.oldContent .pager_pec {
	height: 27px;
	padding: 0 0 9px;
	clear: both;
}

.oldContent .pager_pec ul {
	float: right;
}

.oldContent .pager_pec ul li {
	font-size: 80%;
	list-style: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0 7px 0 0;
	border: 1px solid #767676;
	/*20170726 oto*/
	color: #ffffff;
	background-color: #767676;
	/*20170726 oto*/
	text-align: center;
	float: left;
	border-style: none;
}

.oldContent .pager_pec ul li a {
	display: block;
	color: #ffffff;
}

.oldContent .pager_pec ul li.gap_pec {
	color: #333333;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.oldContent .pager_pec ul li a:hover {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #767676;
	/*20170726 oto*/
}

.oldContent .pager_pec ul li.active_pec {
	color: #333333;
	background-color: #ffffff;
	border-style: none;
}

.oldContent #copyrightFree_pec {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.oldContent #container_sp_pec .news_pec dl dd a {
	padding: 0 0 0 12px;
	background: url(/ja/assets_old/assets/img/icon_arrow_op.png) 0 2px no-repeat;
	        background-size: 8px 8px;
	-webkit-background-size: 8px 8px;
	   -moz-background-size: 8px 8px;
	     -o-background-size: 8px 8px;
	display: inline-block;
}

.oldContent #container_sp_pec .news_pec dl dd.blank_pec a {
	background: url(/ja/assets_old/assets/img/icon_blank.png) 0 2px no-repeat;
	        background-size: 8px 8px;
	-webkit-background-size: 8px 8px;
	   -moz-background-size: 8px 8px;
	     -o-background-size: 8px 8px;
}

.oldContent #container_sp_pec .news_pec dl dd span {
	display: block;
	padding-left: 12px;
}

.oldContent p.bnone_pec a {
	padding: 0 0 0 12px;
	background: url(/ja/assets_old/assets/img/icon_arrow_op.png) 0 center no-repeat;
	        background-size: 8px 8px;
	-webkit-background-size: 8px 8px;
	   -moz-background-size: 8px 8px;
	     -o-background-size: 8px 8px;
	display: inline-block;
}

.oldContent .layerTtl_sp_pec a, .oldContent .layerTtl_sp_underline_pec a {
	background: url(/ja/assets_old/assets/img/icon_h1_arrow_wr_r.png) 0 center no-repeat;
	display: inline-block;
}

.oldContent .layerTtl_sp_pec a span, .oldContent .layerTtl_sp_underline_pec a span {
	display: inline-block;
	padding: 0 0 0 12px;
}

.oldContent .layerTtl_sp_pec a:hover, .oldContent .layerTtl_sp_underline_pec a:hover {
	color: #a3a3a3;
}

.oldContent .layerTtl_sp_pec a img:hover, .oldContent .layerTtl_sp_underline_pec a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	     opacity: .50;
}

.oldContent .formSmp1_pec, .oldContent .formSmp2_pec {
	width: 100%;
	border-collapse: collapse;
}

.oldContent .formSmp2_pec th {
	background: #e6e6e6;
	width: 100px;
	padding: 5px 10px;
	margin: 0;
	vertical-align: top;
	text-align: left;
	border: 1px solid #cccccc;
}

.oldContent .formSmp1_pec th {
	background: #e6e6e6;
	width: 221px;
	padding: 5px 10px;
	margin: 0;
	vertical-align: top;
	text-align: left;
	border: 1px solid #cccccc;
}

.oldContent .formSmp2_pec td.subName_pec {
	/*	display:inline-table;*/
	margin: 0;
	padding: 5px 10px;
	width: 100px;
	background: #f6f6f6;
}

.oldContent .formSmp2_pec td, .oldContent .formSmp1_pec td {
	/*	display:inline-table;*/
	margin: 0;
	padding: 10px 10px !important;
	border: 1px solid #cccccc;
}

.oldContent .formSmp1_pec td dt, .oldContent .formSmp2_pec td dt {
	display: none;
	margin: 0;
	padding: 0;
}

.oldContent .formSmp1_pec input, .oldContent .formSmp2_pec input {
	/*width:40%;*/
	border: 1px solid #cccccc;
	display: inline;
}

.oldContent .formSmp1_pec input[type="checkbox"], .oldContent .formSmp2_pec input[type="checkbox"], .oldContent .formSmp1_pec input[type="radio"], .oldContent .formSmp2_pec input[type="radio"] {
	margin-right: 5px;
	/*	border-radius:0px;*/
}

.oldContent .formSmp1_pec textarea, .oldContent .formSmp2_pec textarea {
	border-radius: 0px;
	width: auto;
	height: auto;
	max-width: 300%;
}

.oldContent .formSmp1_pec dd, .oldContent .formSmp2_pec dd {
	margin: 0;
	padding: 0;
	width: 100%;
}

.oldContent .formSmp1_pec dd ul, .oldContent .formSmp2_pec dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.oldContent .formSmp1_pec dd.inArea0_pec li, .oldContent .formSmp2_pec dd.inArea0_pec li {
	list-style: none;
	margin: 0 18px 5px 0;
	padding: 0;
	float: left;
	display: inline-block;
}

.oldContent .formSmp2_pec dd.inArea1_pec li, .oldContent .formSmp1_pec dd.inArea1_pec li {
	list-style: none;
	margin: 0 18px 5px 0;
	padding: 0;
	float: left !important;
	display: block !important;
}

.oldContent .formSmp2_pec dd.inArea1n_pec li, .oldContent .formSmp1_pec dd.inArea1n_pec li {
	list-style: none;
	margin: 0 18px 5px 0;
	padding: 0;
	float: none !important;
	display: block !important;
}

.oldContent .formSmp1_pec dd.inArea2_pec li, .oldContent .formSmp2_pec dd.inArea2_pec li {
	list-style: none;
	margin: 0 18px 5px 0;
	padding: 0;
	width: 48%;
	float: left;
}

.oldContent .formSmp1_pec dd.inArea3_pec li, .oldContent .formSmp2_pec dd.inArea3_pec li {
	list-style: none;
	margin: 0 18px 5px 0;
	padding: 0;
	width: 33%;
	float: left;
}

.oldContent .formSmp1_pec dd em, .oldContent .formSmp2_pec dd em {
	/*	float:left;*/
	margin: 0 5px;
	font-style: normal;
}

.oldContent .formSmp1_pec dd .note_pec, .oldContent .formSmp2_pec dd .note_pec {
	list-style: none;
	clear: both;
	padding-top: 0px;
	margin: 0;
}

.oldContent .formSmp1_pec dd .note_pec li, .oldContent .formSmp2_pec dd .note_pec li {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 0px;
	margin: 0;
	font-size: 80% !important;
	width: 92%;
}

.oldContent .formSmp1_pec txtarea, .oldContent .formSmp2_pec txtarea {
	width: 100%;
	height: 150px;
}

.oldContent .formSmp1_pec dd li span {
	margin: 0 5px;
}

.oldContent input.wdt250_pec {
	width: 170px;
	margin-bottom: 0px !important;
}

.oldContent input.wdt470_pec {
	width: 470px;
}

.oldContent input.wdt450_pec {
	width: 450px;
}

.oldContent input.wdt50_pec {
	width: 50px;
}

.oldContent input.wdt30_pec {
	width: 30px;
}

.oldContent ul.listBlock_pec li {
	float: none !important;
	display: block !important;
	/*font-size:25px;*/
}

@media only screen and (max-width: 640px) {
	.oldContent .formSmp1_pec, .oldContent .formSmp2_pec {
		font-size: 115% !important;
	}
	.oldContent .formSmp1_pec th, .oldContent .formSmp2_pec th {
		display: none;
		margin: 0;
		padding: 0;
	}
	.oldContent .formSmp2_pec td.subName_pec {
		display: none;
		margin: 0;
		padding: 0;
	}
	.oldContent .formSmp1_pec input, .oldContent .formSmp2_pec input, .oldContent .formSmp1_pec select, .oldContent .formSmp2_pec select, .oldContent .formSmp1_pec textarea, .oldContent .formSmp2_pec textare {
		/*width:95%;*/
		/*	border-radius:0px;*/
		line-height: 1.8;
		margin-bottom: 3px;
		width: auto;
		height: auto;
	}
	.oldContent .formSmp1_pec input[type="checkbox"], .oldContent .formSmp2_pec input[type="checkbox"], .oldContent .formSmp1_pec input[type="radio"], .oldContent .formSmp2_pec input[type="radio"] {
		margin-right: 5px;
	}
	.oldContent .formSmp1_pec td dt, .oldContent .formSmp2_pec td dt {
		display: block;
		/*	color:#ff0000;*/
	}
	.oldContent .formSmp1_pec td dt em, .oldContent .formSmp2_pec td dt em {
		font-style: normal;
		font-weight: bold;
		display: block;
	}
	.oldContent .formSmp1_pec dd.inArea0_pec li, .oldContent .formSmp2_pec dd.inArea0_pec li {
		list-style: none;
		margin: 0 0 8px 0;
		padding-right: 15px;
		float: none !important;
		width: 93%;
	}
	.oldContent .formSmp1_pec dd.inArea1_pec li, .oldContent .formSmp2_pec dd.inArea1_pec li {
		list-style: none;
		margin: 0;
		padding: 0;
		float: none !important;
		display: block !important;
		width: 93%;
		background: #ff000;
	}
	.oldContent .formSmp1_pec dd.inArea2_pec, .oldContent .formSmp2_pec dd.inArea2_pec {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.oldContent .formSmp1_pec dd.inArea2_pec li, .oldContent .formSmp2_pec dd.inArea2_pec li, .oldContent .formSmp1_pec dd.inArea3_pec li, .oldContent .formSmp2_pec dd.inArea3_pec li {
		list-style: none;
		margin: 0 0 3px 0;
		padding: 0;
		width: 100%;
		float: none;
	}
	.oldContent .formSmp1_pec dd.inArea2_pec em, .oldContent .formSmp2_pec dd.inArea2_pec em {
		float: none;
		margin-bottom: 5px;
	}
	.oldContent input.wdt470_pec {
		width: 90%;
	}
	.oldContent input.wdt450_pec {
		width: 85%;
	}
	.oldContent input.wdt50_pec {
		width: 20%;
	}
	.oldContent input.wdt30_pec {
		width: 15%;
	}
	.oldContent .formSmp1_pec dd .note_pec li, .oldContent .formSmp2_pec dd .note_pec li {
		list-style: none;
		text-indent: -1em;
		padding-left: 1em;
		margin: 0 0 0 1em;
		font-size: 80% !important;
		width: 85%;
	}
}

.oldContent .inArea2_pec:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.oldContent .inArea2_pec {
	display: inline-block;
}

.oldContent .ind_pec {
	color: #b91440;
	margin: 0 3px;
	font-size: 80%;
}

.oldContent #sc_pageTop_pec {
	position: fixed;
	bottom: 0;
	right: 3px;
	text-align: right;
	background: transparent;
	z-index: 1000;
}

.oldContent #sc_pageTop_pec img {
	        box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
	     -o-box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
	    -ms-box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
	   -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .7);
}

.oldContent #sc_pageTop_pec a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

.oldContent .newsBlock_pec .listBox_pec a[target="_blank"], .oldContent .news_pec a[target="_blank"] {
	background: url(/ja/assets_old/assets/img/icon_blank.png) 0 4px no-repeat !important;
}
