@charset "UTF-8";
/*! サイトベース */
.cl, header, #gmenu, #footer-top, #footer-list, #footer-btm-list,#wrap_contents {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, header:after, #gmenu:after, #footer-top:after, #footer-list:after, #footer-btm-list:after,#wrap_contents:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html header, * html #gmenu, * html #footer-top, * html #footer-list, * html #footer-btm-list,* html #wrap_contents {
  height: 1%;
}

.cl, header, #gmenu, #footer-top, #footer-list, #footer-btm-list {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after, header:after, #gmenu:after, #footer-top:after, #footer-list:after, #footer-btm-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl, * html header, * html #gmenu, * html #footer-top, * html #footer-list, * html #footer-btm-list {
  height: 1%;
}

/*----------------------------------
reset
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

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

abbr, acronym {
  border: 0;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #15a9d8;
  text-decoration: underline;
  cursor: pointer;
}

a:active {
  color: #15a9d8;
  text-decoration: underline;
}

a:active, a:focus {
  outline: none;
}

/*  */
li img,
dt img,
dd img {
  vertical-align: top;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
}

/* IE7 Zoom対策 */
* {
  letter-spacing: 0;
}

/* mediabox対策 */
* {
  margin: 0;
  padding: 0;
}

body {
  /*font: 12px/1.8 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Lucida Grande", Verdana, "Osaka", "ＭＳ Ｐゴシック", sans-serif;*/
  font: 12px/1.8 Arial, Helvetica, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  min-width: 1000px;
  margin: 0;
  padding: 0;
  text-align: center;
  word-break: normal;
  word-wrap: break-word;
}
body.layout1 {
  min-width: 0;
}

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

/*----------------------------------
hack
----------------------------------*/
/* firefox3でmargin指定 */
body, x:-moz-broken {
  margin-left: -1px;
}

/* IE7でpadding指定 */
* :first-child + html body {
  padding-left: 1px;
}

/* IE6以下でpadding指定 */
* html body {
  padding-left: 1px;
}

/*----------------------------------
wrapper
----------------------------------*/
#container {
  text-align: left;
  font-size: 100%;
}

.wrap,#wrap_contents {
  width: 960px;
  margin: 0 auto;
}

/*----------------------------------
header
----------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  min-width: 1000px;
  padding: 15px 0 30px;
  background: #fff;
}
header h1 {
  float: left;
}
header p {
  float: right;
  margin-top: 13px;
}
header p a {
  padding-left: 10px;
  background: url(/files/user/common/img/ico-list01.png) 0 3px no-repeat;
}
header.header-min h1 img {
  width: 200px;
  height: auto;
  padding-bottom: 10px;
}
header.header-min p {
  margin-top: 5px;
}

/*----------------------------------
gMenu
----------------------------------*/
#gmenu {
  position: fixed;
  top: 84px;
  left: 0;
  z-index: 500;
  width: 100%;
  font-size: 108.33333%;
  background: #fff;
}
header.header-min + nav #gmenu {
  top: 64px;
}

#gmenu-wrap {
  width: 996px;
  margin: 0 auto;
}
#gmenu ul {
  width: 100%;
  display: table;
  letter-spacing: -.40em;
  text-align: center;
}
#gmenu li {
  display: table-cell;
  min-width: 7em;
  letter-spacing: normal;
  vertical-align: top;
  line-height: 1.4;
  *display: inline;
  *zoom: 1;
}
#gmenu a {
  position: relative;
  display: block;
  margin-left: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#gmenu a:hover {
  border-bottom: 3px solid #15a9d8;
  text-decoration: none;
}
#gmenu a:before {
  position: absolute;
  top: 0;
  left: -2px;
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #ddd;
}
#gmenu li:first-child a {
  margin-left: 0;
}
#gmenu li:first-child a:before {
  display: none;
}

#gmenu-cur a {
  color: #15a9d8;
  border-bottom: 3px solid #15a9d8;
}

.gray-area {
  background: #f8f8f8 url(/files/user/common/img/bg-gray.gif) 50% 100% no-repeat;
}

