@charset "utf-8";
/*****************************************
	original.css
	企業固有のスタイルを指定
******************************************/
@font-face {
  font-family: 'fontawesome';
  src: url('fonts/fontawesome-webfont.eot');
  src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff') format('woff'),url('fonts/fontawesome-webfont.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg#fontawesome') format('svg');
}

html{font-size: 6.25% !important;}

body {
  line-height: 1.4;
  -webkit-box-sizing:border-box;
  -webkit-text-size-adjust: 100%;
  background-color: #fff !important;
  color: #555;
}
body{font-size: 14px !important;  }   /* 古いブラウザ用 */
body{font-size: 14rem !important;  }

div#container,
#main .content {
    width: 100%;
    min-width: 980px;
}
#header .content,
#footer .content .free {
    width: 980px;
    margin: 0 auto;
}




/*******************************
 ヘッダー
*******************************/

/* 固定ヘッダ */
#header .content div.regular
{
	background-color:#ffffff; /* 背景 */
	color:#000000; /* 文字色 */
	height:69px; /* 高さ */
}

#header .content div.regular div.logo
{
	padding-top:10px; /* 企業ロゴ表示開始位置 上 */
	padding-left:20px; /* 企業ロゴ表示開始位置 左 */
}

#header .content div.regular .note
{
	bottom:5px; /* フリーコメント開始位置 下 */
	right:10px; /* フリーコメント開始位置 右 */
}

/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
	height:60px;/* ★1 自由フッタの高さ */
}
#footer .content .regular
{
	height:0px; /* ★2 固定フッタの高さ */
}
#footer {
	height: 60px;  /* footerの高さ（ ★1＋★2 ）分指定する*/
}
#main .space
{
	padding-bottom:180px; /* footerの高さ（★1＋★2）分指定する */
}
/* 固定フッタ */
#footer .content .regular
{
	background-color:#d50000; /* 背景 */
	color: #ffffff; /* 文字色 */
}


/*******************************
 自由ヘッダー
*******************************/
#header .content .free {
    margin-bottom: 5px;
}

#header .content .free p {
    font-size: 12px;
    font-size: 12rem;
    color: #ff7384;
    margin: 10px 0;
}
#header .content .free .logo-box {
    float: left;
}

#header .content .free .logo {
    display: inline-block;
}

#header .content .free .logo img {
    float: left;
}

#header .content .free .logo span {
    font-size: 18px;
    font-size: 18rem;
    padding: 10px 0 0 10px;
    display: inline-block;
}

#header .content .free .logo a {
    color: #000 !important;
    text-decoration: none !important;
    display: inline-block;
}

#header .content .free .r-box {
    float: right;
}

#header .content .free h1 {
    text-align: right;
    font-size: 16px;
    font-size: 16rem;
    margin: 20px 0;
}

#header .content .free h1 span {
    color: #ff7384;
}

#header .content .free .grnav01 {
    clear: both;
}

#header .content .free .grnav01 li {
    display: inline-block;
}

#header .content .free .grnav01 li a {
    position: relative;
    font-size: 12px;
    font-size: 12rem;
    padding-left: 20px;
}

#header .content .free .grnav01 li a:link,
#header .content .free .grnav01 li a:visited {
    color: #000 !important;
    text-decoration: none !important;
}
#header .content .free .grnav01 li a span:hover {
    font-weight: bold;
}

#header .content .free .grnav01 li a:before {
    border-right: 3px solid #ff7384;
    border-top: 3px solid #ff7384;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    margin: 3px 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    width: 6px;
    line-height: 17px;
}

.menu-trigger,
.spNav {
  display: none;
}

/*******************************
 自由コンテンツ上
*******************************/
#headContent .free {
    background: url(../images/bg_img.jpg) repeat-x top left;
}

.staff-box {
    height: auto;
    margin: 0 auto;
}

.mainimg img {
    margin: 0 auto;
}

