@charset "UTF-8";
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* =========================================================
	Copyright (c) 2011, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
	version: 2.9.0
	
	reset.css
========================================================= */
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; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0; }

/* =========================================================
	Copyright (c) 2011, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
	version: 2.9.0
	
	fonts.css
	---------------------------------
	font-size:77%    for setting 10px
	font-size:85%    for setting 11px
	font-size:93%    for setting 12px
	font-size:100%   for setting 13px
	font-size:108%   for setting 14px
	font-size:116%   for setting 15px
	font-size:123.1% for setting 16px
	font-size:131%   for setting 17px
	font-size:138.5% for setting 18px
	font-size:146.5% for setting 19px
	font-size:153.9% for setting 20px
	font-size:161.6% for setting 21px
	font-size:167%   for setting 22px
	font-size:174%   for setting 23px
	font-size:182%   for setting 24px
	font-size:189%   for setting 25px
	font-size:197%   for setting 26px
========================================================= */
body {
  font: 14px/1.231 Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small; }

select,
input,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* =========================================================
	Copyright (c) shogo tabuchi
	Code licensed under the MID License:
	http://www.s5-style.com/
	version: 1.1
========================================================= */
/* HTML5 reset */
del,
ins,
var,
article,
aside,
canvas,
details,
span,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background: transparent;*/
  margin: 0;
  padding: 0; }

article,
aside,
details,
dialog,
figure,
footer,
header,
hgroup,
legend,
nav,
section,
menu {
  display: block;
  zoom: 1; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

/* Reset */
body {
  -webkit-text-size-adjust: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input,
textarea,
select {
  *font-size: 100%; }

legend {
  color: #000; }

a {
  cursor: pointer;
  _cursor: hand;
  outline: none; }

embed,
object {
  display: block;
  outline: none; }

object,
a:focus {
  -moz-outline-style: none; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #333;
  background-color: #fff;
  line-height: 1.231;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
  /*-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;*/
  font: 14px/1.231 Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  min-width: 960px; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
table,
img {
  position: relative; }

a {
  color: #00893F;
  text-decoration: none; }

a:hover {
  color: #00893F;
  text-decoration: underline; }

/* 
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	background:url(../img/bg_09.png) 0 0 repeat #111;
}

::-webkit-scrollbar-track {
}

::-webkit-scrollbar-track-piece {
}

::-webkit-scrollbar-thumb {
	background-color: #fff;
	border:1px solid #111;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #c7d7e9;
	border:1px solid #111;
}

::-webkit-scrollbar-button {
}

::-webkit-scrollbar-corner {
}

::-webkit-resizer {
}
*/
/*
*::selection {
background: #fff;
color:#333;
}

*::-moz-selection {
background: #fff;
color:#333;
}
*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box; }

/*/////////////スタイル用css////////////////////*/
.mtop20 {
  margin-top: 20px; }

.mleft20 {
  margin-left: 20px; }

.mtop10 {
  margin-top: 10px; }

.mbot10 {
  margin-bottom: 10px; }

.mbot20 {
  margin-bottom: 20px; }

.mbot25 {
  margin-bottom: 25px; }

.mbot30 {
  margin-bottom: 30px; }

.mbot35 {
  margin-bottom: 35px; }

.mbot40 {
  margin-bottom: 40px; }

.mbot45 {
  margin-bottom: 45px; }

.mbot45 {
  margin-bottom: 50px; }

.mbot60 {
  margin-bottom: 60px; }

.btm0 {
  margin-bottom: 0 !important; }

.center {
  text-align: center; }

.pink {
  color: #EA66A1; }

.red {
  color: #c60305; }

.gold {
  color: #A58246; }

.bold {
  font-weight: bold; }

.font18 {
  font-size: 18px; }

.tRight {
  text-align: right; }

.orange {
  color: #EA5430; }

.brown {
  color: #5F442F; }

.bage {
  color: #9B5D1F; }

.center {
  text-align: center; }

.font10 {
  font-size: 10px; }

.font40 {
  font-size: 40px; }

.font30 {
  font-size: 30px; }

.font24 {
  font-size: 24px; }

.font20 {
  font-size: 20px; }

.font18 {
  font-size: 18px; }

.font16 {
  font-size: 16px; }

.font14 {
  font-size: 14px; }

.font13 {
  font-size: 13px; }

.pink2 {
  color: #F7C8D0; }

.blue {
  color: #A4D9E2; }

.green {
  color: #C3D951; }

.black {
  color: #333 !important; }

.floright {
  float: right; }

.floleft {
  float: left; }

.pb10 {
  padding-bottom: 10px; }

.pb10 {
  padding-bottom: 10px; }

/*============================
#wrap
============================*/
#wrap {
  overflow: hidden;
  min-width: 960px;
  /*============================
	#header
	============================*/
  /* end of #header */
  /*============================
	#header.short
	============================*/
  /*.leftimg {
		background:url(../img/common/img_01.png) 0 0 no-repeat;
		width:1126px;
		height:2404px;
		position:absolute;
		top:0;
		left:50%;
		margin-left:-1559px;
		z-index:6000;
	}*/ }

#wrap #header {
  z-index: 5000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /*============================
		#headerTop
		============================*/
  /*============================
		#gnavi
		============================*/
  /*============================
		#headerBottom
		============================*/
  /*============================
			#subnavi01
			============================*/
  /*============================
			#subnavi02
			============================*/
  /*============================
			#subnavi03
			============================*/
  /*============================
			#subnavi04
			============================*/ }

#wrap #header .logo {
  text-align: center;
  font-size: 1px;
  line-height: 0;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#wrap #header .logo img {
  height: 69px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#wrap #header .item00 {
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: 248px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 177px; }

#wrap #header .item00 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); }

#wrap #header .item01 {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: 430px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s; }

#wrap #header .item02 {
  position: absolute;
  top: 35px;
  left: 50%;
  /*margin-left:350px;*/
  margin-left: 250px;
  font-size: 12px;
  /*text-align:right;*/ }

#wrap #header .item02 span {
  font-size: 10px; }

#wrap #header .item01 a:hover,
#wrap #header .item02 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); }

#wrap #header .item02 .L {
  float: left; }

#wrap #header .item02 .R {
  float: right; }

#wrap #header .item02 .contact {
  font-size: 14px;
  margin-top: 5px; }

#wrap #header .item02 .contact a:before {
  content: "\025b6";
  color: #00893F; }

#wrap #header .item02 .contact a {
  color: #000; }

#wrap #header .item02 .contact a:hover {
  text-decoration: none; }

#wrap #header #headerTop {
  width: 100%;
  padding: 27px 0 16px 0;
  background: url(../img/common/bg_02.png) 0 0 repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055); }

#wrap #header #gnavi {
  *zoom: 1; }

#wrap #header #gnavi:before,
#wrap #header #gnavi:after {
  display: table;
  content: "";
  line-height: 0; }

#wrap #header #gnavi:after {
  clear: both; }

