@charset "utf-8";

/* ========================================================
	news.css
======================================================== */

/* news_list
============================================================================================================ */
.news_list article {
	border-bottom: 1px dashed #666;
}
.news_list article a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #000;
	font-size: 2.2rem;
	line-height: 1.6;
}
.news_list article a time {
	float: left;
}
.news_list article a h1 {
	margin-left: 6.5em;
	font-weight: normal;
}
@media screen and (min-width: 769px), print {
	.news_list article a:hover {
		color: #0064b3;
	}
	.news_list article a:hover h1 {
		/*text-decoration: underline;*/
	}
}
@media screen and (max-width: 768px) {
	.news_list article a {
		font-size: 1.3rem;
	}
}


/* info_detail
============================================================================================================ */
.info_detail .page_title_simple {
	padding-bottom: 10px;
}
.info_detail .page_title_simple .info {
	position: relative;
	text-align: center;
	margin-top: 50px;
}
.info_detail .page_title_simple .info .social > * {
	vertical-align: bottom;
}
.info_detail .page_title_simple .info .social > * + * {
	margin-left: 10px;
}
@media screen and (min-width: 769px), print {
	.info_detail .page_title_simple .info {
		min-height: 30px;
	}
	.info_detail .page_title_simple .info .social {
		position: absolute;
		right: 0;
		bottom: 12px;
	}
}
@media screen and (max-width: 768px) {
	.info_detail .page_title_simple .info {
		margin-top: 20px;
	}
	.info_detail .page_title_simple .info .social {
		padding: 10px 0 5px;
	}
}

.info_detail .back_btn {
	margin: -20px 0 60px;
	font-weight: bold;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.info_detail .back_btn {
		margin: -15px 0 40px;
		text-align: center;
		font-size: 1.6rem;
	}
}

