@charset "utf-8";

body {
  min-width: 320px;
  color: #444;
  font-size: 62.5%;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

img {
  vertical-align: top;
}

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

.noborder{border: 0px!important;}
.col_1 li{ width: 100%!important;}
.clearfix {clear:both;}

#wrapper {
  font-size: 1.2em;
  line-height: 1.4;
}

#header_wrapper {
  position: fixed;
  top: 0;
  margin: 0 0 10px 0;
  width: 100%;
  min-width: 320px;
  background: #F1F3F1 url(../images/header_bg.png) top repeat-x;
  background-size: auto 100%;
  border-bottom: solid 5px #000000;
  z-index: 9999;
}

#header {
  position: relative;
  margin: 0 auto;
  padding: 12px 20px 10px 20px;
  overflow: hidden;
}

#header h1 {
  float: left;
  width: 178px;
  height: 84px;
  background: url(../images/logo.png) no-repeat;
  background-size: auto 100%;
}

#header h1 a {
  display: block;
  width: 178px;
  height: 84px;
}

#header h1 a span {
  position: absolute;
  overflow: hidden;
  text-indent: -8000px;
}

#header_utility {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 0.9em;
}

#header_utility li {
  float: left;
  margin: 0 0 0 20px;
  line-height: 20px;
  overflow: hidden;
}

#header_utility li a {
  padding: 0 0 0 14px;
  color: #999;
  background: url(../images/header_detail_bg.png) left no-repeat;
}

#header_utility li#header_search {
  margin: 0;
}

#header_utility li#header_search #Q9KeyWord {
  float: left;
  padding: 0 8px;
  width: 160px;
  height: 18px;
  line-height: 18px;
  border: solid 1px #DBDBDB;
  border-right: none;
}

#header_utility li#header_search a {
  float: left;
  padding: 0;
  background: none;
}

#header_utility #srchBox {
  margin: 0;
  width: auto;
  background: none;
}

#header_utility #srchBox.watermark {
  padding: 0;
  border: none;
}

#header_utility #srchBox #srch {
  padding: 0;
}

#header_utility #srchBox #srch #srchForm {
  overflow: hidden;
}

#header_utility #srchBox.watermark #srchInput {
  float: left;
  margin: 0 4px 0 0;
  padding: 0 8px;
  width: 140px;
  height: 20px;
  line-height: 20px;
  border: solid 1px #DBDBDB;
  vertical-align: top;
}

#header_utility #srchBox #srchBtn {
  float: left;
  padding: 0;
  width: 50px;
  min-height: 22px;
  vertical-align: top;
}

#social_buttons,
#header_navigation_open,
#header_navigation_open_hidden {
  display: none;
}

#header_navigation {
  float: right;
  margin-top: 50px;
  overflow: hidden;
}

#header_navigation li {
  float: left;
  border-left: solid 1px #DBDBDB;
}

#header_navigation li:last-child {
  border-right: solid 1px #DBDBDB;
}

#header_navigation li a {
  display: block;
  padding: 2px 14px;
  outline: none;
}
/*
#header_navigation li.navigation_1 a { width: 75px; }
#header_navigation li.navigation_2 a { width: 97px; }
#header_navigation li.navigation_3 a { width: 112px; }
#header_navigation li.navigation_4 a { width: 88px; }
#header_navigation li.navigation_5 a { width: 117px; }
#header_navigation li.navigation_6 a { width: 84px; }
#header_navigation li.navigation_10 a { width: 90px; }
*/
#header_navigation li.navigation_space { display:none;}

#header_navigation li a span {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 31px;
  text-indent: -9999px;
  overflow: hidden;
}

#header_navigation li.navigation_1 a span { width: 75px; }
#header_navigation li.navigation_2 a span { width: 97px; }
#header_navigation li.navigation_3 a span { width: 112px; }
#header_navigation li.navigation_4 a span { width: 88px; }
#header_navigation li.navigation_5 a span { width: 117px; }
#header_navigation li.navigation_6 a span { width: 84px; }
#header_navigation li.navigation_10 a span { width: 90px; }
#header_navigation li.navigation_11 a span { width: 86px; }

#header_navigation li.navigation_1 a span { background: url(../images/header_menu_1_bg.png) top right no-repeat; }
#header_navigation li.navigation_2 a span { background: url(../images/header_menu_2_bg.png) top right no-repeat; }
#header_navigation li.navigation_3 a span { background: url(../images/header_menu_3_bg.png) top right no-repeat; }
#header_navigation li.navigation_4 a span { background: url(../images/header_menu_4_bg.png) top right no-repeat; }
#header_navigation li.navigation_5 a span { background: url(../images/header_menu_5_bg.png) top right no-repeat; }
#header_navigation li.navigation_6 a span { background: url(../images/header_menu_6_bg.png) top right no-repeat; }
#header_navigation li.navigation_10 a span { background: url(../images/header_menu_7_bg.png) top right no-repeat; }
#header_navigation li.navigation_11 a span { background: url(../images/header_menu_8_bg.png) top right no-repeat; }

