@charset "utf-8";

/*------------------------------------------------------------------------------------------*/
/*全体の設定*/
#resultbox{
	width:1034px;
	margin: 0 auto;
}

@media screen and (max-width:1033px) {
#resultbox{
	width:100%;
}
	}

#items_wrap {
    -webkit-text-size-adjust: 100%;
}


#items_wrap {
    width:1034px;
	margin: 0 auto;
}

@media screen and (max-width:1033px) {
#items_wrap {
    width:100%;
}
}






/*------------------------------------------------------------------------------------------*/
/*section設定*/

.section{
	float: none;
	width: 100%;
	margin-bottom:40px;
	margin-top: 20px;
}

@media screen and (max-width:480px) {
.section{
	float: none;
	width: 100%;
	margin-bottom:40px;
	margin-top: 20px;
/*	background-color: #f0eff5;*/
    box-sizing: border-box;
    padding: 0px;
	padding-bottom: 10px;
}
}

.section_content{
	display: block;
	border-top: 1px dotted #e2e1e1;
	border-left: 1px dotted #e2e1e1;
	margin: 0 auto;
	background: #fff;
}

@media screen and (max-width:480px) {
.section_content{
	margin: 0;
	border-top: none;
	border-left: none;
}
	}

@media screen and (max-width:768px) {
.section_content{
	padding-right: 40px;
}
	}


/*------------------------------------------------------------------------------------------*/


.section .titlebox{
	margin-bottom: 10px;
}

.section div.title_txt{
position: relative;
padding: 0.5em;
background: #000;
color: white;
font-size: 20px;
font-weight: bold;
}

/*.section div.title_txt::before{
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}*/

@media screen and (max-width:480px) {
.section div.title_txt{
	font-size: 13.5px;
}
	}

.section .titlebox .title_txt h2{
	padding: 5px 10px;
	/* [disabled]color: #FFFFFF; */
	font-size: 32px;
	line-height: 1.4em;
}

.section .titlebox .cmt_txt{
	padding: 5px 10px;
	/* [disabled]color: #FFFFFF; */
	font-size: 14px;
	line-height: 1.4em;
}


.section .titlebox .title_img{
	 margin-bottom:10px;
}


.section .titlebox .title_img img{
	 max-width:100%;
}

div.section .sec_content{
	/* [disabled]padding:10px; */
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;

}

.section .entry .entry_title{
	margin-bottom: 30px;
	text-align: center;
}

.section .entry .entry_title .title_img img{
	max-width:100%;
 }



.section .entry .rank {
    display: block;
    text-align: center;
    color: #7F1F00;
    margin-top: 5px;
}