#wrap #header #gnavi a {
  color: #333;
  /*background: url(../img/common/icon_01.png) 100% 100% no-repeat;*/
  padding-right: 15px; }

#wrap #header #gnavi a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
  /*display:inline-block;*/ }

#wrap #header #gnavi ul {
  *zoom: 1;
  position: relative;
  left: 50%;
  float: left;
  padding-left: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#wrap #header #gnavi ul:before,
#wrap #header #gnavi ul:after {
  display: table;
  content: "";
  line-height: 0; }

#wrap #header #gnavi ul:after {
  clear: both; }

#wrap #header #gnavi li {
  font-size: 108%;
  line-height: 1.231;
  height: 14px;
  margin-right: 30px;
  float: left;
  position: relative;
  left: -50%;
  -webkit-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#wrap #header #gnavi li a.current {
  /*color: #00893f !important;*/
  color: #fff !important;
  text-decoration: none; }

#wrap #header #headerBottom {
  width: 100%;
  /*height: 150px; E.Makabe変更*/
  height: 0px;
  -webkit-transform: rotateX(92deg);
  -moz-transform: rotateX(92deg);
  transform: rotateX(92deg);
  background: url(../img/common/bg_01.png) 0 0 repeat;
  *zoom: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden; }

/* Makabe追加START */
#wrap #header.short #headerBottom {
  height: 0px; }

#wrap #header.hover.hover01 #headerBottom,
#wrap #header.hover.hover04 #headerBottom,
#wrap #header.hover.hover05 #headerBottom {
  height: 150px; }

#wrap #header.short.hover.hover01 #headerBottom,
#wrap #header.short.hover.hover04 #headerBottom,
#wrap #header.short.hover.hover05 #headerBottom {
  height: 150px; }

#wrap #header.hover.hover03 #headerBottom {
  height: 0px; }

#wrap #header.hover.hover03 #headerBottom {
  height: 0px; }

/* Makabe追加END */
#wrap #header #headerBottom:before,
#wrap #header #headerBottom:after {
  display: table;
  content: "";
  line-height: 0; }

#wrap #header #headerBottom:after {
  clear: both; }

#wrap #header #headerBottom.close {
  -webkit-transform: rotateX(92deg) !important;
  -moz-transform: rotateX(92deg) !important;
  transform: rotateX(92deg) !important; }

#wrap #header #headerBottom.close .arrow {
  opacity: 0;
  filter: alpha(opacity=0); }

#wrap #header #headerBottom a {
  color: #333; }

#wrap #header #headerBottom a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); }

