@charset "utf-8";


/*-----ニュース一覧-----*/

#news_list {
	background: #fff none repeat scroll 0 0;
}

#news_list h2,
#news_detail h2 {

}

#news_list h2 img,
#news_detail h2 img {
	width: 100%;
	display: block;
}

#news_article_list .article_list{
	border-top: 1px solid #dddddd;
	margin: 39px 15px 64px;
}

#news_article_list .article_list li {
}

#news_article_list .article_list li a:after {
content:"";
display:block;
clear:both;
}
#news_article_list .article_list li a{
	background-image: url("../images/icon/icon_arrow_article_list.png");
	background-position: right 16px center;
	background-repeat: no-repeat;
	background-size: 11px auto;
	border-bottom: 1px solid #ccc;
	padding: 18px 0 18px 8px;
	display:inline-block;
	width:100%;
	position: relative;
}


#news_article_list .article_list li .thumb{
	background: #000;
	display: block;
	float: left;
	height: 81px;
	margin: 0px;
	width: 81px;
	overflow: hidden;
}

#news_article_list .article_list li .no-image .thumb {
	background: url(../images/news/bg_news_noimage.png) no-repeat center top;
	background-size:cover;
}

#news_article_list .article_list li img{
	position: relative;
	left: 50%;
	width: auto;
	height: 100%;
	max-width: none;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


#news_article_list .article_list li span{
	color: #6f6f6f;
	font-weight: bold;
	margin:0px 0px 0px 18px;
/*	position: absolute;
	top:18px;
	left:98px;*/
}

#news_article_list .article_list li p {
	line-height: 1.4;
	padding: 0px;
	margin:8px 2.5em 0px 98px;
/*	position: absolute;
	top:44px;
	left:98px;*/
}
#news_article_list .pager{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 15px 0;
	padding: 22px 0;
}

#news_article_list .pager li {
	float: left;
	font-size: 12px;
	height: 32px;
}

#news_article_list .pager li.article_list_back {
	background-image: url("../images/icon/icon_arrow_news_list_left.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	width: 33%;
}

#news_article_list .pager li a {
	padding-top: 9px;
	display: block;
}
#news_article_list .article_list_pages span {
	padding-top: 9px;
	display: block;
}


#news_article_list .pager li.article_list_back a {
	display: block;
	padding-left: 30px;
	height: 32px;
}

#news_article_list .pager li.article_list_pages {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: center;
	width: 33%;
}

#news_article_list .pager li.article_list_pages a{
}

#news_article_list .pager li.article_list_thmb {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
	width: 33%;
}

#news_article_list .pager li.article_list_thmb img{
	width: 16px;
}

#news_article_list .pager li.article_list_thmb a{
	display: block;
	height: 32px;
}

#news_article_list .pager li.article_list_next {
	background-image: url("../images/icon/icon_arrow_news_list_right.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	width: 33%;
	text-align: right;
}

#news_article_list .pager li.article_list_next a {
	display: block;
	padding-right: 30px;
	height: 32px;
}

#news_article_list .pager li.article_list_back.hiddn,
#news_article_list .pager li.article_list_next.hiddn {
	opacity: 0;
	pointer-events: none;
}

/*-----ニュース詳細-----*/

#news_detail {

}

#news_detail .article_detail{
	padding: 39px 15px 10px;
}

#news_detail .article_detail:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#news_detail .article_detail p.date {
	font-size: 14px;
}

#news_detail .article_detail h3{
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	line-height: 1.4;
	padding: 6px	0 10px;
}

#news_detail .article_detail .article_area{
	line-height: 1.6;
	padding: 20px 0;
}

#news_detail .article_detail .article_area h1{
	font-size: 19px;
	border-bottom: 1px solid #CCC;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
#news_detail .article_detail .article_area h2{
	border-bottom: 1px dotted #CCC;
	margin: 0 0 10px;
	font-size: 18px;
}
#news_detail .article_detail .article_area h3{
	font-size: 17px;
}
#news_detail .article_detail .article_area h4{
	font-size: 16px;
}
#news_detail .article_detail .article_area h5{
	font-size: 15px;
}
#news_detail .article_detail .article_area h6{
	font-size: 14px;
}

#news_detail .article_detail .article_area img{
	display: block;
	width: auto;
	height: 80%;
	max-width: 100%;
}

#news_detail .article_detail .article_area iframe{
    width: auto;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    display: block;
}

#news_detail .article_detail .article_area video{
	width: 320px;
	height: 240px;
	margin: 0 auto;
	max-width: 100%;
}


#news_detail .article_detail .article_area pre {
	/* Mozilla */
	white-space: -moz-pre-wrap;

	/* Opera 4-6 */
	white-space: -pre-wrap;

	/* Opera 7 */
	white-space: -o-pre-wrap;

	/* CSS3 */
	white-space: pre-wrap;

	/* IE 5.5+ */
	word-wrap: break-word;
}

#news_detail .article_detail .article_area table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.wp_social_bookmarking_light{
	padding: 10px 0 0;
	height: 100%;
	position: relative;
}

.wp_social_bookmarking_light div{
	width: auto;
	float: left;
	margin: 0 2px 5px;
	height: 20px;
}
