@charset 'UTF-8';

/*==========================================================*/
/*商品一覧INDEX*/
/*==========================================================*/

.products_midashi{
	background: url(../../products/img/midashi_bg.jpg) left top no-repeat;
	padding: 1px 0 2px 40px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}

.products_list_wrap{
	width: 800px;
}

.products_list_wrap ul{
	list-style: none;
	zoom: 1;
	margin-right: -15px;
	margin-right: -30px;
}

.products_list_wrap li{
	float: left;
	width: 390px;
	margin: 0 15px 0 0;
}

.products_list_wrap li:nth-child(even){
	float: left;
	width: 390px;
	margin: 0;
}

.products_box{
	width: 390px;
	margin-bottom: 45px;
}

.products_box .box_left{
	float: left;
	width: 190px;
}

.products_box .box_left table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.products_box .box_left table td{
	width: 188px;
	height: 188px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666666;
}

.products_box .box_left table td a:hover img{
	filter: alpha(opacity=60);
	-moz-opaacity: 0.6;
	opacity: 0.6;
}

.products_box .box_right{
	float: right;
	width: 190px;
}

.product_about{
	margin-bottom: 20px;
}

.product_about dt{
	background: url(../../products/img/product_name.jpg) left bottom no-repeat;
	font-size: 1.333em;
	margin-bottom: 10px;
}
.product_about a {
	text-decoration: none;
}

.products_box .box_right .price{
	font-size: 1.333em;
	color: #CC0000;
	font-weight: bold;
}

.products_box .box_right .product_contents{
	/*font-weight: bold;*/
	margin-bottom: 5px;
}

.products_box .box_right .number{
	width: 40px;
	text-align: right;
	padding: 2px;
}

.sub_category{
	background: url(../img/dot_line.jpg) left bottom repeat-x;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.sub_category p{
	background: url(../img/s_midashi_icon.jpg) left center no-repeat;
	padding-left: 20px;
	font-size: 1.25em;
	margin-left: 20px;
}

#products_category_link{
	background: url(../../products/img/products_category_link.jpg) left top repeat-x;
	padding: 7px 0 10px 0;
	margin-bottom: 10px;
}

#products_category_link ul{
	text-align: center;
	list-style: none;
}

#products_category_link li{
	display: -moz-inline-box;
	display: inline-block;
/*display: inline;*/
/* zoom: 1;*/
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #333333;
	line-height: 1.5;
}

#products_category_link li.last{
	border: none;
	padding-right: 0;
	margin-right: 0;
}

#products_category_link li a{
	text-decoration: none;
	color: #333333;
}

#products_category_link li a:hover{ text-decoration: underline;}


/*==========================================================*/
/*商品詳細（簡易）*/
/*==========================================================*/

.product_name_detail{
	background: url(../../products/img/product_name_detail.jpg) left bottom no-repeat;
	font-size: 1.333em;
	font-weight: bold;
	margin-bottom: 15px;
}

.product_detail_wrap{
	width: 800px;
	margin-bottom: 15px;
}

.product_detail_wrap .product_photo_wrap{
	width: 335px;
	float: left;
}

.product_detail_wrap .product_photo_wrap .photo_big{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}

.product_detail_wrap .product_photo_wrap .photo_big td{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #676767;
	padding: 30px 0;
}

.product_detail_wrap .product_photo_wrap .navi-image{
	position: relative;
	min-height: 260px;
	height: auto;
	height: 260px;
}

.product_detail_wrap .product_photo_wrap .navi-image div{
	position: absolute;
	width: 333px;
	top: 0;
	left: 0;
	text-align: center;
}

.product_detail_wrap .product_photo_wrap .navi-image a.active{ z-index: 10;}
.product_detail_wrap .product_photo_wrap .navi-image a.last-active{ z-index: 9;}

.product_detail_wrap .product_photo_wrap .navi{
	width: 335px;
	margin-bottom: 5px;
}

.product_detail_wrap .navi ul{
	list-style: none;
	zoom: 1;
	margin-right: -14px;
	_margin-right: -28px;
}

