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

#index{
	width: 100%;
	padding: 0;
	margin-bottom: 5%;
	position: relative;
}


/* whatsnew
--------------------------------------------------------------------------------------*/
#index .theme{
	width: 45%;
	margin-top: 5%;
	margin-left: 115px;
}
#index .theme h2{
	width: 70%;
	margin: 20px 15%;
	text-align: center;
}
#index .theme h2 img{
	width: 100%;
	height: auto;
}
#index .theme ul{
	width: 100%;
text-align: center;
}
#index .theme li{
	margin-bottom: 5px;
}
#index .theme li.jsda img{
	margin: 1% 10px;
}



/* whatsnew
--------------------------------------------------------------------------------------*/
#whatsnew{
	width: 90%;
	margin:5% 0;
	padding:4% 5%;
	text-align: left;
	display: inline-block;
	position: relative;
	clear: both;
	background-color: #f1efed;
	border: 1px solid #dcd8d2;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#whatsnew h3{
	text-align: center;
	margin: 0;
	color: #000;
	font-size: 1.5rem;
	font-family: "Zen Old Mincho", "Noto Serif JP", serif;
	font-weight:300;
	letter-spacing:0.3em;
	margin-bottom:1em;
}
#whatsnew #news{
	overflow: auto !important;
	height:240px;
	margin:0;
	font-size: 1em;
}
#whatsnew #news table{
	width:100%;
	font-size: 1em;
}
#whatsnew #news th{
	width: 5%;
	padding: 7px 10px;
	margin: 0;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #dcd8d2; 
}
#whatsnew #news td {
	margin: 0;
	padding: 7px 10px;
	vertical-align: top;
	border-bottom: 1px solid #dcd8d2;
}




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

@media only screen and (max-width: 481px) {
#index{
	width: 100%;
	max-width:inherit;
	padding:0 0 5% 0;
	margin-bottom: 0;
}


/* theme
--------------------------------------------------------------------------------------*/
#index .theme{
	width: 70%;
	margin: 5% 15%;
}
#index .theme h2{
	width: 70%;
	margin: 20px 15%;
	text-align: center;
}
#index .theme h2 img{
	width: 100%;
	height: auto;
}
#index .theme ul{
	width: 100%;
text-align: center;
}
#index .theme li{
	margin-bottom: 35px;
}
#index .theme li.jsda img{
	margin: 1% 10px;
}

/* whatsnew
--------------------------------------------------------------------------------------*/

#whatsnew{
	width:80%;
	margin:4% 5%;
	padding: 3% 5%;
	position: relative;
}

	#whatsnew h3{
	margin: 0;
	font-size: 1.7rem;
	font-weight:300;
	letter-spacing:0.1em;
	margin-bottom:0.5em;
}
#whatsnew #news{
	overflow: auto !important;
	height:240px;
	margin:0;
	font-size: 1em;
}
#whatsnew #news table{
	width: 100%;
}

#whatsnew #news th {
	width: auto;
	display: block;
	font-size:105%;
	word-break: break-all;
	white-space: normal;
	margin: 0;
	padding: 0 0 0;
	text-align:left;
	/*
	width: 5%;
	padding: 7px 10px;
	margin: 0;
	white-space: nowrap;
	vertical-align: top;
	*/
	border-bottom: none; 
}

#whatsnew #news td {
	width: auto;
	display: block; 
	padding:0 0 2% 0;
	margin:0 0 2% 0;
	border-bottom: 1px solid #dcd8d2;
}
	
}
