/* CSS Document */


/*────────────────────────── ニュース（一覧）──*/

#news.top .inner{ width: 900px;}

#news.top h1{
	text-align: center;
	font-size: 180%;
	letter-spacing: 5px;
	margin-bottom: 40px;
}
#news.top dl{
	padding: 80px 0;
	border-bottom: 1px solid #726256;
}
#news.top dl:last-of-type{
	border: none;
}
#news.top dl dt{
	float: right;
	width: 367px;
}
#news.top dl:nth-of-type(even) dt{
	float: left;
}
#news.top dl:nth-of-type(even) dd{
	float: right;
}
#news.top dl dt img{
	width: 100%; height: auto;
}
#news.top dl dd{
	float: left;
	width: 500px;
	font-size: 115%;
	letter-spacing: 1px;
	line-height: 1.8em;
}
#news.top dl dd time {
    background: #E6E5E3;
    font-size: 90%;
    line-height: 1.4em;
    border-radius: 20px;
    padding: 2px 20px;
    margin-bottom: 10px;
    display: inline-block;
}
#news.top dl dd h2 {
    font-size: 130%;
    font-weight: 600;
    line-height: 1.6em;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
#news.top dl dd .more a{
  border: 1px solid #726256;
	border-radius: 3px;
	display: inline-block;
	padding: 4px 50px;
	margin-top: 20px;
	position: relative;
	font-weight: 600;
}
#news.top dl dd .more a:after{
  content: '';
	width: 0; height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-left: 5px solid #726256;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	margin-left: 15px;
}
#news.top dl dd .more a:hover{
  color: #726256;
	background: #FDFE1F;

}


#news.top .pagination{
	text-align: center;
	padding-top: 70px;
	margin-top: 20px;
	position: relative;
}
#news.top .pagination:before{
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	margin: auto;
	border-left: 1px solid #726256;
	width: 1px; height: 50px;
}
#news.top .pagination ul li{
	display: inline-block;
}
#news.top .pagination ul li a{
	display: block;
	border: 1px solid #726256;
	border-radius: 3px;
	width: 28px; height: 28px;
	padding-top: 4px;
	margin: 0 5px;
	box-sizing: border-box;
}
#news.top .pagination ul li a:hover{
	background: #726256;
}
#news.top .pagination ul li.active a{
	background: #726256;
	color: #fff;
}


@media screen and (max-width: 736px){

	#news.top .inner{width: auto;}

	#news.top h1 {
    margin-bottom: 0;
	}
	#news.top dl {
    padding: 30px 0;
	}
	#news.top dl dt {
    float: none;
    width: auto;
		margin: 0 0 10px;
	}
	#news.top dl:nth-of-type(even) dt {
    float: none;
	}
	#news.top dl dd {
    float: none;
    width: auto;
    font-size: 115%;
    letter-spacing: 1px;
    line-height: 1.4em;
	}
	#news.top dl dd time {
    margin-bottom: 5px;
	}
	#news.top dl dd .more a {
    margin-top: 10px;
	}
	#news.top dl:nth-of-type(even) dd {
    float: none;
	}
	#news.top dl dd h2 {
    font-size: 115%;
    letter-spacing: 1px;
		margin-bottom: 5px;
    line-height: 1.4em;
	}
	#news.top dl dd .more {
    text-align: center;
	}


}

/*────────────────────────── ニュース（詳細）──*/

#news.detail .inner{ width: 900px;}

#news.detail .inner{
}
#news.detail .photo{
	float: right;
	width: 367px;
}
#news.detail .photo img{
	width: 100%; height: auto;
}
#news.detail .info{
	width: 500px;
	font-size: 115%;
	letter-spacing: 1px;
	line-height: 1.8em;
}
#news.detail .info time{
	background: #E6E5E3;
	font-size: 90%;
	line-height: 1.4em;
	border-radius: 20px;
	padding: 2px 20px;
	margin-bottom: 10px;
	display: inline-block;
}
#news.detail .info h1{
	font-size: 130%;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: 3px;
	border-bottom: 1px solid #726256;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
#news.detail .info table{
	line-height: 1.4em;
	letter-spacing: 0;
	margin-bottom: 40px;
}
#news.detail .info table th,
#news.detail .info table td{
	padding: 5px;
}
#news.detail .info table th{
	padding-left: 0;
	text-align: left;
	width: 60px;
	vertical-align: top;
}
#news.detail .info .link a{
	display: block;
	background: url(images/arrow_bg.png) no-repeat center;
	width: 359px;
	text-align: center;
	padding: 20px 10px;
	box-sizing: border-box;
	font-weight: 600;
	margin: 40px auto;
	line-height: 1.2em;
}
#news.detail .info .link a:hover{
	background: url(images/arrow_bg_on.png) no-repeat center;
	color: #796255;
}


@media screen and (max-width: 736px){

	#news.detail .inner{width: auto;}

	#news.detail .photo {
    float: none;
    width: auto;
    margin: 0 0 15px;
	}
	#news.detail .info {
    width: auto;
	}
	#news.detail .info h1 {
    font-size: 115%;
    letter-spacing: 1px;
    line-height: 1.4em;
		margin-bottom: 10px;
	}
	#news.detail .info .link a {
    background: url(images/arrow_bg.png) no-repeat right center;
    width: 300px;
	}
	#news.detail .info .link a:hover {
    background: url(images/arrow_bg_on.png) no-repeat right center;
	}


}




