

/* Common
---------------------------------------------- */

body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	
	font-family:"ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Verdana","ＭＳ Ｐゴシック",sans-serif;
	/*font-size:12px;*/
	font-size: 12px;
	color: #000000;
	-webkit-font-smoothing:antialiased;
	overflow-x: hidden;
}
#container {
	font-family:"ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Verdana","ＭＳ Ｐゴシック",sans-serif;
	margin: 0 auto;
	width: 100%;
	min-width: 1120px;
	min-width: 918px;
}

@font-face {
	font-family: 'Didot';
	src: url('../../common/font/LivableDidot-Regular.eot?#iefix') format('embedded-opentype'),
	url('../../common/font/LivableDidot-Regular.otf') format('opentype');
	
	font-style: normal;
	font-weight: normal;
	
	overflow: hidden;
}


a {
	text-decoration: none;
}
a:link,
a:visited,
a:active,
a:hover { 
	outline: none;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.round-btn-1 {
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	width: 160px;
	height: 36px;
	background-color: #0362a5;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	display: block;
	cursor: pointer;
}
a .round-btn-1 {
	color: #fff;
	text-decoration: none;
}
.round-btn-2 {
	font-size: 17px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	width: 195px;
	height: 44px;
	background-color: #0362a5;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	display: block;
	cursor: pointer;
}
a .round-btn-2 {
	color: #fff;
	text-decoration: none;
}


.font-arial {
	font-family:"Arial";
	font-weight: normal;
}
.font-arialBlack {
	font-family:"Arial Black";
	font-weight: normal;
}
.font-didot {
	font-family:"Didot";
	font-weight: normal;
}

.ma {
	margin: 0 auto;
}
.ml140 {
	margin-left: 140px;
}

#debug {
	width: 100px;
	height: 50px;
	background-color: #000;
	font-size: 12px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200000;
}

/* Skrollr
---------------------------------------------- */

* {
	padding:0;
	margin:0;
}
html, body, #container {
	height:100%;
}
.skrollr-desktop body, #container {
	height:100% !important;
}
#skrollr-body {
	height:100%;
	overflow:visible;
	position:relative;
}



/* Header-2：第２階層、第３階層用
---------------------------------------------- */
#header-2 {
	width: 100%;
	height: 102px;
	background: #000 url(../../common/images/bg_header_02.jpg) center top no-repeat;
	text-align: center;
	position: relative;
	z-index: 1000;
}
#header-2 #header-frame {
	width: 100%;
	/*width: 918px;*/
	/*height: 84px;*/
	width: 970px;/*171130変更*/
	height: 102px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#header-2 h1 {
	/*margin-top: 19px;*/
	/*float: left;*/
	/*width: 132px;*/
	/*height: 82px;*/
	/*overflow: hidden;*/
	/*margin-top: 5px;*/
	margin-top: 13px;/*171130変更*/
	float: left;
	width: 140px;
	height: 72px;
	overflow: hidden;
}
#header-2 h1 img {
	width: 100%;
	height: 100%;
}
#header-2 .txt {
	/*margin-top: 59px;*/
	/*margin-left: 5px;*/
	/*padding-right: 48px;*/
	/*float: left;*/
	/*width: 230px;*/
	/*height: 20px;*/	
	width: 184px;
	height: 16px;
	margin-top: 20px;
	margin-left: 0px;
	padding-right: 20px;
	float: left;
}
#header-2 .txt img {
	width: 100%;
	height: 100%;
}

#header-2 #snav {
	/*padding-top: 60px;*/
	/*margin-left: 80px;*/
	padding-top: 46px;
	margin-left: 280px;
}
#header-2 #snav li {
	float: left;
	padding-right: 34px;
	padding-right: 5px;
	padding-left: 10px;
	font-size: 11px;
}
#header-2 #snav li.pr0 {
	padding-right: 0;
}
#header-2 #snav li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#header-2 #snav li a:hover {
	opacity: 0.6;
}

#header-2 .lang {
	width: 918px;
	height: 20px;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -459px;
	overflow: hidden;
	font-size: 11px;
}
#header-2 .lang-btn {
	width: 237px;
	height: 22px;
	position: absolute;
	top: 0;
	right: 4px;
	margin-left: 10px;
	margin-right: 1px;
}
#header-2 .lang-btn li {
	width: 72px;
	height: 22px;
	float: left;
	margin-left: 10px;
	padding: 0;
}
#header-2 .lang-btn li {
	padding-top: 2px;
	background: url(../../common/images/icn_lang.png) left 2px no-repeat;
	width: 67px;
}
#header-2 .lang-btn li.en a {
	padding-left: 19px;
}
#header-2 .lang-btn li.ch a {
	padding-left: 20px;
}
#header-2 .lang-btn li a {
	color: #fff;
}
#header-2 .lang-btn li a:hover {
	opacity: 0.6;
}


