@charset "UTF-8";
/* CSS Document */



div#title{
	height:92px;
	font-size:24px;
	line-height:92px;
	background:url(../img/pc/news/news_title_bg.gif) 98px 29px no-repeat;
}


div#news{
	overflow:hidden;
}


/* 最新記事 */

div#newest{
	padding:19px 0 16px;
	border-top:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
}
div#newest .date{
	height:14px;
	font-size:14px;
	line-height:14px;
}

div#newest h1{
	margin-top:23px;
	margin-bottom:24px;
	width:580px;
	font-size:24px;
	line-height:36px;
}
div#newest h2{
	height:14px;
	color:#BD7397;
	font-size:14px;
}

div#newest .news_content{ /* 変更 */
	padding-top:30px;
	padding-bottom:24px;
	width:580px;
	font-size:14px;
	line-height:28px;
}

div#newest div.image img{
	width:580px;
	margin-bottom:30px;
}



/* ページ操作 */

div#page_wrap{
	margin:0 auto;
	height:153px;
	overflow:hidden;
}
div#page{
	margin:60px auto 0;
	width:338px;
	height:42px;
}

div#page_left,div#page_right{
	width:125px;
	height:42px;
	font-size:14px;
	line-height:42px;
}
div#page_left{
	float:left;
}
div#page_right{
	float:right;
	text-align:right;
}

div#page_left img,div#page_right img{
	width:25px;
	height:42px;
}
div#page_left img{
	margin-right:20px;
}
div#page_right img{
	margin-left:20px;
}

div#page_left span,div#page_right span{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

div#page_left a,div#page_right a{
	display:block;
}







/* 関連記事 */

div#related_news p{
	padding-top:43px;
	height:60px;
	font-size:20px;
	background:url(../img/pc/common/line01.gif) top repeat-x;
}


div#related_news ul{
	padding-bottom:0;
	overflow:hidden;
	border-bottom:1px solid #B0B0B0;
}
div#related_news li{
	clear:both;
	padding-top:17px;
	border-top:1px solid #B0B0B0;
}

div#related_news .date{
	float:left;
	width:60%;
	height:14px;
	font-size:14px;
	line-height:14px;
}

div#related_news .category{
	float:left;
	width:40%;
	height:14px;
	text-align:right;
	font-size:14px;
	color:#BD7397;
}

div#related_news .category span{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:14px;
	background:url(../img/pc/common/link_ico01.gif) right center no-repeat;
	-moz-background-size:14px;
	-webkit-background-size:14px;
	-o-background-size:14px;
	background-size:14px;
}

div#related_news h3{
	float:left;
	margin-top:-24px;
	width:100%;
	height:98px;
	font-size:24px;
	line-height:72px;
	overflow:hidden;
}
div#related_news h3 a{
	display:block;
	padding-top:20px;
}



/* NEWS一覧 */

div#news_list{
	padding-top:35px;
	height:120px;
	font-size:20px;
}
div#news_list img{
	width:20px;
	height:20px;
	margin-right:9px;
}
div#news_list a:link   {color:#787878;}
div#news_list a:visited{color:#787878;}
div#news_list a:hover  {color:#787878;}
div#news_list a:active {color:#787878;}











@media screen and (max-width: 480px){


div#title{
	height:45px;
	font-size:12px;
	line-height:45px;
	background:url(../img/pc/news/news_title_bg.gif) 52px 14px no-repeat;
	-moz-background-size:21px;
	-webkit-background-size:21px;
	-o-background-size:21px;
	background-size:21px;
}




/* 最新記事 */

div#newest{
	padding:13px 0 8px;
	-moz-background-size:2px;
	-webkit-background-size:2px;
	-o-background-size:2px;
	background-size:2px;
}

div#newest h1{
	margin-top:12px;
	margin-bottom:11px;
	width:290px;
	color:#323232;
	font-size:15px;
	line-height:18px;
}
div#newest h2{
	height:11px;
	font-size:11px;
}

div#newest .news_content{
	padding-top:9px;
	padding-bottom:15px;
	width:290px;
	font-size:11px;
	line-height:22px;
}

div#newest div.image img{
	width:290px;
	margin-bottom:15px;
}



/* ページ操作 */

div#page_wrap{
	height:77px;
	-moz-background-size:2px;
	-webkit-background-size:2px;
	-o-background-size:2px;
	background-size:2px;
}
div#page{
	margin:28px auto 0;
	width:256px;
	height:25px;
}

div#page_left,div#page_right{
	width:125px;
	height:25px;
	font-size:12px;
	line-height:25px;
}
div#page_left{
	float:left;
}
div#page_right{
	float:right;
	text-align:right;
}

div#page_left img,div#page_right img{
	width:15px;
	height:25px;
}
div#page_left img{
	margin-right:17px;
}
div#page_right img{
	margin-left:17px;
}

div#page_left span,div#page_right span{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

div#page_left a,div#page_right a{
	display:block;
}







/* 関連記事 */

div#related_news p{
	padding-top:20px;
	height:28px;
	font-size:12px;
	-moz-background-size:3px;
	-webkit-background-size:3px;
	-o-background-size:3px;
	background-size:3px;
}

div#related_news ul{
	padding-bottom:7px;
}
div#related_news li{
	padding-top:13px;
}

div#related_news .date{
	width:30%;
	font-size:11px;
	line-height:14px;
}

div#related_news .category{
	width:70%;
	height:14px;
	font-size:11px;
}

div#related_news .category span{
	display:inline-block;
	vertical-align:middle;
	width:19px;
	height:14px;
	background:url(../img/pc/common/link_ico01.gif) right center no-repeat;
	-moz-background-size:14px;
	-webkit-background-size:14px;
	-o-background-size:14px;
	background-size:14px;
}

div#related_news h3{
	margin-top:-20px;
	width:290px;
	height:61px;
	font-size:12px;
	line-height:46px;
}
div#related_news h3 a{
	padding-top:15px;
}








/* NEWS一覧 */

div#news_list{
	padding-top:15px;
	height:57px;
	font-size:15px;
	line-height:17px;
	background:url(../img/pc/news/news_list_bg.gif) 250px 25px no-repeat;
	-moz-background-size:24px;
	-webkit-background-size:24px;
	-o-background-size:24px;
	background-size:24px;
}
div#news_list img{
	width:15px;
	height:15px;
	margin-right:5px;
}
div#news_list a:link   {color:#787878;}
div#news_list a:visited{color:#787878;}
div#news_list a:hover  {color:#787878;}
div#news_list a:active {color:#787878;}







}