.section .entry .soldout{
	color:red;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

.section .entry .pad .catchcopy{
	overflow:hidden;
}

.section .entry .pad .itemname a{
	color: #333;
}


.section .entry .price{
	color:#a58a38;
}


.section .entry .rank span{
	line-height: 1em;
}
.section .entry .pad .reviewAverage{
	text-align:center;
	margin-bottom: 10px;
	line-height: 1em;
	font-size:10px;

}
.section .entry .pad .reviewAverage a{
	text-decoration:none;
	display: none;

}

.section .entry .pad .btn_buy a {
	
	border-radius:2px;


}

.section.ranking .entry .pad .rank{
    display: block;
    text-align: center;
    color: #7F1F00;
    margin-top: 5px;
}
	


.section .entry.size0 {
	clear:left;
	width: 96%;
	background-color: #FFFFFF;
	margin-left:2%;
}
.section .entry.size0 .pad{
	padding:20px;
	border:1px solid #e8c85d;
	border-radius:5px;
	margin-bottom:20px;
}

.section .entry.size0 .pad .catchcopy{
	font-size:26px;
	line-height: 1.5;
	margin:20px 0;
	padding:0 10px;
	color:#630;
	height:90px;
}

.section .entry.size0 .pad .imgbox {
	display:none;
}

.section .entry.size0 .pad .txtbox{
	float: left;
	width: 500px;
	margin-left: 15px;
}

.section .entry.size0 .pad .txtbox p{
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1em;
}
.section .entry.size0 .pad .txtbox .cmt{
	font-family: "Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","メイリオ";
	font-size: 18px;
	display: block!important;
	line-height:normal;
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

.section .entry.size0 .pad .itemcode{
	font-size:14px !important;
	display: block;
	margin: 20px 0;
	line-height: 1em;
	padding:0 10px;
	color:#DF1082;
}

.section .entry.size0 .pad .itemname{
	font-size:20px !important;
	display: block;
	margin-bottom:10px;
	overflow: hidden;
	line-height:2.0 !important;
	padding:0 10px;
	height:80px;
	width:900px;
}

.section .entry.size0 .pad .itemname a{
	text-decoration: none;
	color:#3E268C;
}

.section .entry.size0 .pad .itemname a:hover {
	color:;#1ABC9C;
}

.section .entry.size0 .pad .btn_buy{
	margin:10px auto;
	width:100%;
}

#sec_set .size0 .pad .price{
	color:#DF1082;
	/* [disabled]font-size: 130%; */
	display: block;
	line-height:2.0;
	/* [disabled]margin-bottom: 10px; */
	font-weight: bold;
	width:950px;
	font-size:24px;
	text-align:center;
}

.section .entry.size0 .pad .sanch{
	height: auto;
	display: block;
	line-height: 1.3em;
}

.section .entry.size0 .pad .btn_buy {
	width:950px;
	text-align:center;
}

.section .entry.size0 .pad .btn_buy a{
	text-align: center;
	display: block;
	background-color: #000;
	color: #FFFFFF;
	text-decoration: none;
	font-size:24px;
	font-weight: bold;
	line-height:50px;
	width:400px;
	max-width:100%!important;
	margin: 0 auto;
	background: #adbf3d; /* Old browsers */
	background: -moz-linear-gradient(top,  #702C7F 0%, #3E288C 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#702C7F), color-stop(100%,#3E288C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #702C7F 0%,#3E288C 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #702C7F 0%,#3E288C 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #702C7F 0%,#3E288C 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #702C7F 0%,#3E288C 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#702C7F', endColorstr='#3E288C',GradientType=0 ); /* IE6-9 */
}


.section .entry.size0 .pad .btn_buy a:hover {
	text-decoration:none !important;
	opacity: 0.8 ; 
	filter: alpha(opacity=80) ;	/* Ie用 */;
}	

.section .entry.size0 .pad .reviewAverage {
	width:950px;
	text-align:center;
}


/*-----------------------------------------------------*/
.section .entry.size1 {
	width: 100%;
	/* [disabled]background-color: #FDFBF9; */
}

@media screen and (max-width:480px) {
.section .entry.size1{
    margin-bottom: 10px;
}
}

.section .entry.size1 .pad{
	padding: 30px 100px 90px 30px;
	border-right: 1px dotted #e2e1e1;
	border-bottom: 1px dotted #e2e1e1;
	background-color: #FFF;
	background-image:url("images/icon_pickup.png") ;
	background-repeat: no-repeat;
	background-attachment: absolute;
	background-position: 935px top;
	background-size:90px 96px;
}

@media screen and (max-width:480px) {
.section .entry.size1 .pad{
	border-right: none;
	border-bottom: none;
	padding: 20px 40px 20px 20px;
	background-color: #FFFFFF;
	height: auto;
	overflow: auto;
	background-image:url("images/icon_pickup.png") ;
	background-repeat: no-repeat;
	background-attachment: absolute;
	background-position: 360px top;
	background-size:30px auto;
}
}

@media screen and (max-width:375px) {
.section .entry.size1 .pad{
	background-position: 320px top;
	background-size:30px auto;
}
}

@media screen and (max-width:320px) {
.section .entry.size1 .pad{
	background-position: 270px top;
	background-size:25px auto;
}
}

.section.ranking .entry.size1 .pad .rank{
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 1em;
	margin-bottom: 10px;
}

.section.ranking .entry.size1 .pad .rank img{
	margin-bottom:10px
}


.section.ranking .entry.size1 .pad .rank span{
	font-size: 36px;
	/* [disabled]font-weight: bold; */
	line-height: 1em;
	font-style: oblique;
}

.section .entry.size1.no-title_img .title_imgbox{
	 display: none;
}


.section .entry.size1 .title_imgbox{
     text-align: center;
	 margin-bottom: 30px;
	 display: block;
}




.section .entry.size1 .pad .imgbox{
	text-align: center;
	float: left;
	width: 40%;
	margin: 0px;
	margin-right: 30px;
}

@media screen and (max-width:480px) {
.section .entry.size1 .pad .imgbox{
	text-align: center;
	width: 50%;
	height: auto;
	margin: 0 auto 10px;
	float: left;
	padding: 5px;
}
}

.section .entry.size1 .pad .imgbox a img{
	max-width: 100%;
	max-height: 100%;
}


.section .entry.size1 .pad .txtbox{
	float: right;
	width: 72%;
}
.section .entry.size1 .pad .catchcopy{
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.4em;
/*	border-bottom: 1px dotted #CCC;*/
	padding-bottom: 5px;
	color: #000;
}


@media screen and (max-width:480px) {
.section .entry.size1 .pad .catchcopy{
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: 1.4em;
	margin-bottom: 10px;
}
}

.section .entry.size1 .pad .cmt{
	display: block;
	font-size: 16px;
	height: auto;
	display: block;
	/* [disabled]font-weight: bold; */
	/*border-bottom: 1px dotted #CCC;*/
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 1.6em;
	color:#F60;
}

@media screen and (max-width:480px) {
.section .entry.size1 .pad .cmt{
	border-bottom: 1px dotted #CCC;
}
}	

.section .entry.size1 .pad .itemcode{
	font-size: 18px;
	display: block;
	margin-bottom: 20x;
	line-height: 1em;
}


@media screen and (max-width: 480px){
.section .entry.size1 .pad .itemcode {
    font-size: 10px;
    display: block;
    margin-bottom: 5px;
    line-height: 1em;
}
}

.section .entry.size1 .pad .btn_buy{
	text-align: right;
	clear: both;

}

.section .entry.size1 .pad .btn_buy a{
	float:right;
	text-align: center;
	display: block;
	background: #000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	width: 300px;
	max-width:100%!important;
	margin: 0 auto;
}

@media screen and (max-width:480px) {
.section .entry.size1 .pad .btn_buy a{
/*	display: none;*/
}
}


.section .entry.size1 .pad .itemname{
	display: block;
	font-size: 20px;
	height: auto;
	/* [disabled]font-weight: bold; */
	margin-bottom: 20px;
	line-height: 30px;
}

@media screen and (max-width: 480px){
.section .entry.size1 .pad .itemname {
    font-size: 12px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 1.4em;
}
	}

.section .entry.size1 .pad .itemname a{
	color: #09F;
	text-decoration: none;
}



.section .entry.size1 .pad .price{
	color: #b40000;
	font-size: 30px;
	/* [disabled]display: block; */
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: right;
}

.section .entry.size1 .pad .price .tax{
	color: #b40000;
	font-size: 20px;
	/* [disabled]display: block; */
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: right;
}

@media screen and (max-width:480px) {
.section .entry.size1 .pad .price {
	font-size: 14px;
}
	
.section .entry.size1 .pad .price .tax {
	font-size: 10px;
}
	}

.section .entry.size1 .pad .reviewAverage{
/*	text-align: center;
	float: right;
	font-size: 13px;
	clear: right;
	margin: 10px;*/
	display: none;
}

/*-------------------------------------------------*/

/*-----------------------------------------------------*/
.section .entry.size1b {
	width: 100%;
	/* [disabled]background-color: #FDFBF9; */
}

.section .entry.size1b .pad{
	padding: 30px 50px 40px;
	/* [disabled]border-bottom: 1px solid #bebdb8; */
	/* [disabled]border-right: 1px solid #bebdb8; */
	background-color: #FFF;
	box-shadow: 1px 1px 2px 1px #630;
	margin: 10px 10px 20px 10px;
	border-radius: 2px;
	min-height: 370px;
}

.section.ranking .entry.size1b .pad .rank{
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 1em;
	margin-bottom: 10px;
}

.section.ranking .entry.size1b .pad .rank img{
	margin-bottom:10px
}


.section.ranking .entry.size1b .pad .rank span{
	font-size: 36px;
	/* [disabled]font-weight: bold; */
	line-height: 1em;
	font-style: oblique;
}

.section .entry.size1b.no-title_img .title_imgbox{
	 display: none;
}


.section .entry.size1b .title_imgbox{
     text-align: center;
	 margin-bottom: 30px;
	 display: block;
}




.section .entry.size1b .pad .imgbox{
	text-align: center;
	float: left;
	height: 450px;
	width: 30%;
	margin: 0px;
}

.section .entry.size1b .pad .imgbox a img{
	max-width: 100%;
	max-height: 100%;
}


.section .entry.size1b .pad .txtbox{
	float: right;
	width: 65%;
}

.section .entry.size1b .pad .txtbox .catch{
	display: block;
	font-size: 180%;
	height: auto;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:10px;
	/* [disabled]font-weight: bold; */
}

.section .entry.size1b .pad .txtbox .cmt{
	display: block;
	font-size: 140%;
	height: auto;
	margin-bottom:10px;
	/* [disabled]font-weight: bold; */
}

.section .entry.size1b .pad .txtbox .itemcode{
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
	line-height: 1em;
}


.section .entry.size1b .pad .btn_buy{
	text-align:right;
	
	
	
	
}
.section .entry.size1b .pad .btn_buy a{
	float:right;
	text-align: center;
	display: block;
	background-color: #000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	font-weight: bold;
	line-height: 40px;
	width: 200px;
	max-width:100%!important;
	margin: 0 auto;
	
	

}


.section .entry.size1b .pad .itemname{
	display: block;
	font-size: 230%;
	height: auto;
	font-weight: bold;
	width: 450px;
	/* [disabled]float: right; */
	line-height: 1.4em;
	margin-bottom: 10px;
}

.section .entry.size1b .pad .itemname a{
    color: #09f;
    text-decoration: none;
}

.section .entry.size1b .pad .price{
	color: #FF0000;
	font-size: 180%;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: right;
}


/*-------------------------------------------------*/


.section .entry.size2{
	width: 50%;
	float: left;
	/* [disabled]height: 530px; */
	/* [disabled]overflow: hidden; */
}

@media screen and (max-width:480px) {
.section .entry.size2{
	width: 100%;
	float: none;
    margin-bottom: 10px;
	padding-right: 20px;
}
}

.section .entry.size2 .pad{
	border-right: 1px dotted #e2e1e1;
	border-bottom: 1px dotted #e2e1e1;
	padding: 20px 20px 20px;
	background-color: #FFFFFF;
	height: 670px;
	overflow: hidden;
}

@media screen and (max-width:480px) {
.section .entry.size2 .pad{
	border-right: none;
	border-bottom: none;
	padding: 20px 20px 20px;
	background-color: #FFFFFF;
	height: auto;
	overflow: auto;
}
}



.section.ranking .entry.size2 .pad .rank{
	font-size:13px;
	font-weight:bold;
}
.section.ranking .entry.size2 .pad .rank span{
	font-size:32px;
}

.section.ranking .entry.size2 .pad .catchcopy{
	font-size:18px;
	font-weight:bold;
	height:80px;
	color: #000;
}

@media screen and (max-width:480px) {
.section.ranking .entry.size2 .pad .catchcopy{
	font-size:15px;
	font-weight:bold;
	height:auto;
}
}

.section .entry.size2 .pad .catchcopy{
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 1.4em;
	margin-bottom: 10px;
}


@media screen and (max-width:480px) {
.section .entry.size2 .pad .catchcopy{
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: 1.4em;
	margin-bottom: 10px;
}
}

.section .entry.size2 .pad .imgbox{
	text-align: center;
	height: 350px;
	/* [disabled]background-color: #FFFFFF; */
	width: 350px;
	margin: 0 auto 10px;
}

@media screen and (max-width:480px) {
.section .entry.size2 .pad .imgbox{
	text-align: center;
	width: 50%;
	height: auto;
	margin: 0 auto 10px;
	float: left;
	padding: 5px;
}
}


.section .entry.size2 .pad .imgbox a img{
	max-width: 100%;
	max-height: 100%;
}


.section .entry.size2 .pad .itemcode{
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
	line-height: 1em;
}


.section .entry.size2 .pad .itemname{
	font-size: 15px;
	height: 50px;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.5em;
	/* [disabled]font-weight: bold; */
}

@media screen and (max-width:480px) {
.section .entry.size2 .pad .itemname{
	font-size: 12px;
	height: auto;
	line-height: 1.5em;
}
}

.section .entry.size2 .pad .itemname a{
	color: #09F;
	text-decoration: none;
}


.section .entry.size2 .pad .price{
	color: #b40000;
	font-size: 16px;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}


@media screen and (max-width:480px) {
.section .entry.size2 .pad .price {
	font-size: 14px;
}
	
.section .entry.size2 .pad .price .tax{
	font-size: 12px;
}
}


.section .entry.size2 .pad .btn_buy{
	text-align: center;
}


.section .entry.size2 .pad .btn_buy a{
	text-align: center;
	display: block;
	background-color: #000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	width: 200px;
	max-width:100%!important;
	margin: 0 auto;	
}

@media screen and (max-width:480px) {
.section .entry.size2 .pad .btn_buy a{
clear: both;
}
}

.section .entry.size2 .pad .reviewAverage {
/*	font-size: 10px;
	text-align: center;*/
	display: none;
}


.section .entry.size2 .pad .cmt{
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 10px;
	height: 180px;
	display: none;
	overflow: hidden;
}
.section .entry.size2 .pad .cmt:after{
/*	content:"･･･";*/
	
	
}

.section .entry.size2 .pad .cmt{
	font-size: 12px;
	line-height: 1.6em;
	color:#F60;
	height:15px;
	display: block;
}


/*----------------------------------------------*/


.section .entry.size3{
	width: 33.3%;
	float: left;
	/* [disabled]height: 530px; */
	/* [disabled]overflow: hidden; */
}

@media screen and (max-width:480px) {
.section .entry.size3{
	width: 100%;
	float: none;
    margin-bottom: 10px;
	padding-right: 20px;
}
}

.section .entry.size3 .pad{
	border-right: 1px dotted #e2e1e1;
	border-bottom: 1px dotted #e2e1e1;
	padding: 20px 20px 20px;
	background-color: #FFFFFF;
	height: 580px;
	overflow: hidden;
}

@media screen and (max-width:480px) {
.section .entry.size3 .pad{
	border-right: none;
	border-bottom: none;
	padding: 20px 20px 20px;
	background-color: #FFFFFF;
	height: auto;
	overflow: auto;
}
}



.section.ranking .entry.size3 .pad .rank{
	font-size:13px;
	font-weight:bold;
}
.section.ranking .entry.size3 .pad .rank span{
	font-size:32px;
}

.section.ranking .entry.size3 .pad .catchcopy{
	font-size:15px;
	font-weight:bold;
	height:80px;
}

@media screen and (max-width:480px) {
.section.ranking .entry.size3 .pad .catchcopy{
	font-size:15px;
	font-weight:bold;
	height:auto;
}
}

.section .entry.size3 .pad .catchcopy{
	font-size: 16px;
	font-weight: bold;
	height: 65px;
	line-height: 1.4em;
	margin-bottom: 10px;
	color: #000;
}


@media screen and (max-width:480px) {
.section .entry.size3 .pad .catchcopy{
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: 1.4em;
	margin-bottom: 10px;
}
}

.section .entry.size3 .pad .imgbox{
	text-align: center;
	height: 250px;
	/* [disabled]background-color: #FFFFFF; */
	width: 250px;
	margin: 0 auto 10px;
}

@media screen and (max-width:768px) {
.section .entry.size3 .pad .imgbox{
	height: 200px;
	width: 200px;
}
}

@media screen and (max-width:480px) {
.section .entry.size3 .pad .imgbox{
	text-align: center;
	width: 50%;
	height: auto;
	margin: 0 auto 10px;
	float: left;
	padding: 5px;
}
}


.section .entry.size3 .pad .imgbox a img{
	max-width: 100%;
	max-height: 100%;
}


.section .entry.size3 .pad .itemcode{
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
	line-height: 1em;
}


.section .entry.size3 .pad .itemname{
	font-size: 15px;
	height: 90px;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.2em;
	/* [disabled]font-weight: bold; */
}

@media screen and (max-width:480px) {
.section .entry.size3 .pad .itemname{
	font-size: 12px;
	height: auto;
	line-height: 1.5em;
}
}

.section .entry.size3 .pad .itemname a{
	color: #09F;
	text-decoration: none;
}


.section .entry.size3 .pad .price{
	color: #b40000;
	font-size: 16px;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}


@media screen and (max-width:480px) {
.section .entry.size3 .pad .price {
	font-size: 14px;
}
	
.section .entry.size3 .pad .price .tax{
	font-size: 11px;
}
}


.section .entry.size3 .pad .btn_buy{
	text-align: center;
}


.section .entry.size3 .pad .btn_buy a{
	text-align: center;
	display: block;
	background-color: #000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	width: 200px;
	max-width:100%!important;
	margin: 0 auto;	
}

@media screen and (max-width:480px) {
.section .entry.size3 .pad .btn_buy a{
clear: both;
	width: 100%;
}
}

.section .entry.size3 .pad .reviewAverage {
/*	font-size: 10px;
	text-align: center;*/
	display: none;
}


.section .entry.size3 .pad .cmt{
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 10px;
	height: 180px;
	display: none;
	overflow: hidden;
}
.section .entry.size3 .pad .cmt:after{
/*	content:"･･･";*/
	
	
}

.section .entry.size3 .pad .cmt{
	font-size: 12px;
	line-height: 1.6em;
	color:#F60;
	height:15px;
	display: block;
}

.section .entry.no-cmt .pad .cmt{
    display:none!important;
}


.reviewAverage .starOff{
	background: url(images/star_off.gif);
	width: 12px;
	height: 12px;
	display: inline-block!important;
	}
.reviewAverage .starHalf{
	background: url(images/star_half.gif);
	width: 12px;
	height: 12px;
	display: inline-block!important;
	}
.reviewAverage .starOn{
	background: url(images/star_on.gif);
	width: 12px;
	height: 12px;
	display: inline-block!important;
	}

/*----------------------------------------------*/

/*----------------------------------------------*/


.section .entry.size4{
	width: 25%;
	float: left;
}

.section .entry.size4 .pad{
	border-right: 1px solid #bebdb8;
	border-bottom: 1px solid #bebdb8;
	padding: 20px 15px 30px;
	background-color: #FFFFFF;
}

.section.ranking .entry.size4 .pad .rank{
	line-height:1em;
	font-size:13px;
}
.section.ranking .entry.size4 .pad .rank img{
	height: 26px;
	margin-right: 10px;
}

.section.ranking .entry.size4 .pad .rank span{
	font-size: 24px;
	line-height: 1.2em;
}

.section .entry.size4 .pad .imgbox{
	text-align: center;
	height: 120px;
	/* [disabled]background-color: #FFFFFF; */
	width: 120px;
	margin: 0 auto 10px;
}


.section .entry.size4 .pad .imgbox a img{
	max-width: 100%;
	max-height: 100%;
}


.section .entry.size4 .pad .itemcode{
	font-size: 9px;
	display: block;
	margin-bottom: 5px;
	line-height: 1em;
}


.section .entry.size4 .pad .catchcopy{
	font-size: 14px;
	font-weight: bold;
	height: 68px;
	line-height: 1.4em;
}


.section .entry.size4 .pad .itemname{
	font-size: 11px;
	height: 70px;
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
	line-height: 1.4em;
	/* [disabled]font-weight: bold; */
}

.section .entry.size4 .pad .itemname a{
	color: #09F;
	text-decoration: none;
}


.section .entry.size4 .pad .price{
	color: #b40000;
	font-size: 110%;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}



.section .entry.size4 .pad .btn_buy{
	text-align: center;
}


.section .entry.size4 .pad .btn_buy a{
	text-align: center;
	display: block;
	background-color: #000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	/* [disabled]width: 200px; */
	max-width: 100%!important;
	margin: 0 auto;	
}

.section .entry.size4 .pad .cmt{
	font-size: 100%;
	line-height: 1.5;
	margin-bottom: 10px;
	height: 60px;
	display: block;
	overflow: hidden;
}


.section .entry.no-cmt .pad .cmt{
    display:none!important;
}



.section .entry.size4 .reviewAverage{
	font-size: 9px;
	text-align: center;
}


/*----------------------------------------------*/



.section .title{
	font-family: "Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho",serif;
	background-color: #000;
	font-size: 14px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2em;
}

.section .comment_title td{
	font-family: "Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho",serif;
	background-color: #000;
	font-size: 14px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2em;
}


.section .entry.size5{
	width: 20%!important;
	float: left;
}

.section .entry.size5 .pad{
	background-color: #FFFFFF;
	padding: 10px 8px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}



.section.ranking .entry.size5 .pad .rank{
	font-size: 14px;
	text-align: center;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 1em;
}

.section.ranking .entry.size5 .pad .rank img{
	height:20px;
	margin-right:5px;
}



.section.ranking .entry.size5 .pad .rank span{
	font-size: 20px;
	/* [disabled]font-weight:bold; */
	line-height: 1em;	
}


.section .entry.size5 .imgbox{
	width: 95px!important;
	height: 95px!important;
	text-align: center;
	margin: 0 auto 5px;
}

.section .entry.size5 .pad .imgbox a img{
    max-width:100%;
	max-height:100%;
}

.section .entry.size5 .pad .itemcode{
	font-size: 8px;
	margin-bottom: 0px;
	display: none;
}


.section .entry.size5 .pad .itemname{
	font-size: 11px;
	line-height: 1.4em;
	font-weight: normal;
	height: 65px;
	margin-bottom: 0px;
	display: block;
	
}
.section .entry.size5 .pad .itemname a{
	color: #333;
	text-decoration: none;
}

.section .entry.size5 .pad .price{
	font-size: 12px;
	text-align: center;
	color: #000;
	margin-bottom: 0px;
	font-weight: bold;
}



.section .entry.size5 .pad .btn_buy{
	display: none;
}


.section .entry.size5 .pad .btn_buy a{
	display:none;	
	
}


.section .entry.size5 .pad .cmt{
	display:none;	
	
}

.section .entry.size5 .reviewAverage{
	font-size: 9px;
	text-align: center;
}

/*-------------------------------------------------*/


/*-------------------------------------------------*/

#left_container{
	float:left;
}

#left_container .section{
	width: 210px;
	border-top: 1px dotted #bebdb8;
	border-left: 1px dotted #bebdb8;
	border: none;
	background-color: #F1F1F1;
}

