@charset "utf-8";

/* ------------------------------------
 * SPECIAL
 * ------------------------------------ */

#container {
	color: #000;
	background-color: #FFF;
	width:100%;
}

article {
	padding-bottom: 0;
	text-align: left;
}

section {
	padding: 0;
}

section h3 {
	text-align: center;
	border-bottom: none;
}

section h3 img {
	max-width: 100%;
	width: auto !important;
	width: 100%;
}

section p {
	font-size:90%;
	padding: 10px;
}

section p span.notice {
	margin: 0;
	font-size: small;
}

section a.btn {
	text-decoration: none;
	font-weight: normal;
}

#membersOnly {
	margin: 10px;
	padding: 10px;
	border: solid 1px #000;
	background: #fff;
}
#container #membersOnly ul,
#container .membersOnly ul{
	margin:0;
	padding:0;
	list-style:none;
}
#container #membersOnly ul li,
#container .membersOnly ul li{
	list-style:none;
}
#membersOnly p {
	padding: 0;
}

.detail {
	padding: 0;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-color: #FFF;
	
}

.detail h3 {
	font-weight:bold;
	padding-top: 5px;
	padding-bottom:0;
	margin:0;
	color: #000;
	background: url(../img/spacer.gif) repeat;
}

.detail .caption{
	margin:0;
	padding:0;
	font-size:90%;
}
.detail .spec{

	background: #FFF;
	color : #000;
	text-align:center;
	font-size: 93%;
}
.detail .price{
	color:#900;
	font-weight:bold;
	font-size: 120%;
}

.detail h4 {
	padding: 10px 10px 0;
}

.detail dt {
	padding: 0 10px;
	margin-top:0px;
}
.detail dd {
	padding: 0 10px;
}
.detail ul {
	padding-left:30px;
	padding-bottom: 10px;
}
.detail li {
	padding-right: 3px;
	list-style: disc outside none;
	font-size: 90%;
}


.detail a.btn{
	margin: 10px;
	border: solid 1px #900;
	background: #d20000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d74747), color-stop(50%,#d74747), color-stop(51%,#d20000), to(#d20000));
	background-image: -webkit-linear-gradient(top, #d74747, #d74747 50%, #d20000 51%, #d20000);
	background-image: -moz-linear-gradient(top, #d74747, #d74747 50%, #d20000 51%, #d20000);
	background-image: -ms-linear-gradient(top, #d74747, #d74747 50%, #d20000 51%, #d20000);
	background-image: -o-linear-gradient(top, #d74747, #d74747 50%, #d20000 51%, #d20000);
	background-image: linear-gradient(top, #d74747, #d74747 50%, #d20000 51%, #d20000);
	text-shadow: 0 -1px 1px #900;
}
.detail a:hover.btn {
	border: solid 1px #CCC;
	background: #900;
}

.detail a.btn span {
	display: block;
	font-size: 85%;
}
section .yoyaku_end {
	padding:10px;
	margin: 10px;
	border: solid 1px #000;
	border-radius: 0.3em;
	color: #FFF;
	background:#666;
	text-align:center;
}

#howto dt {
	padding: 5px 10px;
	color: #fff;
	background: #000;
}

#howto dd {
	padding: 10px;
}

#howto dd span {
	font-size: 93%;
}

#howto dd ul {
	padding-left:15px;
}

#howto dd li {
	padding-left:0;
	margin-left:0;
	text-indent:0;
}

#howto .link {
	padding: 0;
	background: #fff;
}

#howto .link li {
	border-top: dotted 1px #999;
}

#howto .link li a {
    padding: 10px 40px 8px 10px;
	display: block;
	background: url(../../../img/arrowList.png) no-repeat scroll right center transparent;
    display: block;
    line-height: 1.35;
    text-decoration: none;
}

#howto .link li a span {
	display: block;
	color: #000;
	font-size: small;
}


/* ------------------------------------
 * KOUNODORI 2season
 * ------------------------------------ */

#kounodori_ssn2 h1 img {
	width: 100%;
}
#kounodori_ssn2 .tokuten {
	text-align: center;
}
#kounodori_ssn2 .tokuten h3 {
	margin-top: 0%;
	padding: 0;
}
#kounodori_ssn2 #tokuten_mobile {
	color: #000;
	background-color : #FFF;
}
#kounodori_ssn2 #tokuten_mobile h3 {
	background: url(../img/bg_tokuten_mobile__.jpg) no-repeat left top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-bottom:4%;
		background-color : #FFF;
}
#kounodori_ssn2 #tokuten_early {
	color: #53cedd;
}
#kounodori_ssn2 #tokuten_early h3 {
	background: url(../img/bg_tokuten_early.jpg) no-repeat left top;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
}
#kounodori_ssn2 .tokuten .sample {
	width: 90%;
	margin: 0 auto;
}
#kounodori_ssn2 .tokuten .sample img {
	max-width: 100%;
	width: auto !important;
	width: 100%;
}
#kounodori_ssn2 .tokuten span {
	font-size: 83%;
}
#kounodori_ssn2 #headcopy {
	margin: 3% 0;
	padding: 5%;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
#kounodori_ssn2 .detail h3 {
	margin-bottom: 3%;
	padding: 5;
	background-color: #000;
	border-bottom: solid 1px #E61E62;
	border-top: solid 1px #E61E62;
}
#kounodori_ssn2 .detail p {
	padding: 10px;
}
#kounodori_ssn2 .detail dt {
	padding: 10px;
	text-align: center;
	background-color: #E980B0;
	color: #ffffff;
	font-size: 110%;
}
#kounodori_ssn2 .detail dd {
	padding: 10px;
	font-size: 83%;
}


