@charset "utf-8";
/* ===================================================================
CSS information

 file name  :yokamon.css
 style info :EC関連のレイアウト
 
 このスタイルシートの構成
 
   
作成者 2015.06.16 yamamoto
更新者 2016.02.24 kunihiro

=================================================================== */

/* ------------------------------------
  共通
------------------------------------ */

/* ポップアップ
------------------------------------ */
.popup {
	background: #fff;
	width: 860px;
	margin: 0 auto;
	padding: 50px;
	overflow: hidden;
}

.popup .page_subtl {
	margin-top: 0;
	background-image: url(../img_cmn/bg_page_subtl_gy.png);
}

.popup .close_btn {
	margin-top: 15px;
	float: right;
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #929292;
	border:#929292 2px solid;
	background:url(../img_cmn/ico_delete_btn_gy.png) 20px 50% no-repeat;
	padding-left:15px;
}

.popup .close_btn span {
}

.popup .close_btn:hover {
	text-decoration: none;
}

.popup .popup_dl dt {
	margin-top: 20px;
	background: url(../img_cmn/ico_base_list_01.png) 0 0.3em no-repeat;
	padding-left: 18px;
	
	
	font-size:125%;/* 16px→20px */
	margin:2em 0 0.4em;
}

.popup .popup_dl dd {
	margin-bottom:1em;
}

.popup .popup_inner {
	/*
	height: 350px;
	overflow: auto;
	*/
}

#securitycode_popup .img_box {
	float:right;
	margin-left:20px;
}

#securitycode_popup .close_btn {
	clear:both;
	margin-top:30px;
}


/* ポップアップ(小)
------------------------------------ */
.popup_mini {
	background: #fff;
	/*
	width: 200px;
	*/
	margin: 0 auto;
	padding: 50px;
	overflow: hidden;
}

.popup_mini .page_subtl {
	margin-top: 0;
	background-image: url(../img_cmn/bg_page_subtl_gy.png);
}

.popup_mini .close_btn {
	margin-top: 15px;
	float: right;
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #929292;
	border:#929292 2px solid;
	background:url(../img_cmn/ico_delete_btn_gy.png) 20px 50% no-repeat;
	padding-left:15px;
}

.popup_mini .close_btn span {
}

.popup_mini .close_btn:hover {
	text-decoration: none;
}

.popup_mini .popup_mini_dl dt {
	margin-top: 20px;
	background: url(../img_cmn/ico_base_list_01.png) 0 0.3em no-repeat;
	padding-left: 18px;
	
	
	font-size:125%;/* 16px→20px */
	margin:2em 0 0.4em;
}

.popup_mini .popup_mini_dl dd {
	margin-bottom:1em;
}

.popup_mini .popup_mini_inner {
	/*
	height: 350px;
	overflow: auto;
	*/
}

#securitycode_popup_mini .img_box {
	float:right;
	margin-left:20px;
}

#securitycode_popup_mini .close_btn {
	clear:both;
	margin-top:30px;
}



/* ------------------------------------
  110. 会員ページ
------------------------------------ */

.mypage_member span,
.member_history .table_btn span {
	float: right;
	border: #EA776A 2px solid;
	background-color: #FFF;
}

.mypage_member a,
.member_history .table_btn a {
	display: block;
	background: #FFF url(../img_cmn/bg_box_arrow_lr.png) 100% 100% no-repeat;
	width: 221px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #EA776A;
}

.mypage_member a:hover,
.member_history .table_btn a:hover {
	text-decoration: none;
	background-color: #FCE7E4;
}


.member_history .page_subtl a,
.member_like .page_subtl a,
.member_setting .page_subtl a {
	background: url(../img_cmn/ico_txt_link_arrow_r.png) 100% 0.6em no-repeat;
}


/* ○○さんのマイページ
------------------------------------ */
.mypage_member {
	background: #FFF;
	border: 4px solid #DE321F;
	padding: 20px;
	overflow: hidden;
}

.mypage_member h2 {
	font-size: 187.5%;
	float: left;
	width: 675px;
	padding-top: 10px;
	line-height: 1em;
	font-weight: normal;
}

.to_withdraw {
	background: url(../img_cmn/ico_txt_link_arrow_gy.png) 100% 1em no-repeat;
	padding-top: 8px;
	color: #231815;
	float: right;
	padding-right: 15px;
}


/* ページ内リンク
------------------------------------ */
.cont_inner .within_page_link {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 550px;
	margin-top: 50px;
}

.cont_inner .within_page_link ul {
	overflow: hidden;
	text-align: center;
}

.cont_inner .within_page_link li {
	float: left;
	border-right: #47B18D 1px solid;
	padding: 0 20px 10px 20px;
	text-align: center;
	background: url(../img_cont/ico_within_page_link.gif) no-repeat center bottom;
}

.within_page_link li a {
	display: block;
	text-decoration: none;
}

.within_page_link li:first-child {
	border-left: #47B18D 1px solid;
}


/* 注文履歴
------------------------------------ */

.cont_inner .member_history table {
	border: 2px solid #929292;
	background: #fff;
	width: 960px;
}

.member_history .th_box th {
	background: #FAFAFA;
	text-align: center;
	font-weight: normal;
	font-size: 88%; 
}

.member_history table th,
.member_history table td {
	border-right: 1px dotted #919191;
	border-bottom: 1px solid #919191;
	padding: 10px 15px;
}

.table_thumb {
	width: 50px;
}

.table_date {
	font-size: 88%; 
	width: 100px;
	text-align: center;
}

.table_price span {
	display: block;
	text-align: right;
	color: #CC4737;
	font-size: 87.5%;
}
.table_price em {
	font-weight: bold;
	font-size: 142.9%;
}

.table_item {
	width: 280px;
}

.table_btn {
	width: 220px;
}

.table_thumb a {
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: block;
}

.table_thumb a img {
	text-align: center;
}


/* 設定
------------------------------------ */
.member_setting ul {
	overflow: hidden;
}

.member_setting li {
	float: left;
	margin-left: 20px;
}
.member_setting li:first-child {
	margin-left: 0;
}

.member_setting li a {
	display: block;
	background: #FFF url(../img_cmn/bg_box_arrow_gy.png) 100% 100% no-repeat;
	padding: 15px;
	width: 438px;
	height: 50px;
	color: #000;
}