#wrap #header #headerBottom ul {
  width: 870px;
  /*190327追加 */
  margin: 0 auto;
  text-align: center;
  /* 200225追加 */
  *zoom: 1;
  /*position: relative;
  left: 50%;*/
  padding-top: 2.5rem;
  /*200225追加 */
  /*float: left;*/
  /*padding-left: 15px;*/
  /*190327削除 */
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#wrap #header #headerBottom ul:before,
#wrap #header #headerBottom ul:after {
  display: table;
  content: "";
  line-height: 0; }

#wrap #header #headerBottom ul:after {
  clear: both; }

#wrap #header #headerBottom li {
  font-size: 110%;
  line-height: 1.6;
  display: inline-block;
  /*height: 13px;*/
  /*margin-right: 30px;*/
  /*190327修正*/
  margin-right: 40px;
  /* float: left;
   position: relative;
   left: -50%;*/
  -webkit-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#wrap #header #headerBottom li:last-child {
  margin-right: 0; }

#wrap #header #headerBottom li a.current {
  color: #00893f !important; }

/*#wrap #header #subnavi01 {
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 27px;
  padding-top: 13px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}*/
#wrap #header #subnavi01 {
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 27px;
  padding-top: 13px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#wrap #header #subnavi02 {
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 1;
  filter: alpha(opacity=0);
  width: 100%;
  height: 27px;
  padding-top: 13px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#wrap #header #subnavi03 {
  background: url("../img/common/bg_01.png");
  /* サブナビ2行用 */
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 1;
  filter: alpha(opacity=0);
  width: 100%;
  /*height: 27px;*/
  /*190820変更 */
  height: 80px;
  /*190820変更 */
  padding-top: 13px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#wrap #header #subnavi04 {
  position: absolute;
  top: 0;
  left: -9999px;
  opacity: 1;
  filter: alpha(opacity=0);
  width: 100%;
  height: 27px;
  padding-top: 13px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* サブナビ2行になる場合 */
#wrap #header #subnavi01 ul,
#wrap #header #subnavi03 ul,
#wrap #header #subnavi04 ul,
#wrap #header #subnavi05 ul {
  padding-top: 1.5rem; }

#wrap #header.short #subnavi01 ul,
#wrap #header.short #subnavi02 ul,
#wrap #header.short #subnavi03 ul,
#wrap #header.short #subnavi04 ul {
  padding-top: 2.6rem; }

/* サブナビ2行になる場合 */
#wrap #header.short #subnavi05 ul {
  padding-top: 2.2rem; }

#wrap #header #subnavi01 li,
#wrap #header #subnavi02 li,
#wrap #header #subnavi03 li,
#wrap #header #subnavi04 li,
#wrap #header #subnavi05 li {
  margin-bottom: 20px; }

#wrap #header .arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* グロナビ二行になったら矢印消す */
@media screen and (max-width: 1120px) {
  #wrap #header .arrow {
    display: none; } }
#wrap #header.short {
  /*============================
		#headerTop
		============================*/
  /*============================
		#gnavi
		============================*/
  /*============================
		#headerBottom
		============================*/
  /*============================
			#subnavi01
			============================*/
  /*============================
			#subnavi02
			============================*/
  /*============================
			#subnavi03
			============================*/
  /*============================
			#subnavi04
			============================*/
  /* end of #header.short */ }

#wrap #header.short .logo {
  margin-bottom: 14px; }

#wrap #header.short .logo img {
  height: 39px;
  width: auto; }

#wrap #header.short .item00 {
  top: -30px;
  opacity: 0;
  filter: alpha(opacity=0); }

#wrap #header.short .item01 {
  top: -30px;
  opacity: 0;
  filter: alpha(opacity=0); }

#wrap #header.short .item02 {
  top: -60px;
  opacity: 0;
  filter: alpha(opacity=0); }

#wrap #header.short #headerTop {
  padding: 15px 0 14px 0;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.055); }

#wrap #header.short #gnavi ul {
  *zoom: 1;
  position: relative;
  left: 50%;
  float: left;
  padding-left: 13.5px; }

#wrap #header.short #gnavi ul:before,
#wrap #header.short #gnavi ul:after {
  display: table;
  content: "";
  line-height: 0; }

#wrap #header.short #gnavi ul:after {
  clear: both; }

#wrap #header.short #gnavi li {
  font-size: 93%;
  height: 12px;
  margin-right: 27px; }

#wrap #header.short #gnavi li a.current {
  /*color: #00893f !important;*/
  color: #fff !important; }

#wrap #header.short #headerBottom {
  /*height: 55px;*/
  /*height: 150px;/* 200225追加 */
  /*height:150px;*/ }

