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


/*------------------------------------------------------------
	一覧
*/
/*#article_list {
	margin-left: 5px;
}*/

#article_list .article_data .ribbon,
#new_open_list .article_data .ribbon {
	position: absolute;
	top: 5px;
	right: -3px;

	display: inline-block;
	min-width: 40px;
	height: 18px;
	padding: 0 0.5rem;

	color: #FFF;
	font-size: 10px;
	font-family: Arial, Helvetica, "sans-serif";
	font-style: italic;
	text-align: center;
	line-height: 18px;

	background-color: #9A2222;
	z-index: 1;
}
#article_list .article_data .ribbon.open {	background-color: #993300;}
#article_list .article_data .ribbon.start {	background-color: #339900;}
#article_list .article_data .ribbon.end {	background-color: #003399;}

#new_open_list .article_data .ribbon.today {	background-color: #993300;}
#new_open_list .article_data .ribbon.recently {	background-color: #339900;}
#new_open_list .article_data .ribbon.soon {	background-color: #003399;}

#article_list .article_data .ribbon:before,
#new_open_list .article_data .ribbon:before {
	position: absolute;
	content: "";
	display: block;
	bottom: -3px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 3px 3px;
	border-color: transparent transparent transparent #06509e;
}


/* New Open */
#new_open_title {
	margin: 1.5rem 0 0;
	padding: 0.5rem 0;
	font-size: 1.2rem;
	font-family: 'Vollkorn', serif;
	line-height: 1.0;
	border-top: 2px dotted #cccccc;
}


/*------------------------------------------------------------
	詳細
*/
#usePickup {
	margin: 1.0rem 0;
}
#usePickup .use_pickup_title {
	padding: 0.5rem;
	font-size: 0.8rem;
	background: #f7f0f0;
	border-top: 1px solid #cccccc;
}
#usePickup ul {
	overflow: hidden;
	list-style: none;
}
#usePickup ul li {
	display: block;
	border-bottom: 1px solid #cccccc;
}
#usePickup ul li a {
	display: block;
	padding: 12px;
	line-height: 1.0;
	text-decoration: none;
}
#usePickup ul li a:hover {
	background: #ddeeff;
}
@media screen and (max-width:600px) {
	#usePickup {
		margin: 5vmin;
	}
}


/*------------------------------------------------------------
	記事画像

#article_detail.detail_img {
}

#article_detail.detail_img ul {
}

#article_detail.detail_img ul li {
	padding: 0.5rem 0;
}
#article_detail.detail_img ul li img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}
#article_detail.detail_img ul li span {
	display: block;
	padding: 0.3rem 0;
	font-size: 0.9rem;
	line-height: 1.0;
}*/




