/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
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: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
th,
strong,
address {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
/* basic class */
.clear {
  clear: both;
}
br.clear {
  line-height: 0px;
  font-size: 0px;
  height: 0px;
}
.acenter {
  text-align: center;
}
.aright {
  text-align: right;
}
.aleft {
  text-align: left;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.vtop {
  vertical-align: top;
}
.vmiddle {
  vertical-align: middle;
}
.vbottom {
  vertical-align: bottom;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1;
}
textarea {
  font-size: 100%;
}
/* for iphone */
* {
  -webkit-text-size-adjust: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.reset_css * {
  line-height: 180%;
  text-align: inherit;
}
.reset_css img {
  margin: 6px 0;
  max-width: 100%;
  height: auto;
}
.reset_css p {
  margin: 10px 0;
}
.reset_css b {
  font-weight: bold;
}
.reset_css i,
.reset_css em {
  font-style: italic;
}
.reset_css font {
  color: inherit;
}
.reset_css address {
  font-style: italic;
}
.reset_css strong {
  font-weight: bold;
}
.reset_css h1 {
  font-size: 260%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h2 {
  font-size: 200%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h3 {
  font-size: 160%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h4 {
  font-size: 140%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h5 {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css ul,
.reset_css ul li {
  list-style: disc outside none;
  margin-left: 20px;
}
.reset_css ol,
.reset_css ol li {
  list-style: decimal outside;
  margin-left: 20px;
}
.reset_css blockquote {
  width: 90%;
  margin: 0 auto;
}
.reset_css table {
  margin: 10px 0;
  border: solid 1px;
}
.reset_css th,
.reset_css td {
  border: solid 1px;
  padding: 5px;
}
/* mixin */
.text_indent {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/* カラー変数 */
/* 全体 */
body {
  font-family: "Gothic MB101 Regular";
}
a {
  text-decoration: none;
}
/* 共通ヘッダー */
#common_header {
  width: 100%;
  height: 70px;
  background-color: #309a86;
}
#common_header .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
  *zoom: 1;
}
#common_header .inner:before,
#common_header .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
#common_header .inner:after {
  clear: both;
}
#common_header #company_logo {
  position: absolute;
  top: 0;
  left: 0;
}
#common_header #company_logo a {
  display: block;
  width: 293px;
  height: 93px;
  background: url("../img/base/company_logo.png") no-repeat left top;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#common_header #company_logo a:hover {
  background-position: right top;
}
#common_header #gloval_nav {
  float: left;
  padding-left: 328px;
  padding-top: 17px;
}
#common_header #gloval_nav ul {
  zoom: 1;
  *zoom: 1;
}
#common_header #gloval_nav ul:before,
#common_header #gloval_nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#common_header #gloval_nav ul:after {
  clear: both;
}
#common_header #gloval_nav ul li {
  font-family: "Gothic MB101 Regular";
  font-size: 14px;
  text-align: center;
  float: left;
  border-left: 1px solid #FFF;
}
#common_header #gloval_nav ul li a {
  display: block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 119px;
  height: 36px;
  line-height: 36px;
  color: #FFF;
}
#common_header #gloval_nav ul li a:hover {
  color: #309a86;
  background: url("../img/base/navi_bg.png") no-repeat;
}
#common_header #gloval_nav ul li a.current {
  color: #309a86;
  background: url("../img/base/navi_bg.png") no-repeat;
}
#common_header #gloval_nav ul li:last-child {
  border-right: 1px solid #FFF;
}
#common_header #contact_btn {
  padding-top: 17px;
  float: right;
  font-family: "Gothic MB101 Regular";
  font-size: 14px;
  text-align: center;
}
#common_header #contact_btn a {
  display: block;
  width: 160px;
  height: 36px;
  line-height: 36px;
  color: #353526;
  background: url("../img/base/contact_bg.png") no-repeat;
}
#common_header #contact_btn a:hover {
  color: #bbbb9f;
}
/* 共通フッター */
#common_footer #footer_nav {
  height: 50px;
  background-color: #555555;
}
#common_footer #footer_nav ul {
  zoom: 1;
  *zoom: 1;
  width: 900px;
  margin: 0 auto;
  padding: 9px 0 11px;
}
#common_footer #footer_nav ul:before,
#common_footer #footer_nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#common_footer #footer_nav ul:after {
  clear: both;
}
#common_footer #footer_nav ul li {
  float: left;
  width: 150px;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #FFF;
}
#common_footer #footer_nav ul li:last-child {
  border-right: 1px solid #FFF;
}
#common_footer #footer_nav ul li a {
  display: block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Gothic MB101 Light";
  color: #FFF;
}
#common_footer #footer_nav ul li a:hover {
  text-decoration: underline;
}
#common_footer #copyright {
  background: #309a86;
  text-align: center;
}
body {
  min-width: 1080px;
  background-color: #D2EEFC;
}
#contents_wrapper {
  height: 980px;
  background: url("../img/index/index_bg.png") no-repeat center bottom;
}
#index_header .inner h1 {
  width: 500px;
  height: 47px;
  margin: 0 auto;
  padding: 62px 0 55px;
}
#index_header .inner h1 a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 500px;
  height: 47px;
  background: url("../img/index/logo.png") no-repeat left top;
}
#index_header .inner h1 a:hover {
  background-position: right top;
}
#index_header .inner nav {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 98px;
}
#index_header .inner nav ul {
  zoom: 1;
  *zoom: 1;
}
#index_header .inner nav ul:before,
#index_header .inner nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#index_header .inner nav ul:after {
  clear: both;
}
#index_header .inner nav ul li {
  float: left;
  text-align: center;
}
#index_header .inner nav ul li a {
  font-family: "Gothic MB101 Light";
  font-size: 16px;
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #353526;
  color: #353526;
}
#index_header .inner nav ul li a:hover {
  text-decoration: underline;
}
#index_header .inner nav ul li.last a {
  border-right: 1px solid #353526;
}
#block_link ul {
  width: 900px;
  margin: 0 auto  ;
  zoom: 1;
  *zoom: 1;
}
#block_link ul:before,
#block_link ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#block_link ul:after {
  clear: both;
}
#block_link ul li {
  float: left;
}
#block_link ul li + li {
  margin-left: 20px;
}
