/* ================================================== *
 *
 *  $ Base
 *
 * ================================================== */

html {
  font-size: 10px;
}
html,
body {
  padding    : 0;
  margin     : 0;
  height     : 100%;
  width      : 100%;
  font-family: 'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',verdana,'メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.7;
  color      : #333;
}

body {
  background: #EEE;
}

img {
  vertical-align: top;
}

a:link,
a:visited {
  color: #1F5FA8;
}

a:hover {
  text-decoration: none;
}

/* ================================================== *
 *
 *  $ Helpers
 *
 * ================================================== */

.ex-maxSize {
  width: 100%;
  height: auto;
}

/* ================================================== *
 *
 *  $ Layouts
 *
 * ================================================== */

.l-all {
  background : #FFF;
  width      : 32em;
  margin: 0 auto;
}

.l-contents {
  font-size: 1.3em;
  height: 100%;
  background : #FFF;
}

.pc .l-contents {
  font-size: 1em;
}

/* ================================================== *
 *
 *  $ Modules
 *
 * ================================================== */


/* ------------------------------------------------- *
 *  $ utilities
 * ------------------------------------------------- */

.blk {
  padding-left: 1em;
  padding-right: 1em;
}

/* ------------------------------------------------- *
 *  $ gheader
 * ------------------------------------------------- */

.gheader {
  padding: 1.5em 1em;
}

.gheader h1 {
  width: 5em;
  margin-bottom: 0;
  line-height: 1;
}

/* ------------------------------------------------- *
 *  $ ttl
 * ------------------------------------------------- */

.ttl {
  background: #1f5fa8;
  color: #FFF;
  padding: 0 1em;
  text-align: center;
}

/* ------------------------------------------------- *
 *  $ accordionBlk
 * ------------------------------------------------- */

.accordionBlk {
  margin-bottom: 2em;
}

.accordionBlk-ttl {
  border-bottom: 1px solid #CCC;
}

.accordionBlk-nav {
  text-align: right;
}

.accordionBlk-ttl a {
  display: block;
  background: url(../img/show.png) no-repeat 0 50%;
  -webkit-background-size: 1.2em auto;
       -o-background-size: 1.2em auto;
          background-size: 1.2em auto;
  text-decoration: none;
  color: #333;
  padding: .7em 0em .7em 2em;
  font-weight: bold;
}

.accordionBlk-ttl a.on {
  background-image: url(../img/hide.png);
}

.accordionBlk-desc {
  padding: 1em 0;
  display: none;
}

.accordionBlk-desc p {
	word-wrap: break-word;
}

.accordionBlk-desc ul {
  margin: 0;
  padding-left: 1.5em;
}

/* ------------------------------------------------- *
 *  $ gfooter
 * ------------------------------------------------- */

.gfooter {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 1em 0;
}


/* ------------------------------------------------- *
 *  $ copyright
 * ------------------------------------------------- */

.copyright {
  padding: 1em;
  padding-bottom: 0;
  text-align: center;
  font-size: .8em;
}