@charset "utf-8";
/* トップ「新着情報」スタイル　※ タブ切り替え　*/

/* 通常のタブ */
#Tabs {
	margin:0 130px;
	border-top:1px solid #a3a3a3;
	/* タブ全体の背景色 */
	background:url('images/top-content7/bg_tab02.png');
}

/* 現在選択中のタブ */
#Tabs li.current {
	/* 選択中のタブの背景色 */
	background:url('images/top-content7/bg_tab.png');
}

#Tabs li {
	float:left;
	width:33.333%;
	text-align:center;
	padding:20px 0;
	color:#d8dae3;
	font-size:142%;
	cursor:pointer;
	line-height:1;	
}

#Tabs li + li {
	border-left:1px solid #a3a3a3;
}
#Tabscontent li {
	display:none;
}
#Tabscontent li:first-child {
	display:block;
}

#top-content7 {
	padding-top: 40px;
	padding-bottom: 10px;
}

#top-content7 a {
	color: #D8DAE3;
} 

.news .more a{
	color:#8283ec;
	font-size:86%;
}
.news .more img {
	margin-right:10px;
}
@media screen and (max-width : 1169px) {
	#Tabs {
		margin:0 30px;
	}
}
@media screen and (max-width : 959px) {
	#Tabs {
		margin:0;
	}
}

/* 日付部分のスタイル */
.news-date {
	padding-left: 30px;
	width: 140px;
}
@media screen and (max-width : 499px) {
	.news-date {
		padding-left: 10px;
		width: 110px;
	}
}

/* 全体の背景画像 */
#top-content7 {
  background-image: url('images/top-content7/img_mv02.jpg');
  background-repeat: no-repeat;
  background-size: 100% cover;
}
