@charset "utf-8";


body{
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/************************************
 共通クラス
*************************************/
.content{
	width:960px;
	margin:0 auto;
	margin-bottom: 15px;
}

.right{
	float:right;
}

.left{
	float:left;
}

input[type="radio"]{
	margin-top:0;
	vertical-align:middle;
}



/************************************
 ヘッダーとグローバルナビ
*************************************/
header{
	width:960px;
	height:110px;
	margin:0 auto;
}

header .left{
	width:369px;
	height:110px;
}

header .right{
	width:591px;
	height:110px;
}

nav{
	width:591px;
	height:54px;
	margin-top:44px;
	background:url(../img/nav_bg.png) no-repeat;
}

nav ul li{
	float:left;
	width:25%;
	text-align:center;
	line-height:54px;
}
nav ul li a{
	text-decoration:none;
	font-size:15px;
	color:#000;
	display:block;
}
nav ul li img{
	width:13px;
	height:13px;
	margin-right:5px;
	vertical-align:top;
	margin-top:20px;
}


nav ul li:hover{
	opacity:0.5;
}


header h1{
	line-height:40px;
	font-size:12px;
}


/************************************
 パン屑リスト
*************************************/
#breadcrumb {
	margin: 0 auto 10px;
	width: 960px;
}
#breadcrumb .breadcrumb_inr {}
#breadcrumb .breadcrumb_inr a {
	text-decoration: none;
	color: #ff3d6e;
}


/************************************
メイン画像
*************************************/
section#mainimg{
	width:100%;
	height:382px;
	border:2px #dddddd solid;
	border-bottom:2px #dddddd solid;
	background:#d6f2e6;
	margin-bottom:15px;
}

section#rankmainimg{
	width:100%;
	height:227px;
	border-top:2px #dddddd solid;
	border-bottom:2px #dddddd solid;
	background:url(../img/rank_main_bg.png) no-repeat center;
	margin-bottom:15px;
}

.ver {
	position: relative;
	top: -185px;
	left: 115px;
	font-size: 33px;
	font-weight: bold;
	color: #ff3366;
	text-shadow: 4px 4px 4px #fff,
	-4px 4px 4px #fff,
	4px -4px 4px #fff,
	-4px -4px 4px #fff;
}

.ver2 {
	width: 130px;
	position: relative;
	top: -200px;
	left: 110px;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #ff3366;
	text-shadow: 4px 4px 4px #fff,
	-4px 4px 4px #fff,
	4px -4px 4px #fff,
	-4px -4px 4px #fff;
}

section#mainimg .content {
	background:url(../img/main_bg.png) no-repeat center;
	height:385px;
	position: relative;
}
section#mainimg .content .text {
	position: absolute;
	top: 46px;
	left: 150px;
	font-size: 40px;
	font-weight: bold;
}
section#mainimg .content .text span {
	color: #ff3d6e;
	font-weight: bold;
}
section#mainimg .content .btn1 {
	position: absolute;
	bottom: 20px;
}
section#mainimg .content .btn2 {
	position: absolute;
	bottom: 20px;
	left: 193.5px;
}
section#mainimg .content .btn3 {
	position: absolute;
	bottom: 20px;
	left: 387px;
}
section#mainimg .content .btn4 {
	position: absolute;
	bottom: 20px;
	left: 580.5px;
}
section#mainimg .content .btn5 {
	position: absolute;
	bottom: 20px;
	right: 0;
}

section#mainimg .content .left{
	margin-top:159px;
	margin-left:117px;
	width:214px;
	height:49px;
	line-height:54px;
	text-align:center;
}

section#mainimg .content .Insert{
	position: absolute;
	width:165px;
	height:49px;
	line-height:54px;
	text-align:center;
}

section#mainimg .content .ver{
	margin-left: 153px;
	width:49px;
	height:49px;
	line-height:54px;
	text-align:center;
}

section#mainimg .content .left span{
	color:#ff3d6e;
	font-size:33px;
	font-weight:bold;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	text-shadow:0 0 20px #FFFFFF;

}

section#mainimg .content .right{
	margin-top:15px;
	height:200px;
}

section#mainimg .content .right a:hover{
	opacity:0.8;
}

