@charset "utf-8";

/*------------RESET CSS------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	-webkit-text-size-adjust: none;
} 
ol, ul {
	list-style: none;
} 
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/*------------END RESET------------*/

/*------------BASE CSS------------*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #333;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	}

img { 
	width: 100%;
	height: auto;
	vertical-align : middle;
}

a {
	color: #035FB2;
	text-decoration: none;
}
a:hover { 
	color: #c00;
	text-decoration: underline;
}

.pic_base {
	text-align:center;
}

.pic_base img {
	width:100%;
	border:none;
	margin:0px;
}

#content {
	margin: 0 auto;
	background: #fff;
	max-width:900px;
}

/*------------HEADER FOOTER------------*/
.mainbnr {
	width:100%;
	height:auto;
	background-color:#42210b;
	padding:0px;
	margin:0px;
	text-align:center;
}

header {
	width: 100%;
	max-width:900px;
	margin: 0 auto;
}

footer {
	clear: both;
	color: #fff;
	background: #222;
	margin: 0 auto;
	padding: 8px;
	text-align:center;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#wrapHeader {
	position: relative;
	max-width: 890px;
	margin: 0 auto;
}

#wrapHeader #logo {
	padding: 10px 0 15px;
	z-index: 1;
}

#pagetop {
	background: #fff url("../images/icon_pagetop_arw.png") no-repeat center
}

/*------------リード文------------*/
.lead {
	width: 94%;
	max-width:900px;
	margin: 0 auto;
	padding:10px 20px;
}

/*------------Youtube------------*/
.youtube {
	position: relative;
	width:100%;
	padding: 75% 0 0 0; /*4:3*/
	/* padding: 56.25% 0 0 0; 16:9*/
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.yt-wrap {
	max-width:960px;
	width:98%;
	margin: 0 1% 1em;
	border: 1px solid #000;
	background:#222;
	float:left;
	display:block;
}

/*------------商品一覧-----------*/
.goods {
	margin: 10px auto;
	width:94%;
	max-width:940px;
	border:10px solid #ddd;
	border-radius:5px;
}

.goods img {
	max-width:100%;
	margin:0px;
}

.volume {
	font-size:0.9em;
	color: #fff;
	background: #2C3692;
	padding: 5px 8px 2px;
	margin-right:1em;
}

.price { font-weight:bold; }
.price .del { text-decoration: line-through; }
.price .sale { font-size:1.4em; color: #d71901; }
.coach { font-size:0.9em; line-height:1.4; margin-top:0.5em; }

.textLink {
	padding: 15px 40px;
	background: #EFF;
	border: 2px solid #035FB2;
	border-radius: 5px;
	margin: 15px 0;
	text-align: center;
	display:block;
	float: right;
}

.new:after { content: url("../images/icon_new.png"); margin-left:0.4em; top: 2px; position:relative; }

.leftbox {
	width:40%;
	float:left;
	margin:5px;
	padding:0px;
}

.rightbox {
	width:50%;
	float:right;
	margin:5px;
	padding:0px 5px;
}

/*------------ページトップへ-----------*/
#pagetop {
	background: #fff url("../images/icon_pagetop_arw.png") no-repeat center 10px;
	border: 2px solid #666;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	font-size:0.8em;
	text-align: center;
	position: fixed;
	bottom: 1em;
	right: 1em;
	cursor: pointer;
	display: table;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	}
#pagetop span { display:block; padding-top: 20px; }
a #pagetop { color: #666; }
a:hover #pagetop { opacity: 1; filter: Alpha(opacity=100); }

/*------------購入ボタン-----------*/
@media screen and (max-width: 750px) {
.amaraku img {
	width:75%;
	max-width:200px;
	margin:5px;
	}

.ttl {
	font-size:1em;
	font-weight:bold;
	line-height:1.4;
	margin: 0;
	}

.pc_only {
	display:none;
}
	
}

@media screen and (min-width: 751px) {
.amaraku img {
	width:45%;
	margin:5px;
	float:left;
	}

.ttl {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.4;
	margin: 0.8em 0;
	}
	
.sp_only {
	display:none;
}
	
}
