@charset "UTF-8";/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*******************************************************************************
* Navigation
*******************************************************************************/
/*******************************************************************************
 * Additional Reset
 ******************************************************************************/
a {
  text-decoration: none;
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
}
a:hover {
  text-decoration: underline;
}
a:active, a:focus {
  outline: none;
}

a.hover img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a.hover:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Verdana, Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  background: url('../images/bg_grad.png') repeat-x 0 0;
  background-color: #bf3413;
  color: #fbe70f;
  line-height: 1.5;
  font-size: 2.4rem;
}
@media screen and (max-width: 639px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: 1.2rem;
  }
}

img {
  vertical-align: bottom;
}

img.fluid {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

dl, dd {
  margin: 0;
}

/*******************************************************************************
 * Util
 ******************************************************************************/
.clearfix {
  overflow: hidden;
}

.floatR {
  display: inline;
  float: right;
}

.floatL {
  display: inline;
  float: left;
}

.centralize.block, .wrapper, .container {
  margin-right: auto;
  margin-left: auto;
}
.centralize.inline, #copyright-area {
  text-align: center;
}

.wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 640px;
}
@media screen and (max-width: 639px) {
  .wrapper {
    width: 480px;
  }
}
@media screen and (max-width: 479px) {
  .wrapper {
    width: 320px;
  }
}

.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
}
@media screen and (max-width: 639px) {
  .container {
    width: 450px;
  }
}
@media screen and (max-width: 479px) {
  .container {
    width: 300px;
  }
}

.mar {
  margin: 0px;
}

.mbr {
  margin-bottom: 0px;
}

.mtr {
  margin-top: 0px;
}

.mrr {
  margin-right: 0px;
}

.mlr {
  margin-left: 0px;
}

.par {
  padding: 0px;
}

.pbr {
  padding-bottom: 0px;
}

.ptr {
  padding-top: 0px;
}

.prr {
  padding-right: 0px;
}

.plr {
  padding-left: 0px;
}

.maxs {
  margin: 4px;
}

.mbxs {
  margin-bottom: 4px;
}

.mtxs {
  margin-top: 4px;
}

.mrxs {
  margin-right: 4px;
}

.mlxs {
  margin-left: 4px;
}

.paxs {
  padding: 4px;
}

.pbxs {
  padding-bottom: 4px;
}

.ptxs {
  padding-top: 4px;
}

.prxs {
  padding-right: 4px;
}

.plxs {
  padding-left: 4px;
}

.mas {
  margin: 10px;
}

.mbs {
  margin-bottom: 10px;
}

.mts {
  margin-top: 10px;
}

.mrs {
  margin-right: 10px;
}

.mls {
  margin-left: 10px;
}

.pas {
  padding: 10px;
}

.pbs {
  padding-bottom: 10px;
}

.pts {
  padding-top: 10px;
}

.prs {
  padding-right: 10px;
}

.pls {
  padding-left: 10px;
}

.mam {
  margin: 20px;
}

.mbm {
  margin-bottom: 20px;
}

.mtm {
  margin-top: 20px;
}

.mrm {
  margin-right: 20px;
}

.mlm {
  margin-left: 20px;
}

.pam {
  padding: 20px;
}

.pbm {
  padding-bottom: 20px;
}

.ptm {
  padding-top: 20px;
}

.prm {
  padding-right: 20px;
}

.plm {
  padding-left: 20px;
}

.mal {
  margin: 30px;
}

.mbl {
  margin-bottom: 30px;
}

.mtl {
  margin-top: 30px;
}

.mrl {
  margin-right: 30px;
}

.mll {
  margin-left: 30px;
}

.pal {
  padding: 30px;
}

.pbl {
  padding-bottom: 30px;
}

.ptl {
  padding-top: 30px;
}

.prl {
  padding-right: 30px;
}

.pll {
  padding-left: 30px;
}

.maxl {
  margin: 40px;
}

.mbxl {
  margin-bottom: 40px;
}

.mtxl {
  margin-top: 40px;
}

.mtxxl {
  margin-top: 80px;
}


.mrxl {
  margin-right: 40px;
}

.mlxl {
  margin-left: 40px;
}

.paxl {
  padding: 40px;
}

.pbxl {
  padding-bottom: 40px;
}

.pbxxl {
  padding-bottom: 80px;
}

.ptxl {
  padding-top: 40px;
}

.prxl {
  padding-right: 40px;
}

.plxl {
  padding-left: 40px;
}

.tis {
  text-indent: 20px;
}

.tim {
  text-indent: 40px;
}

.til {
  text-indent: 60px;
}

