﻿@charset "UTF-8";
/* #header
---------------------------------------------------- */
#header {
	height:44px;
	padding:10px 10px 0px 10px;
	text-shadow:none;
}
#header:after {
	display:block;
	margin-top:-1px;
	height:0px;
	content:"";
	clear:both;
}
#header .hdTl {
	float:left;
}
#header .hdTl p:first-child a {
	display:block;
	background:url(../img/suntory_online.png) no-repeat 0 0;
	-webkit-background-size:167px 35px;
	text-indent:-9999px;
	width:167px;
	height:35px;
	margin-bottom:9px;
}
#navh {
	float:right;
}
#navh ul {
}
#navh ul li {
	float:left;
}
#navh ul li a {
	text-align:center;
	display:block;
	font-size:9px;
	color:#0066aa;
	background-repeat:no-repeat;
	background-position:center top;
	padding:27px 0 0 0;
}
#navh ul li:nth-child(2) a {
background-image:url(../img/nav_help.png);
-webkit-background-size:21px 21px;
margin-left:10px;
}



#header p.login {
/*float:right;*/
}
#header p.login a {
	display:block;
	color:#675329;
	font-size:14px;
	font-weight:bold;
	border:1px solid #aba792;
	background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#e0ded3));
	-webkit-border-radius:6px;
	padding:8px 15px;
}
#header p.msg {
	float:right;
	font-size:11px;
	font-weight:bold;
	color:#675329;
}
#header p.msg a {
	text-decoration:underline;
	color:#0066aa;
}
#nav {
	border-top:4px solid #ff7802;
}
#nav ul {
	background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#e1dfd5));
}
#nav ul li {
	float:left;
	width:33.3%;
}
#nav ul li a {
	text-align:center;
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#675329;
	padding:10px 0 10px 0;
}
#nav ul li:nth-child(1) a {
background:url(../img/top/hd_supplement.png) no-repeat 10% center, -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e1dfd5));
-webkit-background-size:10px 17px, auto;
padding-left:15px;
}
#nav ul li:nth-child(2) a {
background:url(../img/top/hd_skincare.png) no-repeat left center, -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e1dfd5));
-webkit-background-size:25px 32px, auto;
padding-left:15px;
}
#nav ul li:nth-child(3) a {
background:url(../img/top/hd_mypage.png) no-repeat left center, -webkit-gradient(linear, center top, center bottom, from(#fff), to(#e1dfd5));
-webkit-background-size:21px 32px, auto;
padding-left:15px;
}

#cart{
background-color:#fbf5dd;
padding:10px 10px 0 10px;
text-shadow: none;
}
#cart div {
	-webkit-border-radius:6px;
	background:url(../img/top/icon_cart.png) no-repeat 12px center, -webkit-gradient(linear, left top, left bottom, from(#ff896d), color-stop(0.01, #ff896d), color-stop(0.49, #ff4115), color-stop(0.50, #ff0000), color-stop(0.99, #ff481e), to(#ff481e));
	-webkit-background-size:22px 19px, auto;
	padding:9px 0;
	vertical-align:top;
}
#cart dl {
	border-left:1px solid #fff;
	margin:0 0 0 46px;
	padding:0;
}
#cart dt {
	/*display:inline;*/
font-size:12px;
	font-weight:bold;
	margin-bottom:4px;
}
#cart dt a {
	color:#fff;
	background:url(../img/top/cart_arrow.png) no-repeat left center;
	-webkit-background-size:5px 6px;
	padding:0 0 0 8px;
	margin-left:13px;
}
#cart dd {
	/*display:inline;*/
font-size:12px;
	font-weight:bold;
	color:#fff;
	padding:0 5px 0 13px;
}

#stage0,
#stage1,
#stage2,
#stage3,
#stage4,
#stage5{
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

#stage0{background-color:#ff7802}
#stage1{background:-webkit-gradient(linear, left top, left bottom, from(#67981a), to(#a0ca53))}
#stage2{background:-webkit-gradient(linear, left top, left bottom, from(#b60005), to(#f08f68))}
#stage3{background:-webkit-gradient(linear, left top, left bottom, from(#0075a9), to(#6ab7f6))}
#stage4{background:-webkit-gradient(linear, left top, left bottom, from(#cd7400), to(#ffb639))}
#stage5{background:-webkit-gradient(linear, left top, left bottom, from(#652996), to(#bc73b3))}