.product_detail_wrap .navi li{
	float: left;
	border: 1px solid #333333;
	margin-right: 14px;
}

.product_detail_wrap .navi li{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.product_detail_wrap .navi li:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.product_detail_wrap .product_about_detail{
	width: 435px;
	float: right;
}

.product_detail_wrap .catch_copy{
	background: url(../img/dot_line.jpg) left bottom repeat-x;
	padding-bottom: 5px;
	font-size: 1.333em;
	color: #CC0000;
	margin-bottom: 10px;
}

.product_detail_wrap .product_txt{
	font-size: 1.083em;
	margin-bottom: 10px;
}

.product_detail_wrap .detail_data{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.product_detail_wrap .detail_data th,
.product_detail_wrap .detail_data td{
	border: 1px solid #999999;
	padding: 10px;
}

.product_detail_wrap .detail_data th{
	background: #E9C78D;
	text-align: center;
}

.product_detail_wrap .detail_data td{
	text-align: left;
}

.product_detail_price_wrap{
	background: #F5F5F5;
	padding: 15px;
	width: 405px;
	margin-bottom: 10px;
}

.product_detail_price_wrap .price_wrap{
	width: 405px;
	margin-bottom: 10px;
}

.product_detail_price_wrap .price_wrap .price{
	float: right;
	width: 330px;
	text-align: left;
	color: #CC0000;
	font-weight: bold;
	font-size: 1.083em;
	line-height: 1;
}

.product_detail_price_wrap .price_wrap .price span{
	font-size: 2.5em;
}

.product_detail_price_wrap .product_number{
	width: 380px;
	margin-bottom: 10px;
}

.product_detail_price_wrap .number{
	float: left;
	width: 170px;
	padding-top: 10px;
	text-align: right;
}

.product_detail_price_wrap .number select{
	margin-left: 10px;
}

.product_detail_price_wrap .number option{
	width: 30px;
	text-align: right;
}

.product_detail_price_wrap .cart_in{
	float: right;
	width: 186px;
}

.product_about_detail .btn_twitter{
	text-align: right;
	clear: both;
}

.product_about_detail .btn_twitter a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.manager_comment{
	background: #F5F5F5;
	border: 1px solid #999999;
	padding: 10px;
	clear: both;
	width: 780px;
	margin-bottom: 20px;
}

.manager_comment dt{
	font-weight: bold;
	color: #FF3300;
	font-size: 1.25em;
}

.category_list_ttl{
	background: #002F5E;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.category_list_ttl p{
	border-left: 3px solid #CC3333;
	color: #FFFFFF;
	padding: 3px 0 3px 14px;
}

#products_category_list{
	width: 800px;
	margin-bottom: 10px;
}

#products_category_list ul{
	list-style: none;
	zoom: 1;
	margin-right: -13px;
	_margin-right: -26px;
}

#products_category_list li{
	float: left;
	margin-right: 13px;
}

#products_category_list li a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/*==========================================================*/
/*だし*/
/*==========================================================*/


#dashi_txt_wrap{
	width: 800px;
	margin-bottom: 50px;
}

#dashi_txt_wrap .f_left{
	width: 432px;
}

#dashi_txt_wrap .f_right{
	background: url(../../products/dashi/shindashi/img/shindashi_buy.jpg?201401301) left top no-repeat;
	width: 368px;
	height: 313px;
	position: relative;
}

#dashi_txt_wrap .f_right img{
	position: absolute;
	bottom: 15px;
	left: 30px;
}

#dashi_txt02_wrap{
	background: url(../../products/dashi/shindashi/img/shindashi_txt02_bg.jpg) right top no-repeat;
	min-height: 224px;
	height: auto!important;
	height: 224px;
}

#dashi_txt02_wrap .txt{
	width: 400px;
}

#kodawari_wrap{
	width: 800px;
	margin-bottom: 30px;
	list-style: none;
}

#kodawari_wrap li{
	clear: both;
	width: 800px;
	margin-bottom: 15px;
}

#kodawari_wrap li .f_left{
	width: 600px;
}

