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

/*--------------------
*****layout*****
--------------------*/

/*----------news_cat----------*/

/*nav*/
body#news_cat div#nav{}


body#news_cat div#nav h3.nav_news2009 a:hover{background-position: 0px -30px;}

body#news_cat div#content h1
{
	/*margin-bottom:5px;
	width:540px;
	height:45px;
	text-indent:-9999px;*/
}

/*----------news----------*/
#page_contents #main.news #content h1:before{
	background: url(/pts/images/gnews/h1_news.png) no-repeat 0px 0px;
}

/* add:2012.01.20 */
div.news div#content div.article h3 span {
	display: block;
	float: left;
	width: 55px;
	height: 16px;
	padding-right: 10px;
	text-indent: -9999px;
}
div.news div#content div.article h3 span.ic_team { background: left top no-repeat url(/pts/images/common/category_icon/team.gif) }
div.news div#content div.article h3 span.ic_event { background: left top no-repeat url(/pts/images/common/category_icon/event.gif) }
div.news div#content div.article h3 span.ic_farm { background: left top no-repeat url(/pts/images/common/category_icon/farm.gif) }
div.news div#content div.article h3 span.ic_info { background: left top no-repeat url(/pts/images/common/category_icon/info.gif) }
div.news div#content div.article h3 span.ic_ticket { background: left top no-repeat url(/pts/images/common/category_icon/ticket.gif) }
div.news div#content div.article h3 span.ic_media { background: left top no-repeat url(/pts/images/common/category_icon/media.gif) }
/* 2012.01.26 wmorioka グッズを追加したよ */
div.news div#content div.article h3 span.ic_goods { background: left top no-repeat url(/pts/images/common/category_icon/goods.gif) }

/*----------add-----------*/
div.news div.list,
div.news div.article
{
	margin-bottom:10px;
	/*width:540px;*/
	clear:both;
}
div.news div#content div.list h3,
div.news div#content div.article h3
{	
	height: 16px;
	background:#d7d5d0;
	padding:5px 8px;
}
div.news div.list h3.all{border-bottom:3px solid #9e9e9e;}
div.news div.list h3.team  ,div.news div.article h3.team  {border-bottom:3px solid #9e9e9e;}
div.news div.list h3.farm  ,div.news div.article h3.farm  {border-bottom:3px solid #9e9e9e;}
div.news div.list h3.event ,div.news div.article h3.event {border-bottom:3px solid #9e9e9e;}
div.news div.list h3.ticket,div.news div.article h3.ticket{border-bottom:3px solid #9e9e9e;}
div.news div.list h3.goods ,div.news div.article h3.goods {border-bottom:3px solid #9e9e9e;}
div.news div.list h3.media ,div.news div.article h3.media {border-bottom:3px solid #9e9e9e;}
div.news div.list h3.info  ,div.news div.article h3.info  {border-bottom:3px solid #9e9e9e;}

div.news div.list li
{
	background: url(/pts/images/common/dotline_gray.gif) repeat-x left bottom;
	padding:5px 10px;
	clear:both;
}
div.news div.list ul.toplist img.icon
{
	vertical-align:middle;
	float:left;
}
div.news div.list ul.toplist a
{
	margin-left:55px;
}
div.news div.list li a
{
	background: url(/pts/images/common/arrow_gray.gif) no-repeat 5px 6px;
	padding-left:16px;
	display:block;
}
div.news div.list span.date
{
	margin-right:5px;
}
div.news div.list img.icon_movie
{
	vertical-align:middle;
	margin-left:5px;
}

/*article*/
div.news div.article p.date
{
	padding:5px 10px;
}
div.news div.article h4
{
	background: url(/pts/images/common/dotline_gray.gif) repeat-x left bottom;
	margin-bottom:10px;
	margin-bottom: 30px;
	padding:5px 10px;
	clear: both;
}
div.news div.article p
{
	padding:10px 10px;
	padding: 0;
}

div.news div.article img
{
	margin:5px 5px 0px;
	
}
div.news div.article p.etoki
{
	padding:5px 5px 10px;
}

div.news div.article div.floatleft img
{
	margin: 0 30px 0 0;
}
div.news div.article div.floatleft p.etoki
{
	margin-right: 30px;
}

div.news div.article div.floatright img
{
	margin: 0 0 0 30px;
}
div.news div.article div.floatright p.etoki
{
	margin-left: 30px;
}

div.news div.article div.pageback
{
	background: url(/pts/images/common/dotline_gray.gif) repeat-x left top;
	margin-top:10px;
}
div.news div.article div.pageback p
{
	background: url(/pts/images/common/arrow_gray.gif) no-repeat 10px 10px;
	padding: 5px 10px 5px 20px;
}



/*--------------------
*****font*****
--------------------*/
/*----------news----------*/
div.news div.list h3
{
	font-size: 100%;
	font-weight:bold;
	line-height: 1.0em;
}
div.news div.list li
{
/* 100%に修正してみた
	font-size: 100%;
*/
	font-size: 100%;
	line-height: 1.4em;
}

div.news div.list span.date
{
	color:#c20000;
}
div.news div.list li a
{
	color:#000;
	text-decoration: none;
}
div.news div.list li a:hover
{
	color:#f90;
	text-decoration: none;
}
div.news div.list li a:active
{
	color:#ffad33;
	text-decoration: none;
}

/*article*/
div.news div.article h3
{
	font-size: 100%;
	font-weight:bold;
	line-height: 1.0em;
}
div.news div.article p.date
{
	color:#c20000;
	line-height: 1.0em;
}
div.news div.article h4
{
	font-size: 117%;
	font-weight:bold;
	line-height: 1.4em;
}
div.news div.article p
{
	/*font-size: 100%;
	line-height: 1.6em;*/
	line-height: 2.2;
	margin: 0 0 20px;
}
div.news div.article p.etoki
{
	font-size: 84%;
	line-height: 1.4em;
	color:#333;
}

/* 
 * 2011-12-16 wmorioka
 * ソーシャルボタン関連
 */
div.article div.date-line{
	height:30px;
	margin:0;
	/*width:540px;*/
}
div.news div.article div.date-line p.date{
	float:left;
}
div#social-button{
	float:right;
	display: inline-block;
	margin-top:3px;
}
div#social-button ul{
	list-style:none;
}
div#social-button ul li{
	float:left;
}
div#social-button iframe.twitter-share-button {
	width: 90px !important;
}
div.fb-like{
	display: inline;
	width:110px;
}
.mixi-like-container,.mixi-like,.mixi-like iframe{
	height: 25px!important;
}

/* 
 * 2013-09-02 ytakahashi
 * 前後リンク
 */
#prev-next-news-link {
        position:relative;
}
.prev-news, .next-news {
        position:absolute;
        top:-38px;
        display:block;
        width:88px;
        padding-top:25px;
        height:0;
        z-index:5;
        overflow:hidden;
}
.prev-news {
        right:88px;
        background-image:url(/pts/images/gnews/article-btn_pre.gif);
}
.next-news {
        right:0;
        background-image:url(/pts/images/gnews/article-btn_next.gif);
}
a.prev-news:hover, a.prev-news:active, a.next-news:hover, a.next-news:active {
        background-position:0 -50px;
}
span.prev-news {
        background-position:0 -25px;
}
span.next-news {
        background-position:0 -25px;
}

