@charset "Windows-31J";

/*---------------------------------------------
G-BOOK.com
Web registration CSS
-----------------------------------------------
01. Master Layout
02. Foot Block
03. Contents Block
04. CSS hack
---------------------------------------------*/

/*---------------------------------------------
01. Master Layout
---------------------------------------------*/
body,h1,h2,h3,p,ul,ol,li,dl,dt,dd { margin: 0px; padding: 0px; }
*html h1 { margin-left: 1px; }/* for IE6 */

body { font-size: 100%; background: url("../img/background.gif") 50% top repeat-y #eee; }
img  { border: 0px; }

#wrapper { margin: 0px auto; padding: 0px; width: 722px; }
h1 { margin: 0 0 15px; }


/*---------------------------------------------
02. Foot Block
---------------------------------------------*/
#footer       { margin: 25px 0px 20px; }
*html #footer { margin-left: 1px; }/* for IE6 */
#footer p     { width: 723px; height: 20px; background: url("../img/foottext_01.gif") left top no-repeat; }
#footer em    { text-indent: -9999px; font-size: 10px; line-height: 1.0em; display: block; }
#footer img   { margin-left: 18px; }


/*---------------------------------------------
03. Contents Block
---------------------------------------------*/
#contents           { text-align: center; }
#contents h2        { margin: 0px 0px 15px; }
#contents .miniText { margin-top: 5px; font-size: 80%; line-height: 1.4em; color: #636fdc; }
#contents .miniText2 { margin-top: 5px; font-size: 80%; line-height: 1.4em; }
#contents #paragraph01,
#contents #paragraph01b,
#contents #paragraph01c,
#contents #paragraph02,
#contents #paragraph03,
#contents #paragraph07,
#contents #paragraph04  { margin: 0px auto 24px; padding: 0px; width: 610px; text-align: left; }
#contents #paragraph05  { margin: 40px auto 20px; padding: 0px; width: 643px; background: url("../img/p_background.gif") left top no-repeat; }
#contents #paragraph06  { margin: 20px auto 20px; padding: 0px; width: 639px;width: _643px; border: 2px solid #CECECE; }

#contents #paragraph01,
#contents #paragraph01b            { font-size: 80%; line-height: 1.6em; }
#contents #paragraph01b            { margin-bottom: 15px; }
#contents #paragraph01c            {margin-bottom: 15px; text-indent: -1em; margin-left: 1em; line-height: 1.4em; font-size: 80%; }
#contents #paragraph01 img         { float: right; }
#contents #paragraph01 .mainText   { padding-top: 5px; }
#contents #paragraph01 dl          { width: 390px; }
#contents #paragraph01 dt          { width: 24px; float: left; }
#contents #paragraph01 dd          { width: 355px; float: right; line-height: 1.4em; }
#contents #paragraph01 #ffLineHeight { height: 4.0em; }
#contents #paragraph01 #infoBox    { margin-top: 15px; padding: 07px 20px; text-align: center; border: 5px solid #ffd1d1; font-size: 90%; font-weight: bold; }
#contents #paragraph01 #infoBoxAttention    { margin-top: 15px; padding: 07px 45px; text-align: left; border: 5px solid #ff0000; font-size: 90%; font-weight: bold; }

#contents #paragraph07 #infoBoxAttention2    { margin-top: 15px; padding: 07px 45px; text-align: left; border: 5px solid #ff0000; font-size: 90%; font-weight: bold; }

#contents #paragraph02 #infoBox    { margin-top: 15px; padding: 10px 20px; text-align: center; border: 5px solid #ffd1d1; font-size: 75%; font-weight: bold; }
#contents #paragraph04 p           { font-size: 80%; }
#contents #paragraph05 p           { margin: 0px auto; padding-bottom: 15px; width: 550px; font-size: 80%; text-align: left; }
#contents #paragraph05 #data01     { padding-bottom: 40px; background: url("../img/btm_back02.gif") left bottom no-repeat; }
#contents #paragraph05 #data01 h4  { text-align:left !important; margin : 0px 0px 10px 30px ;}
#contents #paragraph05 #data02 img { margin-right: 15px; float: left; }
#contents #paragraph06 #btn        { padding-top: 10px; }
#contents #paragraph06 p           { font-size: 80%; text-align: left; padding: 10px 125px 13px 128px;}

#contents ul          { list-style-position: inside; }
#contents ul.infoList { font-size: 80%; font-weight: bold; line-height: 1.4em; list-style-image: url("../img/arrow01.gif"); }
#contents ol          { margin: 12px 0px 10px; background: url("../img/ol_background.gif") left top; }
#contents ol li       { padding: 10px; line-height: 1.4em; }
#contents ol.numList  { font-size: 100%; font-weight: normal; list-style-image: none; }



.text_small{
	font-size: 80%;
}

/*---------------------------------------------
04. CSS hack
---------------------------------------------*/
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */


/*---------------------------------------------
05. Responsive
---------------------------------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp.inline {
    display: inline;
  }
  body {
    background: none;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }
  img {
    width: 100%;
    height: auto;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  #wrapper {
    width: auto;
    margin: 0;
  }
  #wrapper h1 {
    padding: 15px;
    background: linear-gradient(to bottom, #424fdb 0%,#18219a 100%);
    color: #fff;
    font-size: 18px;
  }
  #wrapper h2 {
    padding: 10px;
    background: #1F2DB1;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 3px;
  }
  #contents {
    padding: 0 15px;
  }
  #contents #paragraph01,
  #contents #paragraph01b,
  #contents #paragraph01c,
  #contents #paragraph02,
  #contents #paragraph03,
  #contents #paragraph07,
  #contents #paragraph05,
  #contents #paragraph06,
  #contents #paragraph04 {
    width: auto;
    margin: 0 0 50px;
    background: none;
    border: none;
  }
  #contents #paragraph01 {
    text-align: center;
  }
  #contents #paragraph01 img {
    float: none;
    width: 100%;
    height: auto;
  }
  #contents .mainText2 {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
  }
  #contents #paragraph05 {
    padding: 10px 0;
    background: linear-gradient(to bottom, #6b77fa 0%,#2631ac 100%);
    border-radius: 5px;
  }
  #contents #paragraph05 #data01 {
    padding: 0;
    background: none;
  }
  #contents #paragraph05 h3 {
    padding: 7px 0;
    background: #393f86;
    color: #fff;
    font-size: 16px;
  }
  #contents #paragraph05 .paragraph05-inner {
    margin: 10px 10px 0;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
  }
  #contents #paragraph05 .paragraph05-inner *:last-child {
    margin-bottom: 0;
  }
  #contents #paragraph05 em {
    display: block;
    margin-bottom: 15px;
    padding: 2px 7px;
    border-left: 4px solid #313cb9;
    text-align: left;
    font-style: normal;
  }
  #contents #paragraph05 #data01 h4 {
    margin: 0 0 10px;
    padding-left: 10px;
    background: url(../img/data01_h4_01_sp.gif) left center no-repeat;
    background-size: 5px;
    font-size: 14px;
    font-weight: normal;
  }
  #contents #paragraph05 p {
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
  }
  #contents #paragraph05 p img {
    width: 100%;
    height: auto;
  }
  #contents #paragraph06 #btn {
    padding: 0;
  }
  #contents #paragraph07 #infoBoxAttention2 {
    margin: 0;
    padding: 15px;
  }
  #footer {
    margin: 0;
    padding: 15px;
    background: #000;
    text-align: center;
  }
  #footer p.sp {
    width: auto;
    height: auto;
    background: none;
  }
  #footer p.logo {
    margin-top: 10px;
  }
  #footer img {
    width: 80%;
    height: auto;
    margin: 0;
  }
  #footer .logo img {
    width: 30%;
  }
  #contents ul.infoList {
    font-size: 14px;
  }
  #contents ul.infoList > li {
    background: url(../img/arrow01_sp.gif) left 4px no-repeat;
    background-size: 10px;
    text-indent: 15px;
    list-style: none;
  }
  #contents ol.numList {
    margin: 10px 0 0;
    padding: 15px;
  }
  #contents ol.numList li {
    margin-bottom: 10px;
    padding: 0 0 0 1.3em;
    text-indent: -1.3em;
    list-style-position: inside;
  }
  #contents ol.numList li:last-child {
    margin-bottom: 0;
  }
  #contents #paragraph04 p {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* ------------------------------------------------
	Footer
-------------------------------------------------*/
#footerArea{
	padding: 0 25px;
}
#footerArea:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
#footerArea{ display:inline-block; }
/* Hides from IE-mac \*/
* html #footerArea{ height:1%; }
#footerArea{ display:block; }
/* End hide from IE-mac */