/* 削除　Makabe
#wrap #header.short.hover #headerBottom {
	height: 150px;
}*/
#wrap #header.short #headerBottom ul {
  *zoom: 1;
  text-align: center;
  /*position: relative;
  left: 50%;
  float: left;*/
  /*padding-left: 13.5px;*/
  /*190327削除 */ }

#wrap #header.short #headerBottom ul:before,
#wrap #header.short #headerBottom ul:after {
  display: table;
  content: "";
  line-height: 0; }

#wrap #header.short #headerBottom ul:after {
  clear: both; }

#wrap #header.short #headerBottom li {
  font-size: 93%;
  height: 12px;
  margin-right: 27px; }

#wrap #header.short #headerBottom li:last-child {
  margin-right: 0; }

#wrap #header.short #headerBottom li a.current {
  color: #00893f !important; }

/*#wrap #header.short #subnavi01 {
  height: 24px;
  padding-top: 11px;
}*/
#wrap #header.short #subnavi01 {
  height: 24px;
  padding-top: 11px; }

#wrap #header.short #subnavi02 {
  height: 24px;
  padding-top: 11px; }

#wrap #header.short #subnavi03 {
  padding-top: 11px;
  /*height: 24px;*/
  /*190820変更 */
  height: 70px;
  /*190820変更 */ }

#wrap #header.short #subnavi04 {
  height: 24px;
  padding-top: 11px; }

#wrap #header.short.cat02 .arrow {
  margin-left: -130px; }

#wrap #header.short.cat03 .arrow {
  margin-left: 0px; }

#wrap #header.short.cat04 .arrow {
  margin-left: 100px; }

#wrap #header.short.cat05 .arrow {
  margin-left: 145px; }

#wrap #header.short.cat06 .arrow {
  margin-left: -295px; }

#wrap #header.short.cat07 .arrow {
  margin-left: 295px; }

body.cat06 #wrap #header.short .arrow {
  margin-left: -295px; }

body.cat07 #wrap #header.short .arrow {
  margin-left: 295px; }

/*#wrap #header.short.cat07 .arrow {
  margin-left: 365px;
}*/
#wrap #header.short.hover01 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: -295px !important; }

#wrap #header.short.hover02 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: -130px !important; }

#wrap #header.short.hover03 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  /*margin-left:0px;*/ }

#wrap #header.short.hover04 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 145px !important; }

#wrap #header.short.hover05 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 295px !important; }

#wrap #header.short.hover06 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 224px; }

#wrap #header.short.hover .item00 {
  top: 4px;
  opacity: 1;
  filter: alpha(opacity=100); }

#wrap #header.short.hover .item01 {
  top: 4px;
  opacity: 1;
  filter: alpha(opacity=100); }

#wrap #header.short.hover .item02 {
  top: 30px;
  opacity: 1;
  filter: alpha(opacity=100); }

#wrap #wrap #gnavi a.current,
#wrap a.parentsLink {
  color: #00893f !important; }

#wrap #wrap #header #headerBottom a.current,
#wrap #wrap #header #headerBottom a.current {
  color: #00893f !important; }

#wrap .rightimg {
  background: url(../img/common/rightwing03.png) 0 0 no-repeat;
  width: 1249px;
  height: 963px;
  position: absolute;
  top: -396px;
  right: 50%;
  margin-right: -1728px;
  z-index: 100; }

#wrap .iconBlank {
  background: url(../img/common/icon_02.png) 100% 50% no-repeat;
  padding-right: 15px; }

html.csstransforms #wrap .leftimg {
  background: none;
  width: 1126px;
  height: 2404px;
  position: absolute;
  top: -443px;
  left: 50%;
  margin-left: -2010px;
  background-color: #fff;
  border-right: 1px solid #01893f;
  z-index: 6000;
  -webkit-transform: rotate(27deg);
  -moz-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg); }

html.no-csstransforms #wrap .leftimg {
  display: none; }

html.no-csstransforms #wrap .rightimg {
  background: url(../img/common/rightwing03.png) 0 0 no-repeat;
  width: 1249px;
  height: 963px;
  position: absolute;
  top: -396px;
  right: 50%;
  margin-right: -1728px;
  z-index: 100; }

/*============================
css animation
============================*/
#wrap #header #headerBottom {
  position: relative;
  display: block;
  *zoom: 1;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 0 0px;
  -moz-transform-origin: 50% 0 0px;
  transform-origin: 50% 0 0px;
  -webkit-transform: rotateX(92deg);
  -moz-transform: rotateX(92deg);
  transform: rotateX(92deg); }

#wrap #header #headerBottom:before,
#wrap #header #headerBottom:after {
  display: table;
  content: "";
  line-height: 0; }

#wrap #header #headerBottom:after {
  clear: both; }

