@charset "UTF-8";

/*****************************
	news.css
	新着情報ページ設定
*****************************/

/*  外枠
-------------------------- */
#news{
	position:relative;
	width:920px;
	margin:5px 0 0 0;
}
#news h2{
	background:url(../img/news/newsTitle.jpg) no-repeat;
	width:920px;
	height:100px;
	margin:0 0 10px 0;
	text-indent:-9999px;
}

#pageLink{
	margin:0 auto 10px auto;
	text-align:center!important;
}
#pageLink span{
	background: #245D8A;
	color:#FFF;
}
#pageLink a{
	color:#666;
	text-decoration:none;
	font-size: 1.1em;
}
#pageLink a:hover{
	background: #245D8A;
	color:#FFF;
	text-decoration:underline;
}

div.pageTop {
	 clear : both;
}

#tab{
	position:relative;
	width:100%;
	height:31px;
	margin:16px 0 10px 0;
	text-indent:-9999px;
	border-bottom:2px solid #255D8A;
}
#tab:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#tab li{
	display:block;
	float:left;
	width:118px;
	height:29px;
	cursor:pointer;
}
#tab li#tab1{
	background:url(../img/top/tab.jpg) 0 0;
}
/*#tab li#tab2{
	background:url(../img/top/tab.jpg) 118px 0;
}*/
#tab li#tab1:hover{
	background:url(../img/top/tab.jpg) 0 -29px;
}
#tab li#tab2:hover{
	background:url(../img/top/tab.jpg) 118px -29px;
}
#tab li#tab3 a{
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	background:url(../img/news/tab2.jpg);
	width:128px;
	height:35px;
}

dl#newsList dd .news_event{
	padding: 6px 0 0 0;
}

.event_con dd img{
	padding: 7px 0;
	width: 220px;
}

#newsList:after,
#newsList2:after{
	display:block;
	clear:both;
	height:1px;
	margin-top:-1px;
	content:"";
}
#newsList dt,
#newsList2 dt{
	float:left;
	width:90px;
	padding:3px 3px 10px 10px;
	color:#598AAE;
	text-align:left;
	font-size: 1.1em;
}
#newsList dd,
#newsList2 dd{
	margin:0 0 10px 0;
	padding:3px 3px 10px 110px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	font-size: 1.1em;
}
#newsList dd img+img,
#newsList2 dd img+img{
	margin:0 0 10px 5px;
}
#newsList dd div img{
	margin:0 0 4px 0;
}
#newsList dt.dateNon {
	display: none;
}
#newsList dd.dateNon {
	padding:3px 5px 10px 15px;
}
#newsList2 p{
	margin:0 10px 10px 0!important;
	text-align:right!important;
}

#newsList2 dd a,
#newsList2 p a{
	color:#666;
}
#newsList2 dd a:hover,
#newsList2 p a:hover{
	color:#ccc;
	text-decoration:none;
}
.news_con {
	float: left;
	width: 400px;
}
.event_con {
	float: right;
	width: 280px;
}

.season_mds {
	padding: 0 0 0 10px;
	font-size: 1.1em;
}


#newsList2 {
	clear:none;
	width:400px;
}

#newsList dt.season_mds,
#newsList2 dt.season_mds {
	width:400px;
	margin: 0 0 5px 0;
	padding:3px 3px 0 0;
	color:#666666;
	text-align:left;
}

.event_con dt.season_mds {
	padding:3px 3px 0 0;
	color:#666666;
	text-align:left;
}
.event_con dt {
	padding:3px 3px 0 10px;
	color:#598AAE;
	text-align:left;
	font-size: 1.1em;
}
.event_con dd {
	margin:0 0 10px 0;
	padding:3px 3px 10px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
}
.backnum {
	text-align: right !important;
	border: 0 none !important;
}

@media screen and (max-width: 760px){
#news h2{
	background:url(../img/news/newsTitle_sp.jpg) left top no-repeat;
	background-size: 100%;
	width:100%;
	height:125px;
	margin:0 0 10px 0;
	text-indent:-9999px;
}
.news_con,
.event_con {
	width: 100%;
	float: none;
}
#newsList2 {
	width: 100%;
}
.season_mds {
	padding: 0;
}
#newsList,
#newsList2,
.event_con dl {
	margin: 5px 0!important;
}
.event_con dd {
	font-size: 1.1em;
}
#pageLink {
	margin: 0!important;
	line-height: 1.8;
}
#newsList dt,
#newsList2 dt {
	float: none;
	width: 100%;
	margin: 0;
	padding: 6px 3px 2px 8px;
}
#newsList dd,
#newsList2 dd {
	padding: 9px 3px 9px 10px;
}
}