#header_navigation li.navigation_7,
#header_navigation li.navigation_8,
#header_navigation li.navigation_9,
#header_navigation li.navigation_search {
  display: none;
}

#contents_wrapper {
  margin-top: 112px;
}

#contents {
  padding: 0 0 20px 0;
}

#footer_wrapper {
  margin: 24px 0 0 0;
  line-height: 1.4;
  font-size: 12px;
  background: #EAE8E3;
  border-top: solid 4px #000000;
}

#footer {
  position: relative;
  padding: 16px 20px 6px 20px;
}

#footer .to_top {
  position: absolute;
  top: -24px;
  right: 20px;
}

#footer_menus {
  float: left;
  margin: 0 0 20px 0;
  overflow: hidden;
}

#footer_menus > li {
  float: left;
  padding: 0 10px;
  width: 176px;
  min-height: 260px;
  border-left: solid 2px #CECCC9;
}

#footer_menus > li:last-child ul {
  padding-top: 44px;
}

#footer_menus h4 {
  font-size: 1.2em;
  min-height: 44px;
}

#footer_menus h4 span {
  display: block;
  color: #A7A6A4;
  font-weight: 400;
  font-size: 0.7em;
}

#footer_menus > li ul li {
  margin: 0 0 4px 0;
}

#footer_menus > li ul li a {
  display: block;
  padding: 0 0 0 14px;
  background: url(../images/footer_detail_bg.png) 0 2px no-repeat;
}

#footer_logos {
  margin: 80px 0 0 0;
  text-align: center;
}

#footer_logos li {
  display: inline-block;
  padding: 0 19px;
}

#footer .copyright {
  text-align: right;
  color: #9C9C9B;
  font-size: 0.9em;
}


.oflow {
  overflow: hidden;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  display: inline;
  margin-left: 16px;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  display: inline;
  margin-right: 16px;
  margin-bottom: 10px;
}

.mbottom {
  margin-bottom: 20px;
}

.hspace {
  text-indent: -1em;
  padding-left: 1em;
}

/* アイコン付き吹き出し（左側） */
.manavivatalk_l {
margin-bottom: 10px;
}

.manavivatalk_l figure img {
width: 100%;
height: 100%;
border: 2px solid #9ce191; /* 円の線の太さと色の設定 */
border-radius: 50%;
margin: 0;
}

p.manavivatalk_l {
margin: 0 0 8px;
}

p.manavivatalk_l-text:last-child {
margin-bottom: 0px;
}

.manavivatalk_l:after,.talk:before {
clear: both;
content: "";
display: block;
}

.manavivatalk_l-img {
margin-left: 4px;
margin-top: -1px;
float: left;
width: 70px;
height: 70px;
}

.manavivatalk_l-txt {
color: #444; /* 吹き出し内テキストの色 */
position: relative;
margin-left: 100px;
padding: 0.6em 0.8em 1em 0.8em;
border: 3px solid #9ce191; /* 吹き出し線の太さと色の設定 */
background-color: #fff; /* 吹き出しの背景色 */
border-radius: 5px; /* 吹き出しの角の丸み */
}

.manavivatalk_l-txt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #9ce191; /* 吹き出しの三角形の設定（色以外の変更は非推奨） */
top: 24px;
left: -20px;
}

.manavivatalk_l-txt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 24px;
left: -16px;
}

/* アイコン付き吹き出し（右側） */
.manavivatalk_r {
margin-bottom: 10px;
}

.manavivatalk_r figure img {
width: 100%;
height: 100%;
border: 2px solid #88bece; /* 円の線の太さと色の設定 */
border-radius: 50%;
margin: 0;
}

p.manavivatalk_r-text {
margin: 0 0 8px;
}

p.manavivatalk_r-text:last-child {
margin-bottom: 0px;
}

.manavivatalk_r:after,.talk:before {
clear: both;
content: "";
display: block;
}

.manavivatalk_r-img {
margin-right: 4px;
margin-top: -1px;
float: right;
width: 70px;
height: 70px;
}

.manavivatalk_r-txt {
position: relative;
margin-right: 100px;
padding: 0.6em 0.8em 1em 0.8em;
border: 3px solid #88bece; /* 吹き出し線の太さと色の設定 */
background-color: #fff; /* 吹き出しの背景色 */
border-radius: 5px; /* 吹き出しの角の丸み */
}

.manavivatalk_r-txt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #88bece; /* 吹き出しの三角形の設定（色以外の変更は非推奨） */
top: 24px;
right: -23px;
}

.manavivatalk_r-txt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #fff;
top: 24px;
right: -19px;
}
