

*{
 box-sizing: border-box;
 letter-spacing: 1px;
 font-size: 14px;
 line-height: 1.6;
 font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
 color: #333333;
}

div.contents_wrapper{
 width: 1030px;
 margin: 0px auto;
 padding: 0px 15px;
}

a{
 color: #336699;
 text-decoration: underline;
}

a:hover{
 text-decoration: none;
}

.hovimg:hover{
 opacity: 0.9;
}

h1{
 font-size: 20px;
 font-weight: bold;
 padding: 6px 0px;
}

h2{
 font-size: 16px;
 font-weight: bold;
 padding: 6px 0px;
}

table.tbl_frm{
 width: 100%;
}

table.tbl_frm th{
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  padding: 8px 12px;
  font-weight: bold;
  width: 250px;
}

table.tbl_frm td{
  border: 1px solid #CCCCCC;
  padding: 8px 12px;
}

table.tbl_list{
 width: 100%;
}

table.tbl_list th{
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
  padding: 8px 12px;
  font-weight: bold;
}

table.tbl_list td{
  border: 1px solid #CCCCCC;
  padding: 8px 12px;
}

.common_title{
 position: relative;
 margin-top: 40px;
 background: url('/img/title_back.png') no-repeat 0px 0px;
 min-width: 161px;
 height: 92px;
}

.common_title .common_title_text{
  position: absolute;
  top: 29px;
  left: 107px;
  font-size: 22px;
  color: #545454;
}

.common_title .common_jp_title{
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #545454;
}

.common_sub_title{
 border: 1px solid #CCCCCC;
 padding: 8px 18px;
 color: #444444;
 font-size: 16px;
}

table.common_tbl{
 width: 100%;
}

table.common_tbl th{
  width: 225px;
  padding: 5px 20px;
  background-color: #F7F6F5;
  border: 1px solid #EEEEEE;
  line-height: 3;
  font-size: 13px;
  font-weight: bold;
}

table.common_tbl td{
  padding: 5px 20px;
  border: 1px solid #EEEEEE;
  line-height: 3;
  font-size: 13px;
}

table.common_tbl .data_cell{
  display: inline-block;
}