.member_setting li a:hover {
	text-decoration: none;
}

.member_setting li .caption {
	font-size: 88%; 
	color: #929292;
	display: block;
}


/* あなたにおすすめの商品
------------------------------------ */
.recommend_list {
	position: relative;
}



/* ------------------------------------
  100_ログイン・会員登録
------------------------------------ */
.login_box {
	overflow:hidden;
}

.login_member {
	width:465px;
	float:left;
}

.login_member .base_table input {
	width:280px;
}



.login_new {
	width:465px;
	float:right;
}

.login_new .btn {
	border:#EA776A 2px solid;
	text-align:center;
	margin-top:40px;
}

.login_new .btn a {
	display:block;
	padding:15px 0;
	
	color:#EA776A;
}

.login_new .btn a:hover {
	text-decoration:none;
	background-color:#FCE7E4;
}


.login_new .btn span {
	font-size:87.5%;/* 16px→14px */
}

.login_new .btn strong {
	font-size:171.4%;/* 14px→24px */
	
	background:url(../img_cmn/ico_accordion_arrow_down.png) 100% 50% no-repeat;
	padding-right:30px;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	
	margin-top:5px;
}


/* 購入者情報
------------------------------------ */

.member_registration .step {
	margin-bottom:20px;
}




.consumer_info .lead_txt {
	margin-bottom:20px;
}



/* ------------------------------------
  商品ページ
------------------------------------ */

/* カート、お気に入りボタン
------------------------------------ */
.btn a.addCart{
	display: block;
	border:#7DB136 4px solid;
	background: #8BC43F url(../img_cmn/ico_cart_24x22.png) no-repeat 16px 46%;
	/*
	padding-left:36px;
	*/
	height:50px;
/* ITOU DEL
	line-height:50px;
*/
	color:#FFF;
	font-weight:bold;
	font-size:113%;/* 16px→18px */
	text-align:center;
	/*
	width: 114px;
	height: 18px;
	padding: 16px 16px 16px 54px;
	*/
}
.btn a.addCart:hover {
	text-decoration: none; 
	
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";

}


.btn a.addCart span {
	margin-left:20px;
}


.btn a.addLike {
	display: block;
	border:#D2D2D2 2px solid;
	background: #FCFAF1 url(../img_cmn/ico_like.png) no-repeat 15px 50%;
	height:30px;
	line-height:30px;
	
	margin-top:15px;
	color:#5A5A5A;
	
	padding-left:40px;
	/*
	width: 139px;
	height: 20px;
	padding: 10px 0 10px 46px;
	margin-top: 10px;
	*/
	font-size: 14px /* フォントサイズ固定 */;
}
.btn a.addLike:hover {
	text-decoration: none;
	
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

p.toContact {
	font-size: 75%;/* 16px→12px */
	background:url(../img_cmn/ico_arrow03_red.png) 0 0.8em no-repeat;
	padding-left:15px;
}


.btn .soldout {
	display: block;
	background-color:#D2D2D2;
	border:#929292 4px solid;
	
	height:47px;
	padding-top:3px;
	
	color:#595959;
	font-weight:bold;
	text-align:center;
}

.btn .soldout strong {
	line-height:26px;
	font-size:113%;/* 16px→18px */
}

.btn .soldout .txt {
	line-height:20px;
	font-size: 12px;/* 固定 */
	display:block;
}












/* ○○について
------------------------------------ */
.shipping .aboutLink a,
.point .aboutLink a {
	background:url(../img_cmn/ico_about_link.png) 0 50% no-repeat;
	padding-left:20px;
	font-size: 75%;/* 16px→12px */
}


.payment_link {
	margin-top:20px;
	text-align:right;
}

.payment_link a {
	background:url(../img_cmn/ico_about_link.png) 0 50% no-repeat;
	padding-left:20px;
	font-size: 75%;/* 16px→12px */
}



/* エクスポイント
------------------------------------ */
.point p.charge {
	background: url(../img_cont/ico_expoint.gif) no-repeat left center;
	display: inline;
	padding-left: 1.5em;
}


/* スライドのサムネイル（ブログ以外） */

.keyVisual .slideThumb li,
.product_info .box01 li {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	border: 1px solid #FFF;
}

.keyVisual .slideThumb li.selected,
.product_info .box01 li.selected {
	border:#DE321F 1px solid;
}

.keyVisual .slideThumb li a,
.product_info .box01 li a {
	display:block;
	overflow: hidden;
	width:50px;
	height:50px;
	border: 1px solid #D2D2D2;
	
	position: relative;
	text-align:center;
}

.keyVisual .slideThumb li.selected a,
.product_info .box01 li.selected a {
	border:#DE321F 1px solid;
}

.keyVisual .slideThumb li img,
.product_info .box01 li img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}



/* ------------------------------------
  商品ページ
------------------------------------ */

/* ふるさと割対象商品(日数カウントダウン)
------------------------------------ */

.product_top .counter {
	height:29px;
	background-color:#FFF;
	padding:11px 10px;
	
	border-bottom:#D2D2D2 1px solid;
	
	overflow:hidden;
	
	/* Firefox v3.5+ */
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.15);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.15);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:1px 1px 2px rgba(0,0,0,0.15);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#26000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#26000000,Positive=true);
}

.product_top .counter .ico {
	margin-right:10px;
}



.product_top .counter .box {
	float:left;
}

.product_top .counter .alart {
	font-size: 75%;/* 16px→12px */
	text-align: right;
}

.product_top .counter span.remain {
	font-size: 133.3%;/* 12px→16px */
	margin-left: 10px;
}

.product_top .counter span.countNumber {
	font-weight: bold;
	font-size: 166.7%; /* 12px→20px */
	
	display: inline-block;
	line-height:30px;
	margin:0 3px;
}

/* keyVisual
------------------------------------ */
.keyVisual {
	background: #fff;
	overflow: hidden;
	
	/* Firefox v3.5+ */
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.15);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.15);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:1px 1px 2px rgba(0,0,0,0.15);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#26000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#26000000,Positive=true);
}

.sliderBox {

} 

.sliderBox .inner {
	width: 700px;
	padding: 0 20px;
	/*
	clear: both;
	*/
	position:absolute;
	bottom:20px;
}

/* スライド
-------------------- */
.keyVisual .slide {
	float: left;
	width: 740px;
	
}