/************************************
検索（トップページ用）
*************************************/
#search_form {
	width: 960px;
	margin: 0 auto 25px;
}
#search_form .left {
	width: 68%;
	margin-right: 2%;
	float: left;
}
#search_form .left .area {
	font-size:12px;
	padding-top:2px;
	padding-bottom:9px;
	width:100%;
	padding-right:2px;
	padding-left:2px;
	border:1px solid #DDDDDD;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#F6F7FB;
}
#search_form .left .area h3 {
	padding-left: 10%;
	background: url(../img/bg_h2_search.png) no-repeat;
	background-size: 100%;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	line-height: 2.2em;
}
#search_form .left .area table {
	margin: 10px;
	font-size: 14px;
}
#search_form .left .area table tr {
	border-bottom: 1px solid #dddddd;
}
#search_form .left .area table th {
	width: 100px;
	vertical-align: middle;
}
#search_form .left .area table td {
	padding: 11px 0 7px;
}
#search_form .left .area table td label {
	display: inline-block;
	width: 174px;
	margin-bottom: 5px;
	vertical-align: top;
}
#search_form .left .area table td label:hover {
	color: #ff3d6e;
}
#search_form .right {
	width: 30%;
	float: left;
}
#search_form .right img {
	width: 100%;
}


/************************************
検索（検索フォーム用）
*************************************/
section#search h3{
		width:931px;
		padding-left:25px;
		background:url(../img/pickup_title_bg.png) no-repeat;
		height:49px;
		color:#ffffff;
		line-height:49px;
		font-size:22px;
		font-weight:bold;
}
section#search h3 img{
	position: relative;
	top: 7px;
	margin-right: 5px;
}

section#search .content .area{
	font-size:12px;
	padding-top:2px;
	padding-bottom:12px;
	width:954px;
	padding-right:2px;
	padding-left:2px;
	border:1px solid #DDDDDD;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#F6F7FB;
}

section#search .content .left{
	width:459px;
	height:317px;
	border-right:1px solid #DDDDDD;
	position:relative;
	background:url(../img/map.png) no-repeat;
	background-position:73px 19px;

}

section#search .content .terms{
	width:900px;
	height:auto;
	padding-left:20px;
	position:relative;
}
section#search .content .left h4,
section#search .content .terms h4{
	font-size:16px;
	margin:0;
	padding:0;
	line-height:1em;
	height:1.5em;
	background-image:url(../img/search_titlebar.png); 
	background-position: left bottom; 
	background-repeat: no-repeat;
}

section#search .content .left .pref{
	padding-top:0.2em;
	padding-bottom:0.2em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#FFF;
}

section#search .content .left .kyusyu{
	border:2px solid #F00;	
	position:absolute;
	top:71px;
	left:0px;
	width:66px;
}

section#search .content .left .sanin{
	border:2px solid #FFCC01;	
	width:57px;
	position:absolute;
	top:53px;
	left:76px;

}

section#search .content .left .kansai{
	border:2px solid #FFCB66;	
	width:66px;
	position:absolute;
	top:24px;
	left:144px;
}

section#search .content .left .hokuriku{
	border:2px solid #67FF9A;	
	width:57px;
	position:absolute;
	top:0px;
	left:220px;
}

section#search .content .left .tohoku{
	border:2px solid #0099CB;	
	width:66px;
	position:absolute;
	top:0px;
	left:370px;
}

section#search .content .left .kanto{
	border:2px solid #0066CB;	
	width:66px;
	position:absolute;
	top:168px;
	left:370px;
}

section#search .content .left .chubu{
	border:2px solid #FFFF66;	
	width:112px;
	position:absolute;
	top:252px;
	left:237px;
}

section#search .content .left .shikoku{
	border:2px solid #FF32CB;	
	width:112px;
	position:absolute;
	top:264px;
	left:104px;
}

section#search .content .terms table th{
    text-align: left;
    width: 100px;
}

section#search .content .terms table th:before{
	content: url("../img/arrow067_05.gif");
	margin-right: 5px;
}

section#search .content .terms table td{
	padding-top: 10px;
	padding-bottom: 5px;
	width:auto;
	border-bottom: 1px dashed #ccc;
}

section#search .content .terms table td:nth-child(odd){
	width:70px;
}
section#search .content .terms table label{
	display: inline-block;
	margin-bottom: 5px;
	width: 180px;
}
section#search .content .terms table label:hover {
	color: #ff3d6e;
}

section#search .content .terms input[type="submit"]{
	margin-top:13px;
	margin-right:auto;
	margin-left:auto;
	display:block;
}


