@charset 'UTF-8';
/* -------------------------------↓
 * MainContents-メインコンテンツ
 */

#mainContents h5, #mainContents h4, #mainContents h3, #mainContents h2 {
	clear: both;
}
#mainContents h5, #mainContents h4, #mainContents h3, #mainContents h2 {
	line-height: 140%;
	margin: 0 0 15px;
}
#mainContents p {
	line-height: 180%;
	margin: 0 0 .7em;
	padding: 2px 0;
	font-size:1.5rem;
}
#mainContents table th,  #mainContents table td{
	font-size:1.5rem;
	text-align:left;
	vertical-align:top;
	padding:5px;
	line-height: 180%;
}
#mainContents ul li{
	font-size:1.5rem;
	padding:10px 0;
	line-height: 180%;
}
#mainContents h2 {
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	padding: .5em 0 0;
	font-family: serif;
}
#mainContents h2.c_title {
	text-align: right;
}
#mainContents h2.title {
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	padding: 1.5em 0 1em;
	font-family: serif;
}
#mainContents h2.pickup {
	margin: 15px 0 0;
	background: url(../images/pickup.png) no-repeat;
}
#mainContents h2.warranty {
	margin: 15px 0 0;
	background: url(../images/warranty.png) no-repeat;
}
#seriesDetail h3, #mainContents h3 {
	font-size: 140%;
	padding: 1.5em 0 .2em;
}
#mainContents h3.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}
#mainContents h3.lead {
	margin: 5px;
	padding: 1px;
	text-align: center;
	color: #f60;
}
#mainContents h4 {
	font-size: 120%;
	padding: 1.5em 0 .2em;
}
#mainContents h4.step {
	font-size:1.5rem;
	font-weight: bold;
	margin-top: 1.5em;
	padding: .2em 0 .2em 8px;
	border-left: 3px solid #ccc;
}
#mainContents p.gt_list {
	clear: both;
	padding: 10px 5px;
	text-align: right;
}
#mainContents ol, #mainContents ul {
	line-height: 160%;
	margin-left: 3em;
}
/* PAGETOP */
.pagetop {
	position:absolute;
}
.pagetop a {
	display: block;
	width: 35px;
	height: 35px;
}
hr {
	color: #000;
}
/*********************
*	newslist
dl.newslist {
	text-align: left;
	width: 100%;
	margin: 0 0;
	}
dl.newslist dd,
dl.newslist dt {
	line-height: 1.2em;
	border-top: 1px dotted #CCC;
	padding: 8px;
	}
dl.newslist dt {
	clear: left;
	float: left;
	width: 14%;
	height: 1.2em;
	margin: 0 0 0.8em 2px;
	}
dl.newslist dt span {
	color: #666;
	font-size: 12px;
		}
dl.newslist dd {
	float: left;
	width: 75%;
	padding-left: 0;
	}
#news.top dl.newslist dt {
	width: 80px;
	}
#news.top dl.newslist dd {
	width: 239px;
	}

#news a:visited,
#news a:link {
	text-decoration: none;
	}
#news a:hover,
#news a:active {
	text-decoration: underline;
	}
*/

/*********************
*	singlelist
*/

ul.singlelist {
	margin: 0 20px 15px 0;
	list-style: none;
	text-align: left;
}
ul.singlelist li {
	font-size: 100%;
	line-height: 1;
	margin: 30px 0 0 0;
	padding: 12px 0;
	border-top: 1px dotted #efefef;
}
ul.singlelist li.no_entry {
	padding: 30px;
	text-align: center;
	border: none;
	background: none;
	background: #efefef;
}
span.update {
	font-size: 84%;
	color: #999;
}

.t_clogo {
	display: block;
}
.t_clogo_sp {
	display: none;
} 
.clist_sp {
	display: none;
}
@media screen and (min-width:0) and (max-width:767px) {
    .t_clogo {
		display: none;
	}
	.t_clogo_sp {
		display: block;
		padding-left: 70px;
	}
	.clist_sp {
		display: block;
	}
}

.clogo {
	display: inline;
}
.clogo_sp {
	display: none;
} 
@media screen and (min-width:0) and (max-width:767px) {
    .clogo {
		display: none;
	}
	.clogo_sp {
		display: inline;
		padding-right: 10px;
	}
}

/*********************
*	boxlist
*/

#mainContents ul.boxlist {
	margin: 0 0 30px;
	list-style: none;
	text-align: left;
}
#mainContents ul.boxlist:after {
	font-size: .1em;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
ul.boxlist li {
	line-height: 1;
	float: left;
	width: 116px;
	height: 15em;
	margin: 1px;
	padding: 5px 20px 12px;
	text-align: center;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
@media screen and (min-width:0) and (max-width:767px) {
    ul.boxlist li {
		width: 45%;
		height: 16em;
		margin: 0.5%;
		padding: 5px;
		border: 1px solid #eee;
	}
}
#mainContents ul.boxlist li p {
/*	line-height: 1.8;*/
	line-height: 1.4;
	text-align: left;
}
#mainContents ul.boxlist li p span {
	font-size: 84%;
}
.thum {
	display: block;
	overflow: hidden;
	width: 100px;
	height: 120px;
	padding: 2px;
	text-align: center;
	background: #f0f0e1;
}
.thum2 {
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 120px;
	padding: 2px;
	text-align: center;
	background: #f0f0e1;
}
@media screen and (min-width:0) and (max-width:767px) {
	.thum {
		margin:0 auto;
		padding: 5px;
		/width: 100%;
		/width: 100%;
		/height: auto;
	}
	.thum img{
		/width: 80%;
		/height: auto;
	}
	.thum2 {
		margin:0 auto;
		padding: 5px;
	}
}
.new_icon {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 40px;
	height: 22px;
}
/* TEXT-SIZE */

