@charset "utf-8";
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display:block;
}
body{
    line-height:1;
}
ol, ul{
    list-style:none;
}
blockquote, q{
    quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
.clearfix{
    width:100%;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}

/*!
 * Bootstrap v2.0.3
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  color: #555555;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: 0 \9;
  /* IE9 and down */

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  background-color: #fff;
  background-color: initial;
  border: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input[type="submit"] {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  -webkit-transition:none;
  -moz-transition:none;
  -ms-transition:none;
  -o-transition:none;
  transition:none;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}

html, body{height:100%;}
body{
    position:relative;
    color:#333;
    font:13px/1.5 Meiryo,"MS PGothic",arial,sans-serif;
    /*for IE*/
    *font-size:small;
    *font:x-small;
}
textarea, input, select{
    font:13px/1.5 Meiryo,"MS PGothic",arial,sans-serif;
    /*for IE*/
    *font-size:small;
    *font:x-small;
}
/* web fonts */
@font-face{
    font-family:'FontAwesome';
    src:url('/fonts/fontawesome-webfont.eot?v=4.0.3');
    src:url('/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
        url('/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
        url('/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
        url('/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
}
i{
    font-weight:normal;
    margin:0 2px 0 0;
}
.fa{
    font-family:"FontAwesome";
}
.fa-angle-right:before{
    content:"\f105";
}
.fa-gamepad:before{
    content:"\f11b";
}
.fa-trophy:before{
    content:"\f091";
}

.size10{font-size:77%}
.size11{font-size:85%}
.size12{font-size:93%}
.size13{font-size:100%}
.size14{font-size:108%}
.size15{font-size:116%}
.size16{font-size:123.1%}
.size17{font-size:131%}
.size18{font-size:138.5%}
.size19{font-size:146.5%}
.size20{font-size:153.9%}
.size21{font-size:161.6%}
.size22{font-size:167%}
.size23{font-size:174%}
.size24{font-size:182%}
.size25{font-size:189%}
.size26{font-size:197%}
a{
    color:#0088d0;
    text-decoration:none;
}
a:hover {
    color:#005580;
    text-decoration:underline;
}
input[type="checkbox"],
input[type="radio"]{
    display:inline;
}
input[type="submit"]{
    cursor:pointer;
}
img{
    vertical-align:middle;
    border:0;
    -ms-interpolation-mode:bicubic;
}

/* @group Main layouts */
#wrapper{
    min-height:500px;
    width:950px;
    margin:0 auto;
    padding:0 0 40px;
    position:relative;
    background:#fff;
}

/* お知らせ枠 */
.notification{
    z-index:10;
    position:relative;
    width:950px;
    margin:0 auto 8px;
}
.notification li{
    position:relative;
}
.notification li a{
    color:#333;
    font-size:116%;
    font-weight:bold;
    line-height:34px;
    height:34px;
    margin:0 0 6px 0;
    display:block;
    border:1px solid #ffbe00;
    background:#fff4c8;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.notification li a:hover{
    text-decoration:none;
    border:1px solid #d28200;
}
.notification li a img{
    height:24px;
    margin:0 6px 0 8px;
}
#coupon_display{
    position:relative;
}
.notification li .notify_close,
.notification .coupon_display_close{
    color:#444;
    text-align:center;
    line-height:26px;
    height:24px;
    width:24px;
    cursor:pointer;
    display:block;
    position:absolute;
    right:6px;
    top:6px;
    background:rgba(255,255,255,0.8);
}
.notification .coupon_display_close{
    font-size:85%;
    width:110px;
    z-index:1;
}
.notification li .notify_close:hover{
    background:#fff;
}
.notification .notify_pink a{
    border:1px solid #e696fa;
    background:#ffe6fa;
}
.notification .notify_pink a:hover{
    border:1px solid #dc50f0;
}
.notification .notify_blue a{
    border:1px solid #8cbeff;
    background:#e6fafa;
}
.notification .notify_blue a:hover{
    border:1px solid #2682ff;
}

.notification .notify_message a img{
    width:86px;
    background: url('//static.gesoten.com/img/common/sprite.png?20140206') no-repeat -350px -24px;
}
.notification .notify_game a img{
    width:88px;
    background: url('//static.gesoten.com/img/common/sprite.png?20140206') no-repeat -350px -48px;
}
.notification .notify_friend a img{
    width:88px;
    background: url('//static.gesoten.com/img/common/sprite.png?20140206') no-repeat -350px -72px;
}
.notification .notify_coupon a img{
    width:85px;
    background: url('//static.gesoten.com/img/common/sprite.png?20140206') no-repeat -350px -96px;
}
.notification .notify_gesoinfo a img{
    width:79px;
    background: url('//static.gesoten.com/img/common/sprite.png?20140206') no-repeat -350px -144px;
}
.notification .notify_gesocamp a img{
    width:92px;
    background: url('//static.gesoten.com/img/common/sprite.png?20140206') no-repeat -350px -168px;
}
/* スーパーSALE */
.notification #super_sale a img{
    width:106px;
    background: url('//static.gesoten.com/img/common/sprite.png?20140206') no-repeat -350px -216px;
}
/* ゲソ10市 */
.notification .notify_gesoten_ichi a img{
    width:75px;
    background: url('//static.gesoten.com/img/common/sprite.png?20140206') no-repeat -350px -120px;
}
/* ゲソてんビンゴ */
.notification #geso_bingo a img{
    width:82px;
    background: url(//static.gesoten.com/img/common/sprite.png?20140206) no-repeat -350px -192px;
}
/* ベジモン一の市 */
.notification .notify_vegemon_ichi a img{
    width:101px;
    background: url('//static.gesoten.com/img/common/sprite.png?20140206') no-repeat -350px -240px;
}
/* スーパーSALE */
.notification .notify_super_sale a{
    color:#fff;
    border:1px solid #b46400;
}
.notification .notify_super_sale a{
    padding:0 0 0 50px;
    background: url('//static.gesoten.com/img/icon_super_sale.png') no-repeat 6px center #ff7800;
}
.notification .notify_super_sale a:hover{
    border:1px solid #444;
}
.iframe_mypage{
    padding:6px 0 20px;
    background:#fff;
}
.iframe_head{
    overflow:hidden;
}
.iframe_head_main{
    float:left;
    width:630px;
}
.iframe_head_aside{
    float:right;
    width:300px;
}
.iframe_head_main h1 a{
    color: #333;
}
.iframe_head_main h1 img{
    vertical-align: -8px;
    border:1px solid #ddd;
    border-radius:18px;
}
.iframe_head_main h1 a img{
    border:1px solid #ccc;
}
.iframe_head_main h1 strong{
    font-size: 174%;
}
.iframe_mypage h2 strong{
    font-size: 146.5%;
    margin: 0 12px 0 0;
}
/* マイゲーム */
.iframe_user_games{
    width:630px;
    padding:6px 0 0;
}
.iframe_user_games ul{
    overflow:hidden;
}
.iframe_user_games li{
    font-size:85%;
    text-align:center;
    line-height:1.3;
    height:104px;
    width:78px;
    overflow:hidden;
    float:left;
}
.iframe_user_games li a{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.iframe_user_games li a img{
    height:66px;
    width:66px;
    margin:0 auto 2px;
    display:block;
    border:1px solid #fff;
}
.iframe_user_games li a:hover img{
    border:1px solid #ccc;
}
.square_add_game img{
    background: url('//static.gesoten.com/img/common/sprite.png?20140206') no-repeat 0 -618px;
}
.iframe_head_aside li{
    height: 66px;
    margin: 0 0 8px;
}
.iframe_head_aside a{
    display: block;
    overflow: hidden;
    width: 296px;
    height: 52px;
    padding: 7px 0 7px 4px;
    background: #f4f4f4;
}
.iframe_head_aside a:hover{
    background: #eee;
}
.iframe_head_aside a img{
    display: block;
    width: 90px;
    float: left;
}
.iframe_head_aside a p{
    float: left;
    font-size: 116%;
    width: 186px;
    padding: 4px 0 0;
}
.iframe_head_aside a span{
    display: block;
    color: #ddd;
    font-size: 260%;
    width: 20px;
    float: right;
}

.iframe_center_ads{
    margin:4px auto 16px;
    width:678px;
    height:198px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px #ddd;
}
.iframe_center_ads .ad_frame{
    width:660px;
    height:180px;
    padding: 9px;
}
.iframe_center_ads .ad_frame:hover{
    opacity: 0.8;
}
.iframe_pop_games ul{
    overflow: hidden;
    width: 960px;
}
.iframe_pop_games li{
    float: left;
    width: 228px;
    margin: 0 10px 10px 0;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px #ddd;
}
.iframe_pop_games li a,
.iframe_pop_games li img{
    display: block;
    width: 210px;
    height: 210px;
}
.iframe_pop_games li a{
    padding: 9px;
}
.iframe_pop_games li a:hover{
    opacity: 0.8;
}

/* キングダムハーツ　スタートダッシュキャンペーン */
.iframe_kh_start_camp{
    text-align: center;
    width: 800px;
    height: 840px;
    margin: 0 auto 40px;
    background: #000;
}
.iframe_kh_start_camp_about,
.iframe_kh_start_camp_about img{
    display: block;
    width: 280px;
    height: 54px;
}
.iframe_kh_start_camp_about{
    margin: 10px auto 14px;
}
.iframe_kh_start_camp_about img{
    background: url('//static.gesoten.com/img/geso/camp/kh_start_camp/kh_start_camp_btn.png') no-repeat 0 0;
}
.iframe_kh_start_camp_about:hover img{
    background: url('//static.gesoten.com/img/geso/camp/kh_start_camp/kh_start_camp_btn.png') no-repeat 0 -56px;
}
.iframe_kh_start_camp_play{
    color: #ff0;
}
.iframe_kh_start_camp_play:hover{
    color: #fff;
}