#contents{
background-color:#fbf5dd;
	padding:0 10px 10px 10px;
}

#searchBox{
width:100%;
display:table;
margin:0 auto;
padding:17px 0 0 0;
text-shadow:none;
}
#searchBox #searchLeft{
display:table-cell;
position:relative;
vertical-align:top;
padding-right:5px;
}
#searchBox #searchLeft input.ui-input-text{
font-size:16px;
line-height:1.2;
padding:7px 4px 2px 4px;
text-shadow:none;
}
#searchBox #searchLeft #wordListBox{
position:absolute;
width:300px;
margin:0;
padding:1px 0 0 0;
z-index:2;
}
#searchBox #searchLeft #wordListBox ul{
border:1px solid #0066bc;
background: #fff;
-webkit-box-shadow:2px 2px 6px #666;
text-align:left;
}
#searchBox #searchLeft #wordListBox ul li{
border-top:1px solid #0066bc;
}
#searchBox #searchLeft #wordListBox ul li:first-child{
border-top:none;
}
#searchBox #searchLeft #wordListBox ul li a{
display:block;
padding:14px 10px;
font-size:16px;
font-weight:bold;
color:#0066aa;
}
#searchBox #searchLeft #wordListBox ul li a:hover{
background:#eee;
}
#searchBox #searchRight{
display:table-cell;
width:70px;
vertical-align: top;
}
#searchBox #searchRight li{
background:-webkit-gradient(linear, center top, center bottom, from(#f70), to(#e30));
border:solid #c20 1px;
border-radius:4px;
margin:1px 0 0 0;
overflow:hidden;
}
#searchBox #searchRight li a{
display:block;
width:68px;
height:22px;
font-size:16px;
font-weight:normal;
color:#fff;
line-height:1;
text-align:center;
text-shadow:none;
padding:7px 0 0 0;
}
#searchBox #searchRight li a:hover{
background:rgba(102,102,102,0.5);
}
#searchBox #searchRight li a span{
background:url(../img/ico_productsearch.png) no-repeat 0 0;
background-size:16px 16px;
margin:0 0 0 -2px;
padding:0 0 0 19px;
}

#main {
	padding:10px 0 5px 0;
}
#mainInner {
	position:relative;
}
#main span.img {
}
#main span.img img {
	width:268px;
	height:145px;
}
#carouselWrap2 {
	width:100%;
	/*height:145px;*/
}
#main #carousel2 {
	width:268px;
	height:100%;
	overflow:hidden;
	margin:0 auto 0 auto;
}
#main .bn3 li.bn3_1{
background:url(../img/top/page3_1.png) no-repeat bottom center;
}
#main .bn3 li.bn3_2{
background:url(../img/top/page3_2.png) no-repeat bottom center;
}
#main .bn3 li.bn3_3{
background:url(../img/top/page3_3.png) no-repeat bottom center;
}

#main #carousel2 ul {
	width:100%;
	margin:0 auto 0 auto;
	text-align:center;
}
#main #carouselInner2 li {
	float:left;
	display:inline;
	width:268px;
height:170px;
}
#main .pager .prev02 {
	display:block;
	background:url(../img/top/prev.png) no-repeat;
	-webkit-background-size:15px 15px;
	width:16px;
	/*	height:45px;*/
	text-indent:-9999px;
	position:absolute;
	top:55px;
	left:0px;
}
#main .pager .next02 {
	display:block;
	background:url(../img/top/next.png) no-repeat right center;
	-webkit-background-size:15px 15px;
	width:16px;
	/*	height:45px;*/
	text-indent:-9999px;
	position:absolute;
	top:55px;
	right:0px;
}
#mainte {
	border:1px solid #aca793;
	background:#fff;
	-webkit-border-radius:4px;
	margin-bottom:15px;
	padding:12px;
}
#mainte h2 {
	font-size:14px;
	margin-bottom:5px;
}
#mainte .time{
	font-size:14px;
	line-height:1.4;
	color:#f00;
	margin-bottom:5px;
}
#mainte p {
	font-size:14px;
	line-height:1.4;
}