/* Global Navi-2：第２階層、第３階層用 181106変更
#gnav-2 {
	width: 100%;
	height: 50px;
	height: 42px;
	background: #131514 url(../../common/images/bg_gnav_02.png) center top repeat-x;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}

#gnav-2 #gnav-inner {
    width: 980px;
    height: 48px;
	width: 918px;
	height: 42px;
	padding: 0;
	margin: 0 auto;
}
#gnav-2 #gnav-inner li {
	float: left;
}
#gnav-2 #gnav-inner li a {
	display: block;
	width: 100px;
	height: 48px;
	height: 40px;
	overflow: hidden;
	background: url(../../common/images/tab/btn_gnav_02.png) 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
#gnav-2 #gnav-inner li.top a {
	background-position: 0px 0px;
	width: 107px;
}
#gnav-2 #gnav-inner li.service a {
	background-position: -107px 0px;
	width: 118px;
}
#gnav-2 #gnav-inner li.strength a {
	background-position: -225px 0px;
	width: 129px;
}
#gnav-2 #gnav-inner li.example a {
	background-position: -354px 0px;
	width: 122px;
}
#gnav-2 #gnav-inner li.property-showcase a {
	background-position: -476px 0px;
	width: 153px;
}
#gnav-2 #gnav-inner li.organization a {
	background-position: -629px 0px;
	width: 117px;
}
#gnav-2 #gnav-inner li.news a {
	background-position: -746px 0px;
	width: 68px;
}
#gnav-2 #gnav-inner li.faq a {
	background-position: -814px 0px;
	width: 104px;
}
#gnav-2 #gnav-inner li.top a:hover {
	background-position: 0px -41px;
}
#gnav-2 #gnav-inner li.service a:hover {
	background-position: -107px -41px;
}
#gnav-2 #gnav-inner li.strength a:hover {
	background-position: -225px -41px;
}
#gnav-2 #gnav-inner li.example a:hover {
	background-position: -354px -41px;
}
#gnav-2 #gnav-inner li.property-showcase a:hover {
	background-position: -476px -41px;
}
#gnav-2 #gnav-inner li.organization a:hover {
	background-position: -629px -41px;
}
#gnav-2 #gnav-inner li.news a:hover {
	background-position: -746px -41px;
}
#gnav-2 #gnav-inner li.faq a:hover {
	background-position: -814px -41px;
}
*/


/* Global Navi-2：第２階層、第３階層用 181106変更
---------------------------------------------- */
#gnav-2 {
	width: 100%;
	height: 42px;
	background: #15364D;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
    text-align: center;
}
#gnav-2 #gnav-inner {
	width: auto;
	height: 42px;
	margin: 0 auto;
	padding-left: 0px;
}
#gnav-2 #gnav-inner > li {
    margin-right: 20px;
    display: inline-block;
    position: relative;
    text-align: left;
}
    #gnav-2 #gnav-inner li:last-child{ margin-right: 0;}

#gnav-2 #gnav-inner > li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #02AEEF;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    transform: translateY(-50%);
}
#gnav-2 #gnav-inner > li a.nav-trigger {
	display: inline-block;
    width: auto;
	height: 42px;
    padding: 1em 0 0 14px;
    box-sizing: border-box;
    color: #ffffff;
    position: relative;
    vertical-align: baseline;
}
#gnav-2 #gnav-inner > li a.nav-trigger:before, 
#gnav-2 #gnav-inner > li a.nav-trigger:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/*gnav-2 underline hover*/
#gnav-2 #gnav-inner > li a.nav-trigger:before {
    left: 0;
    bottom: 6px;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #2980b9;
}
#gnav-2 #gnav-inner > li:hover a.nav-trigger:before, 
#gnav-2 #gnav-inner > li.current a.nav-trigger:before{
  opacity: 1;
  width: 100%;
}
/*gnav-2 text hover*/
#gnav-2 #gnav-inner > li a.nav-trigger:after {
    left: 0;
    top: 0;
    padding: 1em 0 0 14px;
    box-sizing: border-box;
    position: absolute;
    content: attr(data-hover);
    color: #AAAAAA;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
}
#gnav-2 #gnav-inner > li:hover a.nav-trigger:after, 
#gnav-2 #gnav-inner > li.current a.nav-trigger:after {
    max-width: 100%;
}

/*gnav-2 dropdown menu*/
#gnav-2 #gnav-inner > li ul.gnav-dropdown {
    position: absolute;
    top: 40px;
    left: 0;
    margin-right: -250%;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1; 
}

#gnav-2 #gnav-inner > li:hover > ul.gnav-dropdown {
    top: 42px;
    visibility: visible;
    opacity: 1;
}

#gnav-2 #gnav-inner > li ul.gnav-dropdown li {
    display: block;
    position: relative; 
}
#gnav-2 #gnav-inner > li ul.gnav-dropdown li a{
    display: block;
    padding: 1.5em 2em;
    box-sizing: border-box;
    background: rgba(2,174,239,0.7);  
    border-top: 1px solid rgba(255,255,255,0.5); 
    color: #ffffff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#gnav-2 #gnav-inner > li ul.gnav-dropdown li:hover a{
    background: rgba(2,174,239,0.9);  
}

/* Fix Navi
---------------------------------------------- */
#fix-nav #snav {
	position: absolute;
	z-index: 200;
	top: 15px;
	right: 10px;
}
#fix-nav #snav li {
	float: left;
	padding-right: 8px;
	font-size: 11px;
}
#fix-nav #snav li.pr0 {
	padding-right: 0;
}
#fix-nav #snav li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#fix-nav #snav li a:hover {
	opacity: 0.6;
}

/* Global Navi */
/*181106変更*/