.ils {
  left: 0px;
}

.ilm {
  left: 10px;
}

.ill {
  left: 20px;
}

.irs {
  right: 0px;
}

.irm {
  right: 10px;
}

.irl {
  right: 20px;
}

.box-rad-nw {
  border-radius: 10px 0 0 0;
}

.box-rad-ne {
  border-radius: 0 10px 0 0;
}

.box-rad-se {
  border-radius: 0 0 10px 0;
}

.box-rad-sw {
  border-radius: 0 0 0 10px;
}

@media screen and (max-width: 639px) {
  .maxs {
    margin: 3px;
  }

  .mbxs {
    margin-bottom: 3px;
  }

  .mtxs {
    margin-top: 3px;
  }

  .mrxs {
    margin-right: 3px;
  }

  .mlxs {
    margin-left: 3px;
  }

  .paxs {
    padding: 3px;
  }

  .pbxs {
    padding-bottom: 3px;
  }

  .ptxs {
    padding-top: 3px;
  }

  .prxs {
    padding-right: 3px;
  }

  .plxs {
    padding-left: 3px;
  }

  .mas {
    margin: 7.5px;
  }

  .mbs {
    margin-bottom: 7.5px;
  }

  .mts {
    margin-top: 7.5px;
  }

  .mrs {
    margin-right: 7.5px;
  }

  .mls {
    margin-left: 7.5px;
  }

  .pas {
    padding: 7.5px;
  }

  .pbs {
    padding-bottom: 7.5px;
  }

  .pts {
    padding-top: 7.5px;
  }

  .prs {
    padding-right: 7.5px;
  }

  .pls {
    padding-left: 7.5px;
  }

  .mam {
    margin: 15px;
  }

  .mbm {
    margin-bottom: 15px;
  }

  .mtm {
    margin-top: 15px;
  }

  .mrm {
    margin-right: 15px;
  }

  .mlm {
    margin-left: 15px;
  }

  .pam {
    padding: 15px;
  }

  .pbm {
    padding-bottom: 15px;
  }

  .ptm {
    padding-top: 15px;
  }

  .prm {
    padding-right: 15px;
  }

  .plm {
    padding-left: 15px;
  }

  .mal {
    margin: 22.5px;
  }

  .mbl {
    margin-bottom: 22.5px;
  }

  .mtl {
    margin-top: 22.5px;
  }

  .mrl {
    margin-right: 22.5px;
  }

  .mll {
    margin-left: 22.5px;
  }

  .pal {
    padding: 22.5px;
  }

  .pbl {
    padding-bottom: 22.5px;
  }

  .ptl {
    padding-top: 22.5px;
  }

  .prl {
    padding-right: 22.5px;
  }

  .pll {
    padding-left: 22.5px;
  }

  .maxl {
    margin: 30px;
  }

  .mbxl {
    margin-bottom: 30px;
  }

  .mtxl {
    margin-top: 30px;
  }

  .mrxl {
    margin-right: 30px;
  }

  .mlxl {
    margin-left: 30px;
  }

  .paxl {
    padding: 30px;
  }

  .pbxl {
    padding-bottom: 30px;
  }

  .ptxl {
    padding-top: 30px;
  }

  .prxl {
    padding-right: 30px;
  }

  .plxl {
    padding-left: 30px;
  }

  .tis {
    text-indent: 15px;
  }

  .tim {
    text-indent: 30px;
  }

  .til {
    text-indent: 45px;
  }

  .ils {
    left: 0px;
  }

  .ilm {
    left: 7.5px;
  }

  .ill {
    left: 15px;
  }

  .irs {
    right: 0px;
  }

  .irm {
    right: 7.5px;
  }

  .irl {
    right: 15px;
  }

  .box-rad-nw {
    border-radius: 7.5px 0 0 0;
  }

  .box-rad-ne {
    border-radius: 0 7.5px 0 0;
  }

  .box-rad-se {
    border-radius: 0 0 7.5px 0;
  }

  .box-rad-sw {
    border-radius: 0 0 0 7.5px;
  }
}
@media screen and (max-width: 479px) {
  .maxs {
    margin: 2px;
  }

  .mbxs {
    margin-bottom: 2px;
  }

  .mtxs {
    margin-top: 2px;
  }

  .mrxs {
    margin-right: 2px;
  }

  .mlxs {
    margin-left: 2px;
  }

  .paxs {
    padding: 2px;
  }

  .pbxs {
    padding-bottom: 2px;
  }

  .ptxs {
    padding-top: 2px;
  }

  .prxs {
    padding-right: 2px;
  }

  .plxs {
    padding-left: 2px;
  }

  .mas {
    margin: 5px;
  }

  .mbs {
    margin-bottom: 5px;
  }

  .mts {
    margin-top: 5px;
  }

  .mrs {
    margin-right: 5px;
  }

  .mls {
    margin-left: 5px;
  }

  .pas {
    padding: 5px;
  }

  .pbs {
    padding-bottom: 5px;
  }

  .pts {
    padding-top: 5px;
  }

  .prs {
    padding-right: 5px;
  }

  .pls {
    padding-left: 5px;
  }

  .mam {
    margin: 10px;
  }

  .mbm {
    margin-bottom: 10px;
  }

  .mtm {
    margin-top: 10px;
  }

  .mrm {
    margin-right: 10px;
  }

  .mlm {
    margin-left: 10px;
  }

  .pam {
    padding: 10px;
  }

  .pbm {
    padding-bottom: 10px;
  }

  .ptm {
    padding-top: 10px;
  }

  .prm {
    padding-right: 10px;
  }

  .plm {
    padding-left: 10px;
  }

  .mal {
    margin: 15px;
  }

  .mbl {
    margin-bottom: 15px;
  }

  .mtl {
    margin-top: 15px;
  }

  .mrl {
    margin-right: 15px;
  }

  .mll {
    margin-left: 15px;
  }

  .pal {
    padding: 15px;
  }

  .pbl {
    padding-bottom: 15px;
  }

  .ptl {
    padding-top: 15px;
  }

  .prl {
    padding-right: 15px;
  }

  .pll {
    padding-left: 15px;
  }

  .maxl {
    margin: 20px;
  }

  .mbxl {
    margin-bottom: 20px;
  }

  .mtxl {
    margin-top: 20px;
  }

  .mrxl {
    margin-right: 20px;
  }

  .mlxl {
    margin-left: 20px;
  }

  .paxl {
    padding: 20px;
  }

  .pbxl {
    padding-bottom: 20px;
  }

  .ptxl {
    padding-top: 20px;
  }

  .prxl {
    padding-right: 20px;
  }

  .plxl {
    padding-left: 20px;
  }

  .tis {
    text-indent: 10px;
  }

  .tim {
    text-indent: 20px;
  }

  .til {
    text-indent: 30px;
  }

  .ils {
    left: 0px;
  }

  .ilm {
    left: 5px;
  }

  .ill {
    left: 10px;
  }

  .irs {
    right: 0px;
  }

  .irm {
    right: 5px;
  }

  .irl {
    right: 10px;
  }

  .box-rad-nw {
    border-radius: 5px 0 0 0;
  }

  .box-rad-ne {
    border-radius: 0 5px 0 0;
  }

  .box-rad-se {
    border-radius: 0 0 5px 0;
  }

  .box-rad-sw {
    border-radius: 0 0 0 5px;
  }
}
.btn {
  display: table;
  position: relative;
}
.btn .vertical {
  display: table-cell;
  vertical-align: middle;
}
.btn .vertical.centralize {
  text-align: center;
}