#female {
	background:#FF6699;
	-webkit-border-radius:3px;
	margin:14px 0;
	padding-bottom:1px;
}
#fbg {
	background:#FF6699;
	margin:0 5px 10px 5px;
}
#fbg02 {
	background:#FFF;
	margin:-1px 0 0 0;
	padding:11px;
	border:#FF6699 1px solid;
}
h2.ranking {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	background:url(../img/top/ranking1.png) no-repeat 10px center;
	-webkit-background-size:21px 16px;
	padding:10px 0 10px 35px;
}

#female ul {
	margin:0;
}
#female ul:after {
	display:block;
	margin-top:-1px;
	height:0px;
	content:"";
	clear:both;
}
#female ul li {
	float:left;
	width:25%;
	text-align:center;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
}
#female ul li:last-child {
	border-right:none;
}
#female ul li a {
	background:-webkit-gradient(linear, center top, center bottom, from(#FFFAED), to(#FFB8A9));
	border:1px solid #FF6699;
	color:#FF6699;
	display:block;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:none;
	padding:10px 0 9px 0;
}
#female ul li a.selected {
	background:#FFF;
	border-bottom:none;
	color:#FF6699;
	padding:10px 0 10px 0;
}
#female ol {
	background:#fff;
	border:1px solid #aeaa95;
}
#female ol li {
	float:left;
	width:33%;
	border-right:1px solid #aeaa95;
}
#female ol li:last-child {
	border-right:none;
}
#female ol li a {
	display:block;
	text-align:center;
	font-size:12px;
	line-height:1.3;
	font-weight:bold;
	color:#0066aa;
	padding:10px;
}
#female ol li a em {
	display:inline-block;
	color:#333;
	font-style:normal;
	margin-bottom:5px;
	padding-left:25px;
}
 #female ol li:nth-child(1) a em {
background:url(../img/top/ranking1.png) no-repeat 0 0;
-webkit-background-size:21px 16px;
}
#female ol li:nth-child(2) a em {
background:url(../img/top/ranking2.png) no-repeat 0 0;
-webkit-background-size:21px 16px;
}
#female ol li:nth-child(3) a em {
background:url(../img/top/ranking3.png) no-repeat 0 0;
-webkit-background-size:21px 16px;
}
#female ol li a span {
	display:block;
	text-align:center;
}
#female ol li a span img {
	width:60px;
}
#female ol li a p {
	min-height:4em;
	text-decoration:underline;
}
#female p a {
	display:block;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color:#0066aa;
	border-left:1px solid #aba792;
	border-right:1px solid #aba792;
	border-bottom:1px solid #aba792;
	background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#fff));
	position:relative;
	padding:10px 25px 10px 0;
}
#female p a:after {
	content:"";
	position:absolute;
	right:12px;
	top:18px;
	display:block;
	width:5px;
	height:5px;
	margin-top:-5px;
	border-top:solid 2px #ff7802;
	border-right:solid 2px #ff7802;
	-webkit-transform:rotate(45deg);
}



#male {
background:#60b9f8;
	-webkit-border-radius:3px;
	margin:14px 0;
	padding-bottom:1px;
}
#mbg {
background:#60b9f8;
margin:0 5px 10px 5px;
}
#mbg02 {
	background:#FFF;
	border:#60b9f8 1px solid;
	margin:-1px 0 0 0;
	padding:11px;
}

