@charset "euc-jp";
/* CSS Document */

/*- noscript -*/
.mdJsOffAlert{
	font-size:13px;
	text-align:center;
	width:950px;
	padding:10px;
	margin:20px auto;
	border: 5px solid #ececfc;
}
.dcAlert{
	color: #ac0000;
	font-weight:bold;
}

/*- トップ画像 -*/
#mainImg {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 300px;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#mainImg a {
	color: #3366ff;
}
.mainImgInr {
	height: 300px;
	width: 950px;
	position: relative;
	overflow:hidden;
}
.mainImgInr p.main_txt01 {
	font-size: 26px;
	line-height: 1.4;
	letter-spacing: 11.5px;
	position: absolute;
	top: 40px;
	right: 115px;
}
.mainImgInr p.main_txt02 {
	font-size: 14px;
	line-height:20px;
	letter-spacing: 2px;
	height:80px;
	width:368px;
	background: url(https://s.yimg.jp/images/koukin/02/pc/img/top/top_tpoint.png) top right no-repeat;
	position: absolute;
	top: 138px;
	right: 154px;
}
.mainImgInr p.main_txt02 span{
	font-size:12px;
	font-weight:bold;
}

/*- トップスライダー用CSS（top） -*/
#mainbnr,
.bx-wrapper,
.bx-viewport,
.bxslider,
.bxslider li{
	height:299px !important;
}
.bxslider li{
	width:950px;
	box-sizing:border-box;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:none !important;
	overflow:hidden;
}
.bx-wrapper {
	padding: 0;
	margin: 0 auto;
	position: relative;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	border:none;
	background-color:transparent;
    left: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bx-wrapper .bx-viewport {
	width:950px !important;
	background: #fff;
	overflow:hidden;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	width: 100%;
	position: absolute;
	bottom: 20px;
}
.bx-wrapper .bx-pager {
	color: #cccccc;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	height: 10px;
	width: 10px;
	margin: 0 7px;
	background:url(../../img/furusato-nouzei/10x10_grayradius.png) no-repeat;
	display: block;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:url(../../../img/furusato-nouzei/10x10_blueradius.png) no-repeat;
}
.bx-wrapper .bx-prev {
	background: url(../../../img/furusato-nouzei/27x35_leftarrow.png) no-repeat left center;
	left: 15px;
}

.bx-wrapper .bx-next {
	background: url(../../../img/furusato-nouzei/27x35_rightarrow.png) no-repeat right center;
	right: 15px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}
.bx-wrapper .bx-controls-direction a {
	text-indent: -9999px;
	height: 35px;
	width: 27px;
	margin-top: -17px;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	width: 35px;
	right: 0;
}

/*- トップサーチ -*/
#srch_Area{
	padding:20px 0;
}
#srch_Area .fntB{
	padding:0 15px 10px 15px;
	border-bottom:1px solid #f7f7f8;
}
#srch_Area ul{
	padding:0 15px;
}
#srch_Area ul li{
	padding-bottom:8px;
}
#srch_Area ul li.last{
	padding-bottom:0;
}
#srch_Word--top{
	margin-top:0 !important;
	background:none !important;
	filter:none !important;
}
.srch_Word_Btm__top{
	background:#777777;
	filter:none !important;
}

/*- 検索トップサーチ（B-serch-org-match） -*/
.org_search{
	padding-bottom:10px;
	border-bottom:1px solid #EAEAEA;
}
.org_search .srch_Word_Btm__top{
	background:none !important;
	filter:none !important;
}
.org_search .srchWord_inpt{
	width:570px !important;
	left:147px !important;
}
.org_search .srchWord_btn{
	left:717px !important;
}
.org_search .srch_category{
	left:147px !important;
}

/*- パンくずリストとSNS -*/
#contentsMain{
	padding-top:10px;
}
.orgMain{
	padding-top:25px !important;
}
.pan_sns{
	padding-bottom:10px;
}
.pan_sns p{
	float:left;
	color:#666666;
	font-size:12px;
}
.pan_sns p span{
	font-weight:bold;
}
.pan_sns ul{
	float:right;
	width:210px;
}
.sns li#facebook{
	float:left;
	height:20px;
}
.sns li#twitter{
	float:right;
	height:20px;
}
.agr_pan{
	padding-bottom:1px !important;
}

