﻿@charset "utf-8";
/* CSS Document */

/* --------------- 分類で探す --------------- */

/* メインコンテンツ */

#main_body{

	width: 1000px;
	margin: 0px auto;

}

#main_l{

	width: 750px;
	/*height: 500px;*/
	margin-top: 20px;
	/*background-color: #00dd00;*/
	float: left;
}

#post {
	
	width: 750px;
	margin: 0 0 40px 0;	
	
}

h3 {
	position: relative;
	margin-top : 20px;
	padding-bottom: .5em;
	border-bottom: 3px solid #ccc;
}
h3::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #4d91d6;
}

.right {
	
	text-align: right;
	
}

.vent_box{
	
	width: 169px;
	height: 350px;	
	margin: 10px 10px 20px 0px;
	padding: 3px;
	
	border-width: thin;
	border-color: #c0c0c0;
	border-style: solid;
	background-color: #ffffff;
	
	border-radius: 3px;        /* 角丸 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	
	text-align: center;
	float: left;
	overflow: hidden;

}

.vent_box_hr{

	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 2px;

}

.img_post {

	margin: 10px 5px 10px 5px;
	max-width: 150px;
	max-height: 150px;

}

.product { /* 製品名・定価 */
	
	text-align: left;
	font-weight: bold;
	margin: 5px;
	
}

.information { /* 材質等 */
	
	text-align: left;
	font-size: 12px;
	line-height: 150%;	
	margin: 5px;
	
}

/* おすすめコンテンツ側 */
#main_r{

	width: 250px;
	margin-bottom: 20px;
	float: left;

}

#div_image1{

	position: absolute;
	width: 250px;
	text-align:center;
	z-index: 1;
	
}

#div_image2{

	position: absolute;
	width: 250px;
	height: 150px;
	z-index: 2;
	
}

/* カタログ・資料請求 */
#catalog{
	
	width: 250px;
	padding-top: 50px;
	text-align: center;
	
}

/* ポストの図面、その他の資料のダウンロードボタンを設置、ＰＤＦをダウンロード 20210223 ADD START */
/* 仕様ダイアログ */
#vspec_title{
	width: 707px;
	margin: 0 auto 20px auto;
}

#vspec_name{
	margin: 0 50px 0 0;
	float: left;
}

#vspec_image{
	float: left;
}

#vspec_name_s{
	font-size: 90%;
}

#vspec_name_f{
	font-size: 200%;
	font-weight: bold;
}

#vspec_note{
	width: 700px;
	margin: 0 auto 10px auto;
	font-size: 90%;
}

#vspec_note_dl:after{
	clear: both;
}

#vspec_note_dl dt{
	width:70px;
	float:left;
}

#vspec_body{
	display: table;
	margin: 0 auto 20px auto;
}

#vspec_list{
	width: 555px;
	text-align: center;
	display:table-cell;
	overflow: hidden;
	font-size: 90%; /* 文字サイズ */
}

#vspec_table {
	width: 555px;
	border-collapse: collapse;
	border: solid 1px #555555;
}

#vspec_table th {
	border: solid 1px #555555;
	background-color: #ececec;
}

#vspec_table tr {
}

#vspec_table td {
	height: 40px;
	border: solid 1px #555555;
}
/* ポストの図面、その他の資料のダウンロードボタンを設置、ＰＤＦをダウンロード 20210223 ADD END */
