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


/*ナビ　アクティブ*/
#header_pc ul li#active_work {
	border-right: 1px dotted #FFFFFF;
	padding-right: 8px;
}
h1 {
	width: 61px;
	height: 257px;
}


.---イラスト・下部写真----------------------------------{}

#head_illst {
	top: 0;
	right: 0;
	bottom: 0;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	margin-top: 584px;
	left: 565px;
	width: 187px;
	height: 162px;
}


#foot_pt {
	background-image: url(../img_common/footer_pt/_G5A4922.jpg);
}

.-------------------------------------{}

.works_item {
	width: 410px;
	height: auto;
	max-width: 100%;
	padding-bottom: 60px;
}

#house, 
#shop, 
#renova, 
#project {
	padding-bottom: 40px;
}

.works_item:nth-child(odd) {
	float: left;
}
.works_item:nth-child(even) {
	float: right;
}

.works_head {
	font-size: 2.5rem;
	text-align: left;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-family: gil_r;
	margin-top: 40px;
	margin-bottom: 6px;
}
.works_head_jp {
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 20px;
}
.works_desc {
	font-size: 1.5rem;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 10px;
}
.more {
	text-align: right;
}
.more_arrow {
	display: inline;
	background-repeat: no-repeat;
	background-image: url(../img_common/table_arw_01.svg);
	background-position: left 6px;
	padding-left: 11px;
	font-family: gil_r;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.1em;

}






.-------------------------------------{}
.result_tr {
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 1.5rem;
	line-height: 1.5;
	text-align: left;
}
.result_tr:nth-of-type(1)  {
	border-top: 1px dotted #000000;
}
article.result_tr:nth-of-type(even) {
	background-color: #E9E9E4;
}
.year {
	float: left;
	width: 120px;
	padding-left: 10px;
	font-family: gil_r;
}
.name {
	float: left;
	width: 340px;
	max-width: 100%;
}
.use {
	float: left;
	width: 140px;
	max-width: 100%;
}
.place {
	float: left;
	width: 180px;
	max-width: 100%;
}
.td_area {
	margin-left: 120px;
}


.---スマートフォン用----------------------------------{}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:480px )
{

.works_item:nth-child(odd), 
.works_item:nth-child(even) 
{
	float: none;
	clear: both;
}
.works_item {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

.result_tr .year {
	width: 60px;
}
.result_tr .td_area {
	margin-left: 70px;
}

.name , .use, .place{
	width: 100%;
}
	
}





.-------------------------------------{}
.-------------------------------------{}
.-------------------------------------{}
.-------------------------------------{}
