@charset "utf-8";

.content {display: block; font-size:15px; line-height: 30px; margin:0px 0px 8px 0px;}
.exclusive-con {display: block; font-size:15px; line-height: 24px; margin:0px 0px 8px 10px; font-weight: normal;}
.exclusive-con2 {color:#fc4c02; font-weight: bold;}
.exclusive-con2 a {text-decoration: underline; color:#fc4c02;}
.exclusive-con2 a:hover {text-decoration: none;}
.txt-sp {color:#fc4c02; font-weight: bold; font-size:48px;}
.txt-sp2 {color:#e60012; font-weight: bold;}
.exclusive {background:#effde9; border:1px solid #d7fcc8; padding:10px; font-weight: bold; float:left; margin:10px 0px;}
.exclusive-title {background: #05655a; color:#ffffff; padding:8px; margin-left:-11px; margin-top:-10px; position: absolute;}
.exclusive p {color:#05655a; display: block; font-size:24px; line-height: 36px; text-align: center; margin:25px 0px 10px 0px;}

.txt-note {font-size:13px; color:#535353;}

.stroke {margin:15px 0px;}
.route {margin:5px 0px; line-height: 24px;}
.route-title {color:#eb6100; padding:5px 0px 5px 0px; margin:8px 0px; font-weight: bold; font-size:18px; line-height: 30px;}
/*
.route ul {margin:12px 0px; width:100%;}
.route ul li {width:100%; display: block; border-bottom:1px dotted #cccccc; padding:5px 0px;}
.route ul li a:hover {color:#589c54;}



.list {width:100%; position: relative;}*/
.text-list {text-indent: -12px; padding-left:12px;}
.product ul {display: block; margin:5px; padding-bottom: 10px; }
.product li {display: block; border-bottom: #C5C5C5 1px dashed;}
.product li a {display: block; overflow: hidden; padding:10px 10px 5px 10px; }
.product li a:hover { background-color: #f6f6f6;}
.product li p {display: block;}
.product li p span {display: block; font-size:13px; color: #00a5ff;}
.product li p em {font-size:18px; font-weight: bold; font-style: normal;}

.left {float:left; display:inline-block; width: 100%;}
.right {float:right;}
.txt_l {width: auto; color: #292929;}
.txt_r {width: auto; text-align:right;}
.txt_r span.price {color:#db2228;}

.btn-go {display: block; text-align: center; margin-bottom:15px; padding-top:15px; -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;}
.btn-go a {
    background:#06a38e;
    padding:10px; 
    color:#ffffff;
    border-radius: 4px;
    
    -moz-box-shadow:1px 1px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow:1px 1px rgba(20%,20%,40%,0.5);
    box-shadow:1px 1px rgba(20%,20%,40%,0.5);
}
.btn-go a:hover {
    background: #028371;  
}

.notice-sp {font-size:13px; line-height: 21px; font-weight: bold; color:#666666;}
.notice-disc li {color:#898989; list-style:none; }
.list-icon {text-indent: -15px; padding-left:0px;}

.promotion-pic {float:left; width:98%; height:100%; padding:5px 5px 10px 5px; background:#ffffff; margin-top:10px; margin-bottom:10px; margin-left:2px;}
.promotion-pic img {width:100%; height:100%; margin:0 auto;}
.promotion-pic .picture {width:32%; float:left; padding:6px 4px 0px 4px;}

@media screen and (max-width: 960px) {
.promotion-pic {display: none;}
}
@media screen and (max-width: 768px) {
.left,.right{ float:none;}
.product li a {display: block; overflow: hidden; padding:5px; }
.txt_r {width: auto; text-align:center; margin-top:5px;}
    
}