.keyVisual .catch {
	position: absolute;
	left: 215px;
	bottom: 20px;
	color: #fff;
	width: 510px;
}

.keyVisual .catch h2 {
	color: #fff;
	font-weight: normal;
	font-size: 187% /* 元サイズ30px */;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

.keyVisual .profilePic {
	border: 3px solid #fff;
	width: 164px;
	height: 164px;
	overflow: hidden;
	position: relative;
	bottom: -50px;
	
	text-align:center;
	background-color:#D2D2D2;
}

.keyVisual .profile {
	margin-left: 180px;
}



.keyVisual .profile .staff {
	font-size: 88%;/* 元サイズ14px */
	width:280px;
	overflow:hidden;
}

.keyVisual .profile .item {
	float:left;
}

.keyVisual .profile .name {
	font-size: 16px;/* 固定 */
	/*
	padding-left: 15px;
	margin-top:-30px;
	*/
	
	display:block;
	margin-left:3.6em;
}


/* スライド　サムネイル
--------------- */
.keyVisual .slideThumb {
	float: right;
	margin-right: 20px;
	position:relative;
	z-index:10;
}

.sliderBox {
	float: left;
	width: 740px;
	
	min-height:580px;/*モダンブラウザに適用*/
    height: auto !important;/*モダンブラウザに適用*/
    height: 580px;	/*ここにIE6,7用の高さを設定*/
	position: relative;
	
	overflow:hidden;
}

.slideImg {
	position: relative;
}


.slideImg li {
	text-align:center;
	background-color:#BBB;
	
	position:relative;
}

.slideImg li .bg_img {	
	text-align:center;
	width: 740px;
	height:460px;
	display:block;
	/*
	overflow:hidden;
	*/
	
	opacity:0.2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha( opacity=20 )";
}

.slideImg li .bg_img img {
	width:740px;
	height:460px;
	/*
	width:100%;
	height:auto;
	*/
}


.slideImg li .img_main {
	position:absolute;
	top:0;
	left:0;
	
	text-align:center;
	width: 740px;
	height:460px;
	display:block;
	overflow:hidden;
}


.slideImg .gradiImg {
	position: absolute;
	top: 0;
	left: 0;
}

.sliderBox .companyName {
	margin-left: 15px;
	float: left;
}

.sliderBox .prodInfo {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
}

.slideImg .catch,
.slideImg .companyName {
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow:1px 1px 2px rgba(0,0,0,0.6);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#99000000,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#99000000,Positive=true);
}

/* 会社名、商品名
-------------------- */
.keyVisual .slide .prodInfo {
	position: absolute;
	color: #fff;
}


.keyVisual .companyName .company {
	font-size: 125% /* 元サイズ20px */;
	
	width: 614px;
}

.keyVisual .companyName .prodName {
	font-size: 187% /* 元サイズ30px */;
	margin-top: 0.5em;
	width: 614px;
	line-height: 1.2em;
}




/* 商品価格
-------------------- */

.keyVisual .priceInfo {
	background-color: #F7F7F7;
	width: 183px;
	
	
	min-height:550px;/*モダンブラウザに適用*/
    height: auto !important;/*モダンブラウザに適用*/
    height: 550px;	/*ここにIE6,7用の高さを設定*/
	
	padding: 15px 18px;
	float: right;
	border-left:#D2D2D2 1px solid;
}


.priceInfo .cost p.price,
.priceInfo .cost .shipping,
.keyVisual .exorder .point {
	text-align: right;
}

.keyVisual p.price {
	font-size: 175%; /* 16px→28px */
	font-weight: bold;
	margin-top: 0.5em;
}


.keyVisual p.price .item {
	/* 
	font-size: 50%; 28px→14px */
	font-size: 57.1%;/* 28px→16px */
	display:block;
	text-align:left;
	font-weight:normal;
	margin-bottom:5px;
}
	

.keyVisual span.yen {
	/*
	font-size: 57.1%;  28px→16px */
	
	font-size:14px;/* 固定 */
}

.keyVisual span.tax {
	/*
	font-size: 42.9%;  28px→12px */ 
	font-size:12px;/* 固定 */
}

.keyVisual .charge {
	font-size: 75%;/* 16px→12px */
	
	background-color:#DDD;
	margin:2px 0;
}

.keyVisual .shipping .charge {
	font-size: 75%;/* 16px→12px */
	
	background-color:#DDD;
	margin:2px 0;
}

.keyVisual .charge_note {
	font-size: 75%;/* 16px→12px */
}

.keyVisual .charge_note strong {
	color:#FF0000;
}


/* おまとめbnr
--------------- */
.bnr_shipping_bundle {
	margin-bottom:10px;
}

.bnr_shipping_bundle a:hover img {
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}











.littleStock {
	margin: 5px 0;
}
.littleStock p {
	font-size: 88% /* 16px→14px */;
	height: 20px;
	text-align: center;
	background-color:#FBEE00;
	color: #3C3C3C;
	margin: 0 auto;
}


.keyVisual .priceInfo .exorder {
	margin: 10px 0 10px;
	border-top:#5A5A5A 1px dotted;
	padding-top:3px;
}

.keyVisual .priceInfo .exorder img {
}


.keyVisual .point .charge {
	font-size: 75%;/* 16px→12px */
}

.keyVisual .point .charge span {
	
}

.item_qr {
	background-color:#FFF;
	padding-bottom:10px;
	text-align:center;
	margin:5px 25px 10px;
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
}

/* blog
------------------------------------ */

/* 詳細
-------------------- */
.blog .accordion {
	position: relative;
	background-color:#F7F7F7;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 30px 0 20px;
}


/* ボックスの内側 */
.blog .accordion .inner {
	padding: 0 25px;
}



.blog .accordion img.first,
.blog .accordion img.middle,
.blog .accordion img.last {
	position: absolute;
	top: -18px;
}
.blog .accordion img.first {
	left: 130px;
}
.blog .accordion img.middle {
	left: 450px;
}
.blog .accordion img.last {
	right: 130px;
}

.blog .accordion .imgSlide {
	width: 420px;
	float: left;
}

.blog .accordion .mainImg {
	background: #AAA;
	height: 420px;
	width: 420px;
	overflow: hidden;
	
	position: relative;
}



.blog .accordion .mainImg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;

}