.txt110 {
	font-size: 110%;
}
.txt90 {
	font-size: 90%;
}
.txt80 {
	font-size: 80%;
}
.notice {
	font-size: 120%;
	padding: 20px;
	color: #f00;
}
.notice2 {
	font-size: 150%;
	height: 100px;
	margin: 100px 20px;
	padding: 20px;
	color: #f00;
	border: 1px solid;
}
/*
.event_msg {
	clear: both;
	width: 920px;
	margin: 20px;
	text-align: left;
	font-size: 130%;
	padding: 10px 0;
	}
.blue {
	border: 2px solid #89AFDC;
	background: #1360BA;
	color: #000;
	}*/

.round {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	behavior: url(css/PIE.htc);
}
.boxshadow {
	background: #fff;
	-webkit-box-shadow: 3px 3px 13px #000;
	-moz-box-shadow: 3px 3px 13px #000;
	box-shadow: 3px 3px 13px #000;
	filter: progid: DXImageTransform.Microsoft.Shadow(strength=2, direction=135, color='#000');
	-ms-filter: 'progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = \'#CCC\')';
	behavior: url(css/PIE.htc);
}
/* ショッピングガイド */

.step_no {
	padding-right: 10px;
	color: #8a8a7b;
}
.step_img {
	width: 450px;
	padding: 10px 0 20px 50px;
	display: block;
}
.step_img_2 {
	width: 400px;
	padding: 10px 0 0 50px;
}
@media screen and (min-width:0) and (max-width:400px) {
	.step_img {
		width: 100%;
		padding: 10px 0 20px;
	}
	.step_img_2 {
		width: 100%;
		padding: 10px 0 0;
	}
}
/* FAQ */

.q {
	background: url(../images/_nav/question_mark.png) no-repeat 0 10%;
}
.q a span {
	display: block;
	padding-left: 30px;
}
.ans {
	background: url(../images/_nav/answer_mark.png) no-repeat 0 10%;
}
.ans span {
	display: block;
	padding-left: 30px;
}
.faqhead {
	margin: 0 -15px 15px -22px;
	padding: 5px 15px;
	border-bottom: 1px dashed #aaa;
	border-left: 7px solid #aaa;
	border-left: 7px solid rgba(0, 0, 0, .2);
}
.remark {
	color: #5e3000;
}
/* FAQ */

dl.faqs {
	line-height: 170%;
}
.faqs {
	padding: 10px 0 20px 10px;
}
.faqs dt {
	font-size: 110%;
	font-weight: bold;
	position: relative;
	padding: 3px 0 10px 30px;
	background: url(../images/_nav/question_mark.png) 0 10% no-repeat;
}
.faqs dt:hover {
	cursor: pointer;
}
.faqs dd {
	position: relative;
	clear: left;
	padding: 0 0 10px 30px;
	color: #333;
	background: url(../images/_nav/answer_mark.png) 0 0 no-repeat;
}
.faqs .hover {
	text-decoration: underline;
	color: #900;
}

dl.faqs img.sizekan {
	width: 600px;
}
@media screen and (min-width:0) and (max-width:599px) {
	dl.faqs img.sizekan {
		width: 100%;
	}
}
@media screen and (min-width:0) and (max-width:767px) {
	img.faq_banner {
		display: block;
	}
}
@media screen and (min-width:0) and (max-width:328px) {
	img.faq_banner {
		width: 100%;
	}
}

/* inquiry */

#inq_tel .inq_number {
	font-size: 180%;
	font-weight: bold;
	margin: 0 0 0 10px;
}
#inq_tel .shop_hour {
	/*color: #D63F27;*/
	margin: 0 0 0 10px;
	vertical-align: top;
}
/* LAW */

.w245 {
	width: 120px;
}
table.table-inner {
	line-height: 1.35;
	margin-bottom: 1em;
	empty-cells: show;
	border-spacing: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.table-inner th {
	padding: .4em;
}
table.table-inner th {
	font-weight: bold;
	background-color: #f6f6fa;
}
table.table-inner th, table.table-inner td {
	font-size: 92%;
	padding: .5em .8em;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.table-inner td p {
	font-size: 100%;
}
#mainContents h4.sttl_h4 {
	font-weight: bold;
	padding: 5px 10px;
	border-left: 5px solid #999;
	background: #eee;
	font-size:1.5rem;
}
table.rtrn {
	line-height: 1.4em;
	margin-bottom: 1em;
	empty-cells: show;
	border-spacing: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.rtrn th {
	padding: .4em;
}
table.rtrn th {
	font-weight: bold;
	background-color: #eee8dd;
}
table.rtrn th, table.rtrn td {
	font-size: 100%;
	padding: .5em .8em;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.rtrn td strong {
	color: #f60;
}
ul.cont {
	margin: 8px 0;
}
.right {
	text-align:right;
}

