@charset "utf-8";


/*共通「インフォメーション」ブロック
---------------------------------------------------------------------------*/
.news_block{
	margin-bottom: 40px;
}
.news_date {
	width:60px;
	height:50px;
	padding:20px 5px 0 5px;
	line-height:14px;
	color:#1e1e1e;
	font-size:12px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background:#FFF;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	float:left;
	margin:0 13px 5px 0;
	text-align:center;
}
.news_dateB {
	width:60px;
	height:50px;
	padding:20px 5px 0 5px;
	line-height:14px;
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	background:#7F7C7C;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	float:left;
	margin:0 13px 5px 0;
	text-align:center;
}
.news_dateC {
	width:60px;
	height:50px;
	padding:20px 5px 0 5px;
	line-height:14px;
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	background:#9A0D0D;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	float:left;
	margin:0 13px 5px 0;
	text-align:center;
}
.news_date span {
	display:block;
	font-size:17px;
}
.news_dateB span {
	display:block;
	font-size:17px;
}
.news_dateC span {
	display:block;
	font-size:17px;
}
.news_t {
	padding:0 0 5px 0 !important;
	line-height:16px !important;
}
.news_l {
	line-height:20px !important;
	padding:0 0 0 0 !important;
}
.news_l a{text-decoration: none;}

.news_l a:hover{text-decoration: underline!important;}

.information_index{
	text-align: right;
	margin-bottom: 20px;
}

/*詳細ページ
---------------------------------------------------------------------------*/
.news_t2 {
	padding-top:20px !important;
	margin-top: 20px!important;
	font-size: 120%;
	font-weight: bold!important;
}

.news_l2 {
	padding:0 0 0 0 !important;
}
.new_ideas{
	overflow: hidden;
	background: #21B7B6;
	padding: 2% 2%  40px 2%;
	margin-bottom: 30px;
	position: relative;
}
.last_idea{
	display: block;
	width: 32%;
	height: 300px;
	float: left;
	box-sizing: border-box;
	padding: 30px;
	background: #FFF;
	margin: 0 2% 2% 0;
	border-radius: 2%;
	position: relative;
	text-decoration: none !important;
}
.last_idea:nth-child(3n){
	margin-right: 0;
}
.last_idea:hover{
	opacity: 0.8;
}
.last_idea_title{
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	line-height: 120%;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}
.last_idea_text{
	padding: 0 0 15px 0;
	font-size: 90%;
	overflow: hidden;

}

.last_idea_nickname{
	font-weight: bold;
	font-size: 90%;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.new_ideas_list{
	position: absolute;
	bottom:20px;
	right: 20px;
	text-align: right;
	width: 100%;
}
.new_ideas_list a{
	color: #FFF;
}