/************************************
ピックアップ
*************************************/
	section#pickup{
	}
	
	section#pickup .content .area{	
		border:1px solid #DDDDDD;	
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		background-color:#F6F7FB;
		padding:2px;
	}
	
	section#pickup .content h3{
		width:931px;
		padding-left:25px;
		background:url(../img/pickup_title_bg.png) no-repeat;
		height:49px;
		color:#ffffff;
		line-height:50px;
		font-size:25px;
		font-weight:bold;
		margin-bottom:19px;
	
	}
	
	section#pickup .content .pickup_area{
		margin-left:17px;
		width:924px;
		margin-right:17px;
	
	}
	
	
	section#pickup .content .pickup_area .no1,
	section#pickup .content .pickup_area .left,
	section#pickup .content .pickup_area .right{
		background-color:#ffffff;
		border:1px solid #DDDDDD;	
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		position:relative;
	
	}
	
	/***********************
	　アイコン
	************************/
	section#pickup .content .pickup_area .no1 .icon,
	section#pickup .content .pickup_area .right .icon,
	section#pickup .content .pickup_area .left .icon{
		position:absolute;
		top:-17px;
		left:-17px;
	}
	
	section#pickup .content .pickup_area .right .icon,
	section#pickup .content .pickup_area .left .icon{
		width:82px;
		height:auto;
	}


	/*************************
	No1
	**************************/
	section#pickup .content .pickup_area .no1{
		width:878px;
		padding-left:24px;
		padding-right:24px;
		padding-bottom:13px;
		margin-bottom:20px;
		position: relative;
		color: #333333;
	}
	section#pickup .content .pickup_area .no1 h4{
		background:#009;
		height:51px;
		line-height:51px;
		background:url(../img/pickup_h4.png) no-repeat;
		padding-top:3px;
		padding-left:85px;
		color:#000;
		font-size:26px;
		font-weight:bold;
		margin-bottom:20px;
	}
	
	section#pickup .content .pickup_area .chart {
		float: left;
		width: 372px;
		height: 410px;
		margin-right: 20px;
		border: 3px solid #dddddd ;
	}
	
	section#pickup .content .pickup_area .no1 .description{
		width:478px;
		float:right;
	}
	
	section#pickup .content .pickup_area .no1 .description .score {
		font-size: 20px;
	}
	
	section#pickup .content .pickup_area .no1 .description .score table {
		margin-bottom: 13px;
	}
	section#pickup .content .pickup_area .no1 .description .score table th {
		width: 100px;
		vertical-align: middle;
		border: none;
	}
	section#pickup .content .pickup_area .no1 .description .score table td {
		vertical-align: middle;
		border: none;
	}
	
	section#pickup .content .pickup_area .no1 .description ul {
		margin-bottom: 20px;
	}
	
	section#pickup .content .pickup_area .no1 .description ul li{
		padding-top:6px;
		padding-bottom:3px;
		padding-left:38px;
		line-height:26px;
		font-size:20px;
		list-style:none;
		background:url(../img/checkbox.png) left no-repeat;
	}
	
	section#pickup .content .pickup_area .no1 .description ul li span{
		display:block;
		border-bottom:2px dashed #DDDDDD;
	}
	
	section#pickup .content .pickup_area .no1 .description ul li:first-letter{
		color:#FE3E6F;
	}
	
	section#pickup .content .pickup_area .no1 .description .detail{
		border:3px solid #dddddd;
		width:462px;
		padding:5px;
		height:154px;
		margin-bottom:19px;
	
	}
	
	section#pickup .content .pickup_area .no1 .description .detail .detail_title{
		background:#90CAF8;
		width:226px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		float:left;
		line-height:24px;
		text-align:center;
		font-size:14px;
		color:#fff;
	}
	
	section#pickup .content .pickup_area .no1 .description .detail .detail_title:first-child,
	section#pickup .content .pickup_area .no1 .description .detail .detail_body:first-child{
		margin-right:10px;
	}
	
	section#pickup .content .pickup_area .no1 .description .detail .detail_body{
		width:226px;
		height: 47px;
		float:left;
		text-align:center;
		font-size:12px;
		line-height:47px;
		display:table;
	}
	section#pickup .content .pickup_area .no1 .description .detail .detail_body span{
		display: table-cell;
		font-size: 12px;
		text-align: center;
		vertical-align: middle;
	}
	section#pickup .content .pickup_area .no1 .description .detail .detail_body2{
		width:226px;
		float:left;
		text-align:center;
		font-size:12px;
		line-height:30px;
		display:table;
	}
	section#pickup .content .pickup_area .no1 .description .detail hr{
		border:0;
		border-bottom:1px dashed #dddddd;
		margin:0;
		margin-bottom:10px;
	}
	
	.rank_btn {}
	.rank_btn img {
		float: left;
		margin-right: 10px;
	}
	
	section#pickup .content .pickup_area .no1 .btn_detail {
		position: absolute;
		bottom: 13px;
		left: 23px;
	}
	
	section#pickup .content .pickup_area .no1 a img:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
	}

	section#pickup .content .pickup_area .after {
		width: 100%;
		height: 460px;
	}
	
	/*************************
	Left Right
	**************************/
	section#pickup .content .pickup_area .left{
		width:431px;
		margin-right:16px;
		padding-left:19px;
		padding-bottom:14px
	}
	section#pickup .content .pickup_area .right{
		width:431px;
		padding-left:19px;
		padding-bottom:14px
	}
	
	section#pickup .content .pickup_area .left h4,
	section#pickup .content .pickup_area .right h4{
		background:#009;
		height:43px;
		line-height:43px;
		background:url(../img/pickup_h4_min.png) no-repeat;
		padding-top:3px;
		padding-left:53px;
		color:#000;
		font-size:20px;
		font-weight:bold;
		margin-bottom:15px;
	}
	
	section#pickup .content .pickup_area .left .capture,
	section#pickup .content .pickup_area .right .capture{
		width:200px;
		float:left;
		margin-right:10px;
	}

	section#pickup .content .pickup_area .left .description,
	section#pickup .content .pickup_area .right .description{
		width:200px;
		float:left;
	}
	
	section#pickup .content .pickup_area .left .description ul,
	section#pickup .content .pickup_area .right .description ul {
		margin-bottom:13px;
	}
	
	section#pickup .content .pickup_area .left .description ul li,
	section#pickup .content .pickup_area .right .description ul li{
		padding-top:10px;
		padding-bottom:10px;
		padding-left:20px;
		line-height:13px;
		font-size:12px;
		list-style:none;
		background:url(../img/checkbox_min.png) left no-repeat;
	}
	
	section#pickup .content .pickup_area .left .description ul li span,
	section#pickup .content .pickup_area .right .description ul li span{
		display:block;
		border-bottom:2px dashed #DDDDDD;
	}
	
	section#pickup .content .pickup_area .left .description ul li:first-letter,
	section#pickup .content .pickup_area .right .description ul li:first-letter{
		color:#FE3E6F;
	}
	/**********いまやってる******************/
	section#pickup .content .pickup_area .left .detail,
	section#pickup .content .pickup_area .right .detail{
		border:3px solid #dddddd;
		width:400px;
		padding:4px;
		margin-bottom:14px;	
	}
	
	section#pickup .content .pickup_area .left .detail .detail_title,
	section#pickup .content .pickup_area .right .detail .detail_title{
		background:#90CAF8;
		width:195px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		float:left;
		line-height:24px;
		text-align:center;
		font-size:14px;
		color:#fff;
	}
	
	section#pickup .content .pickup_area .left .detail .detail_title:first-child,
	section#pickup .content .pickup_area .left .detail .detail_body:first-child,
	section#pickup .content .pickup_area .right .detail .detail_title:first-child,
	section#pickup .content .pickup_area .right .detail .detail_body:first-child{
		margin-right:10px;
	}
	
	section#pickup .content .pickup_area .left .detail .detail_body,
	section#pickup .content .pickup_area .right .detail .detail_body{
		width:195px;
		height: 40px;
		float:left;
		text-align:center;
		font-size:12px;
		line-height:40px;
		display:table;
	}
	section#pickup .content .pickup_area .left .detail .detail_body span,
	section#pickup .content .pickup_area .right .detail .detail_body span{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	section#pickup .content .pickup_area .left .detail hr,
	section#pickup .content .pickup_area .right .detail hr{
		border:0;
		border-bottom:1px dashed #dddddd;
		margin:0;
		margin-bottom:10px;
	}

