@charset "utf-8";

.pageTitle{
	height:260px;
	background-color:#ebe3ce;
	position:relative;
	padding:0;
}
.pageTitle > img.pcCont {
	display: inline;
    width: auto;
    height: 260px;
}
.wp-pagenavi{
	border:none;
}
#intro .pcCont.spCont{
	display:none;
}

/*---------------------------------------
	sort
---------------------------------------*/
.sort_wrap{
	background-color:#f6f6f6;
	padding-bottom:25px;
}
.sort select{
	border:none;
	background:url(../../img/root/ico_arrow12.png) no-repeat 94% center #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:160px;
	height:40px;
	padding:10px 17px 10px 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.sort select{
	background:none\9; /* IE10以下 */
	padding:0 0 0 18px; /* IE10以下 */
}
.sort select:not(:target){
	background:none\9; /* IE9, 10 */
	padding:0 0 0 18px; /* IE9, 10 */
}
.sort ul li{
	margin:0 10px 0 0;
}
.sort input[type=submit]{
	border-radius:5px;
	-moz-appearance: none;
	appearance: none;
	border:2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:146px;
	height:40px;
	background:url(../../img/root/ico_search02.png) no-repeat 21px center #333;
	background-size:14px auto;
	color:#fff;
	border-radius:5px;
	cursor:pointer;
	padding-left:8px;
}

/*---------------------------------------
	voice_box
---------------------------------------*/
.voice_box{
	padding-top:18px;
	border-top:1px solid #c6c6c6;
	clear:both;
}
.voice_box .inner,
.voice_box .ttl_area{
	width:880px;
	margin:0 auto;
}
.male .ttl_area .category_area ul li:last-child,
.male .txt_area strong{
	color:#1257a0;
}
.female .ttl_area .category_area ul li:last-child,
.female .txt_area strong{
	color:#c94275;
}

/*ttl_area*/
.ttl_area{
	overflow:hidden;
}
.ttl_area .icon{
	position:relative;
	width:142px;
	float:left;
	text-align:center;
}
.ttl_area .icon .number{
	position:absolute;
	top:0;
	left:0;
	background-color:#444;
	border-radius:50%;
	text-align:center;
	color:#fff;
	width:62px;
	height:62px;
	font-style:italic;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:150%;
	padding:13px 3px 0 0;
}
.ttl_area .icon .img img{
	padding:23px 0 0 0;
	width:118px;
	height:auto;
}
.ttl_area .icon .img p{
	color:#70777d;
	font-size:108%;
	margin-top:7px;
	text-align:center;
}
.ttl_area .category_area p.category{
	font-size:286%;
	line-height:1.5;
	padding:34px 0 0 5px;
}
.ttl_area .category_area ul{
	overflow:hidden;
	font-size:115%;
	padding:0 0 0 9px;
}
.ttl_area .category_area ul li{
	float:left;
	margin-right:15px;
}
.ttl_area .category_area,
.txt_area{
	float:right;
	width:700px;
}
/*txt_area*/
.txt_area{
	/*margin:-63px 0 44px 0;*/
	margin:19px 0 44px 0;
	font-size:100%;
	background:url(../../img/root/usersvoice/txt_line.png) left bottom;
}
.txt_area p{
	font-size:108%;
	line-height:2.4;
	margin-bottom:0;
	padding:0 8px;
}
/*lens*/
.lens{
	margin-top:33px;
	background-color:#fff;
	text-align:center;
	width:125px;
	padding:12px 5px 17px 5px;
	border:3px solid #f1eeee;
	border-radius:3px;
	font-size:93%;
	font-weight:bold;
}
.lens a{
	display: block;
}
.lens p.ttl{
	margin-bottom:16px;
	line-height:1.0;
}
.lens p.name{
	margin-top:6px;
	line-height:1.38;
}
.lens p.name span{
	font-weight:normal;
	font-size:77%;
	display:block;
	padding-top:4px;
}
.lens p.img img{
	width:60px !important;
	height:auto;
	padding:0 !important;
}
/*talex*/
.talex{
	overflow:hidden;
	clear:both;
	background-color:#f3f3f3;
	padding:42px 20px 47px 19px;
}
.talex img{
	float:left;
	margin-top:8px;
}
.talex p{
	padding-left:190px;
	font-size:108%;
}

/*---------------------------------------
	bnrs
	*product.cssより index.cssと競合するためcommon.cssへの移動見送り
---------------------------------------*/
#bnrs{
	background:url(../../img/root/bg03.png) repeat left top #f3f3f3;
	padding:66px 0 92px;
	margin-bottom:0;
}
#bnrs h3{
	font-size:186%;
	text-align:center;
	margin-bottom:29px;
}
#bnrs ul{
	height: auto;
	overflow: hidden;
}
#bnrs ul li{
	float: left;
	margin-right: 28px;
}
#bnrs ul li:last-child{
	margin-right: 0;
}