#footerArea p#copyright{
float: right;
width:930px;
height:9px;
background:transparent url(../img/outside/bg_copyright.gif) left top repeat-x;
}

#footerArea p#copyright img{
float:right;
padding-left:10px;
background-color: #fff;
}

ul#globalFooterLogo{
float:left;
margin-top:5px;
list-style-type:none;
font-size:0;
line-height:1px;
display:inline;	/* IE DFM Bug hack */
}

ul#globalFooterLogo li{
float:left;
padding-right:10px;
}

ul#globalFooterNav{
float:right;
margin:0 0 8px;
list-style-type:none;
font-size:60%;
line-height:1.0;
display:inline;	/* IE DFM Bug hack */
}

ul#globalFooterNav li{
float:left;
padding:0 5px;
border-left:1px solid #444;
}

ul#globalFooterNav li:first-child{
border-left:none;
}

/* ===== Footer ===== */
body#popup #footerArea{
width:600px;
font-size:0;
line-height:1px;
}

body#popup #footerArea p#copyright{
width:600px;
height:9px;
background:transparent url(../img/bg_copyright.gif) left top repeat-x;
}

/* ===== Footer ===== */
body#popup.print #footerArea{
margin:0;
padding:0;
font-size:0;
line-height:1px;
}

body#popup.print #footerArea p#copyright{
margin:0;
padding:0;
background-image:none;
}

