html {
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}
body{
    color: #4b4b4b;
	font-size: 1.4rem;
	line-height: 1.4;
	background-color: #fff;
	font-family:'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo,'メイリオ', sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
div, h1, h2, h3, h4, h5, h6, p, address, dl, dt, dd, ul, ol, li, img, form, td, th {
	margin: 0;
	padding: 0;
	border: none;
}
li {
	list-style:none;
}
/* ClearFix */
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
.hidden{
	visibility: hidden;
}
/*--- link ---*/
a{text-decoration:none;outline:none;}
a:link,
a:visited{
	color:#000;
	text-decoration:underline;
}
a:hover,
a:active,
a:focus{
	outline:none;
}
/* -------------------------------------------
common layout
--------------------------------------------*/
#headerArea{
	width: 100%;
	position: relative;
	background-color: #ffe600;
}
#sp_menu{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	padding-bottom: 5px;
	background-color: #afafaf;
}
#sp_menu li a{
	display: block;
	width: 100%;
	height: 60px;
	text-decoration: none;
	line-height: 60px;
	border-bottom: solid 1px #aaaa77;
	background: url(../../images_sp/li.png) 16px center no-repeat #ffe600;
	background-size: 6px 10px;
}
#sp_menu li a span{
	padding: 0 0 0 40px;
	font-size: 1.8rem;
}
#btn_close_sp{
	font-size: 1.6rem;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-bottom: solid 1px #aaaa77;
	background: url(../../images_sp/close.png) 12px center no-repeat #fa0;
}
#gnav{
	display: none;
}
#btn_menu_sp{
	width: 10%;
	height: auto;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}
#btn_menu_sp img{
	width: 100%;
	height: auto;
}
.seminarLogo{
	width: 60%;
	height: auto;
	text-align: center;
	padding: 0 0 3% 0 !important;
	margin: 0 auto;
}
.seminarLogo img{
	width: 100%;
	height: auto;
}
.nintendoLogo{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.nintendoLogo img{
	width: 20%;
	height: auto;
	margin: 10px 0px 0px 10px;
}
#Footer{
	position: relative;
	height: 50px;
	width: 50%;
	margin: 20px 0 0 0;
	float: left;
}
#Footer p{
	padding: 0 !important;
}
#Footer p#toNintendo a:after{
	content: attr(title);
	font-size: 1.2rem;
	color: #787878;
	padding: 0 0 0 14px;
}
#Footer p#toNintendo a{
	text-decoration: none;
}
#Footer p#toNintendo a img{
	display: none;
}
#Footer p#copyright{
	position: absolute;
	bottom: 10px;
	left: 14px;
}
a#pagetop{
	display: block;
	width: 30px;
	height: 40px;
	float: right;
	margin: 15px 20px 0 0;
}
/* -------------------------------------------
トップ
--------------------------------------------*/
body#top {
	background: url(../../images/bg.gif) repeat center center;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
#top p.btn{
	width: 100%;
	position: absolute;
	top: 1%;
	right: 1%;
	text-align: right;

}
#top p.btn img{
	width: 25%;
	height: auto;
}
#top #symbolset{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 10% 0 5% 0;
}
#top #symbol{
	padding: 0 0 4% 0;
}
#top #symbol img{
	width: 45%;
	height: auto;
}
#top #title{
	padding: 0 0 4% 0;
}
#top #title img{
	width: 100%;
	height: auto;
}
#top #period img{
	width: 70%;
	height: auto;
}
#top #report{
	display: none;
}
#top #nintendoLogo{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}
#top #nintendoLogo img{
	width: 20%;
	height: auto;
	margin: 10px 0px 0px 10px;
}
#top #menu{
	width: 90%;
	height: 10%;
	margin: 0 auto;
}
#top #menu a:after{
	content: attr(title);
	line-height: 1.6;
}
#top #menu a{
	display: block;
	background-color: #9fa0a0;
	margin: 0 0 5px 0;
	padding: 3px 0;
	border-radius: 20px;
	text-decoration: none;
	color: #ffe600;
	font-size: 18px;
}
#top #menu a img{
	display: none;
}
#top #sns{
	padding: 10px 0 20px 0;
}
#top #sns li{
	display: inline;
}
#top #backnav{
	background-color: #fff;
}
#top #backnav dd{
	display: inline;
}
#top #backnav #toNintendo{
	padding: 20px 0 0 0;
}
#top #backnav #toNintendo a{
	text-decoration: none;
	color: #323232;
	font-size: 1.2rem;
	line-height: 1.6;
}
#top #backnav #toNintendo a:after{
	content: attr(title);
}
#top #backnav #toNintendo a img{
	display: none;
}
#top #backnav dl{
	width: 90%;
	margin: 0 auto;
}
#top #backnav dt{
	color: #787878;
	margin: 20px 0 0px 0;
	padding: 5px 0;
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 1px;
}
#top #backnav dt:after{
	content: attr(title);
}
#top #backnav dt img{
	display: none;
}
#top #backnav dd a{
	color: #787878;
	text-decoration: none;
	font-size: 1.3rem;
	line-height: 1.6;
	padding: 4px 0;
	width: 25%;
	display: block;
	float: left;
}
#top #backnav dd a:after{
	content: attr(title);
}
#top #backnav dd a img{
	display: none;
}
#top #backnav #copyright{
	clear: both;
	padding: 10px 0;
}
#top #report_sp{
	margin: 0 0 20px 0;
}
#top #report_sp img{
	width: 90%;
	height: auto;
}


/* -------------------------------------------
NEWS
--------------------------------------------*/
#contentsAreaTop #news{
	margin:0 auto;
	background:#fff;
	width:90%;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px; 
    border-radius: 20px;
}

#contentsAreaTop #newsInside dl {
	display: table;
	margin: 0 auto;
}

#contentsAreaTop #newsInside dl dt{
	display: table-cell;
	padding: 12px 8px;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.54;
	text-align: right;
	color: #CE181E;
}
#contentsAreaTop #newsInside dl dd{
	display: table-cell;
	padding: 12px 12px 12px 0;
	vertical-align: top;
	font-size: 11px;
	text-align: left;
}
#contentsAreaTop #newsInside dl dd a {
	color:#838383;
	text-decoration:none;
}
#contentsAreaTop #newsInside dl dd a:hover{
	color:#bababa;
}
#contentsAreaTop #main .sakuhin_new {
	display: none;
}