@charset "utf-8";


/* -----------------------------------------------------
 view_more
----------------------------------------------------- */
.view_more{
	margin-top: 0px;
	width:100%;
	text-align: right;
}

.view_more a{
	font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-decoration:none;
	padding: 3px 18px;
	background: #000;
}
.view_more a:hover{
	text-decoration:none;
	color: #fff;
}


/* -----------------------------------------------------
 article
----------------------------------------------------- */

article.dummy{
	display:none;
}

.news_wrapper{
	position:relative;
	min-height: 700px;
}

article{
	font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	font-size: 13px;
	overflow:hidden;
	margin-left: -20px;
	position:relative;
	min-height: 130px;
}

article section{
	width: 210px;
	float: left;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	position: relative;	
}
@media (max-width: 768px){
article section{
	width: 440px;
	float: left;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	position: relative;	
}
article section .img_wrapper{
	height:440px;
	width: auto;
	position:relative;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}	
}
.loading_news{
width: 100%;
height: 100%;
text-align: center;
position: absolute;
z-index: 2;
background:#FFF;
}

.loading_news img{
	margin-top: 130px;
}


article section .img_wrapper{
	height:130px;
	width: 210px;
	position:relative;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
@media (max-width: 768px){
article section .img_wrapper{
	height:440px;
	width:auto;
	position:relative;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
}
article section .img_wrapper.no_img{
	background:#ccc;
}

article section .img_wrapper.no_img a{
	font-size: 13px;
	text-decoration: none;
	color:#111;
}

article section .img_wrapper.no_img a:hover,
article section .img_wrapper.no_img a:active{
	font-size: 13px;
	text-decoration: none;
	color:#111;
}

article section.large .img_wrapper.no_img a{
	font-size: 15px;
	text-decoration: none;
	color:#111;
}

article section.large .img_wrapper.no_img a:hover,
article section.large .img_wrapper.no_img a:active{
	text-decoration: none;
	color:#111;
}

article section img{
	max-width: 210px;
	max-height: 130px;	
}
@media (max-width: 768px){
article section img{
	max-width: 440px;
	max-height:440px;	
}
}
article section .img_wrapper:hover{
	cursor:pointer;
}


article section .title {
	line-height: 1.25;
	margin-bottom: 10px;
}

article section .title a,
article section ul.tags li a{
	text-decoration:none;
}


article section .date {
	color: #999;
	line-height: 36px;
}

article section ul.tags {
}

article section ul.tags li {
	font-size: 11px;
	float: left;
	padding: 2px 4px;
	margin: 2px;
	background: #e5e5e5;
	border-radius: 2px;
}

/* -----------------------------------------------------
 article large
----------------------------------------------------- */
article section.large{
	width: 440px;
}

article section.large .img_wrapper{
	height:270px;
	width: 440px;
}

article section.large img{
	max-width: 440px;
	max-height: 270px;
}

/* -----------------------------------------------------
 article first
----------------------------------------------------- */
article section.firstfloat{
	clear:left;
}

