@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

/*-----------cmn---------------*/

section h2{
	text-align: center;
}

/*----------------*/

#s1{
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
}
#s1 .w{
	text-align: center;
}

@media screen and (max-width: 1000px){
	#s1 p{
		text-align: justify;
	}
}
@media screen and (max-width: 880px){
	#s1{
		margin-bottom: 100px;
		padding-bottom: 0;
	}
}


#foruser{
	overflow: hidden;
	margin-bottom: 60px;
}
#foruser h2{
	text-align: center;
}

/*-----------pick---------------*/

#pickup{
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(0,0,0,0.09);
	margin-bottom: 60px;
}
#pickup .w{
	max-width: 1500px;
}
#pickup .t{
	border-left: 1px solid #d4d4d4;
}
#pickup .t>dl{
	width: 33.3%;
	padding: 0 20px;
	box-sizing: border-box;
	border-right: 1px solid #d4d4d4;
}
#pickup h4{
	text-align: center;
	line-height: 1.5;
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
#pickup dt img{
	display: block;
	margin-bottom: 15px;
}
#pickup dt,
#pickup dd{
	display: block;
}
#pickup dt a img{
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#pickup dt a:hover img{
	opacity: 0.8;
}
#pickup dd{
	margin-bottom: 15px;
}
#pickup ul,
#pickup li{
	display: block;
}
#pickup li{
	margin-bottom: 3px;
}
#pickup li a{
	padding: 0 0 0 22px;
	display: block;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	position: relative;
}
#pickup li a:hover{
	background: #F5F1F1;
}
#pickup li  a:before{
	content: "";
	display: block;
	width: 8px;
	height: 1px;
	background: #a4070a;
	position: absolute;
	top: 12px;
	left: 7px;
}

@media screen and (max-width: 880px){
	#pickup .t{
		display: block;
		border: none;
	}
	#pickup .t>dl{
		display: block;
		width: auto;
		padding: 0;
		border: none;
		overflow: hidden;
		margin-bottom: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #d4d4d4;
	}
	#pickup .t>dl:last-child{
		margin-bottom: 0;
		border: none;
	}
	#pickup dt{
		display: inline;
	}
	#pickup dt img{
		float: left;
		width: 30%;
	}
	#pickup dt h4{
		float: right;
		width: 65%;
		text-align: left;
	}
	#pickup dd{
		float: right;
		width: 65%;
	}
}
@media screen and (max-width: 550px){
	#pickup{
		padding-bottom: 20px;
	}
	#pickup .t>dl:last-child{
		margin-bottom: 0;
		border: none;
	}
	#pickup dt{
		display: block;
	}
	#pickup dt img{
		float: none;
		width: auto;
	}
	#pickup dt h4{
		float: none;
		width: auto;
	}
	#pickup dd{
		float: none;
		width: auto;
	}
}

/*-----------search---------------*/

