@charset "utf-8";
/* ==========================================
  infopage common
========================================== */

/* ==========================================
  1. Reset
========================================== */
*{padding: 0; margin: 0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
q:before,q:after {
  content: '';
}
object,
embed {
  vertical-align: top;
}
hr,legend {
  display: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
img,abbr,acronym,fieldset {
  border: 0;
}
img {
  max-width: 100%;
  vertical-align:top;
}
li {
  list-style-type: none;
}

/* ==========================================
  2. Default Setting
========================================== */
body {
  background: #fff;
  color: #333;
  font-size: 85%;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic', system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.8;
  overflow-x: hidden;
}

a {
  color:#009;
  text-decoration:none;
}

/* ==========================================
  3. Common Module
========================================== */
.arrow {
    background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.6em;
    padding-left:14px;
}
.arrowInline {
    display:inline;
    background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.3em;
    padding-left:14px;
}
.pagetopBtn {
    margin-top:20px;
    text-align:right;
}
.note {
    line-height:1.5;
    font-size:90%;
}
.colorRed {
    color: #f00;
}
.alignC {
    text-align:center;
}

/* margin */
.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}

.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr45 {margin-right:45px !important;}
.mr50 {margin-right:50px !important;}

.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}

.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml50 {margin-left:50px !important;}

/* clearfix */
.clearfix:after,
.clrfx:after {
    content: ".";
    display: block;
    height: 0;
    font-size:0.1em;
    line-height:0;
    clear: both;
    visibility: hidden;
}
.clearfix,
.clrfx {zoom:1;}

.wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wrapper {zoom:1;}
@media print {
    * html #navigation {
      margin-left:-1px;
    }
    *:first-child+html #navigation {
      margin-left:-1px;
    }
}

/* ==========================================
  4. Infopage Common Setting
========================================== */
#contents * {
    box-sizing: border-box;
}

#contents .head{
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: .05em;
    line-height: 1.7;
    position: relative;
}
#contents .head .en{
    display: block;
    font-family: 'Josefin Slab', serif;
    font-size: 36px;
}
#contents .head .sub{
    display: block;
    font-size: 14px;
}
#contents .head::after {
    content: "";
    display: block;
    border-bottom: 3px solid #2d4196;
    width: 68px;
    margin: 15px auto 45px;
}
@media screen and (min-width: 900px){
  #space_header{
    margin-top: 0 !important;
    padding-top: 100px;
  }
}

/* #main */
#main{
    padding-bottom: 60px;
}
#mainIn{
  margin: auto;
  max-width: 1000px;
}
@media screen and (max-width: 899px){
    #main{
        padding: 30px 4%;
    }
}


/* ----------------------------------
/includes/table_gaiyou.inc
---------------------------------- */
table.gaiyou{
    width: 100%;
    border-right: 1px solid #727171;
    border-bottom: 1px solid #727171;
    border-collapse: collapse;
    margin-bottom: 30px;
    line-height: 1.4;
}
table.gaiyou th,
table.gaiyou td{
    border-top: 1px solid #727171;
    border-left: 1px solid #727171;
    padding: 12px;
    text-align: left;
}
table.gaiyou th{
    background: #f3f3f2;
    width: 27%;
    font-weight: normal;
}
table.gaiyou td a{ text-decoration: none;}
table.gaiyou td a:hover{ text-decoration: underline;}