#male ul {
	margin:0;
}
#male ul:after {
	display:block;
	margin-top:-1px;
	height:0px;
	content:"";
	clear:both;
}
#male ul li {
	float:left;
	width:25%;
	text-align:center;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
}
#male ul li:last-child {
	border-right:none;
}
#male ul li a {
background:-webkit-gradient(linear, center top, center bottom, from(#EDFEFF),to(#BAFAFF));
border:1px solid #60b9f8;
color:#60b9f8;
	display:block;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:none;
	padding:10px 0 9px 0;
}
#male ul li a.selected {
	background:#FFF;
	border-bottom:none;
	color:#60b9f8;
	padding:10px 0 10px 0;
}
#male ol {
	background:#fff;
	border:1px solid #aeaa95;
}
#male ol li {
	float:left;
	width:33%;
	border-right:1px solid #aeaa95;
}
#male ol li:last-child {
	border-right:none;
}
#male ol li a {
	display:block;
	text-align:center;
	font-size:12px;
	line-height:1.3;
	font-weight:bold;
	color:#0066aa;
	padding:10px;
}
#male ol li a em {
	display:inline-block;
	color:#333;
	font-style:normal;
	margin-bottom:5px;
	padding-left:25px;
}
 #male ol li:nth-child(1) a em {
background:url(../img/top/ranking1.png) no-repeat 0 0;
-webkit-background-size:21px 16px;
}
#male ol li:nth-child(2) a em {
background:url(../img/top/ranking2.png) no-repeat 0 0;
-webkit-background-size:21px 16px;
}
#male ol li:nth-child(3) a em {
background:url(../img/top/ranking3.png) no-repeat 0 0;
-webkit-background-size:21px 16px;
}
#male ol li a span {
	display:block;
	text-align:center;
}
#male ol li a span img {
	width:60px;
}
#male ol li a p {
	min-height:4em;
	text-decoration:underline;
}
#male p a {
	display:block;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color:#0066aa;
	border-left:1px solid #aba792;
	border-right:1px solid #aba792;
	border-bottom:1px solid #aba792;
	background:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#fff));
	position:relative;
	padding:10px 25px 10px 0;
}
#male p a:after {
	content:"";
	position:absolute;
	right:12px;
	top:18px;
	display:block;
	width:5px;
	height:5px;
	margin-top:-5px;
	border-top:solid 2px #ff7802;
	border-right:solid 2px #ff7802;
	-webkit-transform:rotate(45deg);
}
.mb10 {
	margin-bottom:10px
}