/************************************
　検索結果
*************************************/

section#compare{
	padding-bottom:25px;
}

section#compare .content h3{
	width:931px;
	padding-left:25px;
	background:url(../img/compare_title_bg.png) no-repeat;
	height:39px;
	line-height:39px;
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;

}

section#compare .content .area{	
	border:1px solid #DDDDDD;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#F6F7FB;
	padding:2px;
	padding-bottom:20px;
}


section#compare .content .area .list{
	/*padding-left:24px;
	padding-right:24px;*/
	padding-bottom:20px;
}


	/**********************
	テーブル
	***********************/
	
	section#compare .content .area .list table{
		width:100%;
		border-spacing: 0;
		border-collapse: separate;
	}
	section#compare .content .area .list table th,section#compare .content .area .list table td{
		border-top: 1px solid #DDDDDD;
		border-left: 1px solid #DDDDDD;
	}
	section#compare .content .area .list table th{
		background-color: #5bdda7;
		color: #FFFFFF;
		padding:5px;
		font-size:12px;
		text-align:center;
	}
	section#compare .content .area .list table th.name_item {
		width: 15%;
	}
	section#compare .content .area .list table th.sort_item {
		width: 9%;
	}
	section#compare .content .area .list table th.evaluation_item {
		width: 8%;
	}
	section#compare .content .area .list table th span{
			background:url(../img/table_bg.png) repeat-x;
			display:block;
			line-height:41px;
			font-size:12px;
	}
	section#compare .content .area .list table th span a{
		font-size:80%;
		text-decoration:none;
		color:#666;
	}


	section#compare .content .area .list table td{
		padding:5px;
		background: #ECF2FF;
		color: #000;
		font-size:12px;
		text-align:center;
		vertical-align:middle;
	}
	section#compare .content .area .list table tr:nth-child(even) td{
		background:#fff;
	}
	section#compare .content .area .list table th:last-child,section#compare .content .area .list table td:last-child{
		border-right: 1px solid #BDBDBD;
	}
	section#compare .content .area .list table tr:last-child th,section#compare .content .area .list table tr:last-child td{
		border-bottom: 1px solid #BDBDBD;
	}
	section#compare .content .area .list table th:first-child :first-child{
		border-top-left-radius: 5px;
	}
	section#compare .content .area .list table th:first-child{
		border-top-left-radius: 5px;
	}	
	section#compare .content .area .list table tr:first-child{
		border-top-left-radius: 5px;
	}	

	section#compare .content .area .list table th:last-child :last-child{
		border-top-right-radius: 5px;
	}
	section#compare .content .area .list table th:last-child{
		border-top-right-radius: 5px;
	}	
	section#compare .content .area .list table tr:last-child{
		border-top-right-radius: 5px;
	}
	section#compare .content .area .list table td img {
		width: 95%;
	}
	section#compare .content .area .list table td:nth-child(6),
	section#compare .content .area .list table td:nth-child(7),
	section#compare .content .area .list table td:nth-child(8),
	section#compare .content .area .list table td:nth-child(9),
	section#compare .content .area .list table td:nth-child(10) {
		font-size: 40px;
	}

	
	section#compare .content .area .list table tr:not(:first-child) th,section#compare .content .area .list table tr:not(:first-child) td{
		border-top:none;
	}
		
	p#closed_items_open,
	p#closed_items_close {
		margin-top: 15px;
		text-align: center;
	}
	
	