html.no-csstransitions #wrap #header #headerBottom,
html.no-csstransitions #wrap #header #headerBottom.close {
  height: 0; }

html.no-csstransitions #wrap #header.cat02 #headerBottom,
html.no-csstransitions #wrap #header.cat03 #headerBottom,
html.no-csstransitions #wrap #header.cat04 #headerBottom,
html.no-csstransitions #wrap #header.cat05 #headerBottom,
html.no-csstransitions #wrap #header.hover01 #headerBottom,
html.no-csstransitions #wrap #header.hover02 #headerBottom,
html.no-csstransitions #wrap #header.hover03 #headerBottom,
html.no-csstransitions #wrap #header.hover04 #headerBottom,
html.no-csstransitions #wrap #header.hover05 #headerBottom,
html.no-csstransitions #wrap #header.hover06 #headerBottom {
  height: 40px; }

html.no-csstransitions #wrap #header.short.cat02 #headerBottom,
html.no-csstransitions #wrap #header.short.cat03 #headerBottom,
html.no-csstransitions #wrap #header.short.cat04 #headerBottom,
html.no-csstransitions #wrap #header.short.cat05 #headerBottom,
html.no-csstransitions #wrap #header.short.hover01 #headerBottom,
html.no-csstransitions #wrap #header.short.hover02 #headerBottom,
html.no-csstransitions #wrap #header.short.hover03 #headerBottom,
html.no-csstransitions #wrap #header.short.hover04 #headerBottom,
html.no-csstransitions #wrap #header.short.hover05 #headerBottom,
html.no-csstransitions #wrap #header.short.hover06 #headerBottom {
  height: 40px; }

/*html.no-csstransitions #wrap #header.hover01 #headerBottom,*/
/*html.no-csstransitions #wrap #header.short.hover01 #headerBottom ,*/
html.no-csstransitions #wrap #header.hover02 #headerBottom,
html.no-csstransitions #wrap #header.short.hover02 #headerBottom,
html.no-csstransitions #wrap #header.hover03 #headerBottom,
html.no-csstransitions #wrap #header.short.hover03 #headerBottom {
  height: 0; }

/*共通*/
/*ボタン*/
.botton01 {
  height: 35px;
  border: 1px solid #CCE7D9 !important;
  text-align: center;
  margin: 0 auto 50px; }