.blog .accordion .thumb li {
	float: left;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	margin-right:4px;
	
	position: relative;
	
	border:#FFF 1px solid;
}


.blog .accordion .thumb li.selected {
	border:#DE321F 1px solid;
}

.blog .accordion .thumb li a {
	display:block;
	border:#BBB 1px solid;
	width:76px;
	height:76px;
	overflow:hidden;
}


.blog .accordion .thumb li.selected a {
	border:#DE321F 1px solid;
}



.blog .accordion ul.thumb li img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.blog .accordion .share {
	border:#D2D2D2 1px solid;
	margin: 20px 0 40px;
	padding: 10px 14px;
	font-size: 14px /* フォントサイズ固定 */;
}
.blog .accordion .share ul li {
	float: left;
	margin-left: 10px;
}

.blog .accordion .share ul li p {
	line-height:30px;
}


.blog .accordion .share ul li:first-child {
	margin-left: 0;
}

.blog .accordion .share .facebook a,
.blog .accordion .share .twitter a {
	display: block;
	width: 108px;
	/*
	height: 30px;
	*/
	height:0;
	padding-top:30px;
	overflow:hidden;
}
.blog .accordion .share .facebook a {
	background: url(../img_cont/btn_fbShare.png) no-repeat;
}
.blog .accordion .share .twitter a {
	background: url(../img_cont/btn_twShare.png) no-repeat;
}


.blog .accordion .textBox {
	float: right;
	width: 465px;
	margin-bottom:40px;
}

.textBox > p {
	margin-bottom: 1.5em;
}


.blog .fb-comments {

}





/* 閉じるbtn
--------------- */
.btn_close,
.btn_open {
	clear:both;
}

.btn_close p,
.btn_open p {
	border:#EA776A 2px solid;
	text-align:center;	
}


.btn_close a,
.btn_open a {
	display:block;
	height:40px;
	line-height:40px;
	
	color:#EA776A;
}

.btn_close a:hover,
.btn_open a:hover {
	text-decoration:none;
	background-color:#FCE7E4;
}



.btn_close span {
	background:url(../img_cmn/ico_accordion_arrow_up.png) 100% 50% no-repeat;
	padding-right:30px;
}

.btn_open span {
	background:url(../img_cmn/ico_accordion_arrow_down.png) 100% 50% no-repeat;
	padding-right:30px;
}




/* 特徴
------------------------------------ */
.feature {
	margin:40px 0;
}

.feature .inner {
	padding: 30px 25px;
	background-color:#FFF;
}



.feature li {
	margin-top: 40px;
}
.feature li:first-child {
	margin-top: 0;
}


.feature .box01 .textBox,
.feature .box02 .imgBox {
	float: left;
}
.feature .box02 .textBox,
.feature .box01 .imgBox {
	float: right;
}

.feature .box01 .textBox,
.feature .box02 .textBox {
	width: 515px;
}

.feature .box01 .imgBox img,
.feature .box02 .imgBox img {
	width: 370px;
}

.feature h3 {
	margin-bottom: 0.8em; 
}








/* 開発秘話
------------------------------------ */

.history {
	background-color:#FFF;
	padding:40px 20px;
	margin-bottom:60px;
}

.history .bg_t {
	background:url(../img_cont/bg_history_t.jpg) 0 0 no-repeat;
	padding-top:10px;
	width:918px;
	margin-bottom:0 auto;
}

.history .bg_m {
	background:url(../img_cont/bg_history_m.jpg) 0 0 repeat-y;
}


.history .bg_b {
	background:url(../img_cont/bg_history_b.jpg) 0 100% no-repeat;
	padding:25px;
}


.history .imgBox {
	float: left;
}
.history .imgBox img {
	width: 370px;
	margin-right:20px;
}

.history p {
	overflow:hidden;
}

.history h3 {
	text-align: center;
	margin-bottom: 20px;
}

/* 商品紹介
------------------------------------ */
.product_info {
	background-color:#F7F7F7;
	padding: 60px 0;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2) inset;
	border-top:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
}

.product_info .inner {
	width:960px;
	margin:0 auto;
}



/* 左カラム
--------------- */
.product_info .box01 {
	width: 310px;
	float: left;
}

.product_info .box01 .mainImg {
	width: 310px;
	height:310px;
	display:table-cell;
	vertical-align:middle;
	
	text-align:center;
	
	background-color:#AAA;
}


.product_info .box01 .mainImg img {
	width: 310px;
}

.product_info .box01 .littleStock p {
	width: 130px;
	float: left;
}



/* 中央カラム
--------------- */
.product_info .box02 {
	width: 420px;
	float: left;
	margin-left: 20px;
}


.product_info .box02 span.tax,
.product_info .box02 .yokamon p,
.product_info .box02 .detail,
.product_info .box02 .counter {
	font-size: 87.5% /* 16%→14px */;
}




.product_info .box02 .price01 {
	border-bottom: 3px solid #929292;
	padding-bottom: 10px;
}
.product_info .box02 .price02 {
	border-bottom: 1px solid #929292;
	padding: 10px 0;
}

.product_info .discount {
	width: 150px;
}






.price02 table {
	width:100%;
}

.product_info .box02 .detail {
	margin: 10px 0;
	line-height: 1.5em;
}

.product_info .box02 .detail .notice {
	border-top: 1px solid #929292;
}
.product_info .box02 .detail .notice th {
	padding: 0.7em 0;
}

.product_info .box02 .detail .bottom th,
.product_info .box02 .detail .bottom td,
.product_info .box02 .detail .notice td {
	padding-bottom: 0.7em;
}



.product_info .box02 .prodName {
	font-size: 125% /* 16%→20px */;
	margin-bottom:0.6em;
	line-height:1.8;
}

.product_info .box02 .cost {
	float: left;
	padding-top: 0.5em ;
}

.product_info .box02 .cost .price {
	font-size:200%;/* 16px→32px */
}

.product_info .box02 .cost .price .item {
	font-size: 50%;/* 28px→14px */
	margin-bottom:10px;
	display:block;
	text-align:left;
}


.product_info .box02 .yen {
}

.product_info .box02 .discount {
	float: right;
	margin-top: 30px;
}
.product_info .box02 .discount p {
	text-align: right;
}
.product_info .box02 .discount .discPrice {
	font-weight: bold;
	color: #DF0006;
}