#left_container .section{
	width: 210px;
	border-top: 1px dotted #bebdb8;
	border-left: 1px dotted #bebdb8;
	border: none;
	background-color: #F1F1F1;
}


#left_container .section .title{
	font-size: 16px;
	line-heightf:1.5em;
	padding: 5px;
}


#left_container .section .entry{
	float: left;
	background-color: #F1F1F1;
	width: 100%;
}

#left_container .section .entry .pad{
	border-right: 1px dotted #bebdb8;
	border-bottom: 1px dotted #bebdb8;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	border: 1px solid #FFFFFF;
	margin: 5px;
}

#left_container .section .entry .pad .imgbox{
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #F0F0F0;
	background-color: #FFFFFF;
	width:140px;
	height:140px;
}

#left_container .section .entry .pad .imgbox a img{
    max-width:100%;
	max-height:100%;
}

#left_container .section .entry .pad .cmt{
	color: #b90c2c;
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 10px;
	height: auto;
	display: block;
}

#left_container .section .entry .pad .itemname{
	height: 64px;
	display: block;
	margin-bottom: 5px;
	font-size:12px;
}


#left_container .section .entry .pad .itemname a{
	text-decoration:none;
}


#left_container .section .entry .pad .price{
	color: #b40000;
	font-size: 117%;
	display: block;
	font-weight: bold;
}

