@charset "UTF-8";

/* 全体のテキスト */
p{
    line-height: 1.5em;
}	

/* スペック */
.set_content{
	width:100%;
	display: flex;
	flex-flow: row nowrap;
	margin:40px 0 50px 0; /* 上下左右余白 */
	padding:0;
}

.set_img{
	line-height: 0em;
	width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.set_img > img {
    margin-top:20px;
}
	
.set_spec{
    margin-right:80px;
}

table{
	width:325px;
	border-collapse:collapse;
    margin-top:40px; /* テキスト表上余白 */
}

caption{
	font-weight: 700;
	font-size:14px;
	margin-bottom:10px;
}


td{
    border-bottom:solid 1px #CCCCCC;
    border-top:solid 1px #CCCCCC;
	padding:9px 0;
	font-size:13px;
}

td:first-of-type{
    width:90px;
}

td[colspan="2"]{
    border-bottom:0px;
}

.maker{
    margin:20px 0 80px;
}