/*--------------------------------------------------------*/
/*result*/
/*--------------------------------------------------------*/

.result .resultunit {
	padding:0 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px solid #d5d5d5;
}
.result .resultunit em {
	padding-right: 0.2em;
	font-size: 24px;
}

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

.result .searchtagset {
	margin-top: 10px;
	margin-left: 24px;
	margin-right: 24px;
	font-size: 12px;
	padding-top: 2em;
	position: relative;
}
.result .searchtagset h4 {
	position: absolute;
	top:0;
	left:0;
	padding: 0.5em 10px;
	font-weight: bold;
	line-height: 1em;
	background: #f2f2f2;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}
.result .searchtagset div {
	padding: 6px 9px 9px 9px;
	background: #f2f2f2;
	border:1px solid #d9d9d9;
	z-index: -1;
}
.result .searchtagset div:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.result .searchtagset div dl {
	float: left;
	display: table;
	margin-top: 3px;
	line-height: 1em;
}
.result .searchtagset div dt {
	display: table-cell;
	padding:5px;
	color: #b3b3b3;
	background: #fff;
}
.result .searchtagset div dd {
	display: table-cell;
	padding:5px 25px 5px 8px;
}

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

/*
.result .sortset {
	display: table;
	margin-top: 10px;
	margin-left: 24px;
	margin-bottom: 5px;
	font-size: 12px;
}
.result .sortset h4 {
	display: table-cell;
	padding: 0 10px;
	font-weight: bold;
	line-height: 1em;
	border-right:1px dotted #d9d9d9;
	vertical-align: middle;
	white-space: nowrap;
}
.result .sortset dl {
	display: table-cell;
	padding: 7px 10px 4px 10px;
	line-height: 1em;
	vertical-align: top;
}
.result .sortset dl:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.result .sortset dd {
	float: left;
	padding:3px 20px 3px 0;
}
.result .sortset dd a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-left: 3px;
	border-radius: 3px;
	vertical-align: middle;
	cursor: pointer;
}
.result .sortset dd a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.result .sortset dd a:first-child {
	margin-left: 6px;
	background-repeat: no-repeat;
}
*/

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

.result .conditions {padding: 30px 0 0 0;}

.result .conditions .product {padding: 20px;}
.result .conditions .product:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.result .conditions .product + .product {margin-top: 10px;}

.result .conditions .prdtdetail:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.result .conditions .product .thm {
	display: block;
	float: left;
	width: 20%;
}
.result .conditions .product .thm img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.result .conditions .product .thm:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.result .conditions .product .prctinfo {
	box-sizing:border-box;
	float: right;
	width: 80%;
	padding-left: 20px;
}
.result .conditions .product .prctinfo h2 {
	padding: 10px;
	font-size: 18px;
	position: relative;
}
.result .conditions .product .prctinfo table {width: 100%;}
.result .conditions .product .prctinfo th {
	width: 25%;
	padding: 5px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.result .conditions .product .prctinfo td {
	padding: 5px;
	vertical-align: top;
}

.result .conditions .product .prdtbtnset {
	float: right;
	padding-top: 5px;
}
.result .conditions .product .prdtbtnset:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.result .conditions .product .prdtbtnset div {
	float: left;
	display: table;
	margin-top: 5px;
	margin-left: 6px;
	background-image: url(../img/btnbk.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-radius: 5px;
}
.result .conditions .product .prdtbtnset div a {
	display: table-cell;
	height: 36px;
	padding: 0 20px 0 10px;
	line-height: 1em;
	text-decoration: none;
	vertical-align: middle;
	background: url(../img/btn_arrow.svg) no-repeat right 50%;
	background: url(../img/btn_arrow.png) no-repeat right 50%\9;
	text-shadow:0 1px 1px rgba(0 ,0, 0, 0.1);
}
.result .conditions .product .prdtbtnset div:hover {background-image: none}

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

.result .pagination {
	padding: 7px 0 0 0;
	margin-bottom: 10px;
}
.result .pagination:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.result .pagination li {
	float: left;
	display: table;
	margin-top: 3px;
	margin-right: 3px;
}
.result .pagination li a,
.result .pagination li span {
	display: table-cell;
	border: 1px solid #bebebe;
	height: 30px;
	padding: 0 12px;
	text-decoration: none;
	background:#fff;
	text-align: center;
	vertical-align: middle;
}
.result .pagination li a:hover {background:#f1f1f1;}
.result .pagination li.current a,
.result .pagination li.current span {color:#fff;background:#bebebe;}

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

.searchtool h3 {
	padding: 15px;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.pagination + .formset .searchtool {margin-top: 40px;}

.searchtool table {
	width: 100%;
}
.searchtool th {
	width: 24%;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #fff;
}
.searchtool td {
	padding: 10px;
	vertical-align: top;
	border-top: 1px solid #fff;
}
.searchtool tr:first-child th,
.searchtool tr:first-child td {border: none}

.searchtool td label {padding:3px 30px 3px 0;white-space: nowrap;}
.searchtool td label input {margin-right: 5px}

.searchtool .searchbtn {
	padding: 20px 40px;
	text-align: center;
}
.searchtool .searchbtn input {
	height: 58px;
	padding: 0 50px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../img/btnbk.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-radius: 5px;
	text-shadow:0 1px 1px rgba(0 ,0, 0, 0.1);
}
.searchtool .searchbtn input:hover {background-image: none}

/************************************
　記事スペース
*************************************/

section#contentsmenu{
	padding-bottom:20px;
	height: 450px;
	margin-bottom: 15px;
}

section#contentsmenu .content h3{
	width:931px;
	padding-left:25px;
	background:url(../img/compare_title_bg.png) no-repeat;
	height:39px;
	line-height:39px;
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

section#contentsmenu .content .area{	
	border:1px solid #DDDDDD;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#F6F7FB;
	padding:2px;
	padding-bottom:20px;
	height: 410px;
}

section#contentsmenu .content .area ul{
position: relative;
margin:0;
list-style:none;
top: -32px;
}
section#contentsmenu li{
background: url(../img/top_list.png) no-repeat;
padding-left:30px;
padding-top:5px;
padding-bottom:5px;
margin-left:12px;
margin-top:5px;
line-height:1.7em;
}
section#contentsmenu .content .area a{
color:#333333;
}
section#contentsmenu .content .area a:hover{
color:#f75802;
}
section#contentsmenu .content .area .box_cont{
float:left;
width:379px;
height:340px;
background: url(../img/top_menu_bg.jpg) no-repeat;
background-size: 100%;
padding:5px 30px 5px 10px;
margin-left:38px;
}