#left_container .section .entry .pad .btn_buy a{
	/* [disabled]width: 200px; */
	/* [disabled]padding: 10px; */
	text-align: center;
	display: block;
	background-color: #000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	border-radius: 5px;
	font-weight: bold;
	line-height: 40px;
}



#menu_container{
	box-shadow: 0px 0px 2px 0px #666666;
	position: fixed;
	z-index: 50;
	/* [disabled]top: 0px; */
	left: 0px;
	width: 100%;
	height: 36px;
	bottom: 0px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #000000;
}



.autonavi {
  width: 100%;
}

#navi_box{
	background-image: url(images/bg_gold.jpg);
  padding:5px;
 //background-color: rgba(100,100,100,0.5);
    width: 100%;
  position: inherit;
  top: 0;
  left: 0;
  box-sizing:border-box;
}



#navi_box h3{
	margin-bottom: 10px;
	padding: 3px 5px;
	text-align: center;
}



#navi_box ul{
	/* [disabled]list-style:inside disc; */
	padding: 5px 5px;
	display: block;
	text-align: left;
}


#navi_box ul li{
	display: inline-block;
	margin-bottom: 5px;
	/* [disabled]text-align: center; */
}

#navi_box ul li a{
	color:#000000;
	text-decoration:none;
	background-color:#FEFEFE;
	line-height: 1.4em;
	padding: 0px 5px;
	border-radius: 5px;
	padding: 3px 12px 2px;
	font-size: 12px;
}



