﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    NEWS css
------------------------------------------------------------*/  

.sectionHd{
	text-align:center;
	margin-bottom:30px;
	font-size:38px;
	height:43px;
	line-height:43px;
	font-weight:bold;
	padding-bottom:27px;
	background:no-repeat 50% bottom;
	background-size:153px 17px;
	color:#543F27;
	background-image:url(../../img/bg-section-hd01.png);
}


#newsList li{
	width:100%;
	padding:10px 0;
}

#newsList a{
	display:table;
	width:100%;
}

.news-date{
	display:table-cell;
	vertical-align:top;
	width:130px;
	color:#533F26;
	font-size:125%;
	font-family:Arial, Helvetica, sans-serif;
}

.news-ttl{
	display:table-cell;
	vertical-align:middle;
	color:#333;
	font-size:117%;
}

#pagination{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}

#pagination li{
	width:40px;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-size:125%;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 5px 5px 0;
	border:1px solid #E4E4E4;
}

#pagination a{
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	background:#fff;
	color:#543F27;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

#pagination .selected,
#pagination a:hover{
	color:#fff;
	background:#543F27;
}

/* detail */

#newsHd{
	color:#333;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #E8DFD3;
}

#newsHd p{
	padding:5px 15px;
	font-size:109%;
	border-left:7px solid #533F26;
}

#newsHd h2{
	width:auto;
	padding:0 15px 5px;
	font-size:175%;
	font-weight:bold;
	border-left:7px solid #533F26;
}

#editor a{ color:#533F26;}

#footer{ margin-top:0;}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* PC */

/* TABLET */
@media screen and (max-width: 788px){

.sectionHd{
	font-size:242%;
	height:32px;
	line-height:32px;
}

}

/* SP */
@media screen and (max-width: 560px){

.sectionHd{
	font-size:192%;
	height:25px;
	line-height:25px;
	margin-bottom:20px;
}

.news-date{ width:100px;}

#newsHd p{
	padding:5px 10px;
	border-left:5px solid #533F26;
}

#newsHd h2{
	padding:0 10px 5px;
	font-size:134%;
	border-left:5px solid #533F26;
}

#editor{ font-size:109%;}

}