#foruser #R{
	box-sizing: border-box;
	min-width: 0;
	width: 240px;
	font-size: 1.3rem;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
}
#foruser #R ul,
#foruser #R li,
#foruser #R li a{
	display: block;
}
#foruser #R>ul{
	border: 1px solid #d4d4d4;
	padding: 15px 10px 0;
	box-sizing: border-box;
	position: relative;
}
#foruser #R>ul>li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d4d4d4;
	overflow: hidden;
	font-size: 1.4rem;
	height: auto;
}
#foruser #R>ul>li.shade{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	margin: 0;
	border: none;
	display: none;
}
#foruser #R .close ul{
	display: none;
}
#foruser #R>ul>li:last-child{
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}
#foruser #R>ul>li>span{
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding-right: 18px;
	cursor: pointer;
}
#foruser #R>ul>li>span:after{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	position: absolute;
	top: 7px;
	right: 0;
}
#foruser #R li a:hover{
	opacity: 0.7;
}
#foruser #R li p{
	font-size: 1.2rem;
	line-height: 1.4;
}
#foruser #R li ul li:first-child{
	padding-top: 10px;
}
#foruser #R li p{
	padding-top: 5px;
}
#foruser #R li li a{
	font-size: 1.3rem;
	padding: 4px 0 4px 20px;
	position: relative;
}
#foruser #R li li a:before{
	content: "";
	display: block;
	height: 14px;
	width: 14px;
	background: #fff;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	position: absolute;
	top: 9px;
	left: 0;
}
#foruser #R li li a:after{
	content: "";
	display: none;
	height: 5px;
	width: 9px;
	border-left: 2px solid #a4070a;
	border-bottom: 2px solid #a4070a;
	transform: rotate(320deg);
	position: absolute;
	top: 10px;
	left: 2px;
}
#foruser #R li li.checked a:after{
	display: block;
}
#foruser #R a.tag_color01,
#foruser #R a.tag_color02,
#foruser #R a.tag_color03,
#foruser #R a.tag_color04,
#foruser #R a.tag_color05,
#foruser #R a.tag_color06,
#foruser #R a.tag_color07,
#foruser #R a.tag_color08,
#foruser #R a.tag_type01,
#foruser #R a.tag_type02,
#foruser #R a.tag_type03,
#foruser #R a.tag_type04,
#foruser #R a.tag_type05,
#foruser #R a.tag_type06,
#foruser #R a.tag_type07,
#foruser #R a.tag_type08,
#foruser #R a.tag_type09,
#foruser #R a.tag_type10,
#foruser #R a.tag_type11{
	padding-left: 24px;
}
#foruser #R a.tag_color01:before,
#foruser #R a.tag_color02:before,
#foruser #R a.tag_color03:before,
#foruser #R a.tag_color04:before,
#foruser #R a.tag_color05:before,
#foruser #R a.tag_color06:before,
#foruser #R a.tag_color07:before,
#foruser #R a.tag_color08:before,
#foruser #R a.tag_type01:before,
#foruser #R a.tag_type02:before,
#foruser #R a.tag_type03:before,
#foruser #R a.tag_type04:before,
#foruser #R a.tag_type05:before,
#foruser #R a.tag_type06:before,
#foruser #R a.tag_type07:before,
#foruser #R a.tag_type08:before,
#foruser #R a.tag_type09:before,
#foruser #R a.tag_type10:before,
#foruser #R a.tag_type11:before{
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	background: #f0f0f0;
	position: absolute;
	top: calc(50% - 10px);
	border: none;
	left: 0;
}
#foruser #R .checked a.tag_color01:before,
#foruser #R .checked a.tag_color02:before,
#foruser #R .checked a.tag_color03:before,
#foruser #R .checked a.tag_color04:before,
#foruser #R .checked a.tag_color05:before,
#foruser #R .checked a.tag_color06:before,
#foruser #R .checked a.tag_color07:before,
#foruser #R .checked a.tag_color08:before,
#foruser #R .checked a.tag_type01:before,
#foruser #R .checked a.tag_type02:before,
#foruser #R .checked a.tag_type03:before,
#foruser #R .checked a.tag_type04:before,
#foruser #R .checked a.tag_type05:before,
#foruser #R .checked a.tag_type06:before,
#foruser #R .checked a.tag_type07:before,
#foruser #R .checked a.tag_type08:before,
#foruser #R .checked a.tag_type09:before,
#foruser #R .checked a.tag_type10:before,
#foruser #R .checked a.tag_type11:before{
	background: #a4070a;
}
#foruser #R a.tag_color01:after,
#foruser #R a.tag_color02:after,
#foruser #R a.tag_color03:after,
#foruser #R a.tag_color04:after,
#foruser #R a.tag_color05:after,
#foruser #R a.tag_color06:after,
#foruser #R a.tag_color07:after,
#foruser #R a.tag_color08:after,
#foruser #R a.tag_type01:after,
#foruser #R a.tag_type02:after,
#foruser #R a.tag_type03:after,
#foruser #R a.tag_type04:after,
#foruser #R a.tag_type05:after,
#foruser #R a.tag_type06:after,
#foruser #R a.tag_type07:after,
#foruser #R a.tag_type08:after,
#foruser #R a.tag_type09:after,
#foruser #R a.tag_type10:after,
#foruser #R a.tag_type11:after{
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: calc(50% - 8px);
	left: 2px;
	background: #fff;
	transform: rotate(0);
	border: none !important;
}
#foruser #R a.tag_color01:after{
	background: url(../images/search/tag_color1.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_color02:after{
	background: url(../images/search/tag_color2.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_color03:after{
	background: url(../images/search/tag_color3.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_color04:after{
	background: url(../images/search/tag_color4.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_color05:after{
	background: #e8b782;
}
#foruser #R a.tag_color06:after{
	background: #b06931;
}
#foruser #R a.tag_color07:after{
	background: #331c0a;
}
#foruser #R a.tag_color08:after{
	background: #ffffff;
}
#foruser #R a.tag_type01:after{
	background: url(../images/search/tag_type1.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_type02:after{
	background: url(../images/search/tag_type2.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_type03:after{
	background: url(../images/search/tag_type3.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_type04:after{
	background: url(../images/search/tag_type4.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_type05:after{
	background: url(../images/search/tag_type5.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_type06:after{
	background: url(../images/search/tag_type6.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_type07:after{
	background: url(../images/search/tag_type7.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_type08:after{
	background: url(../images/search/tag_type8.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_type09:after{
	background: url(../images/search/tag_type9.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_type10:after{
	background: url(../images/search/tag_type10.jpg) 0 0 no-repeat;
}
#foruser #R a.tag_type11:after{
	background: url(../images/search/tag_type11.jpg) 0 0 no-repeat;
}
#foruser #R .jushu li{
	position: relative;
}
#foruser #R .jushu li span{
	position: absolute;
	bottom: 35px;
	left: 0px;
	padding: 3px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	display: none;
	opacity: 0;
}

#foruser #R .btn{
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 5px;
}
#foruser #R .btn a{
	display: block;
	color: #fff;
	background: #A4070A;
	text-align: center;
	margin: 0 auto 10px;
	max-width: 90%;
	font-size: 1.3rem;
	padding: 2px 5px;
}
#foruser #R .btn a span{
	display: block;
	position: relative;
}
#foruser #R .btn a:first-child span:after{
	display: block;
	height: 5px;
	width: 8px;
	transform: rotate(-50deg);
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	position: absolute;
	top: calc(50% - 6px);
	left: 5px;
}
#foruser #R .btn a:last-child span:after{
	display: block;
	height: 2px;
	width: 12px;
	background: #fff;
	transform: rotate(-45deg);
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 5px;
}
#foruser #R .btn a:last-child span:before{
	display: block;
	height: 2px;
	width: 12px;
	background: #fff;
	transform: rotate(45deg);
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 5px;
}

#foruser #L{
	width: calc(100% - 270px);
	float: right;
	position: relative;
	min-height: 80px;
}
#foruser #L .tags{
	overflow-x: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
	font-size: 1.2rem;
	padding: 5px 10px;
	line-height: 1.3;
	margin-bottom: 10px;
	background: #F5F1F1;
	color: rgba(0,0,0,0.7);
}
#foruser #L .tags:empty{
	display: none;
}
#foruser #L .tags:after{
	content: "条件に該当する製品はございません。";
	display: block;
	height: 50px;
	width: 100%;
	padding: 0 8px;
	box-sizing: border-box;
	position: absolute;
	top: 5rem;
	left: 0;
	text-align: center;
	background: #fff;
	z-index: 1;
	font-size: 14.5px;
}
#foruser article{
	padding-bottom: 30px;
	background: #fff;
	position: relative;
	z-index: 2;
}
#foruser article.hidden{
	display: none;
}
#foruser article a{
	display: table;
	width: 100%;
	table-layout: fixed;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#foruser article a:hover{
	opacity: 0.8;
	background: #F5F1F1;
}
#foruser article a>*{
	display: table-cell;
	vertical-align: middle;
}
#foruser article a>div:nth-of-type(1){
	width: 47%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover !important;
}
#foruser article a>div:nth-of-type(1) span{
	min-height: 200px;
	display: block;
}
#foruser article a>div:nth-of-type(2){
	padding: 20px;
}
#foruser article h3{
	padding: 0 0 15px;
	margin-bottom: 15px;
	font-size: 2.1rem;
	letter-spacing: 2px;
	line-height: 1.4;
}
#foruser article h3:before{
	top: auto;
	bottom: 0;
	height: 2px;
	width: 50px;
}
#foruser article h3 span{
	padding-top: 3px;
	display: block;
	font-family:"微软雅黑" ,  "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 1.2rem;
}
#foruser article p:nth-of-type(1){
	font-size: 1.2rem;
	margin-bottom: 8px !important;
}

