@charset "UTF-8";

/*
 * ================================================
 *
 * [interior coating]
 *
 * ================================================
 */

.mainCopy {
	margin:15px 0;
}
	.mainCopy .mainTxt {
		font-size:20px;
		font-weight:bold;
		margin-bottom:15px;
	}

.subCopy {
	padding-bottom:20px;
}

.txtStg {
	font-weight:bold;
	color:#FF8C00;
}

h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0 10px;
}

.Inner_link_Area .Inner_link_wrapper {
	border:1px solid #666666;
	margin:25px 0 30px 0;
	padding:15px;
}

.Inner_link_Area .Inner_link_wrapper ul,
.Inner_link_Area .Inner_link_wrapper ul li {
	line-height:2.0;
}

.Inner_link_Area .Inner_link_wrapper ul li a {
	text-decoration:underline;
}

.Inner_link_Area .Inner_link_wrapper ul li a:hover {
	text-decoration:none;
}

.IC_mainArea h3 {
	margin-bottom: 15px;
}

.IC_mainArea h3.mg_t {
	margin-top: 50px;
}

.IC_mainArea img {
	width: 100%;
}

.IC_mainArea .disp_SP ,
.IC_mainArea .disp_SP_T {
	display:none;
}

.IC_Vox {
	overflow: hidden;
	margin-bottom: 20px;
}

.IC_Vox .photo {
	float: left;
	width: 324px;
}

.IC_Vox .detail {
	float: right;
	width: 340px;
	height: 220px;
	position: relative;
}
	.IC_Vox .detail h4 {
		width: auto;
		color: #0000ff;
		border: none;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 1em;
		line-height: 1.5;
	}
		.IC_Vox .detail h4 span {
			font-size: 15px;
			color: #231815;
			display: block;
			font-weight: bold;
		}

.hikaku_table table {
	border-collapse:collapse;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	width: 100%;
}
	.hikaku_table table th {
		background-color:#eeeeee;
		width:20%;
	}
	.hikaku_table table td {
		width:40%;
	}
	.hikaku_table table th ,
	.hikaku_table table td {
		padding:10px 8px;
		border-right:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		vertical-align:middle;
		line-height:2.0;
	}
		.hikaku_table table td strong {
			color:#FF8C00;
			font-weight:bold;
		}

.PriceList .desc {
	background-color:#eeeeee;
	padding: 10px;
	line-height:1.4;
}

.PriceList .memo {
	line-height:1.4;
	text-align:left;
}

.PriceList table {
	border-collapse:collapse;
	width: 100%;
	margin-bottom: 20px;
}
	.PriceList table.bgColor {
		background-color: #fefeea;
	}
	.PriceList table tr {
		border-bottom: 1px dashed #999999;
	}
	.PriceList table th {
		font-weight: bold;
		padding: 8px;
		white-space:nowrap;
		text-align: center;
		vertical-align:bottom;
		line-height:1.4;
	}
	.PriceList table td {
		padding: 8px;
		text-align: center;
		vertical-align:middle;
		line-height:1.2;
		white-space:nowrap;
	}
	.PriceList table td.ta_l {
		text-align: left;
	}
	.PriceList table td span.fsize_s {
		font-size: 11px;
	}
	.PriceList table td.fsize_l {
		font-size: 18px;
	}

.infoArea {
	display: table;
	width:92%;
	border:3px double #0095B1;
	margin:20px auto;
}
	.infoArea .infoAreaTtl {
		display: table-cell;
		width:150px;
		vertical-align:middle;
	}
	.infoArea .infoAreaTxt {
		display: table-cell;
		vertical-align:middle;
		padding:0 20px;
	}
	.infoArea .infoAreaTxt p {
		font-weight:bold;
		font-size:18px;
		color:#0095B1;
	}
		.infoArea .infoAreaTxt p a {
			font-weight:bold;
			text-decoration:underline;
			color:#333333;
		}
		.infoArea .infoAreaTxt p a:hover {
			text-decoration:none;
			color:#000000;
		}
		.infoArea .infoAreaTxt p span.tel {
			color:#000000;
			font-size:22px;
		}

.column3ImageWrap {
	width: 100%;
	margin: 20px 0;
}

