@charset "shift_jis";

#description, #products, #price, #service, #howto {
	margin-bottom: 35px;
}

/*---- 対象製品 ----*/

#products ul.products {
	list-style: disc;
	font-weight: bold;
	font-size: 14px;
	padding-left: 2.5em;
	margin-bottom: 10px;
	}


/*---- 料金 ----*/
#price table.price {
	width: 300px;
	margin: auto 10px 15px;
	border: 1px solid #666;
	border-collapse: collapse;
	color: #333;
	}

#price table.price th {
	border: 1px solid #666;
	background: #CCC;
	color: #333;
	height: 40px;
	width: 50%;
	padding: 3px;
	}

#price table.price td {
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}


/*---- 点検サービス内容 ----*/
#service h5 {
	margin-bottom: 0;
	}

.color_or{ color:#F98607;}

#price2 table.price2 {
	width: 300px;
	margin: auto 10px 15px;
	border: 1px solid #666;
	border-collapse: collapse;
	color: #333;
	}

#price2 table.price2 th {
	border: 1px solid #666;
	background: #CCC;
	color: #333;
	height: 40px;
	padding: 3px;
	}

#price2 table.price2 td {
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	}

/* 注釈 */
ul.annotation{
	list-style-type: none;
	margin: 0;
}
ul.annotation li{
	list-style-type: none;
	text-indent: -10px;
	margin-bottom: 5px;
	padding: 0px;
	margin-left: -20px;
}

.contents_area ul.annotation{
	margin-left: 15px;
}
.caution_3 {
    padding: 10px;
    width: 94%;
    background: #DEEEFE;
	margin: 10px 0px 35px 5px;
}

#mtop{ margin-top:25px;}
#mbottom{ margin-bottom:25px;}
.table{ margin-top:20px;
		margin-bottom:15px;}
#mk {margin-left: 3px;}
#mk li{text-indent: -3em;padding-left: 1em;}
.th_color th{ background:#DEEEFE; color:#000;}


/*★★★★★横幅が600px〜767px時★★★★★*/
@media (min-width: 600px) and (max-width: 767px){
	#ttop{ margin-top:-25px;}
	}

/*★★★★★横幅が最大で599px時★★★★★*/
@media (max-width:599px) {
.caution_3 {
    padding: 10px;
    width: 92%;
    background: #DEEEFE;
	margin: 10px 0px 35px 5px;
}
.mleft{margin-left:20px;}
.table th, tr, td {font-size: 14px;}
#ttop{ margin-top:-25px;}
#kp{margin-bottom:25px;}
}