#fix-nav {
	width: 100%;
	height: 100px;
	background: #000 url(../../common/images/bg_fnav.jpg) center top repeat-y;
	margin: 0 auto;
	position: fixed;
	top: -100px;/*171130変更*/
	z-index: 30000;
}
#fix-nav:before{
    content: "";
    height: 56px;
    width: 100vw;
    background: #15364D;
    position: absolute;
    top: 44px;
    left: 0;
	z-index: 2999;
}
#fix-nav #fix-nav-frame {
	width: 970px;/*171130変更*/
	height: 104px;/*171130変更*/
	margin: 0 auto;
	position: relative;
	z-index: 3000;
	text-align: left;
}
#fix-nav h2 {
	width: 73px;/*181119変更*/
	margin-top: 52px;/*181119変更*/
	margin-right: 65px;/*181109変更*/
	float: left;
}
#fix-nav div.txt {
	margin-top: 13px;
	float: left;
	width: 160px;
	height: 14px;
	padding: 0;
	display: block;
}
#fix-nav #fix-nav-inner-2 {
	width: auto;
	height: 56px;
	float: left;	
	padding: 0;
	margin: 0;
	margin-top: 17px;
}
#fix-nav #fix-nav-inner-2 > li {
    margin-right: 8px;
    display: inline-block;
    position: relative;
    text-align: left;
    font-size: 11.5px;
}
#fix-nav #fix-nav-inner-2 > li:last-child{ margin-right: 0;}

#fix-nav #fix-nav-inner-2 > li:before{
    content: "";
    width: 9px;
    height: 9px;
    background: #02AEEF;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    transform: translateY(-50%);
}
#fix-nav #fix-nav-inner-2 > li a.nav-trigger {
	display: inline-block;
    width: auto;
	height: 56px;
    padding: 2em 0 0 13px;
    box-sizing: border-box;
    color: #ffffff;
    position: relative;
    vertical-align: baseline;
    line-height: 1;
}
#fix-nav #fix-nav-inner-2 > li a.nav-trigger:before, 
#fix-nav #fix-nav-inner-2 > li a.nav-trigger:after {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
/*fix-nav underline hover*/
#fix-nav #fix-nav-inner-2 > li a.nav-trigger:before {
    left: 0;
    bottom: 16px;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #2980b9;
}
#fix-nav #fix-nav-inner-2 > li:hover a.nav-trigger:before, 
#fix-nav #fix-nav-inner-2 > li.current a.nav-trigger:before {
  opacity: 1;
  width: 100%;
}
/*fix-nav text hover*/
#fix-nav #fix-nav-inner-2 > li a.nav-trigger:after {
    left: 0;
    top: 0;
    padding: 2em 0 0 13px;
    box-sizing: border-box;
    position: absolute;
    content: attr(data-hover);
    color: #AAAAAA;
    white-space: nowrap;
    max-width: 0%;
    overflow: hidden;
    line-height: 1;
}
#fix-nav #fix-nav-inner-2 > li:hover a.nav-trigger:after, 
#fix-nav #fix-nav-inner-2 > li.current a.nav-trigger:after {
    max-width: 100%;
}

/*fix-nav dropdown menu*/
#fix-nav #fix-nav-inner-2 > li ul.gnav-dropdown {
    position: absolute;
    top: 54px;
    left: 0;
    margin-right: -250%;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1; 
}

#fix-nav #fix-nav-inner-2 > li:hover > ul.gnav-dropdown {
    top: 56px;
    visibility: visible;
    opacity: 1;
}

#fix-nav #fix-nav-inner-2 > li ul.gnav-dropdown li {
    display: block;
    position: relative; 
}
#fix-nav #fix-nav-inner-2 > li ul.gnav-dropdown li a{
    display: block;
    padding: 1.5em 2em;
    box-sizing: border-box;
    background: rgba(2,174,239,0.7);  
    border-top: 1px solid rgba(255,255,255,0.5); 
    color: #ffffff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#fix-nav #fix-nav-inner-2 > li ul.gnav-dropdown li:hover a{
    background: rgba(2,174,239,0.9);  
}


/* Side Navi
---------------------------------------------- */

#side-nav {
	width: 30px;
	/* height: 276px; */
	position: fixed;
	top: 285px;
	right: 15px;
	z-index: 2000;
}
#side-nav li {
	width: 30px;
	height: 26px;
	/* background: url(../common/images/btn_side_nav.png) 0 -31px no-repeat; */
	background: url(../../common/images/btn_side_nav.png) 0 -52px no-repeat;
	margin-left: 1px;
}
#side-nav li.side-nav-top {
	width: 30px;
	height: 13px;
	background: url(../../common/images/bg_side_nav_top.png) left top no-repeat;
}
#side-nav li.side-nav-bottom {
	width: 30px;
	height: 13px;
	background: url(../../common/images/bg_side_nav_bottom.png) left top no-repeat;
}
#side-nav li.side-nav-1 {
	background: url(../../common/images/btn_side_nav.png) 0 -26px no-repeat;
	
}
#side-nav li a {
	width: 30px;
	height: 26px;
	display: block;
	background: none;
}
#side-nav li a:hover {
	background: url(../../common/images/btn_side_nav.png) 0 0px no-repeat;
}


/* Global Navi Tab & SP
---------------------------------------------- */

#gnav-sp {
	width: 100%;
	position: relative;
	z-index: 999;
	display: none;
}


/* Request
---------------------------------------------- */

