@charset "UTF-8";
/* CSS Document */

#index{
	background: #fff1f0;
}

#index #rightslot{
	background: url("../img/index/bg.jpg") no-repeat center top;
	background-size: cover;
	max-height: 1000px;
	position: relative;
}

#index h2{
	margin: 20px 50px 5% 0;
	float: right;
}
#index #rightslot #main,
#index #rightslot #main img{
	display: none !important;
}


/* whatsnew
--------------------------------------------------------------------------------------*/
#index #whatsnew {
	width: 90%;
	margin: 0 5%;
	padding: 0;
	text-align:left;
	background-color: #fff;
	position: absolute;
	bottom: 25px;
}

#index #whatsnew h3{
	width: 96%;
	margin: 0;
	padding: 2%;
	line-height: 1;
	background-color: #603813;
	font-size:1em;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

#index #whatsnew #news{
	width: 100%;
	height:150px;
	padding: 0;
	margin: 0;
	overflow: auto;
}

#index #whatsnew #news table{
	width:100%;
	font-weight: 600;
}
#index #whatsnew #news th{
	width: 4%;
	padding: 7px 15px;
	margin: 0;
	font-weight:700;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px dotted #231815; 
}
#index #whatsnew #news td {
	margin: 0;
	padding: 7px 15px 7px 0;
	vertical-align: top;
	border-bottom: 1px dotted #231815;
}





/* ここからタブ
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 1260px) {

}


/* for Sp
--------------------------------------------------------------------------------------*/
/* 
--------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {

#index #rightslot{
	background: none;
	max-height: inherit;
}

#index h2{
	display: none;
	float: none;
}
#index #rightslot #main,
#index #rightslot #main img{
	display: block !important;
	margin-bottom: 5%;
}



/* whatsnew
--------------------------------------------------------------------------------------*/
#index #whatsnew {
	width: 90%;
	margin: 10% 5% 10% 5%;
	padding: 0;
	text-align:left;
	background-color: #fff;
	position: relative;
	bottom: auto;
	clear: both;
	display: block;
}

#index #whatsnew h3{
	width: 96%;
	margin: 0;
	padding: 2% 2%;
	line-height: 1;
	background-color: #603813;
	font-size:1em;
	font-weight: 500;
	text-align: center;
	color: #fff;
}


#index #whatsnew #news{
	width: 99.5%;
	height:150px;
	padding: 0;
	margin: 0;
	overflow: auto;
	border: 1px solid #808080;
}

#index #whatsnew #news table{
	width:100%;
	font-size: 0.9em;
	font-weight: 600;
}
#index #whatsnew #news th{
	width: 4%;
	padding: 7px 15px;
	margin: 0;
	font-weight:700;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px dotted #231815; 
}
#index #whatsnew #news td {
	margin: 0;
	padding: 7px 15px 7px 0;
	vertical-align: top;
	border-bottom: 1px dotted #231815;
}


}