.botton01.closeBtn a {
  background: #ffffff url(../img/biopharmaceutical/product/bt_close.png) no-repeat 220px 2px; }

.botton01.closeBtn a:hover {
  background: #e5f2eb url(../img/biopharmaceutical/product/bt_close.png) no-repeat 220px 2px;
  text-decoration: none; }

.botton01 a {
  display: block;
  background: #ffffff url(../img/common/arrow03.png) bottom right no-repeat;
  color: #333;
  height: 100%;
  font-size: 13px; }

.botton01 a:hover {
  background: #e5f2eb url(../img/common/arrow03.png) bottom right no-repeat;
  text-decoration: none; }

.botton01 a span {
  line-height: 36px;
  /*margin-left:-9px;*/
  font-size: 13px; }

.botton01 a span img {
  margin-right: 5px; }

.botton02 {
  padding: 4px;
  border: 1px solid #D8EDE2;
  background: #ffffff url(../img/top/bg_breen.gif) -1px -1px no-repeat;
  line-height: 0; }

.botton02:hover {
  background: #fff;
  border: 5px solid #00893F;
  padding: 0; }

/*テーブル*/
table.set01 {
  border: #cccccc 1px solid; }

table.set01 tr th.heading {
  background: #01893f !important;
  color: #fff;
  border-bottom: #ccc solid 1px; }

table.set01 tr th {
  padding: 15px 5px 16px 20px;
  font-weight: bold;
  border-bottom: #ccc solid 1px; }

table.set01 tr th.heading {
  border-left: 1px solid #ccc; }

table.set01 tr td {
  padding: 15px 20px 15px 20px;
  border-bottom: #ccc solid 1px;
  border-left: 1px solid #ccc; }

table.set01 tr.odd {
  background: #f0f0f0; }

/*ニュース*/
#yearNav {
  line-height: 1;
  border: 1px solid #cce7d9;
  width: 100px;
  margin: 0 0 10px 0; }

.select-wrap {
  outline: none;
  cursor: pointer !important;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #cce7d9;
  width: 120px;
  /* E.Makabe  */
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
  background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
  color: #333;
  background: url(../img/ir/ic_arrow.png) no-repeat 100px center;
  /* E.Makabe  */ }

.select-wrapa:active input[type="select"]::-moz-focus-inner,
.select-wrapa:active input[type="button"]::-moz-focus-inner,
.select-wrapa:active input[type="reset"]::-moz-focus-inner,
.select-wrapa:active input[type="submit"]::-moz-focus-inner {
  border: 0px;
  outline: none; }

.select-wrap:hover {
  background: #e5f2eb url(../img/ir/ic_arrow.png) no-repeat 100px center;
  /* E.Makabe  */ }

.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  /* fallback non calc support */
  margin: 0;
  padding: 11px 60px 12px 11px;
  background: transparent;
  border: 0;
  line-height: 1.5;
  border: none;
  cursor: pointer !important;
  outline: none; }

.select-wrap select:active {
  border: none;
  outline: none; }

.select-wrap select option {
  background: #fff; }

.entypo-down-open-mini:before {
  z-index: 1; }

.newsInner {
  display: table;
  border: 1px solid #CCE7D9;
  color: #00893F;
  line-height: 21px;
  vertical-align: middle;
  margin-bottom: 5px;
  overflow: hidden; }

.newsInner a {
  padding: 7px 15px 7px;
  display: block;
  background: #ffffff url(../img/common/bg_arrow.png) bottom right no-repeat; }

.newsInner a:hover {
  background: #e5f2eb url(../img/common/bg_arrow.png) bottom right no-repeat;
  text-decoration: none; }

.newsInner span.pdfBtn {
  margin-left: 6px; }

.newsInner span.pdfBtn img {
  vertical-align: text-bottom; }

.newsInner .post {
  display: table-cell;
  vertical-align: middle;
  width: 780px;
  padding-left: 10px;
  font-size: 13px; }

.newsInner p.date {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  width: 90px;
  margin-right: 10px;
  height: 100%; }

.newsInner p.categ {
  width: 52px;
  display: table-cell;
  vertical-align: middle; }

.newsInner p.categ span {
  display: block;
  width: 52px;
  height: 21px;
  text-indent: -9999px; }

.newsInner p.categ span.other {
  background: url(../img/news/ic_other.png) no-repeat; }

.newsInner p.categ span.ir {
  background: url(../img/news/ic_ir.png) no-repeat; }

/* 20150615 決算情報カテゴリ追加 */
.newsInner p.categ span.closing {
  background: url(../img/news/ic_settleinfo.png) no-repeat; }

.newsInner p.categ span.houkoku {
  background: url(../img/news/ic_result.png) no-repeat; }

.newsInner p.categ span.temp {
  background: url(../img/medical/ic_txt.gif) no-repeat; }

.newsInner p.categ span.use {
  background: url(../img/medical/ic_use.gif) no-repeat; }

.newsInner p.categ span.change {
  background: url(../img/medical/ic_change.gif) no-repeat; }

.newsInner p.categ span.stop {
  background: url(../img/medical/ic_stop.gif) no-repeat; }

.newsInner p.categ span.hatsubai {
  background: url(../img/medical/ic_new.gif) no-repeat; }

.newsInner p.categ span.kankei {
  background: url(../img/news/ic_kankei.png) no-repeat; }

.newsInner p.categ span.renew {
  background: url(../img/news/ic_renew.png) no-repeat; }

.newsInner p.categ span.med {
  background: url(../img/news/ic_med.png) no-repeat; }

/*タイトル*/
#ttlHead {
  background: #f3f9f4;
  height: 110px;
  padding-top: 57px;
  margin-top: -40px; }

#ttlHead h1 {
  width: 870px;
  margin: 0 auto; }

/*パンくず*/
#pankuzu {
  background: #FBFBFB;
  z-index: 1000; }

#pankuzu.type01 {
  margin-bottom: 72px; }

#pankuzu p {
  width: 870px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 12px; }

#pankuzu p a {
  color: #01893f;
  font-size: 12px; }

#pankuzu p span.alpha {
  margin: 0 7px;
  display: inline-block;
  background: url(../img/common/ic_pankuzu.gif) no-repeat;
  line-height: 1;
  text-indent: -9999px;
  width: 5px;
  height: 14px; }

#mainImage {
  height: 450px;
  padding-top: 146px;
  text-align: center; }

/*共通カラム割*/
h2.midashi {
  border-bottom: 1px solid #b2dbc5;
  font-size: 22px;
  line-height: 2em;
  margin-bottom: 20px; }

#contentsWraper {
  /*	padding-top:157px;
*/
  overflow: hidden;
  background: #fff; }

.case01 {
  width: 870px;
  margin: 0 auto; }

.case02 {
  width: 960px;
  margin: 0 auto; }

