@charset "utf-8";
.spec{
	width:90%;
	margin: 0 auto;
}
.spec h2{
	font-size: 1.5em;
}
.spec h3{
    margin-top: 1em;	
	color: #00a0e9;
    font-size: 1.5em;
    line-height: 2em;
	font-weight:200;
}
.spec ul li{
	line-height:1.8em;
	font-size:1em;
}
.spec p{
	font-size:0.8em;
	padding:0.5em 0 1em 0;
}

.spec a{text-decoration:underline;}

.table_spec {
    margin-bottom: 20px;
    border: #cccccc 1px solid;
    font-size: 14px;
    line-height: 23px;
}
.table_spec tr {
    border: #cccccc 1px solid;
}
.table_spec td {
    padding: 0.8em;
}
.spec .ppp tr {
    border: hidden;
    padding: 0;
    margin: 0;
}
.spec .ppp td {
    border: hidden;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 600px) {
.spec h3{
	font-size: 1.1em;
	font-weight:400;
}
.spec ul li{
	font-size:0.8em;
}
}