#kodawari_wrap li .f_right{
	width: 200px;
}

#kodawari_wrap .txt{
	margin-left: 105px;
	font-size: 1.083em;
	padding-right: 10px;
}


#shindashi_comment{
	background: url(../../products/dashi/shindashi/img/shindashi_comment_bg.jpg) left top repeat;
	width: 774px;
	padding: 20px 10px 20px 16px;
	margin-bottom: 20px;
}

#shindashi_comment .f_left{
	width: 495px;
	font-size: 1.083em;
}

#shindashi_comment .f_right{
	width: 260px;
}


#voice_wrap{
	background: url(../../products/dashi/shindashi/img/voice_bg.jpg) right 2px no-repeat;
	width: 774px;
	border: 1px solid #CCCCCC;
	padding: 16px 9px 12px 15px;
	margin-bottom: 40px;
}

#voice_list_wrap{
	width: 774px;
	margin: 0 auto;
}

#voice_list_wrap ul{
	list-style: none;
	zoom: 1;
	margin-right: -14px;
	_margin-right: -28px;
}

#voice_list_wrap li{
	background: #F6F6F6;
	width: 342px;
	border: 1px solid #DFDFDF;
	padding: 18px;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}

#voice_list_wrap .voice_about dt{
	background: url(../../products/dashi/shindashi/img/voice_ttl_bg.jpg) left top no-repeat;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}

#voice_list_wrap .voice_about dd{ margin-bottom: 20px;}

#voice_list_wrap .voice_address{ margin-bottom: 20px;}

#voice_list_wrap .letter_box{
	width: 270px;
	margin: 0 auto;
}

#voice_list_wrap .letter_box .box a{
	padding: 2px;
	border: 1px solid #CCCCCC;
	display: block;
}

#voice_list_wrap .letter_box .box a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.shindashi_buy_box{
	background: url(../../products/dashi/shindashi/img/shindashi_buy_box_bottom.jpg) left bottom no-repeat;
	width: 800px;
	padding-bottom: 18px;
	margin-bottom: 20px;
}

.shindashi_buy_box .box{
	background: url(../../products/dashi/shindashi/img/shindashi_buy_box_head.jpg) left top no-repeat;
	padding-top: 18px;
}

.shindashi_buy_box .wrap{
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
}

.shindashi_buy_box .image{
	width: 208px;
	float: left;
}

.shindashi_buy_about{
	width: 588px;
	float: right;
}

.buy_box{
	background: url(../../products/dashi/shindashi/img/shindashi_about_bg.jpg) right top no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
}

.buy_box select{ margin-right: 10px; text-align: right;}

.buy_box input{ vertical-align: middle;}

.materials_table{
	width: 98%;
	border-collapse: collapse;
}

.materials_table th,
.materials_table td{
	padding: 3px 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
}

.materials_table thead th{
	background: #E9C78D;
}

.materials_table tbody th{
	background: #F2EAD5;
	font-weight: normal;
}



#shindashi_recipe_box {
	margin-bottom:40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#shindashi_recipe_box .shindashi_recipe_box_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


#shindashi_recipe_box dl.menu1 {background:url(../../products/dashi/shindashi/img/recipe_menu1_bg.jpg) bottom no-repeat;}
#shindashi_recipe_box dl.menu2 {background:url(../../products/dashi/shindashi/img/recipe_menu2_bg.jpg) bottom no-repeat;}
#shindashi_recipe_box dl.menu3 {background:url(../../products/dashi/shindashi/img/recipe_menu3_bg.jpg) bottom no-repeat;}
#shindashi_recipe_box dl.menu4 {background:url(../../products/dashi/shindashi/img/recipe_menu4_bg.jpg) bottom no-repeat;}
#shindashi_recipe_box dl.menu5 {background:url(../../products/dashi/shindashi/img/recipe_menu5_bg.jpg) bottom no-repeat;}


#shindashi_recipe_box dl dd {padding-left:10px; height:78px;}

#shindashi_recipe_box dl.menu1 dd,
#shindashi_recipe_box dl.menu4 dd {padding-left:30px !important; }