section#contentsmenu .content .area .box_cont .text{
	position: relative;
	font-size: 20px;
	top: -45px;
	left: 40px;
}

/*--------------------------------------------------------*/
/*product*/
/*--------------------------------------------------------*/

section#wrapper {
	padding:20px;
	padding-bottom: 214px;
}
section#wrapper:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

section#wrapper .main {
	box-sizing:border-box;
	float: left;
	width: 75%;
	padding-right: 20px;
}

.product h2 {
	padding-bottom: 20px;
	font-size: 30px;
	line-height: 1.4em;
	position: relative;
}

.product .productset {
	padding:40px 0 20px 0;
	margin-left: 35px;
	margin-right: 35px;
}

.product .productset .maindata:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }

.product .productset .maindata .thm {
	display: block;
	float: right;
	width: 30%;
	margin-left: 20px;
}
.product .productset .maindata .thm a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.product .productset .maindata .thm img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.product .productset .maindata dl + dl {margin-top: 20px;}
.product .productset .maindata dt {
	line-height: 1.2em;
	border-bottom: 1px dotted #e5e5e5;
}
.product .productset .maindata dt span {
	display: inline-block;
	padding: 5px 10px;
	background: #afeeee;
}
.product .productset .maindata dd {
	padding: 5px 10px 0 10px;
	font-size: 14px;
	line-height: 1.6em;
}

