@charset "UTF-8";
/* top.css */

/*font-style*/
section li h2{font-size:14px;line-height:1.8;color:#f08200;font-weight:600;text-align:center;}
section li h2.small{ font-size:13px; letter-spacing:-1px; }
#secRegister .textBox li{text-indent:-1em;padding-left:1em;}
.textBox h3{ font-weight:bold; margin:18px auto 9px;}

/*layout*/
#secCandoit,
#secRegister{width:880px;margin:0 auto;display:block;overflow:hidden;}
#secCandoit h1,
#secRegister h1{width:100%;border-bottom:1px solid #dcdcdc;padding-bottom:6px;margin-bottom:20px;}
section .lead{padding-bottom:22px;}
section ol{clear:both;width:100%;display:block;}

/*frameBox*/
.frameBox{width:211px;}
.frameBox,
.frameWrap{background-repeat:no-repeat;position:relative;}
.frameWrap,
.frameIn{width:100%;}
.frameBox,
.frameWrap,
.frameIn{float:left;overflow:hidden;}
.frameBox{background-image:url(../img/top_bg_frame_btm.gif);padding-bottom:4px;background-position:left bottom;}
.frameWrap{background-image:url(../img/top_bg_frame_top.gif);padding-top:4px;}
.frameIn{background-image:url(../img/top_bg_frame_cont.gif);}

/*secIntro*/
#secIntro {min-height:483px;padding-bottom:55px;position:relative;}
#secIntro figure{position:absolute;left:15px;top:-4px;}
#secIntro .textBox{padding:90px 0 0 557px;width:369px;}
#secIntro .textBox h1{padding-bottom:30px;}
#secIntro .textBox #btnUbiplay{width:316px;height:50px;margin-top:40px;}
#secIntro .textBox #btnUbiplay a{background-image:url(../img/top_btn_ubiplay.png);}

/*secCandoit*/
#secCandoit{padding-bottom:80px;}
#secCandoit ul li{float:left;width:211px;margin-right:12px;}
#secCandoit ul li .frameIn{width:191px;min-height:317px;padding:16px 10px;text-align:center;}
#secCandoit ul li figure{height:130px;}
#secCandoit ul li figure img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*secRegister*/
#secRegister ul li{float:left;width:880px;margin-bottom:20px;}
#secRegister .frameBox{width:880px;background-image:url(../img/top_bg_frame_lg_btm.gif);}
#secRegister .frameWrap{background-image:url(../img/top_bg_frame_lg_top.gif);}
#secRegister .frameIn{width:840px;padding:16px 20px;}
#secRegister .frameBox h2{text-align:left;}
#secRegister .textBox h2{line-height:1.0;padding-bottom:25px;}
#secRegister .textBox li{padding-bottom:15px;margin:0;}
#secRegister figure{float:right;width:410px;}
#secRegister #regWiiU li{padding-bottom:0;}
#secRegister #regWiiU .textBox h2{padding-bottom:0;}
#secRegister .regText .textBox{width:840px;}
#secRegister .regText .textBox ol li{width:824px;padding-bottom:15px;}
#secRegister>ul>li:last-child{margin-bottom:0;}
#secRegister .regText .textBox .subList li{padding-bottom:0;}

/*footer*/
footer #btnContact{width:302px;height:38px;margin:30px auto;}
footer #btnContact a{display:block; width:100%; height:100%;}

/*2016.1.6*/
a.baseLink{ color:#006F88; }
.mb10{ margin-bottom:10px; }