.btn01 {
  width: 200px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: url(/files/user/common/img/index/btn-other-present.png) no-repeat;
}
.btn01 span {
  padding-left: 10px;
  background: url(/files/user/common/img/ico-list02.png) 0 3px no-repeat;
}
.btn01 a {
  display: block;
  color: #fff;
}
.btn01 a:hover {
  text-decoration: none;
}

.sec-title01 {
  padding-left: 8px;
  font-size: 183.33333%;
  border-top: 2px solid #15a9d8;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #fafafa), color-stop(0, white));
  background: -webkit-linear-gradient(top, white 0%, #fafafa 100%);
  background: -moz-linear-gradient(top, white 0%, #fafafa 100%);
  background: -o-linear-gradient(top, white 0%, #fafafa 100%);
  background: -ms-linear-gradient(top, white 0%, #fafafa 100%);
  background: linear-gradient(top, #ffffff 0%, #fafafa 100%);
}
.sec-title01 span {
  display: block;
  margin: 13px 0 12px;
  padding: 3px 25px 3px 17px;
  line-height: 1.2;
  border-left: 3px solid #15a9d8;
}

/*----------------------------------
footer
----------------------------------*/
#footer-top {
  margin-top: 100px;
  padding: 5px 0 2px;
  background: #194361;
}
#footer-top a {
  color: #fff;
}
#footer-top p:first-child {
  float: left;
  padding-left: 20px;
  background: url(/files/user/common/img/ico-home.png) 0 4px no-repeat;
}
#footer-top p + p, #footer-top ul + p {
  float: right;
  margin-top: 5px;
}
#footer-top ul {
  float: left;
  color: #fff;
}
#footer-top ul li {
  float: left;
}
#footer-top ul li:first-child {
  padding-left: 20px;
  background: url(/files/user/common/img/ico-home.png) 0 4px no-repeat;
}
#footer-top.ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  min-width: 1000px;
}

footer {
  padding-top: 30px;
  text-align: left;
  background: #f8f8f8;
}

#footer-list {
  padding-bottom: 30px;
}
#footer-list dl {
  float: left;
  margin-left: 40px;
}
#footer-list dl:first-child {
  margin-left: 0;
}
#footer-list dt {
  font-weight: bold;
}
#footer-list dt a {
  color: #00447a;
}
#footer-list dt a:hover {
  color: #15a9d8;
  text-decoration: none;
}
#footer-list dd {
  font-size: 91.66667%;
}
#footer-list dd a {
  padding-left: 10px;
  color: #666;
  background: url(/files/user/common/img/ico-list01.png) 0 2px no-repeat;
}
#footer-list dd a:hover {
  color: #15a9d8;
  text-decoration: none;
}
#footer-list dd li {
  padding-left: 15px;
}
#footer-list dd, #footer-list dd li {
  margin-top: 7px;
}

#footer-single-list {
  float: left;
  margin-left: 40px;
  font-weight: bold;
}
#footer-single-list a {
  color: #00447a;
}
#footer-single-list a:hover {
  color: #15a9d8;
  text-decoration: none;
}
#footer-single-list li {
  margin-top: 5px;
}
#footer-single-list li:first-child {
  margin-top: 0;
}

#footer-btm-list {
  padding: 15px 0;
  border: solid #ddd;
  border-width: 1px 0;

  background: #fff;
}
#footer-btm-list ul {
  float: left;
  padding-top: 3px;
}
#footer-btm-list li {
  float: left;
  margin-left: 20px;
  font-size: 91.66667%;
}
#footer-btm-list li a {
  padding-left: 10px;
  color: #666;
  background: url(/files/user/common/img/ico-list01.png) 0 2px no-repeat;
}
#footer-btm-list li a:hover {
  color: #15a9d8;
  text-decoration: none;
}
#footer-btm-list li:first-child {
  margin-left: 0;
}
#footer-btm-list p {
  float: right;
}

#footer-btm-list + p {
  padding: 10px 0;
  text-align: center;
  color: #999;
  background: #fff;
}