.product_info .box02 .discount .box {
	background: url(../img_cont/ico_discountProd02.png) no-repeat;
	text-indent: -9999px;
	width: 176px;
	height: 40px;
	float: right;
}


.price02 .shipping {
	text-align:right;
}





/* 右カラム
--------------- */
.product_info .box03 {
	width: 184px;
	float: right;
	overflow: hidden;
	
}

.product_info .box03 img,
.keyVisual .priceInfo .exorder img  {
}

.product_info .btn a.addLike{
}

.product_info .price02 th {
	width: 6em;
	padding-top: 0.7em;
}
.product_info .detail th {
	width: 6em;
	padding-top: 0.7em;
}

.product_info .box02 .price02 td {
	text-align: right;
	padding-top: 0.7em;
} 

.product_info .detail td {
	padding-left: 2em;
	padding-top: 0.7em;
} 

.product_info .btn a.addCart{
}



.product_info .toContact {
	display: block;
	border:#D2D2D2 2px solid;
	background: #FCFAF1;
	height:30px;
	line-height:30px;
	
	margin-top:15px;
	color:#5A5A5A;
	
	padding-left:40px;
	font-size: 14px /* フォントサイズ固定 */;
}




.product_info .toContact a:hover {
	text-decoration:none;
}


.payment_list {
	border:#929292 2px solid;
	margin-top:20px;
}

.payment_list dt {
	background-color:#929292;
	color:#FFF;
	text-align:center;
}


.payment_list dd {
	padding:5px 0 5px 10px;
}








/* お客様の声
------------------------------------ */
.voice {
	margin-top: 40px;
}
.voice .inner {
	background: #FFF;
	padding: 30px 20px 0;
	margin: 0 auto;
}
.voice .box01 .imgBox {
	float: left;
	margin-right: 20px;
	margin-bottom: 16px;
	position: relative;
	width: 370px;
	overflow: hidden;
}

.voice .box01 .title {
	margin-left: 390px;
	margin-bottom: 15px;
	
	background:url(../img_cont/bg_voice_tl_base.png);
}

.voice h4 {
	margin-bottom: 0.5em;
	font-size: 125%;/* 16%→20px */
	border-top:#B7D583 4px solid;
	padding:10px;
}

.voice .box01 .title p {
	padding:0 10px 10px;
}