/*ランキング*/
#rank_f{
background:#fd8db2;
-webkit-border-radius:6px;
margin-top:15px;
padding:4px;
}
#rank_m{
background:#7ec8fc;
-webkit-border-radius:6px;
margin-top:15px;
padding:4px;
}
#rank_f h2,
#rank_m h2{
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	background:url(../img/top/ranking1.png) no-repeat 10px center;
	-webkit-background-size:21px 16px;
	padding:5px 0 5px 35px;
}
#rank_f ul,
#rank_m ul{
width:100%;
margin:2px 0 0 0;
}
#rank_f ul:after,
#rank_m ul:after{
display:block;
margin-top:-1px;
height:0px;
content:"";
clear:both;
}
#rank_f ul li,
#rank_m ul li{
float:left;
width:25%;
text-align:center;
}
#rank_f ul li:last-child,
#rank_m ul li:last-child{
width:25%;
}
#rank_f ul li a,
#rank_m ul li a{
display:block;
-webkit-border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
font-size:14px;
font-weight:bold;
text-decoration:none;
text-shadow:none;
padding:10px 0 9px 0;
}
#rank_f ul li a{
background:-webkit-gradient(linear, center top, center bottom, from(#FFFAED),to(#FFB8A9));
border:1px solid #FF6699;
color:#FF6699;
}
#rank_m ul li a{
background:-webkit-gradient(linear, center top, center bottom, from(#EDFEFF),to(#BAFAFF));
border:1px solid #60b9f8;
color:#60b9f8;
}
#rank_f ul li a.selected,
#rank_m ul li a.selected{
background:#FFF;
border-bottom:none;
padding:10px 0 10px 0;
}
#rank_f .pannel,
#rank_m .pannel2{
clear:both;
background:#FFF;
margin:-1px 0 0 0;
padding:10px;
}
#rank_f .pannel{
border-left:solid 1px #FF6699;
border-right:solid 1px #FF6699;
border-bottom:solid 1px #FF6699;
}
#rank_m .pannel2{
border-left:solid 1px #60b9f8;
border-right:solid 1px #60b9f8;
border-bottom:solid 1px #60b9f8;
}
#rank_f .section,
#rank_m .section{
background:#FFF;
margin:0;
padding:6px;
border-top:solid 1px #CA8;
border-left:solid 1px #CA8;
border-right:solid 1px #CA8;
}
#rank_f .section:after,
#rank_m .section:after{
display:block;
margin-top:-1px;
height:1px;
content:"";
clear:both;
}
#rank_f .section img,
#rank_m .section img{
float:left;
}
#rank_f .section .link_prd,
#rank_m .section .link_prd{
float:right;
width:186px;
background:url(../img/arrow_osusume.png) no-repeat right center;
-webkit-background-size:16px 11px;
}
#rank_f .section a,
#rank_m .section a{
text-decoration:none;
	color:#0066aa;
}
#rank_f .section p,
#rank_m .section p{
font-size:14px;
overflow:outo;
margin-right:10px;
}
#rank_f .section p.rank_txt,
#rank_m .section p.rank_txt{
margin-bottom:3px;
float:left;
color:#555;
font-weight:bold;
}
#rank_f .section:nth-child(1) p.rank_txt,
#rank_m .section:nth-child(1) p.rank_txt{
background:url(../img/top/ranking1.png) no-repeat 0 0;
-webkit-background-size:23px 18px;
padding:2px 0 0 26px;
}
#rank_f .section:nth-child(2) p.rank_txt,
#rank_m .section:nth-child(2) p.rank_txt{
background:url(../img/top/ranking2.png) no-repeat 0 0;
-webkit-background-size:23px 18px;
padding:2px 0 0 26px;
}
#rank_f .section:nth-child(3) p.rank_txt,
#rank_m .section:nth-child(3) p.rank_txt{
background:url(../img/top/ranking3.png) no-repeat 0 0;
-webkit-background-size:23px 18px;
padding:2px 0 0 26px;
}
#rank_f .section p.rank_label,
#rank_m .section p.rank_label{
display:block;
float:left;
background:#F0AA00;
font-size:12px;
font-weight:normal;
color:#FFF;
margin-bottom:3px;
padding:1px 2px;
}
#rank_f .section p.rank_new,
#rank_m .section p.rank_new{
display:block;
float:left;
background:#fe7702;
font-size:12px;
font-weight:bold;
color:#FFF;
-webkit-border-radius:8px;
margin-bottom:3px;
padding:1px 8px;
}
#rank_f .section p.item,
#rank_m .section p.item{
clear:both;
font-weight:bold;
margin-bottom:4px;
}
#rank_f .section p.price,
#rank_m .section p.price{
color:#555;
line-height:1.3;
}
#rank_f p.more,
#rank_m p.more{
background:#FFF;
border:solid 1px #CA8;
text-align:center;
font-weight:bold;
margin:0;
}

#rank_f p.more a span,
#rank_m p.more a span{
background:url(../img/ico_more.png) no-repeat 0 center;
-webkit-background-size:18px 18px;
padding:6px 0 6px 22px;
}




#rank_f table,
#rank_m table {
width:100%;
}
#rank_f table th,
#rank_m table th {
width:70px;
text-align:center;
}

#rank_f table th img,
#rank_m table th img {
width:60px;
}

#rank_f table td,
#rank_m table td {
vertical-align:top;
}


#rank_f p.more a,
#rank_m p.more a {
display:block;
text-decoration:none;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	color:#0066aa;
	position:relative;
	padding:10px 25px 10px 0;
}
#rank_f p.more a:after,
#rank_m p.more a:after {
	content:"";
	position:absolute;
	right:12px;
	top:18px;
	display:block;
	width:5px;
	height:5px;
	margin-top:-5px;
	border-top:solid 2px #ff7802;
	border-right:solid 2px #ff7802;
	-webkit-transform:rotate(45deg);
}

/*ピックアップ商品*/
#pickupPrd{
margin-bottom:15px;
background-color:#FFF;
-webkit-border-radius:4px;
border:solid 1px #D7D3C6;
}

