@charset "utf-8";
/* CSS Document */

.dl_wrapper{width: 960px; margin:60px auto;}
.dl_wrapper ul li a:hover{opacity: 0.8;}
.first_list,.second_list{text-align:center;}
.first_list li{padding: 60px 0;}
.second_list li{padding: 6px 0;}
h2{
	text-align: center!important; 
	width:100%;
	font-size:36px;
	color: #3E3A39; 
	line-height: 1.5em;
	padding-bottom: 30px;
}
h3{
	text-align: left; 
	font-size:24px;
	color: #3E3A39; 
	line-height: 1.5em;
	padding-top: 30px;
	padding-bottom: 10px;
}


/*series_frameメインスタイル情報はm_products.css内*/
.series_frame{border-top: solid 3px #E10012;border-bottom: solid 3px #E10012;padding-bottom: 15px;margin-top: 20px;}

.r_contents {
	display: flex;
	flex-direction: column;
	width: 500px;
	align-items: center;
}

.u_contents {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.l_contents {
	width: auto;
	display: inline-block;
}

.text_honbun {
	font-size: 17px;
	line-height: 36px;
}
.vd_img {
	border: solid 1px #00A0E9;
	width: 440px;
	height: auto;
	display: inline-block;
	margin-top: 30px;
}
.vd_img img{
	border: solid 3px #FFF;
	text-decoration: none;
}
.vd_img a:hover {opacity: 0.8;}
.vd_cap01{
	font-size: 15px;
	color:#fff;
	background: #00A0E9;
	display: inline-block;
	width: 100%;
	border-left: solid 3px #FFF;
	border-right: solid 3px #FFF;
	border-bottom: solid 3px #FFF;
	box-sizing: border-box;
	padding: 7px 0px;
	text-align: center;
	text-decoration: none;
}
.d_contents {
	display: flex;
	flex-wrap: wrap;
}
.port_img{
	width: 295px;
	height: 275px;
	border: solid 1px #595757;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 20px;
}
.port_img img{
	margin: 10px 0;
	height: 183px;
	width: auto;
}
.name_d{
	font-size: 18px;
    color: #666;
    line-height: 20px;
    padding-top: 8px;
	padding-bottom: 5px;
	font-weight: bold;
}
.name_model{
	font-size: 13px;
    color: #666;
    line-height: 20px;
    padding-top: 8px;
	margin-left: 20px;
	margin-right: 5px;
	padding-bottom: 5px;
}
.name_cap01{
	font-size: 15px;
	color:#fff;
	background: #00A0E9;
	display: inline-block;
	width: 100%;
	border-bottom: solid 3px #FFF;
	box-sizing: border-box;
	padding: 7px 0px;
	text-align: center;
}
.d_contents a:hover{
	text-decoration: none;
	opacity: 0.8;
}