.icon-base {
  position: relative;
}

/*******************************************************************************
 * Header
 ******************************************************************************/
#header {
  position: relative;
  background: transparent url('../images/bg_header.jpg') no-repeat 100% 0;
  height: 99px;
}
@media screen and (max-width: 639px) {
  #header {
    -webkit-background-size: 480px 74.25px;
    -moz-background-size: 480px 74.25px;
    -o-background-size: 480px 74.25px;
    background-size: 480px 74.25px;
    height: 74.25px;
  }
}
@media screen and (max-width: 479px) {
  #header {
    -webkit-background-size: 320px 49.5px;
    -moz-background-size: 320px 49.5px;
    -o-background-size: 320px 49.5px;
    background-size: 320px 49.5px;
    height: 49.5px;
  }
}
#header .container {
  position: relative;
}
#header .home-btn {
  position: absolute;
  bottom: 10%;
  right: 0;
}
#header .logo {
  width: 13.28125%;
}

/*******************************************************************************
 * Footer
 ******************************************************************************/
#copyright-area {
  padding: 18px 0 10px;
  background: -webkit-gradient(radial, 50% 200%, 0, 50% 200%, 100, color-stop(0%, rgba(255, 255, 190, 0.25)), color-stop(100%, #060000));
  background: -webkit-radial-gradient(50% 200%, ellipse farthest-side, rgba(255, 255, 190, 0.25), #060000);
  background: -moz-radial-gradient(50% 200%, ellipse farthest-side, rgba(255, 255, 190, 0.25), #060000);
  background: -o-radial-gradient(50% 200%, ellipse farthest-side, rgba(255, 255, 190, 0.25), #060000);
  background: radial-gradient(50% 200%, ellipse farthest-side, rgba(255, 255, 190, 0.25), #060000);
  background-color: #060001;
  color: #fff;
  font-weight: bold;
  font-family: "Helvetica Neue LT Std", "Helvetica", sans-serif;
  font-size: 1.8;
}
@media screen and (max-width: 639px) {
  #copyright-area {
    font-size: 1.35;
  }
}
@media screen and (max-width: 479px) {
  #copyright-area {
    font-size: 0.9;
  }
}

#footer-navigation-area {
  background-color: #fff;
  color: #000;
}

#footer-navigation {
  overflow: hidden;
}
#footer-navigation li {
  border-top: 2px solid #000;
}
#footer-navigation li:first-child {
  margin-top: -2px;
}
#footer-navigation a {
  font-weight: bold;
  height: 64px;
}
@media screen and (max-width: 639px) {
  #footer-navigation li {
    border-top-width: 1px;
  }
  #footer-navigation li:first-child {
    margin-top: -1px;
  }
  #footer-navigation a {
    height: 48px;
  }
}
@media screen and (max-width: 479px) {
  #footer-navigation a {
    height: 32px;
  }
}