#pickupPrd h2{
padding:8px 8px 8px 45px;
color:#313632;
font-size:16px;
line-height:1.4;
background:url(../img/ico_pic_prd.png) 10px center no-repeat #fbfc9d;
background-size:26px 20px;
-webkit-background-size:26px 20px;
-webkit-border-top-left-radius:4px;
-webkit-border-top-right-radius:4px;
}

#pickupPrd .prdBox{
min-height:85px;
margin-bottom:5px;
padding:0 10px 0 80px;
text-align:left;
border-top:solid 1px #D7D3C6;
position:relative;
}

#pickupPrd .prdBox .image{
position:absolute;
top:5px;
left:0;
}

#pickupPrd .prdBox h3{
margin-bottom:10px;
padding-top:10px;
font-size:17px;
line-height:1.3;
}

#pickupPrd .prdBox h3 a{
padding-right:15px;
display:block;
color:#0066aa;
text-decoration:none;
background:url(../img/arrow_other.png) no-repeat right center;
-webkit-background-size:13px 11px;
}

#pickupPrd .prdBox .price{
font-size:14px;
font-weight:bold;
line-height:1.3;
color:#4e4e4e;
}

#pickupPrd .buyBtn{
margin:0 10px 10px;
text-align:center;
background:-webkit-gradient(linear, left top, left bottom, from(#ff866a), color-stop(0.01, #ff866a), color-stop(0.49, #ff4317), color-stop(0.50, #ff0000), color-stop(0.99, #ff481e), to(#ff481e));
-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.4);
}
#pickupPrd .buyBtn span{
padding:10px;
display:block;
font-size:17px;
font-weight:bold;
color:#fff;
text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.3);
background:url(../img/btn_open2.png) 95% center no-repeat;
-webkit-background-size:22px;
}
#pickupPrd .buyBtn.open{
margin:0 10px;
}
#pickupPrd .buyBtn.open span{
background:url(../img/btn_close2.png) 95% center no-repeat;
-webkit-background-size:22px;
}