.column3ImageArea li {
	position: relative;
	display: block;
	width: 220px;
	height: 150px;
	border: 1px solid #ccc;
	float: left;
	margin: 0 20px 10px 0;
	overflow: hidden;
	text-align: center;
}
	.column3ImageArea li a {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 1000%;
		height: 2000px;
		line-height: 2000px;
		margin:-1000px 0 0 -500%;
		text-align: center;
	}
		.column3ImageArea li a img {
			height: 150px;
			width: auto;
			vertical-align: middle;
		}

.customExampleWrap {
	width: 100%;
	margin: 20px 0;
}

.customExampleImage li {
	position: relative;
	display: block;
	width: 167px;
	height: 150px;
	border: 1px solid #ccc;
	float: left;
	margin: 10px 10px 0 0;
	overflow: hidden;
}
	.customExampleImage li a {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 1000%;
		height: 2000px;
		line-height: 2000px;
		margin:-1000px 0 0 -500%;
		text-align: center;
	}
		.customExampleImage li a img {
			height: 150px;
			width: auto;
			vertical-align: middle;
		}


/*---------------------------
*	larger 1000
*----------------------------*/
@media screen and (min-width:1000px) {
	.column3ImageArea li:nth-child(3n) {
		margin-right: 0;
	}
	.customExampleImage li:nth-child(4n) {
		margin-right: 0px;
	}
	.productArea.clearfix2 iframe{
    width: 90%;
}
}

/*---------------------------
*	タブレット
*----------------------------*/
@media screen and (min-width: 681px) and (max-width: 999px) {
	.IC_Vox .photo {
		width: 50%;
	}
		.IC_Vox .photo img {
			width:90%;
		}
	.IC_Vox .detail {
		width: 50%;
		height: auto;
	}

	.PriceList table th,
	.PriceList table td {
		white-space:normal;
	}

	.column3ImageArea{}
		.column3ImageArea li {
			width: 30%;
			margin-right:5%;
		}
		.column3ImageArea li:nth-child(3n) {
			margin-right: 0;
		}

	.customExampleImage {
		clear: both;
	}
	.customExampleImage li {
		width: 31%;
		margin: 10px 3% 0 0;
		float: left;
	}
	.customExampleImage li:nth-child(3n) {
		margin-right: 0px;
	}
	.customExampleImage img {
		width:100%;
	}

	.productArea.clearfix2 iframe{
    width: 90%;
}

}

/*---------------------------
*	スマートフォン
*----------------------------*/
@media screen and (max-width: 680px) {
	.IC_Vox {
		overflow: hidden;
		margin-bottom: 30px;
	}
	.IC_Vox .photo {
		float: none;
		width: 100%;
		margin-bottom:15px;
	}
	.IC_Vox .detail {
		float: none;
		width: 100%;
		height: auto;
	}
		.IC_Vox .detail h4 {
			width: auto;
			color: #0000ff;
			border: none;
			margin-bottom: 0.5em;
		}
			.IC_Vox .detail h4 span {
				color: #231815;
			}

	.IC_mainArea .disp_SP {
		display:inline;
	}
	.IC_mainArea .disp_SP_T {
		display:table;
	}
	.IC_mainArea .disp_PC {
		display:none;
	}

	.PriceList table th,
	.PriceList table td {
		white-space:normal;
		vertical-align:top;
		padding:8px 2px;
	}
		.PriceList table td span.price {
			color:#0095B1;
		}
		.PriceList table.bgColor td span.price {
			font-size:18px;
		}

	.infoArea .infoAreaTtl {
		display:none;
	}
	.infoArea .infoAreaTxt p {
		text-align:center;
	}

	.column3ImageArea {}
		.column3ImageArea li {
			width: 48%;
			margin-right: 4%;
		}
		.column3ImageArea li:nth-child(2n) {
			margin-right: 0;
		}

	.customExampleImage {
		clear: both;
	}
	.customExampleImage li {
		width: 49%;
		margin: 10px 2% 0 0;
		float: left;
	}
	.customExampleImage li:nth-child(2n) {
		margin-right: 0px;
	}
	.customExampleImage img {
		width: 100%;
	}

	.youtube_video {
    text-align:  center;
}

.youtube_video iframe {
    width: 100%;
}

.productArea.clearfix2 iframe{
    width: 90%;
}

}

.productArea.clearfix {
    border: 3px solid #dddddd;
    margin: 25px 0 30px 0;
    padding: 15px;
}

.productArea.clearfix2 {
    border: 3px solid #dddddd;
    margin: 0px 0 30px 0;
    padding: 15px;
    text-align:  center;
}
