@charset "UTF-8";
/*============================================================

============================================================*/

body {
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	font-size: 1.16rem;
	font-family:"Meiryo","Lucida Grande", "Hiragino Kaku Gothic Pro", "30D230E930AE30CE89D230B420Pro20W3", "30e130a430ea30aa", "FF2DFF3320FF3030B430B730C330AF", "Osaka", verdana, arial, sans-serif;
	background: url(../images/bg.jpg) repeat-x #000000;
	color: #CCCCCC;
}
p {
	line-height: 1.6em;
}
select {
	background-size: 8px 7px!important;
	background-position: 95% center!important;
	border: none;
	margin: 0;
	padding: 5px 3px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: baseline;
}
header {
	width: 100%;
}
footer {
	clear: both;
	overflow: hidden;
}
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], textarea {
	margin: 0;
	padding: 10px 8px 10px 8px;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2) inset;
	box-sizing: border-box;
	vertical-align: initial;
}
input.member_zip, input.search_price {
	width: 27%!important;
	display: inline-block;
}
input.payment_choice_input {
	width: 45%!important;
	display: inline-block;
	margin: 0!important;
}
input[type="checkbox"], input[type="radio"] {
	border: 1px solid #aaaaaa;
	vertical-align: middle;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 3px!important;
	border-radius: 3px!important;
	-webkit-box-sizing: border-box!important;
	width: 26px!important;
	height: 26px;
	background: #e2e2e2;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #e2e2e2) );
	background: linear-gradient( to bottom, #ffffff 0%, #e2e2e2 100% );
	cursor: pointer;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
	border: 1px solid #336600;
}
input[type="checkbox"]:checked:before, input[type="radio"]:checked:before {
	position: absolute;
	left: 1px;
	top: 16px;
	display: block;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	content: "";
	width: 10px;
	height: 4px;
	background: #005fc0;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after, input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	left: 9px;
	top: 16px;
	content: "";
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	width: 16px;
	height: 4px;
	background: #005fc0;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
.sub input[type="checkbox"] {
	border: 1px solid #aaaaaa;
	vertical-align: middle;
	-webkit-appearance: none;
	position: relative;
	margin: 0px;
	-webkit-border-radius: 3px!important;
	border-radius: 3px!important;
	-webkit-box-sizing: border-box!important;
	width: 16px!important;
	height: 16px;
	background: #e2e2e2;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #e2e2e2) );
	background: linear-gradient( to bottom, #ffffff 0%, #e2e2e2 100% );
}
.sub input[type="checkbox"]:checked {
	background: #99cc00;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #99cc00), color-stop(1.00, #87b400) );
	background: linear-gradient( to bottom, #99cc00 0%, #87b400 100% );
	border: 1px solid #336600;
}
.sub input[type="checkbox"]:checked:before {
	position: absolute;
	left: 0px;
	top: 9px;
	display: block;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	content: "";
	width: 8px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
.sub input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 6px;
	top: 8px;
	content: "";
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	width: 12px;
	height: 4px;
	background: #ffffff;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
textarea {
	width: 100%;
}
.copyright {
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
	font-size: 80%;
	color: #FFFFFF;
}
.topicpath {
	padding: 0 12px 0 0;
	margin: 0 0 15px 0;
	overflow: hidden;
	color: #FFFFFF;
	width: 620px;
}
ul.topicpath li {
	display: inline-block;
	font-size: 80%;
	list-style-type: none;
	letter-spacing: 0.05em;
}
ul.topicpath li a {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.block {
	display: block!important;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}
label {
	cursor: pointer;
}
.overflow {
	overflow: hidden;
}
.caution_col {
	background: #303030;
	margin: 0 0 20px;
	padding: 10px;
} 
.yellow_col {
	background: #fefbeb;
	margin: 0 0 20px;
	padding: 10px;
}
.gray_col {
	background: #f2f2f2;
	margin: 0 0 20px;
	padding: 10px;
}
#scrollUp {
	bottom: 20px;
	right: 20px;
	height: 38px;
	width: 38px;
	background: url(../images/top.png) no-repeat;
}
.width100 {
	width: 100%!important;
}
.white_radius_col {
    background: #FFFFFF;
    border: 1px solid #999999;
    padding: 5px;
    text-align: left;
    line-height: 2em;
    margin: 0 0 20px 0;
}
.fixed {
    width: 100%;
    position: fixed;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0;
}
.fixed .white_radius_col {
    background: #FFFFFF;
    border: 1px solid #999999;
    padding: 5px;
    text-align: left;
    line-height: 2em;
    margin: 0 0 20px 0;
    box-shadow: 0px 1px 3px #666666;
} 