@charset "UTF-8";

/* 
======================================================================================================
	ver1.0 2015.07.17
	**- Tsukasa Kougyou. -**
	 -- News --
	URL: http://www.tsukasa-kougyou.com/
======================================================================================================
 */

@import url(common.css);


/*====================================================================================================
	Contents Style
======================================================================================================*/
/* Heading
------------------------------------------------------------------------------------------------------*/
h2.h2_news {
	background: url("../images/news/h2_news.jpg") no-repeat 50% 0;
}

/* News Index : : Main Contents
------------------------------------------------------------------------------------------------------*/
.viewarea {
	padding: 0 0 20px;
	width: 760px;
	float: left;
	text-align: left;
}
.category {
	padding: 0 0 20px;
	width: 210px;
	min-height: 370px;
	float: right;
}
/* News Index : : View_all
------------------------------------------------------------------------------------------------------*/
/*
dl.news {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
}
.news dt {
	padding: 10px 0;
	clear: both;
	float: left;
	width: 100px;
	line-height: 42px;
}
.news dd {
	padding: 20px 0;
	width:760px;
	background: url("../images/common/bg_dotline.png") repeat-x 0 100%;
}
.news dd a{
	line-height: 30px;
	text-decoration: none;
}
.news dd a:hover{
	text-decoration: underline;
}
.icon_category {
	margin: 0 10px 10px 0;
	width: 150px;
	height: 25px;
	background: #0066bb;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	float: left;
}
*/

dl.news {
	margin:0 auto;
	clear: both;
	padding: 0;
	width: 100%;
	display:table;
}
.news dt {
	padding: 15px 0 15px;
	width: 100px;
	height:auto;
	background: url("../images/common/bg_dotline.png") repeat-x 0 100%;
	display:table-cell;
	vertical-align: middle;
}
.news dd {
	padding: 20px 0;
	background: url("../images/common/bg_dotline.png") repeat-x 0 100%;
	display:table;
}
.news dd a{
	display:table-cell;
	width:650px;
	vertical-align: middle;
	text-align:left;
	text-decoration: none;
}
.news dd a:hover{
	text-decoration: underline;
}
.icon_category {
	float:left;
	margin:0 5px 0 0;
	padding:5px 0;
	width: 150px;
	height: auto;
	background: #0066bb;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: auto;
	vertical-align: middle;
}
.icon_category div{
	margin:0;
	padding:0;
	line-height: 16px;
	background: #0066bb;
}



/* News Index :: Category
------------------------------------------------------------------------------------------------------*/
.category h4 {
	margin: 0 auto;
	width: 210px;
	height: 50px;
	line-height: 50px;
	text-indent: 16px;
	background: #005193;
	color:#fff;
	text-align:left;
}
.category li {
	margin-bottom:1px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	text-indent: 16px;

	background: url("../images/news/bg_newsmenu.jpg") no-repeat 50% 0;
}
.category li a {
	text-decoration:none;
}
.category .link_bnr a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
/* In-depth Story
------------------------------------------------------------------------------------------------------*/
.instory {
	margin:0 auto 20px;
	padding: 0 0 50px;
	width: 760px;
	float: left;	
	text-align: left;
	background: url("../images/common/bg_dotline.png") repeat-x 0 100%;
}
.date {
	margin-right:10px;
	padding:5px 10px 0 0;
	height:16px;
	line-height:16px;
	float: left;
	border-right: 1px solid #ccc;
}
.category_ttl {
	padding:5px 0 0 0;
	height:16px;
	line-height:16px;
	color: #0066bb;
}
#contents_ara {
	margin-top:20px;
	font-size:14px;
}
/*
#contents_ara font{
	font-size:14px!important;
}
#contents_ara span{
	font-size:14px!important;
}
#contents_ara b{
	font-size:14px!important;
}
*/
.contents_more {
	clear: both;
}
h3.h3_instory {
	clear: both;
	height: auto;
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
	border-bottom: 4px solid #0066bb;
}
#News #Contents p.floatleft img {
	margin: 0 20px 20px 0;
}
#News #Contents p.floatright img {
	margin: 0 0 20px 20px;
}
.back_index {
	text-align: right;
}

/* Page navigation
------------------------------------------------------------------------------------------------------*/
.pagenavi {
	margin: 1em auto;
	padding:10px 0;
	line-height:2em;
	text-align:center;
}

a.page-numbers,
a.link_page,
.pagenavi .current,
.pagenavi .current_page {
	color: #00539f;
	margin-right: 5px;
	padding: 5px 10px;
	text-decoration:none;
	background-color: #e6eaee;
}

a.page-numbers:hover,
a.link_page:hover {
	color:#fff;
	background: #0066bb;
}

.pagenavi .current,
.pagenavi .current_page {
	color: #fff;
	background: #0066bb;
	font-weight:bold:
}

.pagenavi .next, .tablenav .prev {
	border:0 none;
	background:transparent;
}

/* 20160506 レイアウト修正
------------------------------------------------------------------------------------------------------*/

.newslist {
    display: block;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.newslist li {
    border-bottom: 1px dotted #cccccc;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}
.newslist .newsimg {
    float: left;
    height: 150px;
    margin-right: 30px;
    overflow: hidden;
    width: 200px;
}
.newslist .newsimg img {
    height: auto;
    width: 200px;
}
.newslist .newstxt {
    margin-left: 230px;
}
.newslist .categoryname {
	background-color: #0066BB;
	color: #fff;
	font-size:13px;
	padding: 1px 15px;
}
.newslist .entrytitle {
	font-size: 21px;
	font-weight: bold;
	padding-top: 20px;
}