#ichidashi_recipe_box {
	margin-bottom:40px;
}

#ichidashi_recipe_box dl {
	float:left;
}

#ichidashi_recipe_box dl.menu1 {background:url(../../products/dashi/ichiban/img/recipe_menu1_bg.jpg) bottom no-repeat;}
#ichidashi_recipe_box dl.menu2 {background:url(../../products/dashi/ichiban/img/recipe_menu2_bg.jpg) bottom no-repeat;}
#ichidashi_recipe_box dl.menu3 {background:url(../../products/dashi/ichiban/img/recipe_menu3_bg.jpg) bottom no-repeat;}
#ichidashi_recipe_box dl.menu4 {background:url(../../products/dashi/ichiban/img/recipe_menu4_bg.jpg) bottom no-repeat;}


#ichidashi_recipe_box dl dd {padding-left:10px;}

#ichidashi_recipe_box dl.menu1 dd {
	padding-left:30px !important;
	height:66px;
}
#ichidashi_recipe_box dl.menu2 dd {
	height:66px;
}
#ichidashi_recipe_box dl.menu3 dd {
	padding-left:30px !important;
	height:48px;
}
#ichidashi_recipe_box dl.menu4 dd {
	height:48px;
}




#dashi_howto_wrap{
	width: 690px;
	margin: 0 auto 10px auto;
}

#dashi_howto_wrap ol{
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#dashi_howto_wrap li{
	width: 200px;
	margin-bottom: 20px;
}
#dashi_howto_wrap li:last-child {
	width: 478px;
}

#dashi_howto_wrap li .clearfix{
	width: 200px;
}

#dashi_howto_wrap li .howto_image{
	float: left;
	width: 138px;
}

#dashi_howto_wrap li .txt{
	float: right;
	width: 200px;
	margin-top: 7px;
}


#dashi_howto_wrap dl {
	width:478px;
	position:relative;
}
#dashi_howto_wrap dl dd {
	padding-left:30px;
	background:url(../../products/dashi/shindashi/img/dashi_howto_sairiyou_bg.jpg) no-repeat;
	height:95px;
}

.dashi_point{
	background: url(../../products/dashi/shindashi/img/point.jpg) left top no-repeat;
	padding: 7px 30px 7px 75px;
	width: 661px;
	margin: 0 auto 40px auto;
	border: 2px solid #CC0000;
	clear: both;
	font-size: 12px;
	color: #CC0000;
}

#tami_profile{
	background: #F6F6F6;
	border: 1px solid #DFDFDF;
	margin-bottom: 50px;
}

#tami_profile table{
	border-collapse: collapse;
	width: 100%;
}

#tami_profile table th,#tami_profile table td{
	padding: 15px 10px;
}

#tami_profile table th{
	vertical-align: middle;
	text-align: left;
	width: 280px;
}


/*==========================================================*/
/*のり*/
/*==========================================================*/

#enginori_buy_wrap{
	background: url(../../products/nori/enginori/img/enginori_main_image02.jpg?20150108) left top no-repeat;
	width: 800px;
	height: 433px;
	position: relative;
}

#enginori_twitter {
	width: 800px;
	height: 65px;
	background: url(../../products/nori/enginori/img/enginori_main_image02_1.jpg) no-repeat right;
}

.enginori_about_box{
	width: 790px;
	margin: 0 auto 50px auto;
}

.enginori_about_box .txt{
	width: 490px;
	float: left;
}

.enginori_about_box .photo{
	float: right;
}

#enginori_about_box2{
	background: url(../../products/nori/enginori/img/enginori_bg.jpg) left no-repeat;
	padding-left: 177px;
	margin-bottom: 60px;
}

#enginori_about_box2 .txt{
	padding-left: 65px;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#enginori_about_box2 img{
	margin-left: 60px;
}


.enginori_order_box{
	background: url(../../products/nori/enginori/img/enginori_order_bottom.jpg) left bottom no-repeat;
	padding-bottom: 17px;
	width: 800px;
	margin-bottom: 50px;
}