.voice .box01 .imgBox .stars {
	position: absolute;
	bottom: 0;
}
.voice .box01 .imgBox .stars p {
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.voice .box01 .imgBox .stars span {
	font-size: 25px;
	margin-left: 15px;
}

.voice ul li {
	border-top: 1px dotted #8BC43F;
	padding: 30px 0;
}
.voice ul li:first-child {
	border-top: 0;
	padding-top: 0;
}

.voice .open a,
.voice .close a,
.review .open a,
.review .close a {
	width: 130px;
	height: 20px;
	display: block;
	text-align: center;
	padding: 15px;
	
}

.voice .open a,
.review .open a  {
	background: #BBBBBB url(../img_cont/ico_open.png) no-repeat 15px center;
	
}

.voice .close a,
.review .close a {
	background: #BBBBBB url(../img_cont/ico_close.png) no-repeat 15px center;
}

.voice .open a,
.voice .close a {
	float: right; 
}

/* レビュー
------------------------------------ */
.review {
	margin-top: 40px;
	padding-bottom:60px;
}
.review .inner {
	margin-bottom: 20px;
	background: #FFF;
	padding: 20px;
	margin: 0 auto;
}
.review dl {
	margin-bottom: 1em;
	border-bottom: 1px dotted #8BC43F;
}
.review dt {
	clear: left;
}

.review dt,
.review dd {
	float: left;
}

.review dd.stars {
	padding: 0 20px;
}

.review dd.text {
	width: 640px;
}

.review .open a,
.review .close a {
	margin: 0 auto;
}




/* 詳細ページへ
------------------------------------ */
.page_product .about {
	background-color: #DDD;
	padding: 15px 0 0 15px;
	margin: 40px 0;
}

.page_product .about ul {
	overflow:hidden;
	margin-right:-15px;
}

.page_product .about li {
	float: left;
	width: 298px;
	border:#FFF 1px solid;
	
	margin:0 15px 15px 0;
}


.page_product .about li.link01 {
	background:#FFF url(../img_cmn/ico_product_about_01.png) 10px 50% no-repeat;
}

.page_product .about li.link02 {
	background:#FFF url(../img_cmn/ico_product_about_02.png) 10px 50% no-repeat;
}

.page_product .about li.link03 {
	background:#FFF url(../img_cmn/ico_product_about_03.png) 13px 50% no-repeat;
}

.page_product .about li.link04 {
	background:#FFF url(../img_cmn/ico_product_about_04.png) 20px 50% no-repeat;
}

.page_product .about li.link05 {
	background:#FFF url(../img_cmn/ico_product_about_05.png) 10px 50% no-repeat;
}

.page_product .about li.link06 {
	background:#FFF url(../img_cmn/ico_product_about_06.png) 10px 50% no-repeat;
}

.page_product .about li a {
	display: block;
	background:url(../img_cmn/bg_box_arrow_gy.png) 100% 100% no-repeat;
	padding: 15px 0 15px 20px;
	text-align: center;
	
	color:#3C3C3C;
}
.page_product .about li:hover,
.page_product .about li a:hover {
	text-decoration: none;
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}





/* おすすめの商品
------------------------------------ */
.recommend {
}

.recommend .inner {
	position:relative;
}



/* ------------------------------------
  購入フォーム
------------------------------------ */
.shopping_form {
}

.form_message {
	text-align:center;
	margin-top:60px;
}

.form_message h3 {
	font-size:300%;/* 16px→32px */
	margin-bottom:30px;
	
	background:url(../img_cont/bg_form_message_arrow.png) 50% 100% no-repeat;
	padding-bottom:60px;
	font-weight:normal;
}



.shopping_form .page_subtl {
	background-image:url(../img_cmn/bg_page_subtl_gy.png);
}



/* ご注文内容
------------------------------------ */
.cart_item {
}

.cart_item .base_table th {
	text-align:center;
}


.cart_item .base_table .img_box {
	width:110px;
}


.cart_item .base_table td.img_box p {
	width:100px;
	height:100px;
	overflow:hidden;
	border:#D2D2D2 1px solid;
	
	margin:0 auto;
}


.cart_item .base_table td.count {
	text-align:center;
}

.cart_item .base_table td.count select {
	font-size:113%;/* 16px→18px */
}


.cart_item td.price01,
.cart_item td.subtotal,
.cart_item td.price02,
.cart_item td.total {
	text-align:right;
}

.cart_item td.item,
.cart_item td.discount_cost {
	text-align:right;
}

.cart_item td.discount_cost {
	padding-left:15px;
	border-right:none;
}

.cart_item .discount {
	width:200px;
	float:right;
}

.cart_item td.total {
	color:#FB0005;
	font-size:125%;/* 16px→20px */
}

/* 購入者情報
------------------------------------ */

/*  */
.optionally {
	display: inline-block;
    *display: inline;
    *zoom: 1;
	
	border:#FF6666 1px solid;
	font-size:87.5%;/* 16px→14px */
	padding:0 10px;
	letter-spacing:0.2em;
}


.form_notice {
	font-size:87.5%;/* 16px→14px */
	
	color:#929292;
}

.zip_btn {
	display: inline-block;
    *display: inline;
    *zoom: 1;
	background-color:#89C632;
	color:#FFF;
	padding:3px 10px;
	
	vertical-align:middle;
}


.zip_btn:hover {
	color:#FFF;
	text-decoration:none;
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}



/* お届け先
------------------------------------ */
.delivery_address .base_table {
	/*
	border-top:none;
	*/
}

.delivery_address .choice_address {
	border-top:#929292 2px solid;
	border-bottom:none;
}


delivery_address .choice_address label {
	margin-right:20px;
}



/* お支払方法
------------------------------------ */
.payment_method .base_table {
	/*
	border-top:none;
	*/
}

.payment_method .payment_method_choice {
	border-top:#929292 2px solid;
	border-bottom:none;
}

.payment_method .payment_method_choice label {
	margin-right:20px;
}

.order_bankTransfer .base_table .base_table {
	border: #929292 1px solid;
}

.order_bankTransfer .base_table .base_table th {
	border-right: #929292 1px solid;
}

.order_credit .note_link {
	font-size:87.5%;/* 16px→14px */
}
.order_credit .note_link a {
	background:url(../img_cmn/ico_txt_link_arrow_r.png) 0 0.6em no-repeat;
	padding-left:20px;
}

/* クレジットカード
--------------- */
.credit_brand {
	margin-bottom:10px
}

.credit_brand span {
	display:block;
	margin-bottom:5px;
}

.credit_brand img {
	margin-right:5px;
}





/* 情報を変更するbtn
--------------- */
.change_btn {
	border:#EA776A 2px solid;
	text-align:center;
	margin-top:20px;
}

.change_btn a {
	display:block;
	height:40px;
	line-height:40px;
	
	color:#EA776A;
}

.change_btn a:hover {
	text-decoration:none;
	background-color:#FCE7E4;
}


.change_btn span {
	background:url(../img_cmn/ico_accordion_arrow_down.png) 100% 50% no-repeat;
	padding-right:30px;
}






/* 検索条件
------------------------------------ */

.search_keyward {
	background-color:#FFF;
	
	padding:10px;
	overflow:hidden;
	margin-bottom:30px;
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


.search_keyward dt {
	float:left;
	width:5em;
	
	background:#FCEAE8 url(../img_cmn/ico_product_search_tl.png) 10px 0.6em no-repeat;
	padding:10px 10px 10px 40px;
	color:#CC4637;
	
}

.search_keyward dd {
	margin-left:10em;
	padding:10px 10px 10px 0;
}

/* ------------------------------------
  130 注文履歴　一覧
------------------------------------ */
.product_list_history {
}

.product_list_history li {
	background-color:#FFF;
	padding:20px;
	overflow:hidden;
	margin-bottom:30px;
}


.product_list_history .box01 {
	float:left;
	width:160px;
	margin-right:20px;
}

.product_list_history .box02 {
	float:left;
	width:550px;
}

.product_list_history .box03 {
	float:right;
	width:160px;
	border-left:#929292 1px dotted;
}


.product_list_history .box01 .imgBox {
	width:146px;
	height:146px;
	overflow:hidden;
	border:#D2D2D2 1px solid;
	padding:6px;
	
	margin:0 auto;
}

.product_list_history .box01 .imgBox a:hover {
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}


.product_list_history .btn a.addLike {
}

.product_list_history .btn a.addReview {
	display: block;
	border:#D2D2D2 2px solid;
	background: #FCFAF1 url(../img_cmn/ico_review_btn.png) no-repeat 15px 50%;
	height:30px;
	line-height:30px;
	
	margin-top:15px;
	color:#5A5A5A;
	
	padding-left:40px;
	font-size: 14px /* フォントサイズ固定 */;
}


.product_list_history .btn a.addReview:hover {
	text-decoration: none;
	
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

.product_list_history .date {
	color:#3A3A3A;
	font-size:87.5%;/* 16px→14px */
}

.product_list_history .name {
	font-size:125%;/* 16px→20px */
	margin-top:10px;
	
	line-height:1.6;
	
	min-height:4.4em;/*モダンブラウザに適用*/
    height: auto !important;/*モダンブラウザに適用*/
    height: 4.4em;	/*ここにIE6,7用の高さを設定*/
}


.product_list_history .shop_info {
	overflow:hidden;
}

.product_list_history .shop_info .img_box {
	width:60px;
	height:60px;
	overflow:hidden;
	
	float:left;
	margin-right:10px;
	
	background-color:#D2D2D2;
	text-align:center;
}

.product_list_history .shop_info .shop_name {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:block;
}

.product_list_history .shop_info .staff_name {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:block;
	
	font-size: 75%;/* 16px→12px */
 	 color: #646160;
}


.product_list_history .price {
	margin-top:20px;
}

.product_list_history .price strong {
	font-size: 175%; /* 16px→28px */
	margin-left:10px;
}






.product_list_history .btn {
	margin-top:20px;
}

.product_list_history .btn_link_list01 {
	margin-left:90px;
	margin-right:-10px;
}


.product_list_history .btn_link_list01 li {
}



.product_list_history .btn li {
	padding:0;
}




.reorder_txt {
	margin-left:10px;
	background:url(../img_cmn/bg_reorder_txt.png) 50% 100% no-repeat;
	padding-bottom:10px;
	margin-bottom:10px;
}

.reorder_txt span {
	display:block;
	background-color:#8BC43F;
	color:#FFF;
	text-align:center;
	padding:5px 0;
}



.product_list_history .item_qr {
	width:130px;
}


.product_list_history .box03 .btn {
	padding-left:20px;
}


.product_list_history .box03 .btn select {
	height:40px;
	line-height:40px;
	width:50px;
}


.product_list_history .box03 .submit_btn {
	display: block;
	cursor:pointer;
	
	float:right;
	
	width:80px;
	
	border:#7DB136 4px solid;
	background-color: #8BC43F;
	
	height:40px;
	color:#FFF;
	font-weight:bold;
	font-size:113%;/* 16px→18px */
	text-align:center;
}

.product_list_history .box03 .submit_btn:hover {
	text-decoration: none; 
	
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";

}


/* ------------------------------------
  140. 配送先登録
------------------------------------ */
.page_address-info {
}

.page_address-info .num {
	width:2em;
	border-right: #B4B4B4 1px solid;
}


.delete_btn {
	text-align:right;
	margin:20px 0 40px;
}

.delete_btn a {
	border: #929292 2px solid;
	background-color:#D2D2D2;
	color:#3C3C3C;
	
	
	display: inline-block;
    *display: inline;
    *zoom: 1;
	
	height:40px;
	line-height:40px;
	width:240px;
	
	text-align:center;
}


.delete_btn span {
	background:url(../img_cmn/ico_delete_btn_gy.png) 0 50% no-repeat;
	padding-left:25px;
}


.delete_btn a:hover {
	text-decoration:none;
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}



/* この内容で登録するbtn
------------------------------------ */

.delivery_address .submit_btn {
	background:#DE321F url(../img_cmn/bg_box_arrow_w.png) 100% 100% no-repeat;
	
	display: block;
	/*
	border: none;
	*/
	cursor:pointer;
	
	width:310px;
	height:50px;
	border:#DE321F 5px solid;
	color:#FFF;
		
	margin:0 auto;
	font-size:125%;/* 16px→20px */
	font-weight:bold;
	
	margin-top:40px;
}

.delivery_address .submit_btn.none_click {
	background:#D2D2D2 url(../img_cmn/bg_box_arrow_w_gy.png) 100% 100% no-repeat;
	border:#D2D2D2 5px solid;
}
.delivery_address .submit_btn {
	opacity:0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}

.delivery_address  .submit_btn.none_click:hover {
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


/* ------------------------------------
  300. 購入ナビゲーション
------------------------------------ */
.navigation_cont h3 {
	font-weight: normal;
	background: url(../img_cmn/bg_page_subtl02_cont.png) 0 100% repeat-x;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 125%;
}

.navigation_cont h3 span{
	margin-right: 0.5em;
	font-weight: bold;
}

.navigation_cont .navi_box {
	background: #fff;
	border: 2px solid #929292;
	padding: 35px 30px;
}

.navigation_cont .navi_box li a {
	display: block;
	background: #FFF url(../img_cmn/bg_box_arrow_lr.png) 100% 100% no-repeat;
	width: 434px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #EA776A;
}

.navigation_cont .navi_box li a:hover  {
	text-decoration: none;
	background-color:#FCE7E4;
}

.navigation_cont .navi_box li {
	float: left;
	border: #EA776A 2px solid;
	background-color: #FFF;
	margin: 0 10px 15px 0;
}

.recommend_box .now_recommend {
	text-align: center;
}

.recommend_box .now_recommend span {
	font-size: 162.5%;
	display: inline-block;
	margin: 30px 0 10px 0;
}

.recommend_box .now_recommend img {
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}

.recommend_box .see_more {
	float: right;
	padding-right: 20px;
	background: url(../img_cmn/ico_txt_link_arrow_gy.png) 100% 0.6em no-repeat;
	/*
	color: #231815;
	*/
	margin-bottom: 10px;
	color: #929292;
}

.recommend_box .recommend {
	clear: both;
}

.recommend_box .recommend .slideBtn .pre {
	margin-left: 0;
}

.recommend_box .recommend .slideBtn .next {
	margin-right: 0;
}


/* ------------------------------------
  208. お問い合わせ[ポップアップ]
------------------------------------ */

.popup_inner .step {
	margin:30px 0;
}

.popup_inner .step img {
	width:100%;
	height:auto;
}


/* ------------------------------------
  310. 特集ページ一覧 (仮style)
------------------------------------ */
.special_list_cont ul {
	width: 984px;
}

.special_list_cont ul li {
	float: left;
	width: 438px;
	margin: 0 24px 30px 0;
	background: #fff url(../img_cmn/bg_box_arrow_r.png) 100% 100% no-repeat;
	padding: 15px;
}

.special_list_cont li .titleBox {
}

.special_list_cont li .title {
	color: #000;
}

.special_list_cont li .name {
	font-size: 88%;
	color: #929292;
	display: block;
	height: 240px;
}

.special_list_cont li .name {
	font-size: 88%;
	color: #929292;
	display: block;
	width: 275px;
	float: right;
}

.special_list_cont li .imgBox {
	width: 146px;
	float: left;
	margin-right: 15px;
}


/* ------------------------------------
  310. 特集ページ一覧(長バナーが入ったら切り替え)
------------------------------------ 
.special_list_cont ul {
	width: 984px;
}

.special_list_cont ul li {
	float: left;
	width: 468px;
	background: #fff;
	margin: 0 24px 30px 0;
}

.special_list_cont li .titleBox {
	background: url(../img_cmn/bg_box_arrow_r.png) 100% 100% no-repeat;
	padding: 12px 12px 0;
	height: 134px;
	width: 444px;
	display: block;
}

.special_list_cont li .title {
	color: #000;
}

.special_list_cont li .name {
	font-size: 88%;
	color: #929292;
	display: block;
}*/






/* ------------------------------------
  特集_詳細ページ
------------------------------------ */

.special_cont {
}

/* 共通
------------------------------------ */
.special_cont .cont01,
.special_cont .cont02 {
	overflow:hidden;
}

.special_cont .cont01 .img_box {
	float:right;
	margin-left:20px;
}

.special_cont .cont01,
.special_cont .cont02 {
	padding-top: 50px;
}

.special_cont h3 {
	font-size: 163%;
	font-weight: normal;
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

.special_cont .cont02 .img_box {
	float:left;
	margin-right:20px;
}


.special_cont .cont02 .jump_to,
.special_cont .cont03 .jump_to {
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292;
	padding: 20px 30px;
	float: right;
	margin-top: 20px;
	overflow: hidden;
}

.special_cont .cont02 .jump_to p,
.special_cont .cont03 .jump_to p {
	float: left;
}

.special_cont .cont02 .jump_to a,
.special_cont .cont03 .jump_to a  {
	float: left;
	margin-left: 30px;
	display: block;
	background: #FFF url(../img_cmn/bg_box_arrow_gy.png) 100% 100% no-repeat;
	line-height: 1.2em;
	text-align: center;
	color: #3C3C3C;
	padding: 10px;
}


.special_cont .cont02 .jump_to a:hover,
.special_cont .cont03 .jump_to a:hover  {
	text-decoration: none;
	background-color:#F6F6F6;
}

.special_cont .cont02 .jump_to a span,
.special_cont .cont03 .jump_to a span {
	background:url(../img_cont/ico_jump_to.png) no-repeat right center;
	display: inline-block;
	padding-right: 1.5em;
}

.special_cont  .page_subtl {
}


/* 311. ふるさと割
--------------- */
.selling_term {
	margin-top:40px;
}

.special_cont .shopping_note {
	margin-top:40px;
	margin-bottom: 20px;
}

.special_cont .shopping_note dt {
	height:3em;
	line-height:3em;
	width:20em;
	margin-right:20px;
}

.special_cont .shopping_note dd {
	margin-left:22em;
}

.special_cont .discound p img  {
	height: 80px;
}

/* 312. まごころ製品
--------------- */
.page_special_magokoro .special_cont .cont02 .jump_to {
	width: 556px;
}

.page_special_magokoro .special_cont .cont02 .jump_to a {
	width: 310px;
}

/* 313. 福岡デザインアワード
--------------- */
.page_special_design_award .special_cont .cont02 .jump_to {
	width: 552px;
	margin-top: 30px;
}

.page_special_design_award .special_cont .cont02 .jump_to a {
	width: 310px;
}

.page_special_design_award .special_cont .cont04 {
	margin-top: 50px;
}

.page_special_design_award  .special_cont .cont04 .box01,
.page_special_design_award  .special_cont .cont04 .box02,
.page_special_design_award  .special_cont .cont04 .box03 {
	width: 228px;
	float: left;
}

.page_special_design_award  .special_cont .cont04 .box01 .txt {
	background: url(../img_cont/img_award_border.jpg) no-repeat;
	width: 186px;
	margin: 0 auto;
	padding-top: 1em;
	text-align: center;
	margin-top: 10px;
}

.page_special_design_award .special_cont .cont04 .box01 .txt span {
	font-size: 125%;
}

.page_special_design_award .special_cont .cont04 .box02,
.page_special_design_award .special_cont .cont04 .box03 {
	width: 330px;
	margin-left: 36px;
}

.page_special_design_award .special_cont .cont04 li {
	border-top: 1px solid #929292;
	padding-bottom: 10px;
	padding-top: 10px;
	overflow: hidden;
	font-size: 88%;
}

.page_special_design_award .special_cont .cont04 li:first-child {
	border-top: none;
}


.page_special_design_award .special_cont .cont04 li dt {
	float: left;
	margin-right: 15px;
	width: 72px;
}

.page_special_design_award .special_cont .cont04 li dd {
	float: right;
	width: 243px;
}

.page_special_design_award .special_cont .cont04 li dd span.company {
	font-size: 75%;
}

.page_special_design_award .special_cont .cont04 .box03 a {
	display: block;
	background: #FFF url(../img_cmn/bg_box_arrow_lr.png) 100% 100% no-repeat;
	width: 230px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #EA776A;
}

.page_special_design_award .special_cont .cont04 .box03 span.btn {
	float: right;
	border: #EA776A 2px solid;
	background-color: #FFF;
	margin: 0 10px 15px 0;
}


.page_special_design_award .special_cont .cont04 .box03 a:hover {
	text-decoration: none;
	background-color:#FCE7E4;
}

.page_special_design_award .special_cont .cont04 .box03 .tl {
	
	display: inline;
}

.page_special_design_award .special_cont .cont04 .box03 .tl h4 {
	text-align: center;
background: url(../img_cmn/bg_page_subtl02_cont_pk.png) repeat-x 0 center;
	
}

.page_special_design_award .special_cont .cont04 .box03 .tl h4 span {
	background: url(../img_cmn/bg01.jpg); 
	display: inline-block;
}

.page_special_design_award .special_cont .detail {
	border: 1px dotted #393939;
	padding: 20px 40px;
	margin-top: 30px;
}

.page_special_design_award .special_cont .detail > .txt {
	margin-bottom: 70px;
}

.page_special_design_award .special_cont .detail h3 {
	font-size: 125%;
	border-bottom: 1px solid #BBBBBB;
	padding-bottom: 0.2em;
	margin-bottom: 30px;
}

.page_special_design_award .special_cont .detail .info li {
	font-size: 75%;
	 
}

/* 314. KURO SELECTION
--------------- */
.page_special_kuroselection .img_box {
	background: url(../img_cont/img_kuroselection_01.png) no-repeat;
	width: 422px;
	height: 846px;
	
}

.page_special_kuroselection .cont_inner .special_cont .cont03 {
	position: relative;
}

.page_special_kuroselection .cont_inner .special_cont .cont03 .txt_box01 {
	width: 560px;
	position: absolute;
	right: 0;
	top: 60px;
}

.page_special_kuroselection .cont_inner .special_cont .cont03 .txt_box02 {
	width: 560px;
	position: absolute;
	right: 0;
	bottom: 100px;
}

.page_special_kuroselection .special_cont .cont03 .jump_to {
	width: 500px;
}

.page_special_kuroselection .special_cont .cont03 .jump_to a {
	width: 258px;
}





/* ------------------------------------
  style.cssへ移動
------------------------------------ */

/* 移動済み
.product_list .price .item {
	display:block;
	text-align:left;
	color:#2C231F;
}



.product_list02 li .price .item {
	display:block;
	text-align:left;
	color:#2C231F;
	line-height:1;
}
*/




















