@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: news.css
 * author		: takaaki koyama
 * style info	: ニュースページCSS
 -----------------------------------------------------------*/
/* ページネーション共通CSS */
@import url('import/pagenation.css');

/* #news_list
 -------------------------------------------------*/
#news_list {
	padding-bottom: 10px;
}

#news_list .entry{
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom:1px dashed #CCC;
}
#news_list .entry .entry_title{
	margin-bottom:0.5em;
	font-weight: normal;
}
.entry .entry_date{
	font-size:1.2em;
	font-weight:normal;
}

.entry .entry_body{
	font-size:1.2em;
}

/* #news_detail
 -------------------------------------------------*/
#news_detail{
	font-size:1.2em;
	border-bottom:1px dashed #ccc;
	margin-bottom: 10px;
}

.entry_date{
	margin-bottom: 10px;
}

#news_detail .entry_section{
	padding-bottom:3em;
}

#news_detail .entry_section p:first-child{
	margin-bottom: 40px;
}
#news_detail .entry_content p:first-child{
	margin-bottom: auto!important;
}

#news_detail .entry_section p a{
	color: #00a2a0;
}

#article_pager{
	position:relative;
	margin-bottom: 15px;
	font-size:1.2em;
}

/* -------------------------------------------------------- */
/* CLEARFIX
----------------------------------------------------------- */
.page_controll:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html .page_controll{
	display:inline-block;
}
*+ html .page_controll{
	display:inline-block;
}

#article_pager:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
* html #article_pager{
	display:inline-block;
}
*+ html #article_pager{
	display:inline-block;
}