.enginori_order_box .order_box{
	width: 796px;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
}

.enginori_order_box .order_image{
	float: left;
	width: 204px;
}

.enginori_order_box .order_about{
	float: right;
	width: 592px;
}

.enginori_order_box .order{
	background: url(../../products/nori/enginori/img/enginori_order_bg.jpg) right top no-repeat;
	padding-left: 30px;
}

.enginori_order_box .order .order_number{
	width: 100px;
	padding-top: 20px;
	float: left;
}

.enginori_order_box .order select{
	text-align: right;
	margin-right: 10px;
}

.enginori_order_box .order input{ vertical-align: middle;}

.enginori_submit_btn{
	background: url(../../products/img/order_btn.jpg) left top no-repeat;
	display: block;
	width: 313px;
	height: 68px;
	text-indent: -999em;
	overflow: hidden;
	border: none;
	float: left;
	cursor: pointer;
}

.enginori_submit_btn:hover{
	background-position: left bottom;
}



/*==========================================================*/
/*一番だし*/
/*==========================================================*/

#ichiban_ttl{
	background: url(../../products/dashi/ichiban/img/ichiban_ttl_bg.jpg) left top no-repeat;
	height: 646px;
	position: relative;
}

#ichiban_ttl h3{
	position: relative;
	z-index: 1;
}

#ichiban_buy_wrap{
	position: absolute;
	width: 412px;
	z-index: 2;
	right: 0;
	top: 165px;
}

#ichiban_buy{
	background: url(../../products/dashi/ichiban/img/ichiban_buy_bg.png) left top no-repeat;
	width: 412px;
	height: 140px;
	position: relative;
}

#ichiban_buy .number{
	position: absolute;
	top: 10px;
	left: 240px;
}


#ichiban_buy .enginori_submit_btn{
	background: url(../../products/img/order_btn.jpg) left top no-repeat;
	display: block;
	width: 313px;
	height: 68px;
	text-indent: -999em;
	overflow: hidden;
	border: none;
	cursor: pointer;
	position: absolute;
	left: 40px;
	bottom: 25px;
}

#ichiban_buy .enginori_submit_btn:hover{
	background-position: left bottom;
}

#ichiban_about01{
	background: url(../../products/dashi/ichiban/img/ichiban_image01.jpg) right top no-repeat;
	padding-right: 340px;
	margin-bottom: 60px;
}

.ichiban_order_box{
	background: url(../../products/dashi/ichiban/img/ichiban_order_bottom.jpg) left bottom no-repeat;
	padding-bottom: 17px;
	width: 800px;
	margin-bottom: 50px;
	clear: both;
}

.ichiban_order_box .order_box{
	width: 790px;
	padding: 15px 0 0 6px;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
}

.ichiban_order_box .order_image{
	float: left;
	padding-top: 2px;
	width: 217px;
}

.ichiban_order_box .order_about{
	float: right;
	width: 573px;
}

.ichiban_order_box .order{
	background: url(../../products/dashi/ichiban/img/ichiban_order_bg.jpg) right top no-repeat;
	padding-left: 10px;
	min-height: 82px;
	height: auto!important;
	height: 82px;
}

.ichiban_order_box .order .order_number{
	width: 80px;
	padding-top: 20px;
	float: left;
}

.ichiban_order_box .order select{
	margin-right: 10px;
}

.ichiban_order_box .order input{ vertical-align: middle;}

.ichiban_submit_btn{
	background: url(../../products/dashi/ichiban/img/btn_order_buy.jpg) left top no-repeat;
	display: block;
	width: 314px;
	height: 67px;
	text-indent: -999em;
	overflow: hidden;
	border: none;
	float: left;
	cursor: pointer;
}

.ichiban_submit_btn:hover{
	background-position: left -67px;
}





/*==========================================================*/
/*お徳用商品一覧*/
/*==========================================================*/

#otoku_wrap {
	margin:20px auto 0;
	width:960px;
	line-height:1.8;
	position:relative;
}

#otoku_wrap .contents01 {
	background:url(../../products/otoku/img/title_bg.jpg) right top no-repeat;
	height:138px;
}