/*- 左メニューサブカテゴリー -*/
.cat_div{
	padding-bottom:12px;
}
.cat_div > div{
	width:210px;
	background:#ffffff;
	position:relative;
}
.cat_div > div > p{
	font-size:14px;
	font-weight:bold;
	padding:18px 15px 9px 15px;
	border-bottom:1px solid #f7f7f8;
}
.cat_ul > .cat_li{
	font-size:14px;
	border-bottom:1px solid #f7f7f8;
}
.cat_ul > .cat_li.last{
	border-bottom:none;
}
.cat_ul > .cat_li a{
	color:#000000;
	padding:12px 15px 9px 15px;
	display:block;
}
.cat_ul > .cat_li span{
	color: #666666;
    font-size: 12px;
	padding-left:10px;
	display:inline-block;
}
.cat_ul > .selected{
	background:#6BB500;
}
.cat_ul > .selected > a{
	color:#ffffff !important;
}
.gray_li{
	padding:12px 15px 9px 35px !important;
	background:#EEEEEE;
}
.blue_li a{
	color:#3366ff !important;
}
.min_category{
	color:#666666;
	height: auto !important;  
    min-height: 535px; 
	min-width:480px;
	padding:0 20px 20px 20px;
	border:1px solid #6BB500;
	display:none;
	position:absolute;
	top:49px;
	*top:49px;
	left:195px;
	box-shadow:10px 10px 0 0 rgba(0,0,0,0.4);
}
.category_selected{
	display:block;
}
.meat_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 14px #ffffff;
}
.rice_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 56px #ffffff;
}
.fruit_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 99px #ffffff;
}
.fish_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 142px #ffffff;
}
.vesitable_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 185px #ffffff;
}
.drink_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 228px #ffffff;
}
.processed_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 271px #ffffff;
}
.seasoning_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 314px #ffffff;
}
.ticket_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 357px #ffffff;
}
.sweets_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 400px #ffffff;
}
.cosmetics_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 443px #ffffff;
}
.book_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 486px #ffffff;
}
.craft_link > .min_category{
	background:url(../../../img/furusato-nouzei/8x15_arrow.png) no-repeat left 529px #ffffff;
}
.close_button{
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}
.min_category .category_subtitle{
	color: #3366ff !important;
	font-weight:bold;
	padding:10px 10px 10px 26px !important;
	margin-top:20px;
	background:url(../../../img/furusato-nouzei/6x9_arrow.png) no-repeat 9px center #F2F2F2;
	display:block;
}
.min_category ul li{
	float:left;
	font-size:11px;
	width:240px;
	padding-top:14px;
}
.min_category ul li a{
	color: #3366ff !important;
	padding:0 5px 0 0 !important;
	display:inline-block !important;
}
.con_delete_l{
	float:left;
	display:block;
}
.con_delete{
	float:right;
	color: #3366ff !important;
	font-size:12px;
	font-weight:100;
	display:block;
}
.display_none{
	display:none;
}
.open_close_button{
	color:#358AEB;
	font-size:14px;
	padding:15px 15px 20px 15px;
	background:#fff;
	cursor:pointer;
}
.open_close_button .close{
	line-height:22px;
	padding-left:27px;
	background:url(../../../img/furusato-nouzei/close_button.jpg) no-repeat;
	display:none;
}
.open_close_button .open{
	line-height:22px;
	padding-left:27px;
	background:url(../../../img/furusato-nouzei/open_button.jpg) no-repeat;
}

/*- 左メニュー値段 -*/
.price_input{
	padding:15px 0 0 0;
}
.price_input li.price_left{
	float:left;
	padding-bottom:0 !important;
}
.price_input li.price_left span{
	font-size:12px;
	line-height:17px;
	height:15px;
	padding:0 2px;
	display:inline-block;
}
.price_input li.price_right{
	float:right;
	padding-bottom:0 !important;
}
.min_price,
.max_price{
	width:47px;
	padding:3px 5px;
	border: 1px solid #cdcdcd;
}
.magnifying{
	height:24px;
	width:24px;
	padding:0 !important;
	border:none;
	background:#358aeb;
	/*--position:relative;--*/
}
.magnifying:hover{
	cursor:pointer;
}
/*--
.magnifying img{
	position:absolute;
	top:0;
	left:0;
}
.magnifying:active img{
	position:absolute;
	left:1px;
}
--*/

/*- 左メニューその他の条件 -*/
.condition_div{
	padding-bottom:19px;
	margin-bottom:12px;
	background:#ffffff;
}
.con_subtitle{
	font-size:14px;
	font-weight:bold;
	padding:18px 15px 9px 15px;
	border-bottom:1px solid #f7f7f8;
}
.con_pretitle{
	font-size:14px;
	padding:13px 15px 9px 15px;
}
.con_select{
	padding-bottom:5px;
	border-bottom:1px solid #f7f7f8;
}
.con_select li{
	padding-bottom:10px;
}
.condition_div select{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
    height: 30px;
	width: 180px;
	padding-left: 12px;
    margin: 0 auto;
	display: block;
	border: 1px solid #cdcdcd;
	background: #fff none repeat scroll 0 0;
}
.con_check{
	padding:9px 0 7px 0;
	border-bottom:1px solid #f7f7f8;
}
.con_check li{
	padding:0 15px;
}
.con_check li label{
	font-size:14px;
	padding-left: 5px;
    display: inline-block;
	cursor: pointer;
}
.con_button{
	color: #fff;
	font-size:14px;
    height: 30px;
    width: 180px;
	margin:15px auto 0 auto;
	border: 0 none;
	background: #358aeb none repeat scroll 0 0;
	display:block;
    cursor: pointer;
}