#navi_box ul li.current a{
	background-color:#000000;
	color:#FFFFFF;
	text-decoration:none;
	
}



.button {
	text-decoration: none;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	/* [disabled]background-color: #FFFFFF; */
	color: #000;
}
.button:hover {
	background-color: #999999;
	color:#FFFFFF;
	text-decoration:none;
}




.intro{
	/* [disabled]border:2px solid #CCC; */
	border-right: 1px solid #CCC;
}



#right {
	/* [disabled]width: 200px; */
	/* [disabled]float: right; */
}


#scrollbox {
	position: relative;
	/* [disabled]padding: 10px; */
}

#sec_pickup.section{
	background-color:#C00;
	margin: 0 0px 50px;
	/* [disabled]border:1px; */
	background-image:url(images/bg_20_s.jpg);
}

#sec_pickup.section .title_txt{
	/* [disabled]box-shadow: 1px 1px 2px 1px #630; */
	_background-color:#C00;
	margin:3px;
	_box-shadow: 0px 1px 3px 1px #300;
	border-radius:5px 5px 5px 5px;
}



#sec_pickup.section .title_txt h2{
	font-size:30px;
}

#sec_pickup.section .sec_content{
	padding:0px;
}





#sec_pickup.section .sec_content.clearfix .entry.size1b .pad{
	padding:30px 50px;
	padding: none;
	box-shadow: 1px 1px 2px 1px #600;
	border-radius: 10px;
	margin: 20px;
}
#sec_pickup.section .sec_content.clearfix .entry.size1b .pad>p{
	display:none!important;

}