#request {
	width: 100%;
	height: 830px;
	height: 626px;
	position: relative;
	left: 0;
	text-align: center;
	z-index: 102;
	overflow: hidden;
}
#request.type-2 {
	height: 454px;
	background: url(../../common/images/bg_building.jpg) left top repeat-x;
}
#request-inner {
	width: 100%;
	height: 280px;
	height: 238px;
	position: absolute;
	bottom: 0px;
	z-index: 4;
	text-align: center;
	background: url(../../common/images/bg_request.png) left top repeat;
	
}
#pic-request {
	/*
width: 800px;
	height: 552px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -400px;
	z-index: 2;
	background-repeat: no-repeat;
	display: none;
	opacity: 0;
*/
	width: 680px;
	height: 469px;
	height: 390px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -340px;
	z-index: 2;
	background-repeat: no-repeat;
	background-size: 680px 390px;
	opacity: 1;
	background-size: 100%;
}
#pic-request img {
	width: 680px;
	height: 390px;
}
#pic-building {
	/*
width: 800px;
	height: 552px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -400px;
	z-index: 2;
	background-repeat: no-repeat;
	display: none;
	opacity: 0;
*/
	
	width: 1582px;
	height: 218px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -791px;
	z-index: 2;
	background-repeat: no-repeat;
	opacity: 1;
	background-size: 100%;
}
#pic-building img {
	width: 1582px;
	height: 218px;
}

#request p {
	padding-top: 58px;
	padding-top: 64px;
	text-align: center;
	margin: 0;
	font-size: 20px;
	line-height: 1.8;
}
#request p .ls1 {
}


/* CONTACT
---------------------------------------------- */

#contact {
	width: 100%;
	height: 820px;
	height: 697px;
	position: relative;
	left: 0;
	text-align: center;
	z-index: 102;
}
#contact-mail {
	width: 100%;
	height: 430px;
	height: 366px;
	position: relative;
	text-align: center;
	background: #323e52 url(../../common/images/bg_mail.gif) left top repeat;
}
#contact-mail-inner {
}
#contact-mail h5 {
	padding-top: 47px;
	padding-top: 40px;
	display: block;
	width: 161px;
	height: 130px;
	margin: 0 auto;
}
#contact-mail h5 img {
	/*
width: 190px;
	height: 153px;
*/
	width: 161px;
	height: 130px;
}
#contact p {
	color: #c1b882;
	font-size: 14px;
	font-size: 12px;
	line-height: 1.6;
}
#contact .contact-btns {
	width: 835px;
	width: 690px;
	margin: 0 auto;
}
#contact .contact-btns li {
	float: left;
}
#contact .contact-btns .mr126 {
	margin-right: 65px;
}
#contact .round-btn-2 {
	font-size: 18px;
	font-size: 15px;
	background-color: #1aa1e6;
}
#contact .contact-btn-1 .round-btn-2,
#contact .contact-btn-3 .round-btn-2 {
	width: 205px;
	width: 174px;
}
#contact .contact-btn-2 .round-btn-2 {
	width: 212px;
}

#contact-tel {
	width: 100%;
	height: 390px;
	height: 331px;
	position: relative;
	text-align: center;
	background: #4d4f54 url(../../common/images/bg_tel.gif) left top repeat;
}
#contact-tel-inner {
}
#contact-tel h5 {
	margin-top: 0px;
	padding-top: 39px;
	padding-top: 33px;
	padding-bottom: 0px;
	display: block;
	width: 382px;
	height: 202px;
	margin: 0 auto;
}
#contact-tel h5 img {
	/*
width: 450px;
	height: 238px;
*/
	width: 382px;
	height: 202px;
}


/* Access
---------------------------------------------- */

#access{
	width: 100%;
	min-width: 768px;
	height: 632px;/*181108変更*/
	position: relative;
	z-index: 1000;
	overflow: hidden;
}

#map-canvas {
	width: 100%;
	min-width: 768px;
	height: 442px;/*532*/
	position: relative;
	z-index: 1000;
	overflow: hidden;
}
#map-canvas a,
#map-canvas img {
	width: 1920px;
	height: 442px;
}
#map-canvas a {
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.mapInfoWin .mapLink{
	margin-top: 5px;
}
.mapInfoWin a{
	width: auto !important;
	height: auto !important;
	left: 0 !important;
	margin-left: 0 !important;
	margin-left: 0 !important;
	color: #000;
	text-decoration: underline;
}
.mapInfoWin a:hover{
	text-decoration: none;
}
#access #map-area{ /* 181108 追加*/
	width: 100%;
	min-width: 768px;
	height: 442px;/*532*/
	position: relative;
	z-index: 1000;
	overflow: hidden;
    background: url(../images/map_pc.png) center center no-repeat;
    background-size: cover;
}
#access #sp-map-area{ display: none;}

#access  a.map-btn{ display: none;}


#access #access-inner {
	width: 100%;
	min-width: 768px;
	/*height: 270px;*/
	height: 190px;/*90*/
	text-align: center;
	background: #242332 url(../../common/images/bg_access.png) left top repeat;
}
#access #access-inner #accessFade {
}
#access #access-inner .round-btn-2 {
    margin: 40px auto 17px;
    width: 220px;
	background-color: #1aa1e6;
	font-size: 15px;
}

#access #access-inner p{
	color: #fff;
}
#access h5 {
	display: block;
	padding-top: 24px;
}
#access .txt-40-wt {
	font-size: 40px;
}




/* Footer
---------------------------------------------- */


