@charset "utf-8";

#p-news form{
	text-align:center;
	padding:12px 0;
}

#p-news select{
	-webkit-text-size-adjust:100%;
	font-size:14px;
}


#p-news article{
	border-top:1px solid #bbb;
}



#p-news article a{
	display:block;
	padding:6px;
	color:#333;
	position:relative;
}

#p-news header{ 
	overflow:hidden;
	padding-bottom:6px;
	border-bottom:1px dotted #bbb;
}

#p-news article h3{ margin-bottom:4px;}

#p-news header span{
	float:right;
	display:inline-block;
	width:70px;
	padding:2px;
	margin-left:10px;
	font-size:10px;
	color:#fff;
	line-height:1;
	text-align:center;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}


span.ic-n{ background:#EA811B;}
span.ic-s{ background:#5398DE;}
span.ic-i{ background:#8D864C;}
span.ic-c{ background:#31A32B;}
span.ic-col{ background:#5C70B9;}

#p-news header time{
	font-size:10px;
	color:#555;
	float:right;
	padding-top:2px;
	
}

#p-news p{
	padding:6px 24px 6px 0;
	background:url(../../images/smartphone/icon_linkarrow.png) no-repeat right center;
    background-size:auto 13px;
}

#p-news p mark{ font-weight:bold; }

#p-news li:last-child{ border:none; }


#p-news article.sp a{
	background-color:#FFFBE3;
}
	
#p-news .sp img{
	width:70px;
	position:absolute;
	left:0;
	top:0;
}



#p-news article.sp h3{ 
	overflow:hidden;
	padding-left:80px;
}

#p-news article.sp header img{
	width:74px;
	position:absolute;
	left:6px;
	top:6px;
}

#p-news article h3{ margin-bottom:4px;}

#p-news article p{
}



/* pagenation +++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++ */

#p-news footer ul{
	padding:12px 6px;
	background:#eee;
	border-top:1px dotted #bbb;
	border-bottom:1px solid #bbb;

	font-weight:normal;
	font-size:14px;
	line-height:1;
	overflow:hidden;
}

#p-news footer li{
	float:left;
	overflow:hidden;
}

#p-news footer li:nth-child(1){ width:34%;}
#p-news footer li:nth-child(2){ width:33%;}
#p-news footer li:nth-child(3){ width:33%;}


#p-news footer a{
	display:block;
	padding:14px 0;
	background-size:auto 24px;
	background-repeat:no-repeat;
	color:#c3c3c3;
	font-size:12px;
	overflow:hidden;
	vertical-align:middle;
	font-weight:bold;
}

#p-news footer li:nth-child(1) a{
	margin-right:10px;

	background:#d2d2d2;
	border:1px solid #d2d2d2;
	color:#fff;
	text-align:center;

	-webkit-box-shadow:inset 0px 0px 1px 1px #fff;
    -moz-box-shadow:inset 0px 0px 0px 1px #fff;
	box-shadow:inset 0px 0px 0px 1px #fff;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

#p-news footer li:nth-child(1) a[href]{
	color:#fff;
	border:1px solid #044899;


	background-size:cover;
	background-color:#003a73;
	background-size:cover;
   	background-image:-webkit-gradient(linear, left top, left bottom, from(#1f5fa8), to(#003a73)); 
	background-image:-webkit-linear-gradient(top, #1f5fa8, #003a73);
	background-image:-moz-linear-gradient(top, #1f5fa8, #003a73);
	background-image:-o-linear-gradient(top, #1f5fa8, #003a73);
	background-image:linear-gradient(top, #1f5fa8, #003a73);
}


#p-news footer li:nth-child(2) a{
	padding-left:30px;
	border-right:1px solid #ddd;
	background-image:url(../../images/smartphone/bt_r-l-gray.png);
	background-position:0 center;
}

#p-news footer li:nth-child(3) a{
	padding-right:30px;
	text-align:right;
	border-left:1px solid #fff;

	background-image:url(../../images/smartphone/bt_r-r-gray.png);
	background-position:right center;
}

#p-news footer li:nth-child(2) a[href]{ background-image:url(../../images/smartphone/bt_r-l.png) ; color:#011b8f; }
#p-news footer li:nth-child(3) a[href]{ background-image:url(../../images/smartphone/bt_r-r.png) ; color:#011b8f; }

.yads_infeed .yads_ad a {
  color: #333;
}