#sec_pickup.section .sec_content .entry .pad .cmt{
	font-size:15px;
}


#sec_pickup.section .sec_content .entry .pad .cmt{
	font-size:15px;
}

#sec_pickup.section .sec_content .entry .pad {
	position:relative;
}


#sec_pickup.section .sec_content .entry .pad .imgbox{
	width: 120px;
	height: auto;
	position: absolute;
	left: 50px;
	transform: rotate( -8deg );
}

#sec_pickup.section .sec_content .entry .pad .imgbox a img{

}



#sec_pickup.section .sec_content .entry .pad .txtbox{
	margin-top:10px;
	width:400px;
}

#sec_pickup .entry img{
	
}



#sec_pickup.section .entry.size1 .pad .btn_buy a{
	background-color: #C00!important;

}


#sec_ranking.section {
	background-color:#CCCCCC;
	background-image:url();
}

@media screen and (max-width:480px) {
#sec_ranking.section {
	background-color:#FFEEB4;
}
	}



#sec_ranking.section .title_txt h2{
	font-size:24px;
}

#sec_ranking.section .sec_content{
	padding:3px;
}

#sec_ranking .entry .pad{
	background-color:#FFFFFF;
	box-shadow:none;
	border-bottom:none;
	padding:10px;
	margin:1px 0;

}

#sec_ranking .entry:nth-child(3) .pad{
	border-right:none;
		
}

/*----------------------------------------------*/

.section.left{
	float: none;
	width: 700px;
	background-color:#FFEEB4;
	box-sizing: border-box;
	padding: 0px;
	margin: 5px auto;
	
}


@media screen and (max-width:480px) {
	.section.left{
	float: none;
	width: 100%;
	background-color:#FFEEB4;
	box-sizing: border-box;
	padding: 0px;
	padding-bottom: 10px;
	
}
}

.section.left .section_content{
	margin:10px;	
}

.section.left .titlebox{
	margin-bottom: 10px;
}

.section.left div.title_txt{
	background-color: #c9eadb;
	/* [disabled]font-family: "Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","メイリオ"; */
	font-size: 14px;
	line-height: 1.4em;
	padding:13px 5px 12px 5px;
	text-align:center;
}

.section.left .titlebox .title_txt h2{
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
}

.section.left .titlebox .cmt_txt{
	padding: 5px 10px;
	/* [disabled]color: #FFFFFF; */
	font-size: 13px;
	line-height: 1.4em;
}


.section.left .titlebox .title_img{
	 margin-bottom:10px;
}


.section.left .titlebox .title_img img{
	 max-width:100%;
}


.section.left .sec_content{
	border: none;
	margin: 10px;
}


