@charset "UTF-8";

.mr20 {margin-right: 20px !important; }
.ml20 {margin-left: 20px !important; }
.mt00 {margin-top: 0px !important; }
.mt20 {margin-top: 20px !important; }
.mt30 {margin-top: 30px !important; }
.mt40 {margin-top: 40px !important; }
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mr00 {margin-right: 0px !important;}

.wp10{width: 10%;}
.wp20{width: 20%;}
.w250{width: 250px;}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
section{
	padding-top: 50px;
	margin-top: -50px;
	margin-bottom: 50px;
}

/* Common */


h1 {padding-top: 7px; }
.btnSocial ul
{
	display: block;
	min-height: 1%;
}

.btnSocial ul:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html .btnSocial ul{height: 1%;}

.btnSocial {
	float: right;
	margin-bottom:10px;}
	@media screen and (max-width: 600px;) {
		.btnSocial{margin-top:20px; }
	}

	.btnSocial tr {
		display: inline-block;
		text-align: right;
		line-height: 0 !important;
	}
	.btnSocial tr td {
		display: inline-block;
		padding-left: 10px;
	}

	.col-2-L,.col-2-R{
		box-sizing: border-box;
		width: 50%;
	}
	.col-2-L{float: left;padding-right: 15px;}
	.col-2-R{float: right;padding-left: 15px;}

	.h3-bar-red,.h3-bar-gray,.h3-underbar{
		box-sizing: border-box;
		padding-top: 12px;
		display: block;
		text-align: center;
		height: 46px;
		color: #fff;
		font-weight: bold;
		font-size: 24px;
		margin-bottom: 30px;
	}

	.h3-bar-red{background-color: #29b9cc;}
	.h3-bar-gray{background-color: #999;}
	.h3-underbar{
		text-align: left;
		color: #000;
		border-bottom: 2px solid #000;
	}
	.h4-review{
		font-size: 16px;
		line-height: 1.6rem;
	}

	.btn-item{
		box-sizing: border-box;
		display: block;
		width: 322px;
		height: 80px;
		border: 1px solid #ccc;
		padding: 4px;
	}
	.btn-item span{
		font-size: 16px;
		font-weight: bold;
		margin-left: 1rem;
		color: #000;
		text-decoration: none;
	}

	.btn-item:hover{
		color: #064093;
		background-color: #eee;
	}
	.btn-item:hover{text-decoration: none !important;}

	div.coming-soon{
		box-sizing: border-box;
		background-color: #eee;
	}
	div.coming-soon span{
		font-size: 18px;
		font-weight: bold;
		color: #999;
		margin-left: 10px;
	}
	.icn-soon{
		padding-top: 16px;
		padding-right: 20px;
		float: right;
	}

	.p-name{
		line-height: 2rem;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.p-name img,div.coming-soon img,.btn-item img{
		vertical-align: middle;
	}

	.btn-blue{
		display: inline-block;
		font-size: 16px;
		padding: 5px 50px 5px 50px;
		color: #064093 !important;
		border: 1px solid #064093;
		border-radius: 3px;
	}
	.btn-blue:hover{
		background-color: #eee;
		text-decoration: none;
	}

	.float-R{float: right;}

	.btn-area li{
		float: left;
		margin-right: 10px;
	}

	p.headCopy{
		font-size:1.3em;
		padding:30px 20px;
		color:#555555;
	}

	@media screen and (max-width: 600px) {
		p.headCopy{
			padding:10px;
			margin-top: 10px;
		}
	}


	h2.special {
		text-align: center;
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: 20px;
		font-weight: bold;
	}
	@media screen and (max-width: 600px) {
		h2.special {
			font-size: 1.4em;
			padding: 10px;
		}
	}

	div.review
	{
		padding-top:20px;
		clear:both;
	}

	div.reviewImg
	{
		float:left;
		width:415px;
		padding-right:35px;
		padding-bottom:30px;
	}
	@media screen and (max-width: 600px) {
		div.reviewImg {
			width:100%;
			padding-right:0;
		}
	}

	div.reviewImgCap{
		margin-left:15px;
		margin-right:15px;
		width:415px;
	}
	@media screen and (max-width: 600px) {
		div.reviewImgCap {
			width:90%;
		}
	}

	div.reviewCont{
		padding-left:15px;
		padding-top:15px;
	}

	h3.special{
		overflow: hidden;
		width:520px;
		margin-bottom:20px;
		line-height:1.4em;
		border-bottom:dotted 2px #333;
		font-size:21px;
		font-weight:bold;}
		@media screen and (max-width: 600px) {
			h3.special {
				width:94%;
				font-size:1.4em; 
			} 
		}

		p.reviewTxt
		{
			font-size:1.2em;
			margin-right:25px;
		}
		@media screen and (max-width: 600px) {
			p.reviewTxt{
				margin-right:15px;
				padding-bottom:15px; 
			} 
		}

		p.footCopy
		{
			clear:both;
			font-size:1.3em;
			margin-left:20px;
			margin-right:20px;
			margin-top:40px;
			color:#555555;
		}

		.itemList:after
		{
			clear: both;
			content:".";
			display: block;
			height: 1;
			visibility: hidden;
		}

		* html .itemList
		{
			height: 1%;

		}

		div.itemList
		{
			padding:10px;
			background-color:#dfdfdf;
			margin-bottom: 40px;
		}

		h4.itemTitle
		{
			background-color:#ccc;
			font-size:1.2em;
			font-weight:bold;
			padding-top:2px;
			padding-bottom:2px;
			padding-left:10px;
			margin-top:40px;
			margin-bottom:10px;
		}

		div.item
		{
			clear:both;
			padding:20px;
		}


		div.item dl
		{
			width:470px;
			float:right;
			background-color:#dfdfdf;
			padding:10px;
		/*margin:20px;*/}
		@media screen and (max-width: 600px) {
			div.item dl {
				width:90%;
				margin:10px;
			}
		}

		div.item dt
		{
			font-weight:bold;
			font-size:1.5em;
		}

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

		a:hover.more
		{
			display: block;
			width: 250px;
			height: 35px;
			background-position: right bottom;
			background-repeat: no-repeat;
			margin-right:auto;
			margin-left:auto;
			margin-top:25px;
		}
		@media screen and (max-width: 600px) {
			a:hover.more {
				width:100%; 
			} 
		}

		a.more
		{
			display: block;
			width: 250px;
			height: 35px;
			background-position: left top;
			background-repeat: no-repeat;
			margin-right:auto;
			margin-left:auto;
			margin-top:25px;
		}
		@media screen and (max-width: 600px) {
			a.more {
				width:100%; 
			} 
		}


		.bnr_main{margin-bottom:20px;}
		@media screen and (max-width: 600px) {
			.bnr_wrapping{
				width:100%;
				margin-bottom:0px;
			} 
		}	

		@media screen and (max-width: 600px) {
			.btn-area li{
				float: none;
				margin-right: 0px;
				margin-bottom: 10px;
			}
			.btn-item{width: 100%;}
			.col-2-L,.col-2-R{
				float: none;
				width: 100%;
				padding: 0;
			}
			.h3-bar-red,.h3-bar-gray{
				font-size: 18px;
			}

			.coming-red{
				height: 40px;
			}
			.icn-soon{
				padding-top: 8px;
				padding-right: 10px;
			}
			div.coming-soon{
				margin-bottom: 10px;
			}
		}


		div.product {	
			width: 100%;
			margin-bottom:20px;
		}
		@media screen and (max-width: 600px) {
			div.product {
				width: 100%;
				overflow: hidden;
			}
		}

		div.product_tit {
			font-weight:bold;
			font-size:1.2em;
			color:#808080;
		}

		div.product ul {
			margin-top:20px;
			clear:both;
		}
		@media screen and (max-width: 600px) {
			div.product ul {
				margin: 0 auto; 
			} 
		}	
		div.product ul li {
			display:inline-block;
			float: left;
			list-style: none; 
			width: 285px; 
			margin:10px 5px;
		}
		div.product ul li img {
			padding: 0px;
			width:100%;
			border:#CCC 1px solid;
		}
		div.product ul li p {
			margin-bottom:10px;
		}
		@media screen and (max-width: 600px) {
			div.product ul li {
				vertical-align: top;
				float: none;
				width: 45%;
				margin: 0 auto;  
			} 
			div.product ul li.odd {
				margin-right: 0; 
			}
			div.product ul li img {
				width: 100%;
				padding: 0px;
				margin: 10px 10px 0px; 
			}
			div.product ul li p {
				width: 100%;
				padding: 0px;
				margin: 0px 10px; 
			}
		}

		.cont-line{
			width: 100%;
			height: 2px;
			background-color: #8e6d27;
			margin-top: 30px;
			margin-bottom: 30px;
		}


		/*# sourceMappingURL=base.css.map */
		#read-txt{
			margin-bottom: 30px;
		}
		#read-txt h3{
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		#read-txt p{
			font-size: 16px;
		}
		.bk-gray{
			background-color: #cef0ff !important;
			font-weight: bold;
		}
		.text-center{
			text-align: center;
			font-weight: bold;
		}

		.clickable tr:hover {
			background-color: #f7fafe;
			cursor: pointer;
			color: #285bff;
		}

		table {
			box-sizing: border-box;
			width: 100%;
			font-size: 14px;
			border-collapse: collapse;
			border-spacing: 0;
		}
		table th, table td {
			box-sizing: border-box;
			padding: 10px 15px 10px 15px;
			text-align: center;
		}

		table.all-frame-tbl td {border: 1px solid #d4d4d4;}
		table.all-frame-tbl th {
			background-color: #f4f4f4;
			border: 1px solid #d4d4d4;
		}
		table.all-frame-tbl thead {background-color: #f4f4f4;}

		table.frame-tbl td {
			border-top: 1px solid #d4d4d4;
			border-bottom: 1px solid #d4d4d4;
		}
		table.frame-tbl th {
			background-color: #f4f4f4;
			border-top: 1px solid #d4d4d4;
			border-bottom: 1px solid #d4d4d4;
		}

		table.no-frame-tbl th, table.no-frame-tbl td {
			border: none;
			padding-top: 0;
		}

		table.team-tbl {border-top: 1px solid #ccc; }
		table.team-tbl .flag {width: 30px; }

		table.tbl-todo {font-size: 12px; }
		table.tbl-todo th {
			width: 25%;
			vertical-align: top;
			text-align: center;
			background-image: url("/common/img/blue-line.gif");
			background-repeat: no-repeat;
			background-position: center;
		}
		table.tbl-todo th, table.tbl-todo td {
			padding: 10px;
			border-bottom: 1px dotted #ccc;
		}
		table.tbl-todo tr:first-child th {background-position: top; }
		table.tbl-todo tr:last-child th {background-position: bottom; }
		table.tbl-todo tr:last-child th, table.tbl-todo tr:last-child td {border: none; }


		@media screen and (max-width: 639px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
			.sp-mode {
				border-bottom: 1px solid #d4d4d4;
			}
			.sp-mode td, .sp-mode th {
				width: 100% !important;
				display: block;
				box-sizing: border-box;
				border-bottom: none !important;
			}
			.sp-mode td {
				border-top: 1px solid #d4d4d4;
				border-bottom: none !important;
			}
			.sp-mode th {
				background-color: #f4f4f4;
				border-bottom: none;
			}
			table.no-frame-tbl th {background-color: #fff; }
			table th, table td {	padding: 10px; }
		}

		.info-box{
			border-bottom: 1px dotted #ccc;
			margin-bottom: 40px;
			padding-bottom: 20px;
		}
		.info-box h3{
			font-size: 16px;
			font-weight: bold;
			margin-bottom: 10px;
		}

		.car-list li{
			float: left;
		}

		.car-list li a{
			display: block;
			box-sizing: border-box;
			width: 230px;
			text-align: center;
			background-color: #ddd;
			margin: 1px;
			padding: 10px 0;
			font-size: 16px;
		}
		.car-list li a:hover{
			text-decoration: none;
			color: #00205b;
			background-color: #cef0ff;
		}
		table.no-frame-tbl{margin-bottom: 0;}
		table.no-frame-tbl th, table.no-frame-tbl td{
			border: none !important;
		} 
		.tbl-li{}
		.tbl-li li{
			float: left;
		}
		.tbl-li p{margin-bottom: 0;}
		.icn-box{width: 490px;}
		.tbl-box{
			width: 650px;
			margin-right: 20px;
		}

		@media screen and (max-width: 639px), only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
						.icn-box,.tbl-box{width: 100%;}
			.tbl-box{margin-bottom: 20px;}

			.car-list li{
				width: 49%;
				margin-right: 1px;
			}
			.car-list li a{width: 100%;}
			section{
				padding-top: 20px;
				margin-top: 20px;
				margin-bottom: 20px;
			}
			#car01,#car02,#car03,#car04,#car05,#car06,#car07,#car08,#car09,#car10,#car11,#car12,#car13,#car14,#car15{
				padding-top: 45px;
				margin-top: -45px;
			}
		}