/*******************************************************************************
 * Global Navigation
 ******************************************************************************/
#global-nav {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  padding-bottom: 5px;
}
#global-nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
}
#global-nav li {
  margin-left: 2px;
  position: relative;
  width: 33%;
}
#global-nav li a {
  display: block;
  width: 100%;
}
#global-nav li:after {
  position: absolute;
  content: "";
  display: block;
  width: 96%;
  height: 5px;
  bottom: 1px;
  left: 2%;
  -webkit-box-shadow: 0px 5px 5px rgba(6, 0, 1, 0.75);
  -moz-box-shadow: 0px 5px 5px rgba(6, 0, 1, 0.75);
  box-shadow: 0px 5px 5px rgba(6, 0, 1, 0.75);
}
#global-nav li:first-child {
  margin-left: 0px;
}
#global-nav li.current {
  opacity: 0.7;
}
@media screen and (max-width: 479px) {
  #global-nav li {
    margin-left: 1px;
  }
}

/*******************************************************************************
 * Contents
 ******************************************************************************/
.page-title {
  width: 58.66667%;
  margin-left: auto;
  margin-right: auto;
}

.home-btn {
  width: 25%;
  color: #666666;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  background: linear-gradient(top, #fefefe 0%, #e6e6e6 100%);
  text-shadow: 0 3px 3px white;
  border: 2px solid #999999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 50px;
}
@media screen and (max-width: 639px) {
  .home-btn {
    text-shadow: 0 1px 1px white;
    border-width: 1px;
    -webkit-border-radius: 7.5px;
    -moz-border-radius: 7.5px;
    -ms-border-radius: 7.5px;
    -o-border-radius: 7.5px;
    border-radius: 7.5px;
    height: 37.5px;
  }
}
@media screen and (max-width: 479px) {
  .home-btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 25px;
  }
}

/*******************************************************************************
 * icon
 ******************************************************************************/
.icon-card, .icon-blank, .icon-mail, .icon-home, .icon-pc, .icon-link, .icon-pig {
  display: block;
  position: absolute;
  top: 50%;
}

.icon-card {
  background: transparent url('../images/icon_card.png') no-repeat 0 0;
  width: 57px;
  height: 58px;
  margin-top: -29px;
}
@media screen and (max-width: 639px) {
  .icon-card {
    -webkit-background-size: 42.75px 43.5px;
    -moz-background-size: 42.75px 43.5px;
    -o-background-size: 42.75px 43.5px;
    background-size: 42.75px 43.5px;
    width: 42.75px;
    height: 43.5px;
    margin-top: -21.75px;
  }
}
@media screen and (max-width: 479px) {
  .icon-card {
    -webkit-background-size: 28.5px 29px;
    -moz-background-size: 28.5px 29px;
    -o-background-size: 28.5px 29px;
    background-size: 28.5px 29px;
    width: 28.5px;
    height: 29px;
    margin-top: -14.5px;
  }
}