.section.left .entry{
	float:none;
	width:100%;
	margin-bottom:10px;
	
}

.section.left .entry .pad{
	/* [disabled]border-right: 1px solid #bebdb8; */
	/* [disabled]border-bottom: 1px solid #bebdb8; */
	padding: 10px 10px 10px!important;
	background: #FFFFFF;
	/* [disabled]border: 1px solid #FFFFFF; */
}

.section.left.ranking .entry .pad .rank{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.section.left.ranking .entry .pad .rank span{
	font-size:32px;
}

.section.left.ranking .entry .pad .catchcopy{
	font-size:18px;
	font-weight:bold;
	height:auto;
	color:#666666;
}

.section.left .entry .pad .catchcopy{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.section.left .entry .pad .imgbox{
	text-align: center;
	background-color: #FFFFFF;
	width: 100%!important;
	margin: 0 auto 10px;
	height: auto;
	padding: 5px;
	box-sizing:border-box;
}


@media screen and (max-width:480px) {
.section.left .entry .pad .imgbox{
	width: 50%!important;
	float: left;
}
}

.section.left .entry .pad .txtbox{
	width:100%!important;
}


.section.left .entry .pad .imgbox a img{
	max-width: 100%;
	max-height: 100%;
	width:100%;
	height:auto;
}


.section.left .entry .pad .itemcode{
	font-size: 10px;
	display: block;
	margin-bottom: 5px;
	line-height: 1em;
}


.section.left .entry .pad .itemname{
	font-size: 12px;
	height: 57px;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 1.5em;
	/* [disabled]font-weight: bold; */
}

.section.left .entry .pad .itemname a{
	color: #09F;
	text-decoration: none;
}




.section.left .entry .pad .price{
	color: #b40000;
	font-size: 120%;
	display: block;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}


@media screen and (max-width:480px) {
.section.left .entry .pad .price {
	font-size: 110%;
}
	
.section.left .entry .pad .price .tax{
	font-size: 90%;
}
}




.section.left .entry .pad .btn_buy{
	display:none;
	text-align: center;
}


.section.left .entry .pad .btn_buy a{
	text-align: center;
	display: block;
	background-color: #000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	width: 200px;
	max-width:100%!important;
	margin: 0 auto;
	
}

.section.left .entry .pad .reviewAverage {
	font-size: 10px;
	text-align: center;
	float: none;
}


.section.left .entry .pad .cmt{
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 10px;
	height: 180px;
	display: none;
	overflow: hidden;
}




/*.section .entry .pad .cmt:after{
	content:"･･･";
	
	
}*/


/*--------------------------------------------------------*/


.kanban_box{
	text-align: center;
	margin: auto;
	background-color: white;
	position: relative;
}


.kanban_box img{
	width: 100%;
/*	animation-name: kanban_box;
	-webkit-animation-name: kanban_box;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;*/
}


.kanban_box .img1 {
	display: block;
	margin: 0 auto;
}

.kanban_box .img2 {
	animation-delay:3s;
	-webkit-animation-delay:3s;
	position: absolute;
	top: 0;
	left: 0%;
}


.kanban_box .btn-pickup {
	position:absolute;
	top:240px;
	left:0px;
	width:210px;
	height: auto;
	animation: fuwafuwa1 5s ease-in-out infinite;
}


@media screen and (max-width:480px) {
.kanban_box .btn-pickup {
	top:90px;
	width:90px;
	left:0px;
	height: auto;
}		
}	

@media screen and (max-width:375px) {
.kanban_box .btn-pickup {
	top:80px;
	width:84px;
	left:0px;
	height: auto;
}		
}	

@media screen and (max-width:320px) {
.kanban_box .btn-pickup {
	top:70px;
	width:70px;
	left:0px;
	height: auto;
}		
}

@keyframes kanban_box {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@-webkit-keyframes kanban_box {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}	
}


@media screen and (max-width:768px) {
.kanban_box img{
	width:100%;
}
}	




.preface_box{
	width: 1030x;
	margin: 10px auto 10px auto;
/*	border: 3px double #fff;*/
	padding:10px;
/*	background: -moz-linear-gradient(top, #f15e78, #fc9bac);
	background: -webkit-linear-gradient(top, #f15e78, #fc9bac);
	background: linear-gradient(to bottom, #f15e78, #fc9bac);*/
	color: #8b1f3a;
}

.preface_box h4{
	font-size: 22px;
}
.preface_box p{
	line-height: 1.8em;
	font-size: 17px;
	margin:10px 0 0 10px;
}

.preface_box p span{
	background:#fdfedf;
	font-weight: bold;
}



@media screen and (max-width:768px) {
.preface_box{
	width: calc(95% - 20px);
	margin: 20px auto 10px auto;
	padding:10px;
}
	}

@media screen and (max-width:480px) {
.preface_box h4{
	font-size: 16px;
}
.preface_box p{
	line-height: 1.6em;
	font-size: 13px;
	margin:10px 0 0 10px;
}
	}


.preface_box2{
	width: 1030x;
	margin: 10px auto 10px auto;
	border: 2px dotted #87064c;
	padding:10px;
    background: #f4f2c5;
	color: #87064c;
}

.preface_box2 h4{
	font-size: 22px;
}
.preface_box2 p{
	line-height: 1.8em;
	font-size: 17px;
	margin:10px;
	background: #fff;
	padding: 5px;
}

.preface_box2 p span{
	background:#fdfedf;
	font-weight: bold;
}



@media screen and (max-width:768px) {
.preface_box2{
	width: calc(95% - 20px);
	margin: 20px auto 10px auto;
	padding:10px;
}
	}

@media screen and (max-width:480px) {
.preface_box2 h4{
	font-size: 16px;
}
.preface_box2 p{
	line-height: 1.6em;
	font-size: 13px;
	margin:10px 0 0 10px;
}
	}



.packing {
	width:1034px;
	padding:8px 0 0 20px;
}

.packing ul {
	margin-top:6px;
}

.packing ul li {
	float:left;
	margin-right:11px;
}

@media screen and (max-width:480px) {
.packing{
	display: none;
}
}


.head-ttl {
	font-size:20px;
	color: #ff9900;
	
}

.navi_link_all{
	text-align: right;
	font-weight: bold;
	padding: 20px;
}

.navi_link_all a:link,
.navi_link_all a:visited
{
	color: #E92B2B;
	/* [disabled]text-decoration:none; */
}






form input.btn_cart{
	font-size:11px;
	
}

form .txt_unit{
	font-size:10px}


.iframe_counter {
	display: none;
}


@media screen and (max-width:480px) {
input {
	font-size: 16px ;
}
}

#ifr {
	display: none;
}



@media screen and (max-width:480px) {
	.pc-rightnavi {
		display: none;
}
	}


.btn-rightnavi a {
	z-index: 2;
	background-color: #52c3f1;
	border: 2px solid #52c3f1;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.btn-rightnavi a:visited {
	color: #fff;
	text-decoration: none;
}

.btn-rightnavi a:hover {
	background-color: #fff;
	border-color: #52c3f1;
	color: #52c3f1;
	text-decoration: none;
}

.btn-rightnavi a:active {
	color: #fff;
	text-decoration: none;
}

.btn-rightnavi::before,
.btn-rightnavi::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #333;
}
.btn-rightnavi::before {
  right: 0;
}
.btn-rightnavi::after {
  left: 0;
}
.btn-rightnavi:hover::before,
.btn-rightnavi:hover::after {
  width: 0;
  background-color: #ff9900;
}