/*- 左メニューバナー -*/
.bnr01{
	height:68px;
	width:210px;
	background:url(https://s.yimg.jp/images/koukin/02/pc/img/top/top_bnr01.png) 0 0 no-repeat;
	position:relative;
}
.bnr01 a{
	color:#000;
	height:68px;
	width:210px;
	display:block;
	cursor:pointer;
}
.bnr01 p.txt01{
	font-size:14px;
	line-height:1.2;
	width:130px;
	position:absolute;
	top:12px;
	left:68px;
}
.bnr01 p.txt02{
	color:#fff;
	font-size:10px;
	text-align:right;
	line-height:1.0;
	width:196px;
	position:absolute;
	bottom:3px;
	left:0px;
}

/*- 検索右側背景白（search） -*/
.search_mainR{
	width:680px !important;
	padding:20px;
	background:#ffffff;
}

/*- 右メインリスト（top） -*/
ul.topMainList a{
	color:#000;
}
ul.topMainList li.topMainList__item {
	float: left;
	min-height: 252px;
	width: 230px;
	margin: 0 0 15px 15px;
	background: #FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
ul.topMainList li.topMainList__item:hover, 
ul.topMainList li.topMainList__item:focus {
	box-shadow: 0 0 0 4px #6bb500;
	transition-duration: 0.25s;
}
ul.topMainList li.topMainList__item p.item_flg {
	color: #666;
	font-size: 10px;
	text-align: right;
	line-height:1.0;
	margin:10px 15px 10px 10px;
}
ul.topMainList li.topMainList__item p.item_txt {
	font-size: 14px;
	line-height:1.3;
	min-height:37px;
	padding: 0 15px 17px;
}

/*- 都道府県（search） -*/
.resultTit {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 26px;
}
.result__item {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 26px;
}
.result__item--tit {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
	padding: 5px 0 2px 4px;
    margin-bottom: 19px;
	background: #e8f3d2 none repeat scroll 0 0;
}
.result__item_last{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}
.result__item img{
	padding-left:5px;
	display:inline-block;
}

/*- オーガニック検索 -*/
.org_950{
	width:950px;
	margin:0 auto;
}
.page_text{
	float:left;
	font-size:14px;
}
.page_text dt,
.page_text dd{
	display: inline;
}
.page_text dt em,
.page_text dd em{
	font-weight:bold;
	font-style:normal;
}
.left_box{
	float:left;
	width:630px;
}
.right_box{
	float:right;
	width:300px;
}
.left_box > li > h2 > a,
.pr_text > ul > li > a{
	font-size:18px;
	padding-bottom:2px;
	display:inline-block;
}
.left_box > li > p,
.pr_text > ul > li > p{
	font-size:12px;
	padding-bottom:26px;
}
.left_box li p span.em{
	font-weight:bold;
}
.pr_img{
	padding-bottom:30px;
}
.pr_img span,
.pr_text span{
	color:#9E9E9E;
	font-size:12px;
	padding-bottom:5px;
	display:inline-block;
}

/*- 表品表示（item） -*/
.item_title{
	float:left;
	font-size:24px;
	font-weight:bold;
	width:500px;
	padding-bottom:10px;
}
.item_no{
	float:right;
	height:25px;
	padding-top:10px;
}
.item_no span{
	font-size:14px;
	line-height:30px;
	padding-right:10px;
	display: inline-block;  
    *display: inline;  
    *zoom: 1; 
}
.item_no span em{
	font-weight:bold;
	font-style:normal;
}
.item_no select{
	font-size:12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
    height: 25px;
	width: 60px;
    padding-left: 2px;
	border: 1px solid #cdcdcd;
	background: #fff none repeat scroll 0 0;
	display: inline-block;  
    *display: inline;  
    *zoom: 1; 
}
.set_title{
	float:left;
	color:#ffffff;
	font-size:12px;
	line-height:23px;
	height:23px;
	width:64px;
	padding-left:7px;
	padding-right:5px;
	background:url(../../../img/furusato-nouzei/71x23_set_title.png) no-repeat;
}
.set_condition ul,
.set_condition ul li,
.set_condition ul li dl dt,
.set_condition ul li dl dd{
	float:left;
}
.set_condition ul li{
	font-size:12px;
	line-height:23px;
	padding-right:5px;
	padding-bottom:10px;
}
.set_condition ul li dl dd a{
	color:#000000;
	font-size:11px;
	padding:0 25px 0 5px;
	margin-left:5px;
	background:url(../../../img/furusato-nouzei/19x14_set_dd.png) no-repeat right center #EEEEEE;
	display:inline-block;
}
.set_display{
	padding-bottom:2px;
}
.set_display ul{
	float:left;
	font-size:12px;
	margin-right:28px;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	border-left:1px solid #EEEEEE;
}
.set_display ul li{
	float:left;
}
.set_display ul li a,
.set_display ul li span{
	padding:2px 5px;
	border-right:1px solid #EEEEEE;
	display:inline-block;
}
.set_display ul li a:hover{
	text-decoration:none;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.set_ul{
	width:604px;
}
.set_icon{
	float:left;
	display:block;
}
.set_icon a{
    color: #000000;
	font-size: 11px;
	width: expression(document.body.clientWidth < 42? "40px" : "auto");
	min-width:40px;
	padding: 0 25px 0 5px;
	background: #eeeeee url("../../../img/furusato-nouzei/19x14_set_dd.png") no-repeat scroll right center;
	display: block;
}
.set_ul .padding_left{
	padding-left:5px;
}
.floatR img{
	vertical-align:middle;
}
.select_text{
	float:left;
	font-size:12px;
	line-height:25px;
	display:inline-block;
}
.select_button{
	color:#FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	text-align:center;
	height:25px;
	padding:0 5px;
	border:none;
	background:#358AEB;
	cursor: pointer;
}
.select_button span{
	display:block;
	margin-top:-2px;
}

/*- 商品一覧 -*/
.each_height_adjust{
    float:left;
	list-style:none;
    width:160px;
	margin:15px 13px 15px 0;
}
.item_list .last{
	margin-right:0;
}
.item_img{
	height:120px;
	width:160px;
	margin-bottom:7px;
	background:#eeeeee;
	display:block;
	overflow:hidden;
}
a.item_img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
}
.item_pan{
	font-size:10px;
	padding-bottom:5px;
}
.item_name{
	font-size:14px;
	line-height:18px;
	padding-bottom:5px;
}
.item_price{
	*height:20px !important;
	padding-bottom:5px;
	display:block !important;
}
.item_price a{
	float:left;
	font-size:12px;
	height:14px;
	display:block;
}
.item_price span{
	float:right;
	color:#CC002C;
	font-size:10px;
	height:14px;
	padding-top:2px;
	display:block;
}
.item_price span em{
	font-size:14px;
	line-height:14px;
	height:14px;
	display:inline-block;
}
.item_tag li{
	float:left;
	color:#666666;
	font-size:10px;
	height:14px;
	padding:1px 3px;
	margin-right:3px;
	background:#EEEEEE;
}
.item_tag li.last{
	margin:0;
}
#page{
	padding:5px 0 0 0;
}

/*- ふるさと納税説明 -*/
.elLedeTxt {
    font-size: 125%;
    line-height: 1;
    margin-bottom: 15px;
}
.confirmBx02 {
    font-size: 16px;
    line-height: 1.3;
    padding: 25px 25px 0;
    width: 890px;
	border: 5px solid #ececfc;
}
.stepInf {
    padding-top: 30px;
	border-top: 5px solid #ececfc;
}
.stepInf:first-child {
	padding-top: 0;
    border-top: 0 none;
}
.stepInf p.txt {
    margin-bottom: 15px;
}
.stepImg {
    float: left;
    width: 218px;
	margin: 0 20px 30px 0;
}
.stepImg .decImg {
    text-align: center;
}
.stepImg .decImg img {
    height: auto;
	max-width: 218px;
    margin-bottom: 10px;
}
.stepImg .decTxt {
    font-size: 87%;
}
.hd_stp01 {
	height: 57px;
    background: rgba(0, 0, 0, 0) url("https://s.yimg.jp/images/koukin//02/pc/img/procedure/icon-step01.png") no-repeat scroll -15px -15px;
}
.hd_stp02 {
	height: 57px;
    background: rgba(0, 0, 0, 0) url("https://s.yimg.jp/images/koukin//02/pc/img/procedure/icon-step02.png") no-repeat scroll -13px -15px;
}
p.stp_num {
    color: #6bbc00;
    font-size: 26px;
    line-height: 1;
    padding-left: 58px;
}
p.stp_tit {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 27px;
    padding-left: 58px;
}
.procedureBtn02 {
	width: 387px;
	margin: 10px auto 30px 250px;
	border-radius: 3px;
    background-color: #f78000;
    display: block;
}
.procedureBtn02 a {
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 1.3;
	width: 387px;
	padding: 8px 0;
	border-radius: 3px;
    background-color: #f78000;
    display: block;
}
.procedureBtn02.fntL a {
    font-size: 22px;
}
.procedureBtn03_box{
	padding:15px 0;
	margin-top:25px;
	background:#F0EFE7;
}
.procedureBtn03 {
	width: 407px;
	margin:0 auto;
	border-radius: 3px;
    background-color: #f78000;
    display: block;
}
.procedureBtn03 a {
	color: #fff;
	font-size: 20px;
	text-align: center;
    line-height: 37px;
	height:37px;
	width: 407px;
	padding: 8px 0;
    border-radius: 3px;
	background-color: #f78000;
	display: block;
}
.procedureBtn03.fntL a {
    font-size: 22px;
}
.procedureBtn02 span {
    font-size: 14px;
}
.mrgB25{
	padding-top:7px;
	margin-bottom:18px;
}
.mrgB40{
	margin-bottom:20px !important;
}

/*- 地域名 -*/
.ptsMainTtl {
	width: 100%;
	margin-bottom: 6px;
    border-bottom: 1px solid #ababab;
    border-top: 1px solid #ababab;
}
.ptsMainTtl .decInner {
    width: 950px;
	padding: 6px 10px 3px;
	margin: 0 auto;
}
.ptsMainTtl .decInner .elCityMenu, .ptsMainTtl .decInner .elCityOnly {
	margin-bottom: 5px;
    border-bottom: 1px dotted #ababab;
}

.ptsMainTtl .decInner .elCityOnly span, 
.ptsMainTtl .decInner .elCityOnly h1 {
	vertical-align: middle;
    display: inline-block;
}
.ptsMainTtl .decInner .elCityOnly h1{
    line-height: 1.3;
}
.ptsMainTtl .decInner .elCityOnly .decLogo{
	vertical-align: top;
    margin-right: 5px;
}
.ptsMainTtl .decInner .elCityOnly .decLogo img{
	vertical-align: top;
    height: 26px;
    width: 26px;
}
.ptsMainTtl .decInner .elCityOnly .decTxtL{
    font-size: 150%;
    margin-right: 5px;
}
.ptsMainTtl .decInner .elCityOnly .decTxt{
    margin-right: 5px;
}
.ptsMainTtl .decInner .elStatesMenu .elStates {
    float: left;
    width: 630px;
}
.ptsMainTtl .decInner .elStatesMenu .elSns {
    float: right;
    width: 225px;
}
.ptsMainTtl .decInner .elSns {
	text-align: right;
    height: 20px;
    padding-right: 0;
	margin-right: 0;
}
.ptsMainTtl .decInner .elSns li {
	vertical-align: top;
    display: inline-block;
}
.ptsMainTtl .decInner .elSns li.facebook {
	float:left;
}
.ptsMainTtl .decInner .elSns li.twitter {
	float:right;
	text-align: right;
	height:20px;
    width: 110px;
    margin-right: 0;
}
.ptsMainTtl .decInner .elSns li.twitter iframe{
	height:20px;
}
.ptsMainTtl .decInner .elSns li.twitter .twitter-share-button {
    width: 100px !important;
}
.ptsMainTtl .decInner .elCityOnly .decLogo, 
.ptsMainTtl .decInner .elCity .decLogo,
.ptsMainTtl .decInner .elCityOnly .decTxtL, 
.ptsMainTtl .decInner .elCity .decTxtL{
	float:left;
}
.other_site{
	float:right;
	font-size:12px;
	line-height:27px;
	padding-left:10px;
	background:url(../../../img/furusato-nouzei/4x8_arrow.png) no-repeat left center;
}
.elGuide{
	float:right !important;
}
.elGuide a {
	font-size:14px;
    background: url("https://s.yimg.jp/images/koukin//02/pc/img/procedure/icon-guide.png") no-repeat 0 1px;
	padding-left: 20px;
    margin-bottom: 5px;
}
.elGuide2{
	text-align:right;
}
.elGuide2 a {
	font-size:14px;
	padding-left: 20px;
    margin-bottom: 5px;
	background: url("https://s.yimg.jp/images/koukin//02/pc/img/procedure/icon-guide.png") no-repeat 0 1px;
}

/*- 商品一覧ページリンク -*/
.c_top_link{
	padding-bottom:15px;
}
.c_top_link ul{
	float:right;
	display:inline-block;
	*display: inline;  
    *zoom: 1; 
}
.c_top_link li{
	font-size:12px;
	display:inline-block;
	*display: inline;  
    *zoom: 1; 
}
.c_top_link li a{
	padding-right:13px;
	margin-left:3px;
	background:url(../../../img/furusato-nouzei/8x4_arrow.png) no-repeat right center;
}

/*- 支払い説明 -*/
.confirmBx {
	width: 880px;
	padding: 25px 30px;
	margin-bottom:40px;
    border: 5px solid #ececfc;
	display:table;
}
.confirmBx p.decCard {
    font-size: 112%;
}
.confirmBx p.decTpoit {
    font-size: 19px;
    line-height: 2;
	padding-top:2px;
}
.confirmBx p.fontRed_p{
	text-align:center;
}
.confirmBx p.decTpoit span{
	color: #cc002c;
	font-weight:bold;
	padding-left:32px;
	display:inline-block;
}
.confirmBx p.decTpoit span.fontRed{
	font-size: 21px;
	padding-left:37px;
	background:url(../../../img/furusato-nouzei/fontred.png) no-repeat left center;
}
.lt {
    border-right: 4px solid #ececfc;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 46%;
}
.rt {
    box-sizing: border-box;
    display: table-cell;
    padding-left: 30px;
    width: 54%;
}
.rt img {
    float: left;
    margin-right: 20px;
}
.tpointtxt{
	padding-top:12px;
}
.tpointtxt a{
	padding-left:20px;
	background:url(../../../img/furusato-nouzei/14x14_tpoint.png) no-repeat 2px 3px;
}

/*- 商品上 -*/
.priv_title{
	padding-top:25px;
	padding-bottom:10px;
}
.g_title{
	float:left;
	color:#6BBC00;
	font-size:22px;
	padding-right:10px;
}
.or_con{
	float:left;
	padding-top:8px;
}
.or_con li{
	float:left;
	color:#ffffff;
	font-size:10px;
	padding-bottom:4px;
	margin-right:5px;
	background:url(../../../img/furusato-nouzei/10x4_arrow.png) no-repeat bottom center;
}
.or_con li span{
	padding:0 2px;
	background:#F78B39;
}
.cat_select{
	float:left;
	font-size:12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
    height: 25px;
    padding-left: 2px;
	margin-right:10px;
	border: 1px solid #cdcdcd;
	background: #fff none repeat scroll 0 0;
	display:inline-block;
	*display: inline;  
    *zoom: 1;
}
.pri_select{
	float:left;
	font-size:12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
    height: 25px;
    padding-left: 2px;
	margin-right:10px;
	border: 1px solid #cdcdcd;
	background: #fff none repeat scroll 0 0;
	display:inline-block;
	*display: inline;  
    *zoom: 1;
}
.agr_item_no{
	padding-top:0 !important;
}

/*- 商品一覧２ -*/
.agreement_list .each_height_adjust{
	float:left;
    list-style:none;
    width:180px;
	margin:13px 12px 6px 0;
}
.agreement_list .last{
	margin-right:0;
}
.agreement_list .item_img{
	height:135px;
	width:180px;
	margin-bottom:7px;
	background:#eeeeee;
	display:block;
	overflow:hidden;
}
.agreement_list .item_name{
	font-size:14px;
	line-height:18px;
	padding-bottom:5px;
}
.agreement_list .item_price{
	padding-bottom:10px;
	*padding-top:10px;
	display:block;
}
.agreement_list .item_price a{
	float:left;
	font-size:12px;
}
.agreement_list .item_price span{
	float:right;
	color:#CC002C;
	font-size:10px;
}
.agreement_list .item_price span em{
	font-size:14px;
}
.agreement_list .item_tag{
	float:left;
}
.agreement_list .item_tag li{
	float:left;
	color:#666666;
	font-size:10px;
	padding:1px 3px;
	margin-right:3px;
	background:#EEEEEE;
}
.agreement_list .item_tag li.last{
	margin:0;
}

/*- 商品詳細 -*/
.item_exbox{
	padding-bottom:45px;
}
.yahoo_item_l{
	float:left;
	width:460px;
}
.yahoo_item_l div{
	height:345px;
	width:460px;
}
.yahoo_item_l p{
	font-size:12px;
	text-align:right;
}
.yahoo_item_r{
	float:right;
	width:470px;
}
.yahoo_item_r .item_name{
	font-size:20px;
	line-height:25px;
}
.yahoo_item_r .item_pan{
    color: #666666;
	font-size:12px;
	padding-bottom:5px;
}
.yahoo_item_r .item_price_r{
	text-align:right;
	line-height:38px;
	padding-bottom:5px;
	padding-right:5px;
}
.yahoo_item_r .item_price_r > p{
	display:inline-block;
	*display: inline;  
    *zoom: 1;
}
.yahoo_item_r .item_price_black{
	font-size:16px;
}
.yahoo_item_r .item_price_red{
	color:#AC0000;
	font-size:36px;
	font-weight:bold;
}
.yahoo_item_r .item_price_red span{
	font-size:20px;
	font-weight:100;
}
.yahoo_item_r .info_text{
	line-height:26px;
}
.yahoo_item_r .item_minitext{
	font-size:12px;
	line-height:20px;
}
.yahoo_item_r .procedureBtn02 {
	width: 307px;
	margin: 26px auto 16px auto;
	border-radius: 3px;
    background-color: #f78000;
    display: block;
}
.yahoo_item_r .procedureBtn02 a {
    color: #fff;
	font-size: 20px;
	text-align: center;
    line-height: 53px;
	height:53px;
    width: 307px;
	padding:0;
    border-radius: 3px;
	background-color: #f78000;
	display: block;
}
.yahoo_item_r .procedureBtn02 .fntL a {
    font-size: 22px;
}
.yahoo_item_r .procedureBtn02 span {
    font-size: 14px;
}
.item_exbox + .mrgB40{
	margin-bottom:10px !important;
}
.yahoo_item_icon{
	height:auto !important;
}
.yahoo_item_icon .item_tag{
	float:left;
}
.yahoo_item_icon p{
	float:right;
}
.button_text_pref{
	font-size:14px;
	display:block;
}
.procedureBtn04{
	text-align:center;
}
.procedureBtn04 a {
    background-color: #f78000;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 1.3;
	min-width:300px;
    padding: 8px 30px;
	margin: 26px auto 16px auto;
    text-align: center;
}

/*- 下部説明 -*/
.elExBox{
	padding-top:35px;
}
.elExBox h3,
.elInquiry h3 {
    color: #6bbc00;
    font-size: 125%;
    line-height: 1;
    margin-bottom: 15px;
}
.elExBox h3 + p{
	margin-bottom:23px;
}
.elExBox h4{
	padding-bottom:5px;
}
.elExBox p{
	line-height:25px;
}
.elExBox h4,
.elInquiry .decTxtBld {
    font-weight: bold;
	padding-bottom:0;
}
.decIcoGrn {
    color: #fff;
	text-align: center;
    line-height: 1.0 !important;
	width: 98px;
    padding-top: 7px;
	padding-bottom: 3px;
	margin-bottom: 20px;
	background-color: #6bbc00;
}
.elExample {
	margin-bottom:30px;
}
.elExample .decUpp ul {
	list-style-type: none;
	width:950px;
	display: inline-block;
	*display:inline;/*IE6,7*/
	*zoom:1;/*IE6,7*/
}
.elExample .decUpp ul li {
	float:left;
	padding-bottom: 10px;
	margin: 0;
	display:block;
}
.elExample .decUpp ul li.decTmline01 {
	width:120px;
}
.elExample .decUpp ul li.decTmline02 {
	width:105px;
}
.elExample .decUpp ul li.decTmline03 {
	width:120px;
}
.elExample .decUpp ul li.decTmline04 {
	width:130px;
}
.elExample .decUpp ul li.decTmline05 {
	width:237px;
}
.elExample .decUpp ul li.decTmline06 {
	width:238px;
}
.elExample .decUpp ul li.decTmline01 p.decDate,
.elExample .decUpp ul li.decTmline02 p.decDate, 
.elExample .decUpp ul li.decTmline03 p.decDate, 
.elExample .decUpp ul li.decTmline04 p.decDate, 
.elExample .decUpp ul li.decTmline05 p.decDate,
.elExample .decUpp ul li.decTmline06 p.decDate {
	font-size: 112%;
	text-align:center;
	line-height:1.25;
	margin-bottom: 5px;
}
.elExample .decUpp ul li.decTmline01 p.decDate {
	margin-left: -13px;
}
.elExample .decUpp ul li.decTmline03 p.decDate {
	margin-left: 20px;
}
.elExample .decUpp ul li.decTmline05 p.decDate {
	margin-left: -50px;
}
.elExample .decUpp ul li.decTmline06 p.decDate {
	margin-left: 10px;
}
.elExample .decUpp ul li.decTmline01 p.decAtt {
	height:16px;
	width:120px;
	background:url(https://s.yimg.jp/images/koukin/02/pc/img/procedure/spr_Tmline01_01.png) no-repeat left bottom;
}
.elExample .decUpp ul li.decTmline02 p.decAtt {
	color:#6bC000;
	font-size:87%;
	line-height:1.25;
	text-align:center;
	width:105px;
}
.elExample .decUpp ul li.decTmline03 p.decAtt {
	height:16px;
	width:120px;
	background:url(https://s.yimg.jp/images/koukin/02/pc/img/procedure/spr_Tmline01_02.png) no-repeat left bottom;
}
.elExample .decUpp ul li.decTmline04 p.decAtt {
	height:16px;
	width:130px;
	background:url(https://s.yimg.jp/images/koukin/02/pc/img/procedure/spr_Tmline01_03.png) repeat-x left bottom;
}
.elExample .decUpp ul li.decTmline05 p.decAtt {
	height:16px;
	width:237px;
	background:url(https://s.yimg.jp/images/koukin/02/pc/img/procedure/spr_Tmline01_04.png) no-repeat left bottom;
}
.elExample .decUpp ul li.decTmline06 p.decAtt {
	height:16px;
	width:238px;
	background:url(https://s.yimg.jp/images/koukin/02/pc/img/procedure/spr_Tmline01_05.png) no-repeat left bottom;
}
.elExample .decLow ul {
	list-style-type: none;
	width:950px;
	display: inline-block;
	*display:inline;/*IE6,7*/
	*zoom:1;/*IE6,7*/
}
.elExample .decLow ul li {
	float:left;
	padding:0;
	margin:0;
	display:block;
}
.elExample .decLow ul li p{
	text-align:center;
}
.elExample .decLow ul li span{
	font-size: 87%;
	text-align:center;
}
.elExample .decLow ul li.decCod01 {
	width:347px;
}
.elExample .decLow ul li.decCod02 {
	width:45px;
}
.elExample .decLow ul li.decCod03 {
	width:329px;
}
.elExample .decLow ul li.decCod04 {
	width:224px;
}
.elSslTex{
	font-size:13px;
	text-align:center;
}
.text_li1{
	float:left;
	width:130px;
}
.text_li1 .item_img{
	height:97px;
	width:130px;
}
.text_li2{
	float:right;
	width:805px;
}

/*- not found -*/
.not_found{
	padding:20px;
	margin-top:10px;
	background:#eeeeee;
}
.not_found p,
.not_found h2{
	font-size:14px;
	padding-left:25px;
}
.not_found .title{
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	height:20px;
	padding-bottom:10px;
	background:url(../../../img/furusato-nouzei/20x20_notfound.jpg) no-repeat left top;
}

/*- フォーム -*/
.font14{
	font-size:14px !important;
}
.bl{
	font-size:18px !important;
}
.bl + td{
	font-size:18px !important;
}
.confirmTb td{
	vertical-align:middle !important;
}
.confirmTb td.bl{
	vertical-align:top !important;
}
.box_hover{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 18px;
    height: 19px;
	padding: 5px 2px 2px 7px;
    margin: 2px 0 5px 0;
    border: 2px solid #c0c0c0;
	background-color: #fff;
}
.box_hover:hover{
	border-color:#f78000;
}
ul .name_box:first-child{
	padding-right:30px;
}
.name_box{
	padding-bottom:3px;
}
.name_box span{
	text-align:right;
	width:40px;
	display:inline-block;
}
.name_box input{
    width: 120px;
	margin:0 5px 0 10px;
}
.address_box{
	float:left;
}
.address_box input,
.tel_box input{
    width: 65px;
}
.select_box{
    font-size: 0.95em;
    padding: 2px;
	margin:5px 0;
    border: 2px solid #c0c0c0;
	background-color: #fff;
}
.address_box2{
	width:435px;
	margin-bottom:7px;
	display:block;
}
.mail_box{
	width:335px;
	display:block;
}
.check_button{
	margin: 12px 5px 0 0;
}
.price_box{
	width:100px;
}
.gift_div{
	padding-right:20px;
}
.gift_select{
	float:left;
	width:435px;
	margin:0;
}
.gift_span{
	float:left;
	color:#3366ff;
	font-size:14px;
	line-height:22px;
	height:22px;
	padding-left:28px;
	margin-left:10px;
	background:url(//s.yimg.jp/images/koukin/02/pc/img/furusato-nouzei/open_button.jpg) no-repeat top left;
	display:block;
}
.gift_span:hover{
	cursor:pointer;
}
.use_span{
	float:right;
	font-size:14px;
	padding-top:8px;
	display:block;
}
.gift_div + p{
	text-align:right;
	padding-top:10px;
	padding-right:20px;
}
.address_radio_ul li:first-child{
	padding-right:30px;
}
.address_radio + label{
	padding-left:5px;
	display:inline-block;
}
.border_number{
	color: #333;
    font-size: 1.25em;
    text-align: center;
    width: 15px;
	display:inline-block;
}
.address_search{
	float:left;
	color: #ffffff !important;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif !important;
    font-size: 14px;
	text-align: center;
	line-height:30px;
	height:30px;
	width: 80px;
	margin:2px 0 0 10px;
	border: medium none;
	background-color: #358aeb;
    cursor: pointer;
    text-shadow: none !important;
	display:inline-block;
}
.address_search:hover{
	text-decoration:underline;
}
.plus_button{
	font-size: 1.25em;
	text-align:center;
	line-height:25px;
	height:25px;
	width:25px;
	border: 1px solid #c0c0c0;
	background:#eeeeee;
	display:block;
	cursor: pointer;
}
.p_text{
	font-size:125%;
	padding:5px 20px 10px 0;
}
td .p_text{
	font-size:14px !important;
}
.address_ul li{
	clear:both;
}
.gift_price{
	padding-left:20px;
	display:inline-block;
}
.elBtnBox2 {
	width: 234px;
	padding: 30px 0 60px;
    margin-left: auto;
    margin-right: auto;
}
.elBtnBox2 a {
    color: #fff;
}
.icon_link{
	padding-left:2px;
	display:inline-block;
}
.bx-prev,
.bx-next{
	display:none;
}
#item_anchor,
#text1_anchor,
#text2_anchor,
#contact_anchor{
	display:block;
}
.yen_padding{
	vertical-align:bottom;
	padding-left:5px;
	display:inline-block;
}
.confirmTb td{
	padding-top:12px !important;
	padding-bottom:9px;
}
.use_select{
	margin-top:5px;
	margin-bottom:5px;
}
.read_text{
	padding-bottom:20px;
}
.decBtnGry{
	display:block;
}
.pay_subtitle{
	padding-top:20px;
}
.step .long2{
	width:196px;
	background-color: #ababab;
}

/*- 追加 -*/
.h_bold{
	font-weight:bold;
}
.indis{
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	height: 12px;
	padding: 0 2px;
	margin-left:5px;
	border-radius: 2px;
	background: #f87f00;
}
.yahoo_item_dt{
	clear:both;
	float:left;
	font-size:12px;
	line-height:20px;
	width:65px;
	padding-top:20px;
}
.yahoo_item_dd{
	float:left;
	font-size:12px;
	line-height:20px;
	width:395px;
	padding-top:20px;
}
.marginTop30{
	margin-top:30px;
}
.set_display form{
	float:left;
}
.remarks{
	height:160px;
	width:633px;
	resize:none;
	background-color: #fff;
    border: 2px solid #c0c0c0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
    font-size: 18px;
    margin: 2px 0 5px;
    padding: 5px 2px 2px 7px;
}
.remarks:hover {
    border-color: #f78000;
}
.send_radio_box{
	padding-right:30px;
}
.send_radio_label{
	padding-left:5px;
}
.onestop__table td{
	border-bottom:none !important;
    padding:5px 10px 0 0 !important;
}
.radio_gender + label{
	padding-left:5px;
}
.birth_radio + label{
	padding-left:5px;
}
.text_margin{
	margin:0 5px;
}