footer {
  clear: both;
  height: 200px;
  padding-top: 74px;
  border-top: solid #f1f1f1 1px; }

footer p#copyright {
  clear: both;
  text-align: center;
  color: #888; }

footer ul {
  margin: 0 auto 50px;
  width: 280px; }

footer ul li {
  float: left;
  line-height: 1.8;
  border-right: 1px solid #cce7d9;
  padding: 0 10px; }

footer ul li a {
  font-size: 12px; }

footer ul li.lastChild {
  border-right: none; }

/*モーダルウィンドウ*/
#overLayer,
#overLayer02,
#overLayer03 {
  width: 556px;
  margin: 0;
  padding: 50px;
  background: #fff;
  z-index: 200000;
  color: #000;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%; }

#overLayer small,
#overLayer02 small,
#overLayer03 small {
  font-size: 14px; }

#overLayer small span,
#overLayer02 small span,
#overLayer03 small span {
  font-size: 14px; }

#overLayer div,
#overLayer02 div,
#overLayer03 div {
  height: 325px;
  overflow-x: hidden; }

#overLayer p,
#overLayer02 p,
#overLayer03 p {
  margin-bottom: 15px;
  line-height: 1.5; }

#overLayer p.font22,
#overLayer02 p.font22,
#overLayer03 p.font22 {
  color: #01893f;
  margin-bottom: 10px !important;
  font-size: 22px;
  padding: 0 !important;
  border-bottom: 1px dotted #01893f; }

#overLayer dt,
#overLayer02 dt,
#overLayer03 dt {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.4; }

#overLayer dd,
#overLayer02 dd,
#overLayer03 dd {
  margin-bottom: 1.3em;
  line-height: 1.5;
  text-align: justify;
  text-justify: distribute; }

.button-link {
  color: #00f;
  text-decoration: underline; }

.button-link:hover {
  cursor: pointer;
  color: #f00; }

.modal-close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0; }

#glayLayer {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: url(../img/common/bg_modal.png);
  display: none; }

a.modal-open,
a.modal-open02,
a.modal-open03 {
  color: #1e96d2;
  text-decoration: underline; }

a.modal-open.black,
a.modal-open02.black,
a.modal-open03.black {
  color: #333 !important;
  text-decoration: none; }

a.modal-open.black span,
a.modal-open02.black span,
a.modal-open03.black span {
  color: #333 !important; }

/*戻るボタン*/
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  opacity: 1;
  transition: opacity .3s, visibility .3s;
  visibility: visible; }

#page_top.page_top_hidden {
  opacity: 0;
  visibility: hidden; }

#page_top a {
  text-decoration: none;
  width: 70px; }

#page_top a:hover {
  text-decoration: none; }

span.blankwindow {
  margin-left: 4px; }

#wrap #header #gnavi a.current {
  /*color: #00893f !important;*/
  color: #fff !important;
  font-weight: bold; }

#wrap #header #gnavi a.parentsLink {
  /*color: #00893f !important;*/
  color: #fff !important; }

/*カスタム検索*/
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0 !important;
  width: 177px; }

header .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0px; }

header table.gsc-search-box td.gsc-input {
  padding-right: 0px;
  font-size: 12px; }

header .cse .gsc-search-button input.gsc-search-button-v2,
header input.gsc-search-button-v2 {
  height: 14px;
  margin-top: 0px;
  min-width: 13px;
  padding: 3px 8px 4px;
  width: 13px; }

header .cse .gsc-search-button {
  width: 50px;
  margin-top: 1px; }

#cse-search-box input[type="submit"] {
  border-radius: 0 5px 5px 0;
  color: #FFFFFF;
  float: right;
  height: 31px;
  margin-left: 0 !important;
  width: 40px; }

#gsc-iw-id1 {
  margin-top: -3px;
  height: 21px; }

#gs_tti50 input {
  font-size: 12px;
  size: 14;
  margin-top: -3px;
  line-height: 1.2; }

header.gsib_b {
  width: 120px; }

header .gsib_a {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px !important;
  width: 120px; }

input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
  background-color: #99D0B2 !important;
  background-image: none;
  border-color: #99D0B2 !important;
  filter: none; }

/*============================
unique header
============================*/
body.cat01 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

body.cat01 #wrap #header .arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0; }

body.cat01 #wrap #header #subnavi01 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

body.cat02 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

body.cat02 #wrap #header #subnavi02 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

body.cat02 #wrap #header .arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0; }

body.cat03 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

body.cat03 #wrap #header #subnavi03 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

body.cat03 #wrap #header .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -130px; }

body.cat04 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

body.cat04 #wrap #header #subnavi04 {
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=0); }

body.cat04 #wrap #header .arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0; }

body.cat05 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

body.cat05 #wrap #header #subnavi05 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

body.cat05 #wrap #header .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 145px; }

body.cat06 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

body.cat06 #wrap #header #subnavi06 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

body.cat06 #wrap #header .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -335px; }

body.cat07 #wrap #header #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

body.cat07 #wrap #header #subnavi07 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

body.cat07 #wrap #header .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 330px; }

