
@charset "Shift_JIS";


#mainCntArea {
	/* font-family:'メイリオ', Meiryo; */
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}


/*===========================================
	pregArea_01
=============================================*/
div.pregArea_01 {
	width: 700px;
	margin: 0px auto 30px auto;
	padding: 0px;
}
div.pregArea_01 div.pregBox {
	width: 670px;
	margin: 15px auto 0 auto;
	padding: 0px;
}
div.pregArea_01 div.pregBox-dotLone {
	width: 670px;
	margin: 20px auto 0 auto;
	padding: 20px 0 0 0;
	border-top:#999 1px dotted;
}


.st {
    background: #E5E5E5;
    padding: 5px 10px;
	margin-top:30px;
	font-size:1.2em;
	clear:both;
}


/* 個別製品情報 */
.productsArea {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #C0C0C0;
	clear:both;
}
.productsArea-noLine {
	clear:both;
}
.productsArea .imgArea,
.productsArea-noLine .imgArea {
	width:180px;
	text-align:center;
	margin:0 0 0 20px;
	float:left;
}
.productsArea .txtArea,
.productsArea-noLine .txtArea {
	width:470px;
	float: right;
	margin:0px;
}
.productsArea .txtArea span,
.productsArea-noLine .txtArea span {
	margin-bottom:10px;
	margin-right:10px;
	white-space:nowrap;
	float:left;
}
.series {
	font-size:1.5em;
	margin-bottom:3px;
}
.check {
    clear: both;
    font-size: 11px;
    margin-top: 3px;
}
.model span {
	border:#CCCCCC 1px solid;
	padding:5px;
}
.img {
	margin-top:5px;
	text-align:center;
}

.pc-none {
	display:none;
}

/*===========================================
	unit
=============================================*/
div.unit {
	width:720px;
	overflow:hidden;
}
div.unit ul {
	list-style:none;
}
div.unit li {
    width: 170px;
    clear: none;
    float: left;
    margin-right: 10px;
    padding-bottom: 15px;
}
.figure {
    float: left;
    margin-right: 10px;
}
.content {
    background: url("/support/share/images/arrow_black.png") no-repeat left 2px;
    line-height: 16px !important;
    margin-left: 60px;
    padding-left: 12px;
}
div.unit li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


ul.txtlink {
	margin:0;
	padding:0;
	list-style:none;
}
ul.txtlink li {
    background: url("/share/images/arrow_black.gif") no-repeat 0 0.4em;
	margin:0 0 5px 0;
    padding: 0px 0 0 13px;
    float: none;
}






@media (max-width: 640px) {
	
	div.pregArea_01 {
		width: auto;
	}
	div.pregArea_01 div.pregBox,
	div.pregArea_01 div.pregBox-dotLone {
		width: auto;
	}
	div.img img {
		max-width:320px;
		width:100%;
		height:auto;
	}
	
	.productsArea-noLine .imgArea,
	.productsArea .imgArea {
		width: auto;
		text-align:center;
		margin:0px;
		float: none;
	}
	.productsArea-noLine .imgArea img,
	.productsArea .imgArea img {
		max-width:100%;
		height:auto;
	}
	.productsArea-noLine .txtArea,
	.productsArea .txtArea {
		width: auto;
		float: none;
		margin:15px 0px 0 0px;
	}
	.productsArea-noLine .txtArea span,
	.productsArea .txtArea span {
		margin-right:0px;
		white-space: normal !important;
		float: none;
	}
	
	.model span {
		display:block;
	}

	.pc-none {
		display:block;
	}
	.mq-none {
		display:none;
	}
	
	/*===========================================
		unit
	=============================================*/
	div.unit {
		width: auto;
	}
	div.unit li {
		width: auto;
		float: none;
		margin-right: 0px;
		clear:both;
	}
}





/*===========================================
	clearfix 
=============================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


/*===========================================
	clear_both
=============================================*/
.clear_both {
	clear: both;
}


/*===========================================
	Space
=============================================*/
.mt_00 {
	margin: 0px;
}
.mt_05{
	margin-top:5px;
}
.mt_10 {
	margin-top:10px;
}
.mt_15 {
	margin-top:15px;
}
.mt_20 {
	margin-top:20px;
}
.mt_25 {
	margin-top:25px;
}
.mt_30 {
	margin-top:30px;
}
.mt_35 {
	margin-top:35px;
}
.mt_40 {
	margin-top:40px;
}
.mt_45 {
	margin-top:45px;
}
.mt_50 {
	margin-top:50px;
}

.font-L {
    font-size: 15px;
	margin-bottom:3px;
}
.font-S {
    font-size: 11px;
}