@media screen and (max-width: 1000px){
	#foruser article a{
		display: block;
	}
	#foruser article a>*{
		display: block;
	}
	#foruser article a>div:nth-of-type(1){
		width: auto;
		height: calc((100vw - 300px)*0.47);
	}
	#foruser article a>div:nth-of-type(1) span{
		min-height: 0;
	}
	#foruser #R .jushu li span{
		display: none !important;
	}
}
@media screen and (max-width: 700px){
	#foruser #L{
		width: auto;
		float: none;
	}
	#foruser article a>div:nth-of-type(1){
		height: calc((100vw - 16px)*0.47);
	}
	#foruser #R{
		width: auto;
		float: none;
		margin-bottom: 40px;
	}
	#foruser #R{
		box-sizing: border-box;
		min-width: 320px;
	}
	#foruser #R li li{
		display: inline-block
	}
	#foruser #R li li a{
		padding-right: 15px;
	}
}


#foruser h2{
	margin-bottom: 15px;
}
#foruser h2+p{
	margin-bottom: 20px;
}
#foruser h2+p:after{
	content: "请选择左侧的查询项目";
}
@media screen and (max-width: 700px){
	#foruser h2+p:after{
		content: "検索項目を選択してください。";
	}
}
#foruser .default{
	background: #fff;
}