/*
body #wrap #header.hover01 #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

body #wrap #header.hover01 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -335px; }


body #wrap #header.hover01 #subnavi01 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover01 #subnavi02 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

body #wrap #header.hover01 #subnavi03 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover01 #subnavi04 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover02 #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }

body #wrap #header.hover02 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -130px; }


body #wrap #header.hover02 #subnavi01 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover02 #subnavi02 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover02 #subnavi03 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover02 #subnavi04 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

body #wrap #header.hover03 #headerBottom {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: rotateX(92deg);
  -moz-transform: rotateX(92deg);
  transform: rotateX(92deg); }


body #wrap #header.hover03 #subnavi01 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover03 #subnavi02 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover03 #subnavi04 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover03 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -18px; }

body #wrap #header.hover04 #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }


body #wrap #header.hover04 #subnavi01 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

body #wrap #header.hover04 #subnavi02 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover04 #subnavi03 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover04 #subnavi04 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover04 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 180px; }

body #wrap #header.hover05 #headerBottom {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg); }


body #wrap #header.hover05 #subnavi01 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover05 #subnavi02 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover05 #subnavi03 {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

body #wrap #header.hover05 #subnavi04 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover05 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 330px; }

html.ie8 body #wrap #header.hover01 .arrow {
  margin-left: -335px; }

body #wrap #header.hover06 #headerBottom {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: rotateX(92deg);
  -moz-transform: rotateX(92deg);
  transform: rotateX(92deg); }


body #wrap #header.hover06 #subnavi02 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=100); }

body #wrap #header.hover06 #subnavi04 {
  left: -9999px;
  opacity: 0;
  filter: alpha(opacity=0); }

body #wrap #header.hover06 .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 360px; }
*/
html.ie8 body #wrap #header.hover04 .arrow {
  margin-left: 180px; }

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important; }

.taCenter {
  text-align: center !important; }

.taRight {
  text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important; }

.fsP2 {
  font-size: 1.16em !important; }

.fsP3 {
  font-size: 1.24em !important; }

.fsP4 {
  font-size: 1.32em !important; }

.fsP5 {
  font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important; }

.fsM2 {
  font-size: 0.84em !important; }

.fsM3 {
  font-size: 0.76em !important; }

.fsM4 {
  font-size: 0.68em !important; }

.fsM5 {
  font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important; }

.fwBold {
  font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mt56 {
  margin-top: 56px; }

.mt-10 {
  margin-top: -10px; }

.mb5 {
  margin-bottom: 5px; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1; }

* + html .clearfix {
  zoom: 1; }

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both; }

.floatL {
  float: left !important; }

.floatR {
  float: right !important; }

.colorG {
  color: #aaa; }

.none {
  display: none !important; }

/*/////////////スタイル用css////////////////////*/
.mtop20 {
  margin-top: 20px; }

.mleft20 {
  margin-left: 20px; }

.mtop10 {
  margin-top: 10px !important; }

.mbot10 {
  margin-bottom: 10px !important; }

.mbot20 {
  margin-bottom: 20px !important; }

.mbot25 {
  margin-bottom: 25px !important; }

.mbot30 {
  margin-bottom: 30px !important; }

.mbot35 {
  margin-bottom: 35px !important; }

.mbot40 {
  margin-bottom: 40px !important; }

.mbot45 {
  margin-bottom: 45px !important; }

.mbot50 {
  margin-bottom: 50px !important; }

.mbot60 {
  margin-bottom: 60px !important; }

.btm0 {
  margin-bottom: 0 !important; }

.center {
  text-align: center; }

.pink {
  color: #EA66A1; }

.red {
  color: #c60305; }

.gold {
  color: #A58246; }

.bold {
  font-weight: bold; }

.font18 {
  font-size: 18px; }

.tRight {
  text-align: right; }

.orange {
  color: #EA5430; }

.brown {
  color: #5F442F; }

.bage {
  color: #9B5D1F; }

.center {
  text-align: center; }

.font10 {
  font-size: 10px; }

.font40 {
  font-size: 40px; }

.font30 {
  font-size: 30px; }

.font24 {
  font-size: 24px; }

.font20 {
  font-size: 20px; }

.font18 {
  font-size: 18px; }

.font16 {
  font-size: 16px; }

.font14 {
  font-size: 14px; }

.font13 {
  font-size: 13px; }

/* Gnaviのみ */
nav#gnavi {
  background: #01893f;
  padding: 8px 0 14px 0; }

#wrap #header #gnavi a {
  color: #fff !important;
  /*background:url(../img/top/icon_01_white.png) 100% 100% no-repeat;*/ }

#wrap #header #headerTop {
  padding-bottom: 0; }

#wrap #header.short #headerTop {
  padding-bottom: 0; }

#header.short nav#gnavi {
  background: #01893f;
  padding: 8px 0 14px 0; }
