@charset "shift_jis";

/* ========================================
	#contents
======================================== */
#soft-title {
	background: #FFFFFF;
}

#soft-title .border {
	width: 333px;
	margin: 0 auto;
	border-left: #0096c8 3px solid;
	font-size: 12px;
}

#soft-title h1 {
	border-left: #CE181E 3px solid;
	font-size: 12px;
	padding: 8px;
}

#soft-title h1 .wiiu {
	color: #0096c8;
}

#soft-title h1 .connect {
	color: #9fa0a0;
}

#soft-title h1 .ds {
	margin-right: 8px;
	color: #ce181e;
}


#visual {
	padding: 10px 0 20px;
	background: url(../img/main_bg.png);
	background-size: 100%;
/*
  background-image: linear-gradient(
    45deg,
    #1195c2 25%,
    #0488b5 25%, #0488b5 50%,
    #1195c2 50%, #1195c2 75%,
    #0488b5 75%, #0488b5
  );
  background-size: 8px 8px;
*/
	text-align: center;
	color: #FFF;	line-height: 1.6;
}

#visual .visual-main {
	margin-bottom: 10px;	
}

#visual .visual-main img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


#visual .visual-inner {
	text-align: center;
}

#visual .visual-inner p {
	margin-bottom: 10px;
}


#visual .qa-box {
	text-align: left;
	width: 290px;
	margin: 0 auto;
}

#visual .qa-box dt {
	margin-bottom: 10px;
}

.wrapper {
	padding-bottom: 15px;
	background-color: #fff;
}

#example {
	margin-bottom: 20px;

}


#example .mid-text {
	text-align: center;	
}



#example h2 {
	background-color: #edbd0a;
	margin-bottom: 4px;
	padding: 8px 15px;
	font-size: 16px;
	color: #FFF;
}

#example p {
	margin-bottom: 8px;	
}

#example .img {
	text-align: center;	
	margin-bottom: 14px;
}

#example .wrapper {
	width: 290px;
	margin: 0 auto;
	color: #898989;	line-height: 1.6;
}

#example .color-box {
	text-align: center;	
}


#connect {
	background-color: #fff;
}

#connect h2 {
	background-color: #9dc440;
	margin-bottom: 10px;
	padding: 8px 15px;
	font-size: 16px;
	color: #FFF;
}

#connect .text-box {
	margin: 0 15px;	
}

#connect .img {
	text-align: center;
}
#connect .text-box {
    color: #898989;
	line-height: 1.6;
    margin: 0 auto;
    width: 290px;
}

#connect .enjoy {
	padding-top: 12px;
	border-top: 1px solid #9dc440;
}

#connect .enjoy h3 {
	margin-bottom: 12px;
    color: #9dc440;
	line-height: 1.6;
	text-align: center;
}

#connect .enjoy .three-lead {
	color: #FF0000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}

#connect .enjoy ul {
	width: 290px;
	margin: 0 auto 20px;
}

#connect .enjoy ul:after {
  content: " ";
  height: 0.1px;
  display: block;
  clear: both;
}


#connect .enjoy ul li {
	float: left;
	width: 145px;
	font-size: 12px;
	margin-bottom: 10px;
	
}

#connect .enjoy dl dt {
	display: table;
	width: 145px;
	height: 60px;
	margin-bottom: 5px;
}

#connect .enjoy dl dt span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#connect .enjoy dl dd {
	text-align: center;	
}


#connect .n3ds {
	width: 258px;
	padding: 15px 15px 0 15px;
	margin: 0 auto;
	border-radius: 12px;		/* CSS3草案 */
	-webkit-border-radius: 12px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 12px;	/* Firefox用 */
	border: 1px solid #cacaca;
	text-align: left;
	line-height: 1.6;
	color: #898989;
}

#connect .n3ds img {
	vertical-align: bottom;	
}

#connect .n3ds h3 {
	color: #ca1f24;
}

#other {
	margin-bottom: 20px;
}

#other h2 {
	background-color: #ef88a4;
	padding: 8px 15px;
	font-size: 16px;
	color: #FFF;
}

#other .img {
		margin-bottom: 10px;
}

#other .img img {
	width: 100%;	
}

#other p {
	width: 290px;
	margin: 0 auto;
	color: #898989;
	line-height: 1.6;
}

#spec {
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: center;
}
#spec .logo {
	margin-bottom: 20px;
}
#spec .title {
	margin-bottom: 20px;
	color: #ed0000;
	font-size: 16px;
	font-weight: bold;
}
#spec .data {
	margin-bottom: 7px;
	color: #666666;
	font-size: 12px;
}
#spec .data span {
	color: #ed0000;
}
#spec .hardware {
	margin: 20px 0;
}
#spec .copy {
	display: block;
	margin-bottom: 20px;
    padding: 0 10px;
	color: #8c8c8c;
	text-align: center;
	font-size: 10px;
	line-height: 1.4;
}

#modal-area {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
#modal-area #pop-close {
	padding-top: 20px;
}