#otoku_wrap .contents01 img {
	float:left;
}

#otoku_wrap .contents01 p {
	float:left;
}


#otoku_wrap #otoku_menu {
	clear:both;
	list-style:none;
}

#otoku_wrap #otoku_menu li {
	float:left;
}


#otoku_wrap .contents02 {
	margin-bottom:30px;
	padding:0 20px;
	background:url(../../products/otoku/img/main_bg.jpg) left top no-repeat;
	clear:both;
}

#otoku_wrap .contents02 #otoku_catch {
	margin-left:-20px;
	position:relative;
}

#otoku_wrap .contents02 dt {
	margin-bottom:15px;
}

#otoku_wrap .contents02 #otoku_ariake {
	position:absolute;
	top:220px;
	right:20px;
}


#otoku_wrap .contents02b {
	margin-bottom:30px;
	padding:0 20px;
	background:url(../../products/otoku/img/main_bg2.jpg) left top no-repeat;
	clear:both;
}

#otoku_wrap .contents02b #otoku_catch {
	margin-left:-20px;
	position:relative;
}

#otoku_wrap .contents02b dt {
	margin-bottom:15px;
}

#otoku_wrap .contents02b #otoku_ariake {
	position:absolute;
	top:220px;
	right:20px;
}




#otoku_wrap .contents03 {
	height:320px;
	position:relative;
}

#otoku_wrap .contents03 dl {
	width:650px;
	float:left;
}
#otoku_wrap .contents03 dt {
	margin-bottom:15px;
}

#otoku_wrap .contents03 .posi {
	position:absolute;
	bottom:0;
	right:0;
}



.otoku_box {
	margin-bottom:35px;
	padding:0 20px 40px 20px;
	border-bottom:#999 1px dotted;
	overflow:hidden;
	clear:both;
}

.otoku_box .f_right {
	width:690px;
}

.otoku_box .name {
	margin:0 0 10px -10px;
	padding:0 0 10px 6px;
	border-bottom:#999 2px solid;
	position:relative;
}

.otoku_box  .info {
	margin-bottom:10px;
}

.otoku_box table {
	margin-bottom:15px;
}
.otoku_box table td {
	padding-right:15px;
}

.otoku_box .zairyo dd {
	margin-bottom:20px;
	padding:5px 12px 8px;
	background:#FFFFFE url(../../products/otoku/img/zairyo_bg.jpg) top repeat-x;
	border:#D9D5C5 solid;
	border-width:0 1px 1px;
}

.otoku_box .product__volume {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
	/*font-weight: bold;*/
	/*color: #666;*/
}


.otoku_box .seibun {
	margin-bottom:10px;
	border:#D9D5C5 solid;
	border-width:1px 0 0 1px;
}

.otoku_box .seibun th,
.otoku_box .seibun td {
	padding:4px 8px 2px;
	border:#D9D5C5 solid;
	border-width:0 1px 1px 0;
}

.otoku_box .seibun th {
	background:#F9F7EC;
}



.otoku_box .rollover {
	width:200px;
	float:left;
	position:relative;
}

/*	.otoku_box .rollover .rollover_view {
	position:absolute;
	top:0;
	left:0;
	}*/

.otoku_box .rollover ul {
	margin-top: 10px;
	width:204px;
	/*	position:absolute;
        top:200px;
        left:0;*/
	list-style:none;
}

.otoku_box .rollover ul li {
	margin:0 4px 6px 0;
	float:left;
	display:inline;
}

.otoku_box .rollover ul li img {
	width: 47px;
	border: 1px solid #d4d1be;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.otoku_box .col3 table {
	margin:0 0 20px 20px;
	padding-right:5px;
	border-right:#CCC 1px solid;
	float:left;
}

.otoku_box .col3 table td {
	padding:5px 15px 5px 0;
}

.otoku_box .col3 table.none {
	border:none;
	padding-right:0;
}