.product h3 {
	margin-top: 40px;
	padding:10px;
	font-size: 14px;
}

.product .subdata {width: 100%;}
.product .subdata th {
	width: 30%;
	padding:10px;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #fff;
}
.product .subdata td {
	padding: 10px;
	line-height: 1.4em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.product .officialbtn {
	display: table;
	margin:20px auto;
}
.product .officialbtn a {
	display: table-cell;
	height: 56px;
	padding: 0 30px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	background-image: url(../img/btnbk.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-radius: 8px;
}
.product .officialbtn a:hover {background-image: none}

/************************************
　フッター
*************************************/
footer{
	background:#323232;
	height:62px;
}

footer .content{
	color:#FFF;
	line-height:62px;
	font-size:12px;
}

footer .content a{
	color:#FFF;
	text-decoration:none;
}

footer .content img{
	margin-top:11px;
	float:right;
}

/*季節文*/
.season {
	width: 960px;
	margin: 0 auto 35px;
	font-size:12px;
	padding-bottom:12px;
	width:954px;
	padding-top: 2px;
	padding-right:2px;
	padding-left:2px;
	border:1px solid #DDDDDD;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#F6F7FB;
	position: relative;
}
.season h3 {
	background: url(../img/bg_season_tit.png) no-repeat;
	width: 100%;
	padding-left: 4%;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.7em;
}
.season .season_text {
	padding: 15px 250px 0 15px;
	font-size: 18px;
	line-height: 1.7;
}
.season img {
	position: absolute;
	bottom: 0;
}

/*--------------------------------------------------------*/
/*詳細ページ*/
/*--------------------------------------------------------*/
section#detail_info {}
section#detail_info .content .area {	
	border:1px solid #DDDDDD;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#F6F7FB;
	padding:2px;
	padding-bottom:20px;
}
section#detail_info .content h3 {
	width:931px;
	padding-left:25px;
	background:url(../img/pickup_title_bg.png) no-repeat;
	height:49px;
	color:#ffffff;
	line-height:50px;
	font-size:25px;
	font-weight:bold;
	margin-bottom:10px;
}
section#detail_info .area {}
section#detail_info .area .score {
	font-size: 25px;
	margin: 0 2.5% 5px;
}
section#detail_info .area .score table td {
	vertical-align: top;
}
section#detail_info .area .visual {}
section#detail_info .area .visual .left {
	width: 41%;
	margin: 0 2.7% 0 2.5%;
	float: left;
}
section#detail_info .area .visual .right {
	width: 51%;
	height: 364px;
	float: left;
	border: 2px solid #ddd;
}
section#detail_info .area .recommend {
	margin: 15px 2.5%;
}
section#detail_info .area .recommend ul {
	margin-bottom: 20px;
}	
section#detail_info .area .recommend ul li{
	padding-top:6px;
	padding-bottom:3px;
	padding-left:38px;
	line-height:26px;
	font-size:20px;
	list-style:none;
	background:url(../img/checkbox.png) left no-repeat;
}
section#detail_info .area .recommend ul li span{
	display:block;
	border-bottom:2px dashed #DDDDDD;
}
section#detail_info .area .recommend ul li:first-letter{
	color:#FE3E6F;
}

