@charset "utf-8";

/* common.css
---------------------------------------------*/

.lh12 { line-height: 1.2 ; }
.lh14 { line-height: 1.4 ; }
.lh16 { line-height: 1.6 ; }
.lh18 { line-height: 1.8 ; }
.lh20 { line-height: 2.0 ; }

.mt0{ margin-top:0 !important; }
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt25{ margin-top:25px !important; }
.mt30{ margin-top:30px !important; }

.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }

.mr5{ margin-right:5px !important; }
.mr10{ margin-right:10px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }

.ml10{ margin-left:10px !important; }
.ml15{ margin-left:15px !important; }
.ml20{ margin-left:20px !important; }

.p-single-product-freearea img{ margin: 0 auto; }

.freeWrap{ padding-bottom: 50px; }
.freeWrapInner{	width: 690px; margin: 0 auto; }
@media screen and (max-width: 767px){
	.freeWrap{ overflow-x: scroll; }
}

/* common.css END
---------------------------------------------*/

	.tcRed{ color: #E30012; }
	.taC{ text-align: center; }
	.taR{ text-align: right; }
	.fs14{ font-size: 14px; }

	.clearfix::after {
		content: "";
		clear: both;
		display: block;
	}


.default p {
	margin-bottom: 10px;
}

.default h2{
	margin-top: 20px;
}
.default h3{
	margin: 10px 0 5px;
}

.boxWrap{
	padding: 0;
	margin-bottom: 10px;
}
.boxInner{
	width: 330px;
	min-height: 200px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.boxInner.wide{
	width: 670px;
}
.boxInner p{
	margin-top: 10px;
}
.boxInner .boxImg{
	float: left;
	margin-right: 10px;
}
.boxInner .boxText {
	font-size: 14px;
	line-height: 1.4;
	padding: 5px;
	margin-left: 150px;
}
.boxInner .boxLinkImg{
	text-align: right;
	padding: 0 10px;
}
.boxInner .boxLinkImg img{
	display: inline-block;
	width: 91px;
	height: 23px;
}

.smallRed{
	color: #FF0000; 
	font-size: 11px; 
}

.securityTable{
	margin: 10px 0 30px;
}
.securityTable .style01{
	width: 670px;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 5px 0;
}
.securityTable .style01 tr td {
	border: 1px solid #999999;
	padding: 4px 2px 8px;
	font-size: 14px;
	line-height:1.4;
	vertical-align:middle;
	text-align:center;
}
.securityTable .style01 a {
	color: #065fd4;
	text-decoration: underline;
}

.default .title {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.default .title {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.default p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.default a:hover *{
	opacity: 0.8;
}