#footer {
	width: 100%;
	min-width: 918px;
	overflow: hidden;
	background: #333 url(../../common/images/bg_footer_logo.jpg) center top no-repeat;
	position: relative;
	
	z-index: 1000;
}
#footer h4 {
	margin: auto;
	width: 360px;
	padding-top: 15px;
	padding-top: 45px;
	padding-bottom: 20px;
}
#footer h4 a:hover {
	opacity: 0.6;
}
#footer #snav {
	/*width: 644px;*/
	width: 760px;
	margin: 14px auto 0;
	padding-bottom: 50px;
	font-size: 11px;
	display: block;
}
#footer #snav li {
	float: left;
	padding-right: 30px;
}
#footer #snav li.pr0 {
	padding-right: 0;
}
#footer #snav li a {
	color: #adadad;
	display: block;
	text-decoration: none;
}
#footer #snav li a:hover {
	opacity: 0.6;
}

#footer #fnav {
	/* width: 950px; */
	width: auto;
	height: 130px;
	margin: 0 auto 30px;
	border-right: 1px solid #5e5e5e;
	border-right: none;
	display: table;
	line-height: 1.5;
	letter-spacing: 0;
}
#footer #fnav dl {
	float: left;
	border-left: 1px solid #5e5e5e;
	height: 135px;
	padding-left: 25px; /*181106変更*/
	padding-right: 20px; /*181106変更*/
	margin-bottom: 20px;
}
#footer #fnav dl dl {
	float: left;
	height: 110px;
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
#footer #fnav #fnav-6 { /*181106変更*/
	padding-right: 15px;
	border-right: 1px solid #5e5e5e;
}
#footer #fnav #fnav-5,
#footer #fnav #fnav-6,
#footer #fnav #fnav-7,
#footer #fnav #fnav-sp {
}
#footer #fnav a {
	color: #bdbdbd;
	display: block;
	text-decoration: none;
	font-size: 11px;
}
#footer #fnav a:hover {
	opacity: 0.6;
}

#footer #fnav dt {
    margin-bottom: 8px;
	padding-bottom: 0; /*181106変更*/
    position: relative;
}
#footer #fnav dt a{
    color: #ffffff;
    font-size: 12px;
}
#footer #fnav dt:before{ /*181106変更*/
    content: "■";
    color: #02AEEF;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform:translateY(-50%);
    transform: translateY(-50%);
}
#footer #fnav dd {
    margin-bottom: 2px;
	padding-left: 5px;
}


#footer .solution-logo {
	text-align: center;
	width: 100%;
	height: 170px;
	background: #282727 url(../../common/images/bg_01.jpg) center top repeat;
}
#footer .solution-logo .solution-logo {
	width: 296px;
	height: 152px;
}
#footer .solution-logo a:hover {
	opacity: 0.6;
}
#footer .solution-logo .solution-logo img {
	width: 296px;
	height: 152px;
}
#footer #fnav #fnav-3 dt:last-child, 
#footer #fnav #fnav-4 dt:last-child, 
#footer #fnav #fnav-6 dt:last-child{ margin-top: 10px;}

/* Shadow
---------------------------------------------- */

.box-shadow
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.0) inset;
    
}
.box-shadow:before, .box-shadow:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 24px rgba(0,0,0,0.55);
    -moz-box-shadow:0 0 24px rgba(0,0,0,0.55);
    box-shadow:0 0 24px rgba(0,0,0,0.55);
    top:50%;
    bottom:0;
    left:20px;
    right:20px;
    -moz-border-radius:100px / 20px;
    border-radius:100px / 20px;
}
.box-shadow:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}


/* Pankuzu
---------------------------------------------- */

#pankuzu {
	width: 100%;
	height: 34px;
	background: #3b3b3b url(../../common/images/bg_pankuzu_bg.png) left top repeat-x;
	position: relative;
	z-index: 998;
}
#pankuzu ul {
	width: 918px;
	height: 34px;
	margin: 0 auto;
}
#pankuzu ul li,
#pankuzu ul li a {
	height: 34px;
	font-size: 12px;
	color: #fff;
	line-height: 34px;
	display: block;
}
#pankuzu ul li a:hover {
	opacity: 0.5;
}
#pankuzu ul li {
	float: left;
	background: url(../../common/images/icn_pankuzu_ar.png) left top no-repeat;
}
#pankuzu ul li:first-Child {
	background-image: none;
	padding-left: 15px;
}
#pankuzu ul li a {
	padding-left: 34px;
}
#pankuzu ul li:first-Child a {
	background-image: none;
	padding-left: 0;
}
#pankuzu ul li.active {
	padding-left: 34px;
}


/* Pager
---------------------------------------------- */



/* 
---------------------------------------------- */

.clearfix {
	clear: both;
}