body#popup.print #footerArea p#copyright img{
float:none;
padding:0;
}

/*---------------------------------------------
Responsive
---------------------------------------------*/
.sp {
  display: none;
}
.menuBtn,
.menuContent {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    margin: 0;
    background: none;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }
  a.popup {
    background-image: url(../img/outside/bg_popup_sp.gif);
    background-size: 10px auto;
  }
  #headerAreaNew {
    margin: 0;
    background: none;
    border: none;
  }
  #headerAreaNew h1 {
    padding: 12px 10px 11px;
  }
  
  /* menu */
  .menuBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    display: block;
    background: #1b1b1b;
    cursor: pointer;
    z-index: 101;
  }
  .menuBtn .bar {
    position: absolute;
    top: 21px;
    left: 8px;
    width: 29px;
    height: 2px;
    display: block;
    background: #fff;
  }
  .menuBtn .bar.t { top: 11px; }
  .menuBtn .bar.b { top: 31px; }
  .menuBtn .bar {
    will-change: transform;
  }
  body.menu-open .menuBtn .bar.m {
    transform: rotate(360deg);
    opacity: 0;
  }
  body.menu-open .menuBtn .bar.t {
    transform: translateY(10px) rotate(135deg);
  }
  body.menu-open .menuBtn .bar.b {
    transform: translateY(-10px) rotate(225deg);
  }
  .menuContent {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    display: none;
    padding: 15px 15px 0;
    background: #1b1b1b;
    box-sizing: border-box;
    z-index: 100;
  }
  .menuContent h2 {
    padding: 5px;
    background: #666;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 3px;
  }
  .menuContent ul#subNavList li,
  .menuContent ul#subNavList2 li {
    width: 100%;
    height: auto;
    background: none;
    border-top: 1px solid #666;
    text-indent: 0;
    text-align: left;
    list-style: none;
  }
  .menuContent ul#subNavList li:first-child,
  .menuContent ul#subNavList2 li:first-child {
    border-top: none;
  }
  .menuContent ul#subNavList li a,
  .menuContent ul#subNavList2 li a {
    display: block;
    padding: 12px 15px 12px 25px;
    background: url(../img/ico_gnav_sp_arrow_r.png) no-repeat right 17px center;
    background-size: 9px auto;
    color: #fff;
    font-size: 14px;
  }
  .menuContent ul#subNavList li a:hover,
  .menuContent ul#subNavList2 li a:hover {
    text-decoration: none;
  }
  .menuContent p {
    margin-top: 20px;
  }
  .menuContent p img {
    width: 100%;
    height: auto;
  }
  .menuContent .closeBtn {
    margin: 20px -15px 0;
    padding: 15px;
    background: #55585a;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
  }
  .menuContent .closeBtn:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    background: url(../img/ico_gnav_sp_close.png) left top no-repeat;
    background-size: 10px auto;
  }
  
  #container {
    width: auto;
    margin: 0;
    padding: 0;
  }
  iframe {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  #headerAnk + iframe {
    height: 54px;
    margin-bottom: 20px;
  }
  #footerAnk + iframe {
    height: 80px;
  }
  #containerStart {
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
  }
  #contentsArea {
    position: relative;
    width: auto;
    min-height: auto;
    margin-top: 20px;
    padding: 0 15px;
    z-index: 99;
  }
  #contentsArea.mt0 {
    margin-top: 0;
  }
  #contentsArea #sidebar {
    float: none;
    width: auto;
    padding: 0;
  }
  #contentsArea #mainContents {
    float: none;
    width: auto;
  }
  div.pageAnchor {
    float: none;
    width: auto;
    display: block;
    margin: 0;
    padding: 10px 0 40px;
    text-align: right;
  }
  div.pageAnchor:after {
    content: "";
    display: block;
    clear: both;
  }
  div.pageAnchor ul {
    float: none;
    display: block;
    margin: 0;
  }
  div.pageAnchor ul li {
    margin: 0;
  }
  div.pageAnchor ul li.pageTop {
    float: right;
  }
  #contentsArea p {
    margin: 0 0 20px;
    font-size: 14px;
  }
  div.pageAnchor ul li.pageTop,
  div.pageAnchor ul li.pageTop a {
    width: 100px;
    height: 16px;
    background-image: url(../img/outside/btn_pagetop_sp.gif);
    background-size: 100px auto;
  }
  div.pageAnchor ul li.pageTop:hover,
  div.pageAnchor ul li.pageTop a:hover {
    background-position: left top;
  }
  div.pageAnchor ul li.pageBack,
  div.pageAnchor ul li.pageBack a {
    width: 55px;
    height: 16px;
    background-image: url(../img/outside/btn_pageback_sp.gif);
    background-size: 55px auto;
  }
  div.pageAnchor ul li.pageBack:hover,
  div.pageAnchor ul li.pageBack a:hover {
    background-position: left top;
  }
  #footerArea {
    padding: 25px 15px;
    background: #000;
  }
  ul#globalFooterNav {
    float: none;
    margin: 0 0 15px;
    display: block;
    text-align: center;
  }
  ul#globalFooterNav:after {
    content: "";
    display: block;
    clear: both;
  }
  ul#globalFooterNav li {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 15px;
    border-color: #fff;
  }
  ul#globalFooterNav a {
    font-size: 11px;
    color: #fff;
  }
  #footerArea p#copyright {
    float: none;
    width: auto;
    height: auto;
    background: none;
    text-align: center;
  }
  #footerArea p#copyright img.sp {
    float: none;
    width: 70%;
    height: auto;
    display: inline;
    padding: 0;
    background-color: #000;
  }
}
