@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*------------------------------------------------------------Pickup*/
div#pickup {
	margin-top:15px;
}
div#pickup ul {
	font-size:0;
}
div#pickup ul li {
	display: inline-block;
	width:145px;
	margin-right: 10px;
	vertical-align: top;
	text-align: center;
	background: rgba(255,255,255,0.6);
}
div#pickup ul li:nth-child(2n) {
	margin-right: 0;
}
div#pickup ul li:nth-child(n+3) {
	margin-top: 10px;
}
div#pickup ul li a {
	display: block;
	padding:0 0 10px;
	text-decoration: none;
	color:#202020;
}
div#pickup ul li h3 {
	margin:10px 0 8px;
	font-size:16px;
	font-weight: bold;
	line-height: 1.0;
	color:#846ea2;
}
div#pickup ul li:last-child h3 {
	letter-spacing: -1px;
}
div#pickup ul li p.tx {
	padding:0 5px;
	font-size:12px;
	line-height: 1.4;
}
div#pickup ul li:nth-child(-n+2) p.tx {
	letter-spacing: -1px;
}

/*------------------------------------------------------------Schedule News */
#topics_news  {
	margin:30px 10px 0;
}
#topics_schedule  {
	margin:30px 10px;
}

#topics_news .newstitle, #topics_schedule .newstitle {
	border-bottom: solid 1px #846ea2;
	zoom: 1;
}
#topics_news .newstitle:after, #topics_schedule .newstitle:after {
	content: "";
	display: block;
	clear: both;
}
#topics_news .newstitle h3, #topics_schedule .newstitle h3 {
	margin:5px 0 10px;
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height: 1.0;
}
#topics_news .newstitle h3 span, #topics_schedule .newstitle h3 span {
	display: block;
	margin-top:5px;
	font-size:12px;
	font-weight:normal;
	line-height: 1.0;
	letter-spacing: 0.5px;
	color:#846ea2;
}
#topics_news .newstitle p, #topics_schedule .newstitle p {
	float:right;
	line-height: 19px;
}
#topics_news .newstitle p a, #topics_schedule .newstitle p a {
	display: block;
	position: relative;
	padding: 0 5px 0 17px;
	text-decoration: none;
	font-size:13px;
	line-height: 21px;
	letter-spacing: -1px;
	color: #fff;
	background: #f7b528;
}
#topics_news .newstitle p a:before, #topics_schedule .newstitle p a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	width: 5px;
	margin: auto;
	height: 5px;
	content: "";
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*------------------------------------------------------------News_rendo（更新プログラム連動）*/
/*更新プログラム(連動)リスト*/
.news_rendo{
	width: 100%;
}
.news_rendo li {
	padding: 14px 0 0;
	position: relative;
}
.news_rendo li time {
	font-weight: normal;
	position: absolute;
	left: 0;
	font-size:1.4rem;
	line-height: 1.1;
}
.news_rendo li p {
	padding: 0 0 0 100px;
	overflow: hidden;
	white-space: nowrap;
	font-size:1.4rem;
	line-height: 1.1;
	text-overflow: ellipsis;
	-moz-text-overflow:ellipsis; /* Firefox */
	-o-text-overflow: ellipsis; /* Opera */
}
.news_rendo li p a {
	text-decoration: underline;
	color:#202020;
}
/*------------------------------------------------------------Greeting*/
#greeting .ph {
	/*float:right;
	margin-left:10px;*/
}
/*------------------------------------------------------------News02*/
section#news02 div {
	border-bottom: 1px solid #333;
	background: #FFF url(../img/common_img/icon_arrow02.png) no-repeat 97% 50%;/*背景色のみ変更可*/
	/* ratina */
	background-size: contain;
	-webkit-background-size: auto 12px;/*Android 2.1 対策として表示させたい縦サイズを記載*/
}
section#news02 div:first-of-type {
	border-top: 1px solid #333;
}
section#news02 div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#news02 p.date {
	font-size: 1.2rem;
	font-weight: bold;
	color: #999;
}
