﻿@charset "UTF-8";
/* --------------------------------------------------------------------
 Copyright (c) plusi
 -------------------------------------------------------------------- */
.hakkoubi{
	text-align: right;
	padding: 50px 0!important;
}
.hakkousya{
	text-align: right;
	padding: 50px 0!important;
}

/* --------------------------------
	h2
   -------------------------------- */
h2.news {
	position: relative;
	padding-bottom: 10px;
	width:100%;
	font-size: 28px;
	line-height: 150%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 2px solid #999;
}
h2.news::after {
	position: absolute;
	left:  0;
	bottom: -2px;
	display: block;
	content: " ";
	width: 10%;
}
/* --------------------------------
	point_area
   -------------------------------- */
div.point_area{
	padding: 20px;
	margin: 20px 0;
	background: #f4f4f4;
	border-radius :8px;
	box-shadow :0px 0px 5px silver;
}
div.from_box{
	float: right;
}
img.news{
	padding: 10px 0;
	width: 100%;
}
/* --------------------------------
	ul, ol
   -------------------------------- */
ul, ol {
	padding: 0.5em 0.5em 0.5em 2em;
}
ul li, ol li {
	line-height: 1.5;
	padding: 0.5em 0;
}
/* ====================================
 News Style
 ====================================== */
.news_area {
	width: 90%;
	max-width:1000px;
	margin: 50px auto;
}
.news_title {
	color: #0071b9;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.news_list {
	margin: 20px 0;
}
.news_list li {
	padding: 15px 5px;
	border-bottom: 1px dashed #f786bc;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news_list li.first {
	border-top: 1px dashed #f786bc;
}
.date{
	font-size: 16px;
	margin-right: 10px;
}
.category{
	display: inline-block;
	color: #fff;
	width: auto;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	padding: 2px 10px;
	background-color: #f786bc;
}
.news_text a{
	font-size: 16px;
	color: #333;
}

@media screen and (max-width: 559px) {
	.news{
		width: 100%;
		padding: 0 20px;
	}
	.news_text a {
		display: block;
		margin-top: 10px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}
/*
*/
p{
	line-height: 200%;
}