@charset "UTF-8";
/* カラー */
/* --------------------------------------------------------------------------

リセット、クリアー、全ページ共通要素

-------------------------------------------------------------------------- */
/************************************************
    リセット
************************************************/
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,
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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

/************************************************
    クリアー
************************************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

/* --------------------------------------------------------------------------------------
 初期設定
--------------------------------------------------------------------------------------- */
html {
  min-width: 320px;
  font-size: 100%;
}

body {
  min-width: 320px;
  font-size: 0.8em;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.ie8 img {
  width: auto;
}

/*clearfix*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  -ms-interpolation-mode: bicubic;
  /*IE7以下画像縮小きれい対応*/
}

/* リンク ------------------------------ */
a {
  text-decoration: underline;
}

a:link {
  color: #993366;
}

a:visited {
  color: #993366;
}

a:hover {
  color: #993366;
  text-decoration: none;
}

a:active {
  color: #993366;
}

/* --------------------------------------------------------------------------------------
 レイアウト
--------------------------------------------------------------------------------------- */
#wrapper {
  max-width: 100%;
}

/* ヘッダー ------------------------------ */
#headWrap {
  margin-bottom: 20px;
  height: 85px;
  border-top: 10px solid #3fbcf7;
  border-bottom: 5px solid #3fbcf7;
}

header {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

header h1 {
  margin-left: 5px;
  float: left;
  width: 320px;
}

header h1 img {
  width: auto;
  max-height: 48px;
  margin-top: 20px;
  backface-visibility: hidden;
}

#head_right {
  display: none;
}

/* コンテンツ ------------------------------ */
#contents {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

article {
  /* background-color: #0FC; */
}

/* グローバルナビ ------------------------------ */
#navControl a {
  display: block;
  font-weight: bold;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  font-size: 110%;
  text-decoration: none;
  background: url(arrow_tr_white.png) #3fbcf7 no-repeat 95% center;
}

nav ul#globalNav {
  list-style-type: none;
  background-color: #FFF;
  font-size: 110%;
  margin: 0;
  padding: 0;
}

nav ul#globalNav li {
  list-style-type: none;
  width: 100%;
  background: url(arrow_circle_red.png) #fffae3 no-repeat 4px center;
  margin: 0 0 1px;
}

nav ul#globalNav a {
  display: block;
  text-decoration: none;
  padding: 8px 0 8px 16px;
}

nav ul#globalNav a:hover {
  background: url(arrow_circle_white.png) #3fbcf7 no-repeat 4px center;
  color: #FFF;
}

nav ul#bannerBtn {
  margin: 10px 0 0;
  padding: 0;
}

nav ul#bannerBtn img {
  max-width: 135px;
  height: auto;
}

nav ul#bannerBtn li {
  margin: 0 10px 10px 0;
  padding: 0;
  font-size: 0;
  float: left;
}

nav ul#bannerBtn li a {
  zoom: 1;
  /*IE対策　liで隙間が出るのを防ぐ*/
}

/* ページ送り */
ul.pageNav li span, ul.pageNav li a {
  float: left;
  padding: 5px 10px;
  background: #fff;
}

ul.pageNav {
  *zoom: 1;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 10px;
  background: #eee;
}

ul.pageNav li {
  float: left;
  margin: 0 1px 1px 0;
}

ul.pageNav li a:hover {
  background: #ffc;
}

ul.pageNav li.info {
  float: left;
  padding: 5px 10px;
}

/* 戻るボタン ------------------------------ */
.btn_return {
  text-align: center;
}

/************************************************
    NEWアイコン
************************************************/
.i_new {
  margin-left: 12px;
}

.i_new img {
  height: 9px;
  width: 27px;
}
