@charset "UTF-8";
/* ==========================================================
■title : 内装造作部材
■scope : ナスラック
-------------------------------------------------------------
■last modify :
　2017/09/13 303_suzuki_anna 新規作成

========================================================== */
#breadcrumbs ul {
  width: 998px;
  border-bottom: 2px solid #1fadec;
}


img {
	vertical-align: bottom;
}
p {
  text-align: justify;

}

/*ボタンホバー*/
a:hover img{
	opacity: 0.7;
}

/* --------------------------------------------------------------------------------------
	メインコンテンツ
	========================================================================================
	#main_content
-------------------------------------------------------------------------------------- */

#main_contents {
	width: 940px;
	margin: 8px auto 0 auto;
}


/*メイン画像＋リード文*/

.top_lead{
	margin-bottom: 19px;
	text-align: center;
	margin: 29px 0 19px 0;
}
.sub_lead{
    margin-bottom: 18px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.illust_img{
	text-align: center;
	margin-bottom: 30px;
}


/* --------------------------------------------------------------------------------------
	内装造作部材一覧
	========================================================================================
	#list_materials
-------------------------------------------------------------------------------------- */


#list_materials{
	margin: 0 auto;
	width: 894px;
}

#list_materials ul{
	display: -webkit-flex; /* Safari */
	display: flex;
    flex-wrap: wrap;
	padding-left: 5px;
}
.list_materials li{
	margin: 22px 0 19px 11px;
}

#list_materials li p{
	width: 280px;
}

.list_materials .mikiri{
	margin-bottom: 0;
}

#list_materials .panf{
	display: flex;
	justify-content: flex-end;
	flex-direction:row;
	margin: 13px 20px 30px 0;
}

#list_materials .panf_text{
	margin-right: 10px;
}



#list_colors{
	margin: 0 auto;
    width: 894px;
}

.material_text{
	border-top: solid 1px #dadada;
	margin: 0 15px;
	padding-top: 9px;
}

.material_ttl{
	padding: .05em 0 .25em .25em;
	border-left: 5px solid #97bd75;
	margin-bottom: 6px;
	font-weight: bold;
}

.material_info_1{
	padding: 0 4px;
	font-size: 15px;
	line-height: 1.3;
}

.material_info_2{
	font-size: 14px;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	margin: 5px 35px 0 4px;
}

span[class^="price"]{
	color: #b71010;
	font-size: 18px;
	display: inline-block;
}

.price_1{
	padding-left: 5px;
}

.unit_1{
	font-size: 14px;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
}

.unit_2{
	font-size: 15px;
	float: right;
	margin-top: 4px;
	padding-right: 5px;
}

.material_info{
	margin-top: 3px;
}

/* --------------------------------------------------------------------------------------
	カラーバリエーション
	========================================================================================
	#list_colors
-------------------------------------------------------------------------------------- */


.lead_color p{
	padding-left: 22px;
	font-size: 0.9em;
}

.lead_color{
	display: flex;
    flex-direction: row;
	align-items: center;
}

.list_color li{
	font-size: 0.9em;
	width: 150px;
	letter-spacing: -0.08em;
	text-align: center;
	
}


.list_color{
	display: -webkit-flex; /* Safari */
	display: flex;
	margin-top: 25px;
}

.list_color figcaption{
	margin-top: 3px;
	padding: 0 2px;
}

.list_color img{
	padding-left: 8px;
}

.list_colors{
	margin: 22px 0 56px 11px;
}

.ex_text{
	font-size: 0.8em;
}


/*調整用　共通CSS*/

.padding_left_50{
	padding-left: 50px;
}



/* --------------------------------------------------------------------------------------
	生産工場のご紹介
	========================================================================================
	#factory
-------------------------------------------------------------------------------------- */
#factory {
	width: 860px;
	margin: 40px auto 0;
}

#factory h2 {
	padding: 10px 19px 0;
	position: relative;
	padding-bottom: .5em;
	border-top: 3px solid #f4d9e5;
	display: flex;
	justify-content: space-between;
}

#factory h2::before {
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 350px;
	height: 3px;
	background-color: #de5266;
}

#factory h2 span:nth-of-type(2) {
	text-align: right;
}

.factory_content {
	margin: 13px 15px 0 21px;
	overflow: hidden;
}

.factory_content figure {
	float: left;
	margin: 0 0 0 0;
}

.text_zone {
		width: 403px;
		float: right;
}

.text_zone div {
	width: 294px;
	margin: 20px auto 0 auto;
}


/* --------------------------------------------------------------------------------------
	SEO文
	========================================================================================
	.comment_box
-------------------------------------------------------------------------------------- */
.comment_box {
    background: #f2f8fe;
    color: #000;
    margin: 80px auto 70px;
    padding: 25px;
    width: 784px;
}













