@charset "UTF-8";

/* *******************************************************************************************
* 
*	太公望通信 PC
*
******************************************************************************************* */

/* ----------------------------- ページヘッダー ----------------------------- */

.pageHeader_ttl-news{
	padding: 40px 0;
	background: url(../image/index_bg-news_pc.jpg) left 0 no-repeat;
	background-size: cover;
}
.pageHeader_ttl_icon-news{
	color: #fff;
	padding-left: 81px;
	padding-right: 81px;
	background: url(../../common/image/pict_news_wt.png) 0 center no-repeat;
	background-size: 53px auto;
}

/* ----------------------------- メインコンテンツ ----------------------------- */

.pageContent{
	padding-top: 60px;
	background: #fff;
}

.pageContent_inner{
	margin: 0 auto;
	width: 980px;
	color: #05474d;
}

/* -------------------------------------------------------------------------------------------
*
* 一覧
*
* ----------------------------------------------------------------------------------------- */

.newsIndex{
	padding-bottom: 36px;
}
.newsIndex_lead{
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 32px;
}

/* ----------------------------- 一覧表示 ----------------------------- */

#news_list{
	margin-right: -24px;
	width: 1004px;
}
#news_holder{
	display: none;
}
.news_list_item{
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	width: 478px;
}
.news_list_item_link{
	display: block;
	width: 478px;
	height: 562px;
	background: #fff;
	border-top: 4px solid #0f5966;
}
.news_list_item_link:hover{
	background: #e5eeed;
}
.news_list_item_img{
	height: 318px;
	overflow: hidden;
}
.news_list_item_link:hover .news_list_item_img{
	opacity: .7;
}
.news_list_item_content{
	position: relative;
	padding: 0 15px 0 20px;
	height: 245px;
	text-align: left;
	border: 1px solid #ccd5d6;
	border-top: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.news_list_item_ttl{
	margin-bottom: 6px;
	padding-top: 24px;
	font-weight: bold;
}
.news_list_item_ttl_sub{
	font-size: 14px;
	line-height: 22px;
}
.news_list_item_ttl_main{
	font-size: 28px;
	line-height: 40px;
}
.news_list_item_ttl_txt{
	font-size: 16px;
	line-height: 28px;
}

/* -------------------------------------------------------------------------------------------
*
* 下層共通
*
* ----------------------------------------------------------------------------------------- */

/* ----------------------------- メインビジュアル ----------------------------- */

.pageMain{
	position: relative;
	height: 348px;
}