/*ご購入はこちら*/
.buy {
	clear:both;
	border:1px solid #aba792;
	-webkit-border-radius:3px;
	margin:0 10px 10px;
}
.buy .title {
	background-color:#ffe5b2;
	padding:0 10px 10px 10px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
	border:none;
	color:#664f00;
}
.buy .title em {
	display:inline-block;
	font-size:11px;
	font-style:normal;
	color:#fff;
	background-color:#ff7a00;
	padding:3px 5px;
	margin-top:10px;
	-webkit-border-radius:6px;
}
.buy .title strong {
	display:inline-block;
	font-size:12px;
	color:#ff0000;
	margin-left:20px;
	margin-top:10px;
}
.buy .title span {
	font-size:13px;
	font-weight:normal;
}
.buy .title h3 {
	font-size:20px;
	margin:0;
	padding:10px 0 0 0;
}
.buy h3 span {
	margin-left:15px;
}
.buy h4 {
	font-size:20px;
	color:#ff7a00;
	border-bottom:2px solid #ff7a00;
	margin:10px;
	padding-bottom:8px;
}
.buy h5 {
	font-size:19px;
	font-weight:bold;
	margin:10px;
	vertical-align:baseline;
}
.buy span.tax {
	font-size:13px;
	font-weight:normal;
	margin-right:10px;
}
.buy h5 span.iconPostage {
	font-size:10px;
	color:#3093aa;
	border:1px solid #3093aa;
	padding:2px;
}
.buy h5 span.iconOff {
	font-size:10px;
	color:#ff0000;
	border:1px solid #ff0000;
	padding:2px;
	margin-left:5px;
}
.buy .otoku{
	font-size:12px;
	line-height:1.4;
	margin:0 10px 10px;
}
.buy .otoku span{
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
}
.buy .otoku2 {
	font-size:15px;
	font-weight:bold;
	color:#fe4200;
	margin:0 10px 10px;
}
.buy .txt_travel{
	font-size:12px;
	line-hright:1.3;
	font-weight:normal;
	margin:0 10px 10px;
}
.buy .cf {
	padding:10px 10px 15px 10px;
}
.buy .line {
	border-bottom:1px solid #d7d3c6;
}
.buy div.tokuten {
	background-color:#ffeeee;
	border:1px solid #ffcccc;
	-webkit-border-radius:6px;
	margin-bottom:13px;
	padding:10px;
}
.buy div.tokuten ol {
	background-color:#fff;
	border:3px solid #ff0000;
	-webkit-border-radius:6px;
	padding:10px;
	margin:10px 0;
}
.buy div.tokuten ol li {
	font-size:18px;
	line-height:1.3;
	font-weight:bold;
	margin-bottom:5px;
}
.buy div.tokuten ol li strong {
	display:inline-block;
	color:#ff0000;
	font-size:15px;
	font-style:normal;
	/*	background-color:#ff9424;
	-webkit-border-radius:4px;*/
	padding:2px 0 2px 4px;
	margin-left:13px;
}
.buy div.tokuten ol li em {
	color:#ff0000;
	font-style:normal;
}
.buy div.tokuten ol li.pre{
	text-indent:1.2em;
	background:url(../img/icon_pre.png) no-repeat left top;
	background-size:20px;
	-webkit-background-size:20px;
}
.buy div.tokuten p.notice {
	font-size:16px;
	line-height:1.3;
	font-weight:bold;
}
.buy div.tokuten p.faq {
	font-size:14px;
	font-weight:bold;
}
.buy div.tokuten p.faq a {
	color:#0066cc;
	line-height:1.4;
	text-decoration:underline;
}
.buy div.tokuten p.notice em {
	color:#ff0000;
	font-style:normal;
}
.buy div.tokuten p.toggle {
	text-align:center;
	font-size:13px;
	line-height:1.3;
	font-weight:bold;
}
.buy div.tokuten p.toggle a {
	display:inline-block;
	color:#0066cc;
}
.buy div.tokuten p.open a {
	display:inline-block;
	color:#0066cc;
}
.buy .left {
	float:left;
	width:110px;
	font-size:15px;
}
.buy .left span {
	display:block;
	font-size:16px;
	line-height:1.4;
	font-weight:normal;
}
.buy .right {
	float:right;
	width:140px;
}
.buy .left2 {
	float:left;
	width:154px;
	font-size:15px;
	padding:0;
}
.buy .left2 h4{
	border-bottom:none;
	margin:0 0 10px;
	padding:0;
}
.buy .left2 h5{
	margin:0;
	padding:0;
}
.buy .right2 {
	float:right;
	width:120px;
}
.buy .right2 span {
	display:block;
	font-size:14px;
	line-height:1.3;
	font-weight:normal;
}
.buy select {
	margin-top:0;
	padding-top:0;
	/*height:30px;
	margin-bottom:5px;*/
}
.buy p.btn {
	text-align:center;
	-webkit-border-radius:6px;
	background:-webkit-gradient(linear, left top, left bottom, from(#ff866a), color-stop(0.01, #ff866a), color-stop(0.49, #ff4317), color-stop(0.50, #ff0000), color-stop(0.99, #ff481e), to(#ff481e));
	-webkit-box-shadow:1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-top:7px;
}
.buy p.btn a {
	display:block;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
	color:#fff;
	padding:6px 0;
	text-shadow:1px 1px 3px #b00;
}
.buy p.btn a:hover,
.buy p.btn a:active,
.buy p.btn a:visited {
	color:#fff;
}

.buy .btnText {
	font-size:16px;
	line-height:1.4;
	padding-top:5px;
	clear:both;
}

.btnEnd{
	font-size:15px;
	font-weight:bold;
	color:#fe0000;
	text-align:center;
	border:solid 2px #fe0000;
	border-radius:6px;
	margin:0 10px 10px;
	padding:5px 0;
}

p.notes {
	font-size:12px;
	line-height:1.4;
	margin:10px 10px 20px 10px;
}
p.notes a {
	color:#0163aa;
	text-decoration:underline;
}

#pickupPrd .close_btn{
	margin:0 10px 10px 0;
	padding-right:20px;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	text-align:right;
	background:url(../img/btn_close2.png) right center no-repeat;
	-webkit-background-size:17px;
}