/* new clearfix */
.clearfix_k:after{
content:"";
display:table;
clear:both;
}
.clearfix_k{
/zoom:1;
}

	
.pt0 {
	padding-top: 0px;
}
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pt50 {
	padding-top: 41px;
}
.pt55 {
	padding-top: 55px;
}
.pt100 {
	padding-top: 100px;
}
.pb0 {
	padding-bottom: 0px;
}
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb35 {
	padding-bottom: 35px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb45 {
	padding-bottom: 45px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb55 {
	padding-bottom: 55px;
}
.pb60 {
	padding-bottom: 60px;
}
.pl0 {
	padding-left: 0px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pl50 {
	padding-left: 50px;
}
.pr0 {
	padding-right: 0px;
}
.pr10 {
	padding-right: 10px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.pr50 {
	padding-right: 50px;
}

.mt0 {
	margin-top: 0px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt100 {
	margin-top: 100px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.ml0 {
	margin-left: 0px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.mr0 {
	margin-right: 0px;
}
.mr8 {
	margin-right: 8px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr24 {
	margin-right: 24px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}




/* Font Size（0.8）
---------------------------------------------- */

.txt-10 {
	font-size: 8px;
}
.txt-10-bk {
	font-size: 8px;
	color: #000;
}
.txt-10-wt {
	font-size: 8px;
	color: #fff;
}
.txt-10-gy {
	font-size: 8px;
	color: #c5c5c5;
}
.txt-10-bu {
	font-size: 8px;
	color: #32384d;
}
.txt-10-bu2 {
	font-size: 8px;
	color: #002540;
}
.txt-10-bg {
	font-size: 8px;
	color: #c1b882;
}

.txt-11 {
	font-size: 9px;
}
.txt-11-bk {
	font-size: 9px;
	color: #000;
}
.txt-11-wt {
	font-size: 9px;
	color: #fff;
}
.txt-11-gy {
	font-size: 9px;
	color: #c5c5c5;
}
.txt-11-bu {
	font-size: 9px;
	color: #32384d;
}
.txt-11-bu2 {
	font-size: 9px;
	color: #002540;
}
.txt-11-bg {
	font-size: 9px;
	color: #c1b882;
}

.txt-12 {
	font-size: 10px;
}
.txt-12-bk {
	font-size: 10px;
	color: #000;
}
.txt-12-wt {
	font-size: 10px;
	color: #fff;
}
.txt-12-gy {
	font-size: 10px;
	color: #c5c5c5;
}
.txt-12-bu {
	font-size: 10px;
	color: #32384d;
}
.txt-12-bu2 {
	font-size: 10px;
	color: #002540;
}
.txt-12-bg {
	font-size: 10px;
	color: #c1b882;
}

.txt-13 {
	font-size: 11px;
}
.txt-13-bk {
	font-size: 11px;
	color: #000;
}
.txt-13-wt {
	font-size: 11px;
	color: #fff;
}
.txt-13-gy {
	font-size: 11px;
	color: #c5c5c5;
}
.txt-13-bu {
	font-size: 11px;
	color: #32384d;
}
.txt-13-bu2 {
	font-size: 11px;
	color: #002540;
}
.txt-13-bg {
	font-size: 11px;
	color: #c1b882;
}

.txt-14 {
	font-size: 11px;
	line-height: 1.4;
}
.txt-14-bk {
	font-size: 11px;
	line-height: 1.4;
	color: #000;
}
.txt-14-wt {
	font-size: 11px;
	line-height: 1.4;
	color: #fff;
}
.txt-14-gy {
	font-size: 11px;
	line-height: 1.4;
	color: #c5c5c5;
}
.txt-14-bu {
	font-size: 11px;
	line-height: 1.4;
	color: #32384d;
}
.txt-14-bu2 {
	font-size: 11px;
	line-height: 1.4;
	color: #002540;
}
.txt-14-bg {
	font-size: 11px;
	line-height: 1.4;
	color: #c1b882;
}

.txt-15 {
	font-size: 12px;
	line-height: 1.4;
}
.txt-15-bk {
	font-size: 12px;
	line-height: 1.4;
	color: #000;
}
.txt-15-wt {
	font-size: 12px;
	line-height: 1.4;
	color: #fff;
}
.txt-15-gy {
	font-size: 12px;
	line-height: 1.4;
	color: #c5c5c5;
}
.txt-15-bu {
	font-size: 12px;
	line-height: 1.4;
	color: #32384d;
}
.txt-15-bu2 {
	font-size: 12px;
	line-height: 1.4;
	color: #002540;
}
.txt-15-bg {
	font-size: 12px;
	line-height: 1.4;
	color: #c1b882;
}

.txt-16 {
	font-size: 13px;
	line-height: 1.4;
}
.txt-16-bk {
	font-size: 13px;
	line-height: 1.4;
	color: #000;
}
.txt-16-wt {
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
}
.txt-16-gy {
	font-size: 13px;
	line-height: 1.4;
	color: #c5c5c5;
}
.txt-16-bu {
	font-size: 13px;
	line-height: 1.4;
	color: #32384d;
}
.txt-16-bu2 {
	font-size: 13px;
	line-height: 1.4;
	color: #002540;
}
.txt-16-bg {
	font-size: 13px;
	line-height: 1.4;
	color: #c1b882;
}

.txt-17 {
	font-size: 14px;
	line-height: 1.4;
}
.txt-17-bk {
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}
.txt-17-wt {
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
}
.txt-17-gy {
	font-size: 14px;
	line-height: 1.4;
	color: #c5c5c5;
}
.txt-17-bu {
	font-size: 14px;
	line-height: 1.4;
	color: #32384d;
}
.txt-17-bu2 {
	font-size: 14px;
	line-height: 1.4;
	color: #002540;
}
.txt-17-bg {
	font-size: 14px;
	line-height: 1.4;
	color: #c1b882;
}

.txt-18 {
	font-size: 15px;
	line-height: 1.4;
}
.txt-18-bk {
	font-size: 15px;
	line-height: 1.4;
	color: #000;
}
.txt-18-wt {
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
}
.txt-18-gy {
	font-size: 15px;
	line-height: 1.4;
	color: #c5c5c5;
}
.txt-18-bu {
	font-size: 15px;
	line-height: 1.4;
	color: #32384d;
}
.txt-18-bu2 {
	font-size: 15px;
	line-height: 1.4;
	color: #002540;
}
.txt-18-bg {
	font-size: 15px;
	line-height: 1.4;
	color: #c1b882;
}

.txt-19 {
	font-size: 16px;
	line-height: 1.4;
}
.txt-19-bk {
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}
.txt-19-wt {
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
}
.txt-19-gy {
	font-size: 16px;
	line-height: 1.4;
	color: #c5c5c5;
}
.txt-19-bu {
	font-size: 16px;
	line-height: 1.4;
	color: #32384d;
}
.txt-19-bu2 {
	font-size: 16px;
	line-height: 1.4;
	color: #002540;
}
.txt-19-bg {
	font-size: 16px;
	line-height: 1.4;
	color: #c1b882;
}

.txt-20 {
	font-size: 16px;
	line-height: 1.4;
}
.txt-20-bk {
	font-size: 16px;
	line-height: 1.4;
	color: #000;
}
.txt-20-wt {
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
}
.txt-20-gy {
	font-size: 16px;
	line-height: 1.4;
	color: #c5c5c5;
}
.txt-20-bu {
	font-size: 16px;
	line-height: 1.4;
	color: #32384d;
}
.txt-20-bu2 {
	font-size: 16px;
	line-height: 1.4;
	color: #002540;
}
.txt-20-bg {
	font-size: 16px;
	line-height: 1.4;
	color: #c1b882;
}

.txt-21 {
	font-size: 17px;
}
.txt-21-bk {
	font-size: 17px;
	color: #000;
}
.txt-21-wt {
	font-size: 17px;
	color: #fff;
}
.txt-21-gy {
	font-size: 17px;
	color: #c5c5c5;
}
.txt-21-bu {
	font-size: 17px;
	color: #32384d;
}
.txt-21-bu2 {
	font-size: 17px;
	color: #002540;
}
.txt-21-bg {
	font-size: 17px;
	color: #c1b882;
}

.txt-22 {
	font-size: 17px;
}
.txt-22-bk {
	font-size: 17px;
	color: #000;
}
.txt-22-wt {
	font-size: 17px;
	color: #fff;
}
.txt-22-gy {
	font-size: 17px;
	color: #c5c5c5;
}
.txt-22-bu {
	font-size: 17px;
	color: #32384d;
}
.txt-22-bu2 {
	font-size: 17px;
	color: #002540;
}
.txt-22-bg {
	font-size: 17px;
	color: #c1b882;
}

.txt-23 {
	font-size: 19px;
}
.txt-23-bk {
	font-size: 19px;
	color: #000;
}
.txt-23-wt {
	font-size: 19px;
	color: #fff;
}
.txt-23-gy {
	font-size: 19px;
	color: #c5c5c5;
}
.txt-23-bu {
	font-size: 19px;
	color: #32384d;
}
.txt-23-bu2 {
	font-size: 19px;
	color: #002540;
}
.txt-23-bg {
	font-size: 19px;
	color: #c1b882;
}

.txt-24 {
	font-size: 20px;
}
.txt-24-bk {
	font-size: 20px;
	color: #000;
}
.txt-24-wt {
	font-size: 20px;
	color: #fff;
}
.txt-24-gy {
	font-size: 24px;
	color: #c5c5c5;
}
.txt-24-bu {
	font-size: 20px;
	color: #32384d;
}
.txt-24-bu2 {
	font-size: 20px;
	color: #002540;
}
.txt-24-bg {
	font-size: 20px;
	color: #c1b882;
}

.txt-25 {
	font-size: 21px;
}
.txt-25-bk {
	font-size: 21px;
	color: #000;
}
.txt-25-wt {
	font-size: 21px;
	color: #fff;
}
.txt-25-gy {
	font-size: 21px;
	color: #c5c5c5;
}
.txt-25-bu {
	font-size: 21px;
	color: #32384d;
}
.txt-25-bu2 {
	font-size: 21px;
	color: #002540;
}
.txt-25-bg {
	font-size: 21px;
	color: #c1b882;
}

.txt-26 {
	font-size: 21px;
}
.txt-26-bk {
	font-size: 21px;
	color: #000;
}
.txt-26-wt {
	font-size: 21px;
	color: #fff;
}
.txt-26-gy {
	font-size: 21px;
	color: #c5c5c5;
}
.txt-26-bu {
	font-size: 21px;
	color: #32384d;
}
.txt-26-bu2 {
	font-size: 21px;
	color: #002540;
}
.txt-26-bg {
	font-size: 21px;
	color: #c1b882;
}

.txt-27 {
	font-size: 22px;
}
.txt-27-bk {
	font-size: 22px;
	color: #000;
}
.txt-27-wt {
	font-size: 22px;
	color: #fff;
}
.txt-27-gy {
	font-size: 22px;
	color: #c5c5c5;
}
.txt-27-bu {
	font-size: 22px;
	color: #32384d;
}
.txt-27-bu2 {
	font-size: 22px;
	color: #002540;
}
.txt-27-bg {
	font-size: 22px;
	color: #c1b882;
}

.txt-28 {
	font-size: 23px;
}
.txt-28-bk {
	font-size: 23px;
	color: #000;
}
.txt-28-wt {
	font-size: 23px;
	color: #fff;
}
.txt-28-gy {
	font-size: 23px;
	color: #c5c5c5;
}
.txt-28-bu {
	font-size: 23px;
	color: #32384d;
}
.txt-28-bu2 {
	font-size: 23px;
	color: #002540;
}
.txt-28-bg {
	font-size: 23px;
	color: #c1b882;
}

.txt-29 {
	font-size: 24px;
}
.txt-29-bk {
	font-size: 24px;
	color: #000;
}
.txt-29-wt {
	font-size: 24px;
	color: #fff;
}
.txt-29-gy {
	font-size: 24px;
	color: #c5c5c5;
}
.txt-29-bu {
	font-size: 24px;
	color: #32384d;
}
.txt-29-bu2 {
	font-size: 24px;
	color: #002540;
}
.txt-29-bg {
	font-size: 24px;
	color: #c1b882;
}

.txt-30 {
	font-size: 25px;
}
.txt-30-bk {
	font-size: 25px;
	color: #000;
}
.txt-30-wt {
	font-size: 25px;
	color: #fff;
}
.txt-30-gy {
	font-size: 25px;
	color: #c5c5c5;
}
.txt-30-bu {
	font-size: 25px;
	color: #32384d;
}
.txt-30-bu2 {
	font-size: 25px;
	color: #002540;
}
.txt-30-bg {
	font-size: 25px;
	color: #c1b882;
}

.txt-36 {
	font-size: 30px;
}
.txt-36-bk {
	font-size: 30px;
	color: #000;
}
.txt-36-wt {
	font-size: 30px;
	color: #fff;
}
.txt-36-gy {
	font-size: 30px;
	color: #c5c5c5;
}
.txt-36-bu {
	font-size: 30px;
	color: #32384d;
}
.txt-36-bu2 {
	font-size: 30px;
	color: #002540;
}
.txt-36-bg {
	font-size: 30px;
	color: #c1b882;
}

.txt-37 {
	font-size: 30px;
}
.txt-37-bk {
	font-size: 30px;
	color: #000;
}
.txt-37-wt {
	font-size: 30px;
	color: #fff;
}
.txt-37-gy {
	font-size: 30px;
	color: #c5c5c5;
}
.txt-37-bu {
	font-size: 30px;
	color: #32384d;
}
.txt-37-bu2 {
	font-size: 30px;
	color: #002540;
}
.txt-37-bg {
	font-size: 30px;
	color: #c1b882;
}

.txt-40 {
	font-size: 33px;
}
.txt-40-bk {
	font-size: 33px;
	color: #000;
}
.txt-40-wt {
	font-size: 33px;
	color: #fff;
}
.txt-40-gy {
	font-size: 33px;
	color: #c5c5c5;
}
.txt-40-bu {
	font-size: 33px;
	color: #32384d;
}
.txt-40-bu2 {
	font-size: 33px;
	color: #002540;
}
.txt-40-bg {
	font-size: 33px;
	color: #c1b882;
}

.txt-48 {
	font-size: 39px;
}
.txt-48-bk {
	font-size: 39px;
	color: #000;
}
.txt-48-wt {
	font-size: 39px;
	color: #fff;
}
.txt-48-gy {
	font-size: 39px;
	color: #c5c5c5;
}
.txt-48-bu {
	font-size: 39px;
	color: #32384d;
}
.txt-48-bu2 {
	font-size: 39px;
	color: #002540;
}
.txt-48-bg {
	font-size: 39px;
	color: #c1b882;
}

.txt-60 {
	font-size: 49px;
}
.txt-60-bk {
	font-size: 49px;
	color: #000;
}
.txt-60-wt {
	font-size: 49px;
	color: #fff;
}
.txt-60-gy {
	font-size: 49px;
	color: #c5c5c5;
}
.txt-60-bu {
	font-size: 49px;
	color: #32384d;
}
.txt-60-bu2 {
	font-size: 49px;
	color: #002540;
}
.txt-60-bg {
	font-size: 49px;
	color: #c1b882;
}

.txt-72 {
	font-size: 59px;
}
.txt-72-bk {
	font-size: 59px;
	color: #000;
}
.txt-72-wt {
	font-size: 59px;
	color: #fff;
}
.txt-72-gy {
	font-size: 59px;
	color: #c5c5c5;
}
.txt-72-bu {
	font-size: 59px;
	color: #32384d;
}
.txt-72-bu2 {
	font-size: 59px;
	color: #002540;
}
.txt-72-bg {
	font-size: 59px;
	color: #c1b882;
}


.bk {
	color: #000;
}
.wt {
	color: #fff;
}
.gy {
	color: #c5c5c5;
}
.bu {
	color: #32384d;
}
.bu2 {
	color: #002540;
}
.bg {
	color: #c1b882;
}

#main {
	width: 100%;
	position: relative;
}

#main-inner {
	width: 100%;
	
	position: relative;
	zoom: 0.82;
	-moz-transform: scale(0.82,0.82);
	transform-origin:center top;
}


/*.mapPri{
	display: none;
}*/
.mapPri{
	display: block;
	background: url(../../common/images/img_map_pri.jpg) 0 no-repeat !important;
	width: 1080px !important;
	height: 0px !important;
	opecity: 0;
}


@media print{


#map-canvas{
	display: none !important;
}
.mapPri{
	display: block;
	background: url(../../common/images/img_map_pri.jpg) 0 no-repeat !important;
	width: 1080px !important;
	height: 442px !important;
}

.mapInfoWin .mapLink{
	margin-top: 5px;
}
.mapInfoWin a{
	width: auto !important;
	height: auto !important;
	left: 0 !important;
	margin-left: 0 !important;
	margin-left: 0 !important;
	color: #000;
	text-decoration: underline;
}


}




