* {
	margin:0;
	padding:0;
}

*:after {
	display:block;
	clear:both;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
	border-top: 5px solid #f0758b;
    margin:1em 0;
    padding:0;
}

img {
	border: 0;
}

a{
	color: #FFF;
	text-decoration: none;
	-webkit-tap-highlight-color: #ccc;
}

body {
	background:url(../../../direct/image_teaser/bg.png);
	/*border:1px solid red;*/
	width: 100%;
	padding: 0;
	margin: 0;
	/*overflow:hidden;*/
	font-size: 13px;
	color: #FFF;
	line-height: 1.5;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	-webkit-text-size-adjust: none;


}

#index{
	/*background:url(../../../direct/image_teaser/bg.png);*/
	min-height:inherit !important;
	background: -webkit-linear-gradient(top,  #c80012 0%,#060001 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c80012 0%,#060001 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*.logoNintendo {
	width: 53px;
	height: 13px;
	position: absolute;
	top: 80px;
	left: 8px;
}*/

.nintendoWeb {
	position: absolute;
	right: 10px;
	top:80px;
	color: #FFF;
	font-weight: bold;
	padding-left: 13px;
	display: block;
}

.portrait .nintendoWeb {
	top: 70px;
	font-size: 8px;
	background: url(../../../direct/image_cmn/arrow.png) no-repeat left center;
	background-size: 9px 9px;
	height: 11px;
}

.landscape .nintendoWeb {
	top: 70px;
	font-size: 9px;
	background: url(../../../direct/image_cmn/arrow.png) no-repeat left 1px;
	background-size: 9px 9px;
	height: 12px;
}

#logo {
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-position: 50% 0;
	margin: 111px auto 0px;
}



#contents {
	padding: 15px 20px 0;
}

#contents h2 {
	font-size: 15.5px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0;
}

#contents p {
	margin-top: 12px;
	font-size: 12.5px;
	line-height: 1.8;
}

#contents #video {
	text-align: center;
}

.portrait #contents #video {
	padding: 15px 0px 0 0;
}

.landscape #contents #video {
	padding: 15px 50px 0 50px;
}

#contents #video iframe {
	border: 0px none transparent;
}

#contents .notes li {
	font-size: 10px;
	line-height: 1.4;
	padding: 0 0 4px;
	text-indent: -1em;
	margin-left: 1em;
	list-style: none;
}

#contents .notes li:first-child {
	padding-top: 20px;
}

#contents .link-top {
	padding: 10px 0 15px;
	text-align: center;
	font-weight: bold;
}

#link {
	padding: 0 20px;
}

#link h3 {
	border-left: 5px solid;
	margin: 25px 0 15px;
	padding: 0 0 0 7px;
	font-size: 12px;
}

#link .btmArea {
	height: 15px;
}

#link ul {
	margin: 0 auto 10px;
	list-style: none;
}

#link li {
	border-top: 1px solid #dcdcdc;
	font-size: 12px;
	-webkit-background-size: 5px 10px;
	background-size: 5px 10px;
	display: block;
	background-image: url(../../../direct/image_cmn/listarrow.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	padding-right: 15px;
}

#link li:last-child {
	border-bottom: 1px solid #dcdcdc;
}

#link .noLink {
	display: block;
	line-height: 1.8;	
	padding: 15px 15px 15px 2px; 
	background: none;
}

#link li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1.8;	
	padding: 15px 15px 15px 2px;
}

#link li span {
	font-weight: bold;
	font-size: 10px;
	color: #ff7d00;
	line-height: 1.6;
}

#ftr .link {
	color: #FFF;
	font-size: 11px;
	display: block;
	text-align: center;
	width: auto;
	margin: 0 auto;
	padding: 7px 0;
}

#ftr .link img {
	margin-right: 5px;
}

#ftr .link a {
	color: #FFF;
}

