@charset "utf-8";

body,h1,h2,h3,h4,h5{
	font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


body{
	background-color:#fff;
	font-size:16px;
}

.rules{
	line-height:2em;
}

.cartList select {
	width:100%;
}

.totop {
	display:none;
	position: fixed;
	bottom: 1em;
	right: 1em;
	line-height:1.2em;
	padding-top:0.7em;
	color: #fff;
	background-color: #ff9900;
	border-radius:50%;
	height: 5em;
	width: 5em;
	text-align:center;
	cursor:pointer;
	z-index:3000;
}

.totop:hover {
	color:#ffffff;
	text-decoration: none;
	opacity:0.6;
}
#main{
	padding:1em;
}

.panel-heading{
	padding:0;
	background-color:#fff !important;
}

.panel {
	border-color:#000 !important;	
	border-radius:5px !important;	
	margin-bottom:1em !important;
}

.panel-heading .btn{
	border-radius:4px 4px 0 0!important;	
}

.panel-body{
	background-color:#fff;
	border-color:#ccc !important;
	color:#333;
}

.panel-body table{
	margin-bottom:0;
}

.panel-body td{
	padding:0.5em 0 0 2%!important;
	vertical-align:middle !important;
	text-align:right;
	width:23%;
}
.panel-body th{
	padding:0.5em 0 !important;
	vertical-align:middle !important;
	text-align:left;
	font-weight:normal;
	width:50%;
}

.panel-body tr.noborder > td, .panel-body tr.noborder > th{
	border:none !important;
}

.panel-body td.option{
	font-size:0.8em;
	text-align:left;
}


.panel-body .btn{
	margin-bottom:0.5em;
}


header{
	margin-bottom:2em;
}


img{
	width:100%;
}

img.loading{
	width:3% !important;
	margin:2em 48.5%;
}

.price{
	font-size:1em;
}


.price_red{
	font-size:1.2em;
	color:#cc0000;
}

header .cartBt{
	margin:2em 0 1em 0;
	padding:1em 0;
}

footer{
	border-top:1px solid #333;
	padding-top:0.5em;
	text-align:center;
}

h2 {
	font-size:1.6em;
	border-bottom:1px solid #333;
	padding-bottom:0.2em;
	font-family: "KozMinPro-Light", "小塚明朝 Pro L", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;		
}

h3 {
	font-size:1.3em;
	font-family: "KozMinPro-Light", "小塚明朝 Pro L", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;	
	font-weight:bold;
	margin-bottom:0.75em;
}

h4 {
	font-size:1.15em;
}

.link {
	margin-bottom:2em;
}

.link a{
	text-decoration:underline;
	color:#333;
}

.link a:hover{
	text-decoration:none;
}

.rules li{
	margin-bottom:1.5em;
}

#orderCart{
	margin-bottom:3em;
}

#orderCart td, #orderCart th, #orderForm td, #orderForm th{
	border-color:#000 !important;
}


#orderForm th, #orderForm label{
	font-weight:normal !important;
	text-align:right;
}

.well{
	margin-bottom:0;
	padding:0.25em 1em 0 1em;
}
.well .radio, .well .checkbox{
	font-weight:normal !important;	
}

.well select{
	font-size:0.8em;
}

.modal-body{
	padding-bottom:0.5em !important;
}

.modal-body h3{
	text-align:center;
	margin-bottom:0.5em;
}


.well hr{
	border-color:#ccc;
}


@media (max-width: 480px) {
	header{
		font-size:12px;
	}
}
