@charset "UTF-8";
/* ======================================================

	Reset

====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

img {
  line-height: 0;
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}

a {
  outline: none;
}

.cf:before, .cf:after, .section:before, .section:after {
  content: "";
  display: table;
}

.cf:after, .section:after {
  clear: both;
}

.cf, .section {
  zoom: 1;
}

em {
  font-style: normal;
}

/* ======================================================

	Setting

====================================================== */
/* ======================================================

	Common

====================================================== */
/* anchor */
a:link {
  color: #0066d8;
  text-decoration: underline;
}

a:visited {
  color: #0066d8;
}

a:hover {
  color: #0066d8;
  text-decoration: none;
}

a:active {
  color: #0066d8;
}

/* 透過  */
a.op:hover img,
input.op:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* 角丸  */
.radius {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url("PIE.htc");
}

.marginAuto, #contents, #sec4 .profile {
  margin: 0 auto;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.bgRep, #main,
#sec1 .bg,
#sec2 .bg,
#sec3 .bg,
#sec5,
#sec6, .cv .bt1 a, .cv .bt2 a {
  background-repeat: no-repeat;
  background-position: 0 0;
}

.bgRepX, #header {
  background-repeat: repeat-x;
  background-position: 0 0;
}

.bgRepY, #sec1,
#sec2,
#sec3 {
  background-repeat: repeat-y;
  background-position: 0 0;
}

.bgRepXY, #sec4 {
  background-repeat: repeat;
  background-position: 0 0;
}

.positionFixed, #pagetop {
  position: fixed;
}

.positionRelative, #main, #sec1 .bg, #sec3, .cv {
  position: relative;
}

.positionAbsolute, #main .tit, #main .txt, #sec1 .bg .bt, #sec3 .caution, .cv .bt1, .cv .bt2 {
  position: absolute;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, #footer .copy, td.txt_c, #footer td.copy, .txt_c td, #footer .copy td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

/* ======================================================

	Layout

====================================================== */
body {
  color: black;
  font: 14px/1.5 "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Arial, Helvetica, sans-serif;
}

#wrapper {
  background-color: #8d111a;
}

#contents {
  width: 960px;
  background-color: white;
}

#header {
  height: 43px;
  background-image: url("../img/header-bg.png");
}

#sec1,
#sec2,
#sec3 {
  width: 960px;
}

#main {
  width: 960px;
  height: 472px;
  margin-bottom: 25px;
  background-image: url("../img/main-bg.png");
}
#main .tit {
  top: 13px;
  left: 436px;
}
#main .txt {
  top: 126px;
  left: 436px;
}

.pageList {
  margin-bottom: 25px;
  text-align: center;
}

.pageList li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-right: 8px;
}

.pageList li.last {
  margin-right: 0;
}

#sec1 {
  background-image: url("../img/sec1-bg-rep.png");
}
#sec1 .bg {
  width: 908px;
  background-image: url("../img/sec1-bg.png");
  padding: 48px 0 50px 52px;
}
#sec1 .bg .tit {
  margin-bottom: 56px;
}
#sec1 .bg .txtWrap {
  width: 410px;
}
#sec1 .bg .txtWrap li {
  margin-bottom: 1em;
  text-indent: 1em;
}
#sec1 .bg .bt {
  top: 573px;
  left: 625px;
}

#sec2 {
  background-image: url("../img/sec2-bg-rep.png");
}
#sec2 .bg {
  width: 453px;
  background-image: url("../img/sec2-bg.png");
  padding: 16px 0 40px 507px;
}
#sec2 .bg .tit {
  margin-bottom: 408px;
}
#sec2 .bg .txtWrap {
  width: 410px;
}
#sec2 .bg .txtWrap li {
  margin-bottom: 1em;
  text-indent: 1em;
}

#sec3 {
  background-image: url("../img/sec1-bg-rep.png");
}
#sec3 .bg {
  width: 960px;
  padding: 18px 0 30px 53px;
  background-image: url("../img/sec3-bg.png");
}
#sec3 .tit {
  margin-bottom: 58px;
}
#sec3 .txtWrap {
  width: 405px;
}
#sec3 .txtWrap li {
  margin-bottom: 1em;
  text-indent: 1em;
}
#sec3 .caution {
  top: 662px;
  left: 689px;
  font-size: 86%;
  line-height: 1.2;
}

#sec4 {
  width: 960px;
  background-image: url("../img/sec4-bg.png");
  padding: 18px 0;
}
#sec4 .profile {
  width: 761px;
}
#sec4 .profile .photo {
  float: left;
  width: 288px;
}
#sec4 .profile .txt {
  float: right;
  width: 439px;
}
#sec4 .profile .txt dt {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c22833;
}
#sec4 .profile .txt dd {
  color: white;
}

.cv .bt1 a {
  display: block;
  width: 413px;
  height: 63px;
  background-image: url("../img/cv-bt1.gif");
  background-position: 0 0;
}
.cv .bt1 a:hover {
  background-position: 0 -63px;
}
.cv .bt2 a {
  display: block;
  width: 412px;
  height: 63px;
  background-image: url("../img/cv-bt2.gif");
  background-position: 0 0;
}
.cv .bt2 a:hover {
  background-position: 0 -63px;
}

.cv.fast {
  width: 960px;
  height: 403px;
  background-image: url("../img/cv1-bg.jpg");
}
.cv.fast .bt1 {
  top: 298px;
  left: 57px;
}
.cv.fast .bt2 {
  top: 298px;
  left: 491px;
}

.cv.second {
  width: 960px;
  height: 403px;
  background-image: url("../img/cv2-bg.jpg");
}
.cv.second .bt1 {
  top: 308px;
  left: 57px;
}
.cv.second .bt2 {
  top: 308px;
  left: 491px;
}

#campaign {
  padding: 40px 57px 30px;
}
#campaign h2 {
  margin-bottom: 20px;
}
#campaign ul {
  margin-bottom: 50px;
}
#campaign ul li {
  float: left;
  width: 410px;
}
#campaign ul li dl {
  width: 400px;
}
#campaign ul li dl dt {
  float: left;
  width: 230px;
}
#campaign ul li dl dd {
  float: right;
  width: 170px;
  padding-top: 1px;
  font-size: 72%;
  line-height: 1.6;
}
#campaign ul li.right {
  float: right;
}
#campaign .bt {
  width: 423px;
  margin: 0 auto;
}

#pagetop {
  right: 30px;
  bottom: 30px;
}

#footer {
  padding: 15px 0 50px;
}
#footer .copy {
  color: white;
}