.rl00 {
	position: fixed;
	right: 0px;
	bottom:10px;
}

.rl01 {
	position: fixed;
	right: 0px;
	bottom:325px;
}

.rl02 {
	position: fixed;
	right: 0px;
	bottom:280px;
}

.rl03 {
	position: fixed;
	right: 0px;
	bottom:235px;
}

.rl04 {
	position: fixed;
	right: 0px;
	bottom:190px;
}

.rl05 {
	position: fixed;
	right: 0px;
	bottom:145px;
}

.rl06 {
	position: fixed;
	right: 0px;
	bottom:100px;
}

.rl07 {
	position: fixed;
	right: 0px;
	bottom:55px;
}

#sec_box1 .rank {
	display: none;
}

#sec_box2 .rank {
	display: none;
}

#sec_wrapping .rank {
	display: none;
}

#sec_bag .rank {
	display: none;
}

ul.noshi_card {
	padding:0;
	display:block;
	overflow:hidden;
}

ul.noshi_card li {
	width:510px;
	border-right:1px solid #FBEAEB;
	float:left;
	padding:20px;
	font-size:16px;
	line-height:1.6;
	color:#87064c;
}

ul.noshi_card lilast-child {
	border-right:none;
}

ul.noshi_card li img {
	margin-bottom:20px;
}

ul.noshi_card ul.memo li {
	float:none;
	border:none;
}

@media screen and (max-width:480px) {
ul.noshi_card  {
	margin: 10px;
	display: block;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
	clear: both;
}
	
	
ul.noshi_card li  {
	width: 100%;
    float: none;
    margin-bottom: 10px;
	border-right: 1px solid #bebdb8;
    border-bottom: 1px solid #bebdb8;
    padding: 20px 20px 20px;
    background-color: #FFFFFF;
    height: auto;
    overflow: auto;
	clear: both;
	font-size:14px;
	text-align: center;
}
	
ul.noshi_card li img  {
	width: 80%;
	margin: 0 auto;
	float: none;
}
	
ul.noshi_card li ul.memo li {
	float: none;
	font-size:14px;
	text-align: left;
}
	}


ul.atn {
	margin:0 20px 30px 20px;
	color:#7F1F00;
}

ul.atn li {
	margin-bottom:5px;
	text-indent:-1em;
	padding-left:1em;
	font-size:16px;
	line-height:1.6;
}

dl.atn dt {
	color:#7F1F00;
	font-size:16px;
	line-height:1.6;
}

@media screen and (max-width:480px) {
ul.atn {
	margin:0 10px 30px 10px;
	color:#7F1F00;
}	
	
ul.atn li {
	margin-bottom:5px;
	text-indent:0em;
	padding-left:0em;
	font-size:14px;
	line-height:1.5;
}
	
dl.atn dt {
	font-size:14px;
	line-height:1.5;
}
}



#sec_food.section div.title_txt{
background: #87064c;
}

#sec_boxwine.section div.title_txt{
background: #87064c;
}

#sec_glass.section div.title_txt{
background: #87064c;
}

#sec_opener.section div.title_txt{
background: #87064c;
}

#sec_set.section div.title_txt{
background: #000;
}

#sec_card{
background: #9eb730;
color:#fff;	
font-size:18px;
font-weight:bold;
padding:10px;	
}

.de-ttl{
font-size:16px;
color: #87064c;
padding:3px;
line-height: 1.6;
}

@media screen and (max-width:480px) {
.de-ttl{
font-size:13px;
}
}

#wrapping {
margin: 30px 0;
}

@media screen and (max-width:480px) {
#wrapping img{
width:100%;
}
}

#attention {
background:#f4f2c5;
padding:10px;
font-size:17px;
color: #87064c;
margin-bottom: 50px;
border: 1px dotted #87064c;
}

@media screen and (max-width:480px) {
#attention {
font-size:12px;
margin-bottom: 50px;
}
}

#attention ul li {
padding:3px;
}