.viewer {
    width: 734px;
    height: 400px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.viewer img {
    max-width: 734px !important;
    max-height: 400px !important;
    width: 100% !important;
    height: auto !important;
}

.linknav {
    width: 932px;
    margin: 0 auto;
}

.staff-box .p-nav {
    padding-top: 15px;
    left: 20px;
}

.staff-box .p-nav li {
    float: left;
    padding-right: 10px;
    font-size: 11px;
    font-size: 11rem;
    color: #555;
}

.staff-box .p-nav li.no-arw {
    font-weight: bold;
}

.staff-box .p-nav li a {
    color: #333;
}

.staff-box .p-nav li:after {
  content: "\f105";
  font-family: 'fontawesome';
  font-size: 11px;
  font-size: 11rem;
  margin-left: 10px;
}

.staff-box .p-nav .no-arw:after {
    content: ""
}

.staff-box .title {
  font-size: 22px;
  font-size: 22rem;
  margin: 30px auto;
  width: 932px;
}

.staff-bg01 {
  background: #f2f2f0;
}

.staff-bg01 .staff-l a {
  background: url(../images/staff01.png) no-repeat right center;
}

.staff-bg02 {
  background: #f4f4f4;
}

.staff-bg02 .staff-r a {
  background: url(../images/staff02.png) no-repeat left center;
}

.staff-bg03 {
  background: #edf3f5;
}

.staff-bg03 .staff-l a {
  background: url(../images/staff03.png) no-repeat right center;
}

.staff-link {
  width: 932px;
  margin: 0 auto;
}

.staff-r a,
.staff-l a {
  display: block;
  font-size: 24px;
  font-size: 24rem;
  color: #555;
  line-height: 1.3;
  height: 140px;
  text-decoration: none;
  width: 360px;
  margin-bottom: 5px;
}

.staff-r a {
  padding: 10px 0 0 340px;
}

.staff-l a {
  padding: 10px 340px 0 0;
}

.staff-r a p,
.staff-l a p {
  font-size: 16px;
  font-size: 16rem;
  color: #0bab77;
  padding-top: 10px;
  display: inline-block;
}

.staff-r a p .f-mini,
.staff-l a p .f-mini {
  font-size: 12px;
  font-size: 12rem;
}

.staff-r a .w-font,
.staff-l a .w-font {
  font-size: 16px;
  font-size: 16rem;
  position: relative;
  padding-left: 15px;
}

.staff-r a .w-font:before,
.staff-l a .w-font:before {
  content: "\f054";
  font-family: 'fontawesome';
  font-size: 16px;
  font-size: 16rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  margin: auto;
  display: inline-block;
  color: #0bab77;
}

.rightbox {
  width: 940px;
  margin: 0 auto;
  position: relative;
}

.nav-box {
  width: 220px;
  position: absolute;
  right: 0;
  top: 0;
}

.nav-box dl{
  width:220px;
}
.nav-box dl dt{
  cursor:pointer;
  position: relative;
  font-size: 18px;
  font-size: 18rem;
  color: #fff;
  padding: 7px 10px;
}

.nav-box dl dt span:after {
  content: "\f078";
  font-family: 'fontawesome';
  font-size: 18px;
  font-size: 18rem;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  line-height: 40px;
  margin: auto;
  display: inline-block;
  color: #fff;
}

.nav-box dl .active span:after {
  content: "\f077";
  font-family: 'fontawesome';
  font-size: 18px;
  font-size: 18rem;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  line-height: 40px;
  margin: auto;
  display: inline-block;
  color: #fff;
}

.nav-box dl dt.nav-t01 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd9792+0,fd8886+100 */
  background: rgb(253,151,146); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(253,151,146,1) 0%, rgba(253,136,134,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(253,151,146,1) 0%,rgba(253,136,134,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(253,151,146,1) 0%,rgba(253,136,134,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9792', endColorstr='#fd8886',GradientType=0 ); /* IE6-9 */
  border-bottom:1px solid #fd8886;
  border-radius: 0 0 10px 10px;
}

.nav-box dl dt.nav-t02 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73cfb4+0,36c293+100 */
  background: rgb(115,207,180); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(115,207,180,1) 0%, rgba(54,194,147,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(115,207,180,1) 0%,rgba(54,194,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(115,207,180,1) 0%,rgba(54,194,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73cfb4', endColorstr='#36c293',GradientType=0 ); /* IE6-9 */
  border-bottom:1px solid #36c293;
  border-radius: 10px 10px 0 0 !important;
}

.nav-box dl dt.active {
  border-radius: 0 0 0 0;
}

.nav-box dl dd {
  height: auto;
}

.nav-box dl dd.nav-d01 {
  border: 1px solid #fd8886;
  border-top:none;
}

.nav-box dl dd.nav-d01 ul li a {
  display: block;
  font-size: 14px;
  font-size: 14rem;
  color: #555;
  text-decoration: none;
  padding: 9px 10px;
  border-top: solid 1px #fd8886;
  background: url(../images/arw01.png) no-repeat 95% center #fff;
}

.nav-box dl dd.nav-d01 ul li a:hover {
  background: url(../images/arw01.png) no-repeat 95% center #fff3f3;
  font-weight: bold;
}

.nav-box dl dd.nav-d02 {
  border:1px solid #36c293;
  border-top:none;
  border-bottom: none;
}

.nav-box dl dd.nav-d02 ul li a {
  display: block;
  font-size: 14px;
  font-size: 14rem;
  color: #555;
  text-decoration: none;
  padding: 9px 10px;
  border-top: solid 1px #36c293;
  background: url(../images/arw02.png) no-repeat 95% center #fff;
}

.nav-box dl dd.nav-d02 ul li a:hover {
  background: url(../images/arw02.png) no-repeat 95% center #d5f1e8;
  font-weight: bold;
}

.nav-box .btmnav {
  margin-top: 5px;
}

.nav-box .btmnav li {
  margin-bottom: 5px;
}

.txt-box {
  background: url(../images/ms_bg.png) no-repeat right top #fff;
  padding: 50px 35px;
}

.side-nav li a:hover,
.toppage a:hover,
.staff-l a:hover,
.staff-r a:hover {
    opacity: .60;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -khtml-opacity: .60;
    -moz-opacity: .60;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all  0.4s ease;
}




/*******************************
 自由サイドコンテンツ
*******************************/
#sideContent .free {
}

/*******************************
 自由コンテンツ中
*******************************/
#bottomContent .freeHead {
    margin: 0 auto;
}

.toppage {
  width: 980px;
  margin: 350px auto 20px;
  text-align: right;
}

.toppage a span {
  position: relative;
  font-size: 16px;
  font-size: 16rem;
  padding-left: 20px;
}

.toppage a:link,
.toppage a:visited {
  color: #333 !important;
  text-decoration: none !important;
}

.toppage a span:before {
  content: "\f077";
  font-family: 'fontawesome';
  color: #0bab77;
  font-size: 16px;
  font-size: 16rem;
  position: absolute;
  left: 0px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 20px;
}


/*******************************
 自由コンテンツ下
*******************************/
#bottomContent .freeBottom {
}

/*******************************
 自由フッター
*******************************/
#footer .content .free {
    position: relative;
}

.f-nav {
  float: left;
}

.f-nav li {
  float: left;
}

.f-nav .lastli04 a {
  border-right: none;
}

.f-nav li a {
  font-size: 10px;
  font-size: 10rem;
  border-right: solid 1px #333;
  padding: 0 10px;
}

.f-nav li a:link,
.f-nav li a:visited {
  color: #333 !important;
  text-decoration: none !important;
}

.con-box02 {
  float: right;
}

.copy {
  font-size: 10px;
  font-size: 10rem;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}

.f-logo {
  display: table-cell;
  padding-left: 5px;
}

.recop {
  clear: both;
  font-size: 10px;
  font-size: 10rem;
  text-align: right;
}

.recop a:link {
  display: inline-block;
  color: #000 !important;
  text-decoration: none !important;
}


/*******************************
サイドナビ
*******************************/
.side-nav {
    position: fixed;
    right: -1px;
    top: 87px;
    z-index: 12000;
    width: 50px;
    background: #ddd;
    border-radius: 10px 0 0 10px;
    padding: 3px 0 3px 3px;
}

.s-navtitle {
    font-size: 16px;
    font-size: 16rem;
    font-weight: bold;
    padding: 10px 5px;
    line-height: 1.2;
    color: #000;
}

.side-nav li {
    line-height: 1.1;
    text-align: center;
}

.side-nav li a {
    font-size: 18px;
    font-size: 18rem;
    display: block;
    padding: 10px;
}

.side-nav li a:link,
.side-nav li a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.side-nav li.s-nav01 a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd9692+0,fd8886+100 */
    background: rgb(253,150,146); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(253,150,146,1) 0%, rgba(253,136,134,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(253,150,146,1) 0%,rgba(253,136,134,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(253,150,146,1) 0%,rgba(253,136,134,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9692', endColorstr='#fd8886',GradientType=0 ); /* IE6-9 */
    border-top: solid 1px #fd8886;
    border-left: solid 1px #fd8886;
    border-right: solid 1px #fd8886;
    border-radius: 10px 0 0 0;
}

.side-nav li.s-nav02 a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73cfb4+0,36c293+100 */
    background: rgb(115,207,180); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(115,207,180,1) 0%, rgba(54,194,147,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(115,207,180,1) 0%,rgba(54,194,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(115,207,180,1) 0%,rgba(54,194,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73cfb4', endColorstr='#36c293',GradientType=0 ); /* IE6-9 */
    border-top: solid 1px #36c293;
    border-left: solid 1px #36c293;
    border-right: solid 1px #36c293;
}

.side-nav li.s-nav03 a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b6d55c+0,9dc815+100 */
    background: rgb(182,213,92); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(182,213,92,1) 0%, rgba(157,200,21,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(182,213,92,1) 0%,rgba(157,200,21,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(182,213,92,1) 0%,rgba(157,200,21,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6d55c', endColorstr='#9dc815',GradientType=0 ); /* IE6-9 */
    border-top: solid 1px #9dc815;
    border-left: solid 1px #9dc815;
    border-right: solid 1px #9dc815;
}

.side-nav li.s-nav03 a span {
  margin-bottom: 15px;
  display: block;
}

.side-nav li.s-nav04 a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd892c+0,fe751a+100 */
    background: rgb(253,137,44); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(253,137,44,1) 0%, rgba(254,117,26,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(253,137,44,1) 0%,rgba(254,117,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(253,137,44,1) 0%,rgba(254,117,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd892c', endColorstr='#fe751a',GradientType=0 ); /* IE6-9 */
    border-top: solid 1px #fe751a;
    border-left: solid 1px #fe751a;
    border-right: solid 1px #fe751a;
    border-radius: 0 0 0 10px;
}