section#detail_info .area .comment {
	margin: 0 2.5%;
	border: 6px solid #5bdda7;
}
section#detail_info .area .comment h4 {
	margin: 1% 2%;
	height: 40px;
	background: url(../img/bg_comment_h4.png) no-repeat;
	background-size: 100%;
	font-size: 25px;
}
section#detail_info .area .comment p {
	padding: 0 2% 1%;
	line-height: 1.7;
}
section#detail_info .area .official_button {
	margin: 2.5% 2% 0;
	text-align: center;
}
section#detail_info a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*--------------------------------------------------------*/
/* 地図から探す */
/*--------------------------------------------------------*/
#map {}
#map .content .area{	
	border:1px solid #DDDDDD;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-color:#F6F7FB;
	padding:2px;
	padding-bottom:20px;
	height: 410px;
}
#map .content h3{
	width:931px;
	padding-left:25px;
	background:url(../img/pickup_title_bg.png) no-repeat;
	height:49px;
	color:#ffffff;
	line-height:50px;
	font-size:25px;
	font-weight:bold;
	margin-bottom:15px;
}
#map .content .left {
	position: relative;
  width: 460px;
  height: 350px;
  margin: 0 10px;
	background-image: url(../img/map/map.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: #ffffff;
  display: inline-block;
}
#map .content .left img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#map .content .left .hokkaido {
	position: absolute;	
	top: 20px;
	right: 5px;
}
#map .content .left .tohoku {
	position: absolute;	
	top: 140px;
	right: 30px;
}
#map .content .left .kitakanto {
	position: absolute;	
	top: 200px;
	right: 60px;
}
#map .content .left .syuto {
	position: absolute;	
	top: 245px;
	right: 80px;
}
#map .content .left .hokuriku {
	position: absolute;	
	top: 135px;
	left: 180px;
}
#map .content .left .chugoku {
	position: absolute;	
	top: 180px;
	left: 120px;
}
#map .content .left .kansai {
	position: absolute;	
	top: 270px;
	left: 190px;
}
#map .content .left .shikoku {
	position: absolute;	
	top: 280px;
	left: 90px;
}
#map .content .left .kyusyu {
	position: absolute;	
	top: 200px;
	left: 10px;
}
#map .content .left .okinawa {
	position: absolute;	
	top: 120px;
	left: 48px;
}
#map .content .right {
	display: inline-block;
  width: 460px;
  height: 350px;
  margin: 0 10px 0 0;
	background-color: #ffffff;
}
#map .content .right h4 {
	margin: 5px;
	padding-left: 10px;
	border-left: 4px solid #dddddd;
  background-color: #14c179;
  font-size: 14px;
  color: #ffffff;
}
#map .content .right ul {
	font-size: 12px;
	padding-left: 20px;
}
#map .content .right ul > li {
	display: inline-block;
}
#map .content .right ul > li:after {
	content: " | ";
}
#map .content .right ul > li:last-child:after {
	content: "";
}
#map .content .right ul > li a {
	color: #333333;
}
#map .content .right ul > li a:hover {
	color: #FE3E6F;
}