.otoku_box .comment {
	display: inline-block;
	border: 3px double #fdc945;
	padding: 9px 15px 10px;
	margin-bottom: 20px;
	background: #fffdf5;
	background: rgba(255, 192, 0, .04);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.otoku_box .comment span {
	font-weight: bold;
	font-size: 1.1em;
	font-family: serif;
}



/* 会員限定お徳用一覧 */

#otoku_wrap .contents01_mm {
	background:url(../../products/otoku/img/title_bg.jpg) right top no-repeat;
}

#otoku_wrap .contents01_mm img {
	float:left;
}

#otoku_wrap .contents01_mm p {
	float:left;
}

#otoku_wrap .contents01_mm #tentyo {
	padding:10px 0 0 350px;
	background:url(../../products/otoku-mm/img/tentyo.jpg) no-repeat;
	height:194px;
	clear:both;
	line-height:1.6;
}


#otoku_wrap .contents01_mm #tentyo_timesale {
	padding:10px 0 0 340px;
	background:url(../../products/otoku-10/img/tentyo.jpg) no-repeat;
	height:214px;
	clear:both;
	line-height:1.6;
}

#otoku_wrap .contents01_mm #tentyo_nissen {
	padding:10px 0 0 340px;
	background:url(../../products/otoku-10/img/tentyo.jpg) no-repeat;
	height:214px;
	clear:both;
	line-height:1.6;
}


#otoku_wrap .giftWrapper {
	background: url(../../products/otoku-mm/img/bg_gift_intro.jpg);
	/*margin-top: -18px;*/
}


#otoku_wrap .giftColumn {
	overflow: hidden;
	width: 940px;
	padding: 10px;
	margin-bottom: 2em;
	background: url(../../products/otoku-mm/img/bg_gift_column.png) right bottom no-repeat;
}


#otoku_wrap .giftColumn .box {
	background: #F8F7EF;
	padding: 2em;
	padding-bottom: .5em;
	float: left;
	width: 400px;
	margin: 10px;
	border-top: 2px solid #b71613;
	border-bottom: 1px solid #ccc;
	border-radius: 0 15px 0 15px;
}

#otoku_wrap .giftColumn p {
	margin-bottom: 1em;
}
#otoku_wrap .giftColumn .headline {
	margin-bottom: .5em;
	font-size: 1.2em;
	/*background: #fff;*/
	display: inline-block;
	/*padding: 1em 1em .5em 0;*/
	color: #b71613;
}
#otoku_wrap .giftColumn .indent {
	/*border: 3px double #815d95;*/
	/*background: #F8F7EF;*/
	/*padding-top: 1.5em;*/
	padding-right: 1em;
	padding-bottom: .5em;
	padding-left: 1em;
	margin-left: .5em;
}
#otoku_wrap .giftColumn .indentList {
	padding-left: 2em;
	text-indent: -2em;
}

#otoku_noshi {
	margin-bottom:20px;
	padding:30px 0 0 25px;
	background:url(../../campaing/img/chugen2011/bg2.jpg) right top no-repeat;
}

#otoku_noshi dl {
	margin-bottom:20px;
}
#otoku_noshi dl dt {
	margin-bottom:10px;
}

#otoku_noshi dl dd {
	margin:0 0 0 10px;
}


#alert-kako {
	padding: 30px 40px;
	border: 5px double;
	font-weight: bold;
	font-size: 1.6em;
	color: red;
}
#alert-kako p {
	text-indent: -1.25em;
	padding-left: 1.25em;
}

.underline {
	text-decoration: underline;
}

.shindashi50_info {
	text-align: center;
	margin-bottom: 20px;
	border: 3px double;
	padding: 10px;
	font-size: 14px;
	font-family: serif;
	font-weight: bold;
}


/* 送料無料 */
span.freeshipping {
	padding:5px;
	border-radius: 3px;
	background:red;
	color:#FFF;
	font-weight:bold;
}


span.limited {
	padding:5px;
	border-radius: 3px;
	background:orange;
	color:#000;
	font-weight:bold;
}


.block_icon {
	padding:10px;
	float:right;
	text-align:left;
	width:320px;
	font-size:1.4em;
}