@charset "UTF-8";

/* *******************************************************************************************
* 
*	太公望通信 SP
*
******************************************************************************************* */

@media screen and (max-width : 768px){


/* ----------------------------- ページヘッダー ----------------------------- */

.pageHeader_ttl-news{
	padding: 18px 0;
	background: url(../image/index_bg-news_sp.jpg) center 0 no-repeat;
	background-size: cover;
}
.pageHeader_ttl_icon-news{
	padding-left: 61px;
	padding-right: 0;
	background-size: 45px auto;
}

/* ----------------------------- メインコンテンツ ----------------------------- */

.pageContent{
	padding-top: 45px;
}

.pageContent_inner{
	padding: 0 16px;
	width: 100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

/* -------------------------------------------------------------------------------------------
*
* 一覧
*
* ----------------------------------------------------------------------------------------- */

.newsIndex{
	padding-bottom: 30px;
}
.newsIndex_lead{
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 28px;
}

/* ----------------------------- 一覧表示 ----------------------------- */

#news_list{
	margin-right: 0;
	width: 100%;
}
.news_list_item{
	float: none;
	margin-right: 0;
	margin-bottom: 14px;
	width: 100%;
}
.news_list_item_link{
	width: 100%;
	height: auto;
}
.news_list_item_link:hover{
	background: #fff;
}
.news_list_item_img{
	height: auto;
}
.news_list_item_link:hover .news_list_item_img{
	opacity: 1;
}
.news_list_item_content{
    padding: 0 14px 14px 14px;
	height: auto;
}
.news_list_item_ttl{
	margin-bottom: 10px;
	padding-top: 19px;
}
.news_list_item_ttl_sub{
	font-size: 16px;
	line-height: 28px;
}
.news_list_item_ttl_main{
	font-size: 20px;
	line-height: 30px;
}
.news_list_item_ttl_txt{
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 22px;
}

/* -------------------------------------------------------------------------------------------
*
* 下層共通
*
* ----------------------------------------------------------------------------------------- */
/* ----------------------------- メインビジュアル ----------------------------- */
.pageMain{height:176px;}