@import "reset.css";

body {
	text-align: center;
	font-size:12px;
}
a img {border: none;}
.t-center {text-align: center;}
.t-right {text-align:right;}
.ml50 { margin-left: 50px;}
.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb50 { margin-bottom: 50px;}
.pb50 { padding-bottom: 50px;}
.pt20 { padding-top: 20px;}
.section {
	padding-top: 20px;
	border-top: solid 1px #999;
	margin-bottom: 20px;
	width: 650px;
}
.clear{ clear:both;}

.clearfix:after,
.section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix,
.section {
	display: inline-block;
}
/* legacy IE */
* html .clearfix,
* html .section {
	height: 1%;
}

.clearfix,
.section {
	display: block;
}

/* 詳細画像ページ */

#goods_detail {
	width: 650px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	margin-bottom: 10px;
}
#goods_detail h1 {
	text-align: center;
	font-size: 10px;
	color: #999;
	margin-bottom: 15px;
	padding-top: 10px;
}
#goods_detail h2 {
	font-size: 12pt;
	font-weight: bold;
	background: #ffd030;
	color: #300068;
	text-align: center;
	padding: 2px 0;
	margin-top: 10px;
	margin-bottom: 20px;
}
#goods_detail h3{
	clear: both;
	font-size: 12pt;
	font-weight: bold;
	color: #006;
	margin-bottom: 15px;
}
form p {
	font-size: 12px;
}
#goods_detail .img_big{
	width:650px;
	margin-bottom:20px;
}
#goods_detail .img_l, #goods_detail .img_r {
	width: 320px;
	overflow: hidden;
	padding: 2px;
}
#goods_detail .img_l p, #goods_detail .img_r p {
	width: 310px;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 5px;
}
.bt_line {
	padding-top: 18px !important;
	padding-bottom: 28px !important;
	border-bottom: solid 1px #999;
}
#goods_detail .img_l {
	clear: both;
	float: left;
	border-right: solid 2px #0080ff;
}
#goods_detail .img_r {
	float: right;
}
#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #999;
}
#footer p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.onlytxt{
	margin:60px 0 0 30px;
	line-height:2em;
}
/* 動画ボタン */
.movieBtn{
	margin-bottom:10px;
	height:70px;
	clear:both;
}
.movieBtn a{
	float:left;
	padding-right:20px;
}
.movieBtn img{
	cursor:pointer;
}
.movieBtn span{
	font-size: 12pt;
    font-weight: bold;
    color: #006;
	display:block;
	height:70px;
	line-height:70px;
}
/* 詳細画像 ボーダー等 */
.btop_line {
	border-top: solid 1px #999;
}
.photos{
	background:url(../img/blueLine.gif) repeat-y 50% 0;
}
.photos .img_l{
	border-right:none !important;
}
.photos p{
	padding-top: 18px !important;
	padding-bottom: 28px !important;
}
/* 購入ボタン */
.purchase{
	text-align:center;
	margin-bottom:10px;
}
.purchase a:hover{
	opacity:0.8;
}

.buy_left {
	float:left;
	width:320px;	
}

.buy_right{
	float:right;
	width:320px;	
}

.buy_left p,
.buy_right p {
	font-size:17px;
	text-align:center;
	font-weight:bold;
	color:#006;
	margin:0 0 5px 0;
}