.icon-blank {
  background: transparent url('../images/icon_blank.png') no-repeat 0 0;
  width: 32px;
  height: 28px;
  margin-top: -14px;
}
@media screen and (max-width: 639px) {
  .icon-blank {
    -webkit-background-size: 24px 21px;
    -moz-background-size: 24px 21px;
    -o-background-size: 24px 21px;
    background-size: 24px 21px;
    width: 24px;
    height: 21px;
    margin-top: -10.5px;
  }
}
@media screen and (max-width: 479px) {
  .icon-blank {
    -webkit-background-size: 16px 14px;
    -moz-background-size: 16px 14px;
    -o-background-size: 16px 14px;
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
    margin-top: -7px;
  }
}

.icon-mail {
  background: transparent url('../images/icon_mail.png') no-repeat 0 0;
  width: 63px;
  height: 55px;
  margin-top: -27.5px;
}
@media screen and (max-width: 639px) {
  .icon-mail {
    -webkit-background-size: 47.25px 41.25px;
    -moz-background-size: 47.25px 41.25px;
    -o-background-size: 47.25px 41.25px;
    background-size: 47.25px 41.25px;
    width: 47.25px;
    height: 41.25px;
    margin-top: -20.625px;
  }
}
@media screen and (max-width: 479px) {
  .icon-mail {
    -webkit-background-size: 31.5px 27.5px;
    -moz-background-size: 31.5px 27.5px;
    -o-background-size: 31.5px 27.5px;
    background-size: 31.5px 27.5px;
    width: 31.5px;
    height: 27.5px;
    margin-top: -13.75px;
  }
}

.icon-home {
  background: transparent url('../images/icon_home.png') no-repeat 0 0;
  width: 38px;
  height: 31px;
  margin-top: -15.5px;
}
@media screen and (max-width: 639px) {
  .icon-home {
    -webkit-background-size: 28.5px 23.25px;
    -moz-background-size: 28.5px 23.25px;
    -o-background-size: 28.5px 23.25px;
    background-size: 28.5px 23.25px;
    width: 28.5px;
    height: 23.25px;
    margin-top: -11.625px;
  }
}
@media screen and (max-width: 479px) {
  .icon-home {
    -webkit-background-size: 19px 15.5px;
    -moz-background-size: 19px 15.5px;
    -o-background-size: 19px 15.5px;
    background-size: 19px 15.5px;
    width: 19px;
    height: 15.5px;
    margin-top: -7.75px;
  }
}

.icon-pc {
  background: transparent url('../images/icon_pc.png') no-repeat 0 0;
  width: 50px;
  height: 40px;
  margin-top: -20px;
}
@media screen and (max-width: 639px) {
  .icon-pc {
    -webkit-background-size: 37.5px 30px;
    -moz-background-size: 37.5px 30px;
    -o-background-size: 37.5px 30px;
    background-size: 37.5px 30px;
    width: 37.5px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 479px) {
  .icon-pc {
    -webkit-background-size: 25px 20px;
    -moz-background-size: 25px 20px;
    -o-background-size: 25px 20px;
    background-size: 25px 20px;
    width: 25px;
    height: 20px;
    margin-top: -10px;
  }
}

.icon-link {
  background: transparent url('../images/icon_link.png') no-repeat 0 0;
  width: 10px;
  height: 14px;
  margin-top: -7px;
}
@media screen and (max-width: 639px) {
  .icon-link {
    -webkit-background-size: 7.5px 10.5px;
    -moz-background-size: 7.5px 10.5px;
    -o-background-size: 7.5px 10.5px;
    background-size: 7.5px 10.5px;
    width: 7.5px;
    height: 10.5px;
    margin-top: -5.25px;
  }
}
@media screen and (max-width: 479px) {
  .icon-link {
    -webkit-background-size: 5px 7px;
    -moz-background-size: 5px 7px;
    -o-background-size: 5px 7px;
    background-size: 5px 7px;
    width: 5px;
    height: 7px;
    margin-top: -3.5px;
  }
}

.icon-pig {
  background: transparent url('../images/icon_pig.png') no-repeat 0 0;
  width: 55px;
  height: 31px;
  margin-top: -15.5px;
}
@media screen and (max-width: 639px) {
  .icon-pig {
    -webkit-background-size: 41.25px 23.25px;
    -moz-background-size: 41.25px 23.25px;
    -o-background-size: 41.25px 23.25px;
    background-size: 41.25px 23.25px;
    width: 41.25px;
    height: 23.25px;
    margin-top: -11.625px;
  }
}
@media screen and (max-width: 479px) {
  .icon-pig {
    -webkit-background-size: 27.5px 15.5px;
    -moz-background-size: 27.5px 15.5px;
    -o-background-size: 27.5px 15.5px;
    background-size: 27.5px 15.5px;
    width: 27.5px;
    height: 15.5px;
    margin-top: -7.75px;
  }
}