@charset "Shift_JIS";


html{
   margin-bottom:1px;
}
html{overflow-y:scroll;}


/* header
---------------------------------------------------------------------------- */

div#header_above {
	clear: both;
	margin: 0 auto;
	width: 100%;
	background: #e6e6e6;
	height: 40px;
}

div#headerDivtop {
	margin: 0 auto;
	width: 960px;
	font-size: 12px;
	color: #8c8c8c;
	display: inherit;
}

div#fontsize {
	padding: 12px 0 0 400px;
	float: left;
	width: 90px;
}

	div#fontsize dt {
		float: left;
	}
	div#fontsize dd {
		float: left;
	}
	div#fontsize #df {
		cursor: pointer;
		height: 16px;
	}
	div#fontsize #zf {
		cursor: pointer;
		height: 16px;
	}

div#country_link {
	padding: 11px 0 0 10px;
	float: left;
}

div#search{
	float: left;
	width: 228px;
	padding: 8px 0 0 10px;
}
	
	div#search  form {
		width: 240px;
		margin: 0;
	}
	
	div#search form input#search_txt {
		width: 200px;
		height: 22px;
		border-top: 1px solid #b8b8b8;
		border-left: 1px solid #b8b8b8;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		vertical-align: middle;
		float: left;
		margin: 0;
	}
	
	div#search form input.btn {
		vertical-align: middle;
		float: left;
		width: 27px;
		height: 24px;
	}


/* SP */
@media only screen and (max-width: 480px){

div#header_above {
	width: 100%;
	height: 8px;
}

div#headerDivtop {
	display: none;
}
	
}


div#header {
	clear: both;
	margin: 0 auto;
	width: 960px;
	height: 100px;
}

	
div#header_l {
	float: left;
	width: 150px;
	padding: 30px 0;
}

div#header_r {
	float: right;
	width: 810px;
}

/* SP */
@media only screen and (max-width: 480px){
div#header {
	width: 100%;
	height: auto;
}

div#header_l {
	width: 50%;
}

div#header_l img{
	width: 60%;
	margin-left:10px;
}

div#header_r {
	width: 50%;
}

}



/* visual
---------------------------------------------------------------------------- */

#vidual {
	clear: both;
	margin: 85px auto -90px;
	width: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}


#vidual2 {
	clear: both;
	margin: 85px auto -137px;
	width: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#vidual3 {
	clear: both;
	margin: 85px auto -182px;
	width: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#vidual4 {
	clear: both;
	margin: 85px auto -123px;
	width: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* SP */
@media only screen and (max-width: 480px){

#vidual, #vidual2, #vidual3, #vidual4 {
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	width: auto;
	max-width: inherit;
	text-indent: 0;
	white-space: inherit;
}

}


/* bread
---------------------------------------------------------------------------- */

div#bread {
	clear: both;
	width: 670px;
	margin: 0 0 105px 0; 
	font-size: 12px;
}

/* SP */
@media only screen and (max-width: 480px){

div#bread {
	width: 100%;
	overflow: hidden;
	margin: 0 0 50px 0; 
}

}


div#bread ul li {
	float:left;
	line-height: 1.35em;
}


div#bread2 {
	clear: both;
	width: 670px;
	margin: 0 0 152px 0; 
	font-size: 12px;
}

/* SP */
@media only screen and (max-width: 480px){

div#bread2 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 50px 0; 
}

}

div#bread2 ul li {
	float:left;
	line-height: 1.35em;
}


div#bread3 {
	clear: both;
	width: 670px;
	margin: 0 0 197px 0; 
	font-size: 12px;
}


/* SP */
@media only screen and (max-width: 480px){

div#bread3 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 50px 0; 
}

}

div#bread3 ul li {
	float:left;
	line-height: 1.35em;
}


div#bread4 {
	clear: both;
	width: 670px;
	margin: 0 0 138px 0; 
	font-size: 12px;
}

/* SP */
@media only screen and (max-width: 480px){

div#bread4 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 50px 0; 
}

}

div#bread4 ul li {
	float:left;
	line-height: 1.35em;
}

div#bread5 {
	clear: both;
	width: 670px;
	margin: 0 0 0 0;
	padding: 0 0 69px 0; 
	font-size: 12px;
	overflow: hidden;
}

/* SP */
@media only screen and (max-width: 480px){

div#bread5 {
	width: 100%;
	overflow: hidden;
	margin: 0 0 50px 0; 
}

}


div#bread5 ul li {
	float:left;
	line-height: 1.35em;
}


/* main
---------------------------------------------------------------------------- */


div#main {
	clear: both;
	margin: 0 auto;
	width: 960px;
	zoom : 1;
}


/* SP */
@media only screen and (max-width: 480px){

div#main {
	width: 100%;
	padding: 0 10px;
	max-width: 690px;
	zoom : 0.45;
}

}



div#main_l {
	float: left;
	width: 670px;
}

/* SP */
@media only screen and (max-width: 480px){

div#main_l {
	float: none;
	width: 100%;
}

}


div#main_r {
	float: right;
	width: 245px;
	display: inherit;
}

/* SP */
@media only screen and (max-width: 480px){

div#main_r {
	display: none;
}

}


/* Vµ¢wb_[Ìoi[
---------------------------------------------------------------------------- */

div#head_box {
	margin:0 auto 35px;
	padding:0;
	width:960px;
	float:left;
}

div#head_box .head_banner {
	margin:0;
	padding:0;
	width:320px;
	float:left;
}

.head_banner a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}


/* contents
---------------------------------------------------------------------------- */

div#contents {
	clear: both;
	width: 670px;
}

/* SP */
@media only screen and (max-width: 480px){

div#contents {
	width: 100%;
}
}


div#contents a:hover img {
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
	opacity: 0.8;
	zoom: 1;
}

/* gotop
---------------------------------------------------------------------------- */

.gotop_index {
	clear: both;
	width: 960px;
	text-align: right;
	font-size: 12px;
	margin: 12px auto;
	display: inherit;
}

.gotop_sp{
	display: none;
}

	.gotop_sp_change {
	display: none;
	}

/* SP */
@media only screen and (max-width: 480px){

.gotop_index {
	display: none;
}

	div#main .gotop_sp{
		zoom: 2.2;
	}

	.gotop_sp {
		position: fixed;
		bottom: 20px;
		right: 20px;
		display: inherit;
	}
	.gotop_sp a {
		background: #ccc;
		text-decoration: none;
		padding: 7px 10px;
		text-align: center;
		display: block;
		border-radius:75px;
		-moz-border-radius:75px;
		-webkit-border-radius: 75px;
		font-size: 11px;
		filter: alpha(opacity=80);
		-ms-filter: alpha(opacity=80);
		opacity: 0.8;
	}
	.gotop_sp a:link, .gotop_sp a:visited {
		color: #fff;
	}

	.gotop_sp a:hover {
		text-decoration: none;
		background: #aaa;
	}



	div#main .gotop_sp_change{
		zoom: 2.2;
	}

	.gotop_sp_change {
		position: fixed;
		bottom: 50px;
		right: 20px;
		display: inherit;
	}
	.gotop_sp_change a {
		background: #ccc;
		text-decoration: none;
		padding: 7px 10px;
		text-align: center;
		display: block;
		border-radius:75px;
		-moz-border-radius:75px;
		-webkit-border-radius: 75px;
		font-size: 11px;
		filter: alpha(opacity=80);
		-ms-filter: alpha(opacity=80);
		opacity: 0.8;
	}
	.gotop_sp_change a:link, .gotop_sp_change a:visited {
		color: #fff;
	}

	.gotop_sp_change a:hover {
		text-decoration: none;
		background: #aaa;
	}
}

.gotop {
	clear: both;
	width: 960px;
	text-align: right;
	font-size: 12px;
	margin: 12px auto;
	display: inherit;
}

/* SP */
@media only screen and (max-width: 480px){

.gotop {
	display: none;
}
}


.gotop_full {
	clear: both;
	width: 960px;
	text-align: right;
	font-size: 12px;
	margin: 12px 0;
}

/* SP */
@media only screen and (max-width: 480px){
.gotop_full {
	display: none;
	}

}

.gotop_full a {
	margin-right: 95px;
}

.page_gotop {
	clear: both;
	width: 670px;
	text-align: right;
	font-size: 12px;
	margin: 12px 0;
}



/* footer
---------------------------------------------------------------------------- */

div#footer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	background: #f5f5f5;
	bottom: 0;
	overflow:hidden;
}

div#footerIn {
	margin: 0 auto;
	width: 960px;
	background: #f5f5f5;
	padding-bottom: 25px;
	display: inherit;
}

/* SP */
@media only screen and (max-width: 480px){

div#footerIn {
	width: 100%;
}
}


div#search_footer{
	display: none;
}
	
div#footerIn_l {
	width: 695px;
	font-size: 11px;
}
	
div#footerIn_l dl {
	 width: 960px;
	 font-size: 12px;
	 padding-top: 25px;
	 overflow: hidden;
}
div#footerIn_l dt {
	 float:left;
	 width: 100px;
	 line-height: 2;
}
div#footerIn_l dd {
	width: 860px;
	 margin-left:100px;
}
	
	div#footerIn_l ul {
		width: 860px;
		overflor: hidden;
	}

	div#footerIn_l ul li {
		float: left;
		padding-right: 15px;
		width: auto;
		line-height: 2;
	}
	
div#footer_sp_link {
	display: none;
}
	

div#footerBelow {
	margin: 0 auto;
	width: 100%;
	background: #fff;
}

div#footerBelowIn {
	margin: 0 auto;
	width: 960px;
	background: #fff;
	overflow: hidden;
}

div#footerBelow_l {
/*
	width: 480px;
*/
	color: #0067b7;
	font-size: 10px;
	text-align: left;
	float: left;
}

div#footerBelow_l img{
	float: left;
	padding: 25px 0 0 10px;
}

div#footer address {
	padding:28px 0 0 15px;
	color: #505050;
	font-size: 11px;
	float: left;
}

div#footerBelow_r {
/*
	width: 480px;
*/
	float: right;
	color: #0067b7;
	font-size: 10px;
	text-align: right;
	padding: 25px 0px 13px;
	display:: inherit;
}
div#footerBelow_r a.banner {
	display:inline-block;
	margin:-13px 10px 0px 0px;
	padding:19px 7px 19px 165px;
	line-height:10px;
	color:#000000;
	border:1px solid #CCCCCC;
	background: url(../img/bnr_in-focus.gif) no-repeat 11px center;
}
div#footerBelow_r a.banner:hover {
	color:#505050;
	background-image:url(../img/bnr_in-focus_on.gif);
}


/* SP */
@media only screen and (max-width: 480px){

div#footerIn {
	display: none;
}

div#search_footer{
	display: inherit;
	float: none;
	width: 100%;
	margin: 15px 10px 10px 10px;
}
	
	div#search_footer  form {
		width: 100%;
	}
	
	div#search_footer form input#search_txt {
		width: 80%;
		height: 22px;
		border-top: 1px solid #b8b8b8;
		border-left: 1px solid #b8b8b8;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		float: left;
	}
	
	div#search_footer form input.btn {
		vertical-align: middle;
		float: left;
		width: 27px;
		height: 24px;
	}

div#footer_sp_link {
	clear: both;
	width: 100%;
	padding: 20px 10px;
	display: inherit;
	color :#505050;
	font-size: 10px;
}
div#footer_sp_link a{
	color :#505050;
	font-size: 10px;
	line-height: 1.8;
}
div#footer_sp_link a.banner {
	display:inline-block;
	margin:0px 0px 10px -1px;
	padding:13px 9px 12px 147px;
	color:#000000;
	border:1px solid #CCCCCC;
	background: url(../img/bnr_in-focus_sp.gif) no-repeat scroll 11px center / 125px auto;
}
div#footer_sp_link a.banner:hover {
	color:#505050;
	background-image:url(../img/bnr_in-focus_sp_on.gif);
}

div#footerBelow {
	width: 100%;
	background: #f5f5f5;
}

div#footerBelowIn {
	width: 100%;
	background: #f5f5f5;
}

div#footerBelow_l {
	width: 100%;
	float: right;
	padding: 0 10px 20px 10px;
}

div#footerBelow_l img{
	float: right;
}

div#footer address {
	float: right;
}

div#footerBelow_r {
	display: none;
}
	
}


/* j[v_E */
@media print, only screen and (min-width: 480px){


ul.dropdown                         { position: relative; }
ul.dropdown li a                    { display: block; padding: 4px 8px; }



ul.dropdown li.hover,
ul.dropdown li:hover                { background: #0067b7; color: #fff; position: relative; }

.drawer-right .drawer-main .dropdown li.hover a{color:#fff; text-decoration:none;}
.drawer-right .drawer-main .dropdown li.hover a:hover{color:#fff; text-decoration:none;}
.drawer-right .drawer-main .dropdown li:hover{color:#fff; text-decoration:none;}

.drawer-right .drawer-main .dropdown ul{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
.drawer-right .drawer-main .dropdown ul li{ background: #f0f0f0; color: #000; float: none; margin-left: 0;  font-size: 13px; padding:4px 8px; }
.drawer-right .drawer-main .dropdown ul li a{color: #505050; }

.drawer-right .drawer-main .dropdown li.hover ul li a{color:#505050; text-decoration:none;}

.drawer-right .drawer-main .dropdown ul li.hover a{color:#505050; text-decoration:none;}
.drawer-right .drawer-main .dropdown ul li.hover a:hover{color:#fff; text-decoration:none;}
.drawer-right .drawer-main .dropdown ul li:hover{ background: #0067b7; color:#fff; text-decoration:none;}


}

/* @group 2017_renewal */

/* @group common */

body {
	-webkit-text-size-adjust: 100%;
}

a img.icon {
	margin-left: 5px;
	vertical-align: middle;
}

.pc_none {
	display: none;
}

.sp_none {
	display: block;
}

/* @end */



/* @group header */

div#header_wrap {
	clear: both;
	margin: 0 auto;
	width: 100%;
	height: 118px;
	position: relative;
	border-bottom: 1px solid #d9d9d9;
}

#header_area {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header_logo {
	position: absolute;
	top: 15px;
	left: 0;
}

#header_nav_area {
    background: #fff none repeat scroll 0 0;
    clear: both;
    height: 70px;
    margin: 0 auto;
    width: auto;
    text-align: right;
    clear: both;
}

div#header_nav {
    color: #8c8c8c;
    display: inherit;
    font-size: 13px;
    margin: 0 auto;
    width:auto;
    text-align: right;
    position: relative;
    position: absolute;
    right: 0px;
    top: 15px;
}

div#sub_link {
    padding: 5px 0 0 10px;
	float: left;
}

div#sub_link a{
	margin-right: 10px;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	color: #333;
}

div#sub_link a:hover{
	text-decoration: underline;
}

div#sub_link a:last-child {
	border-right: none;
	margin-right: 0px;
}

div#search {
    padding: 0;
    width: 170px;
    margin-left: 20px;
}
div#search form {
    margin: 0;
    width: 160px;
    position: relative;
}
div#search form input#search_txt {
    border-color: none;
    border-style: none;
    border-width: 0px;
    float: left;
    height: 25px;
    margin: 0;
    vertical-align: middle;
    width: 125px;
    background: #F2F2F2;
    border-radius:20px;
    font-size: 13px;
    padding: 0 30px 0 10px;
}
div#search form input.btn {
    float: none;
    vertical-align: middle;
    width: 15px;
    height: auto;
    position: absolute;
    top: 5px;
    right: 5px;
}

}


/* @end */


/* @group gnav */

p#toggle-nav {
	display: none;
}

#gnav {
	width: 100%;
	background: #fff;
	bottom: 0;
	line-height: 1.3;
}

#gnav .gnav_lv1 {
	width: 960px;
	margin: 0 auto;
	height: 46px;
}

#gnav > ul.gnav_lv1 > li {
	float: left;
	width:  calc(100% / 4);
}

#gnav > ul::after {
	content: "";
	display: table;
	clear: both;
}

#gnav > ul.gnav_lv1 > li > a  {
	font-size: 16px;
	display: block;
	width: 100%;
	vertical-align: middle;
	height: 28px;
	text-align: center;
	color: #333 !important;
	border-bottom: 2px solid #fff;
	padding-top: 18px;
}


#gnav > ul.gnav_lv1 > li > a:hover,
#gnav > ul.gnav_lv1 > li > a.current {
	border-bottom: 2px solid #0067b7;
	color: #0067b7 !important;
}


body.home #gnav > ul.gnav_lv1 > li > a.current {
	border-bottom: 2px solid #fff;
	color: #333 !important;
}

body.home #gnav > ul.gnav_lv1 > li > a:hover {
	border-bottom: 2px solid #0067b7;
	color: #0067b7 !important;
}

body.recruit #gnav > ul.gnav_lv1 > li:nth-child(2) > a {
	border-bottom: 2px solid #0067b7;
	color: #0067b7 !important;
}

#gnav > ul > li > div {
display: none;
box-shadow:0px 3px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.25);
-webkit-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.25);
	position: absolute;
	background-color: #fff;
	top: 118px;
	left: 0;
	z-index: 9999;
	width: 100%;
	border-top: 1px solid #D9D9D9;
}
#gnav ul.gnav_lv1 ul.gnav_lv2 {
	width:960px;
	margin: 0 auto;
	display: table;
}

#gnav ul.gnav_lv1:hover ul.gnav_lv2 {
	display: block;
}

/* @group dropdown */

#gnav ul li ul li {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

#gnav ul li ul li a {
	display: block;
	width: auto;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}


#gnav ul li ul li a:hover,
#gnav ul li ul li a.current {
	text-decoration: underline;
}

#gnav .gnav_lv2 .gnav_col {
	float: left;
	width: 200px;
	border-right: 1px solid #ccc;
	margin: 25px 0;
	padding: 0 10px 0 30px;
	height: 188px;
}


#gnav .gnav_lv2 .gnav_col:last-child {
	border-right: none;
	padding-right: 0;
}

#gnav .gnav_lv2 .gnav_col li a {
	position: relative;
	padding-left: 17px;
}

#gnav .gnav_lv2 .gnav_col li a::before {
 content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width:5px;
  height:1px;
  background: #656565;
}

#gnav .gnav_lv2 .gnav_col.title {
	border-right: none;
	margin: 0;
	padding: 0;
	width: 240px;
	height: 238px;
}


#gnav .gnav_lv2 .gnav_col.title:hover {
	opacity: 0.7;
}

#gnav .gnav_lv2 .gnav_col.title a {
	text-align: center;
	font-size: 24px !important;
	color: #0067b7 !important;
	padding-top: 77px;
	text-decoration: none;
}

#gnav .gnav_lv2 .gnav_col.title a span.head {
	margin-bottom: 20px;
	display: block;
}

#gnav .gnav_lv2 .gnav_col.title a span.detail {
	display: block;
	font-size: 13px;
	margin-bottom: 30px;
	border: 1px solid #0067b7;
	width: 110px;
	margin: 0 auto;
	border-radius: 3px;
	padding: 5px 10px 5px 5px;
	position: relative;
}

#gnav .gnav_lv2 .gnav_col.title a span.detail::after {
	display: block;
	content: '';
	position: absolute;
	top: 0.8em;
	right: 10px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #0067b7;
	border-bottom: 1px solid #0067b7;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
 }
 
.gnav_company .title {
	background: url(../img/gnav_company_back.jpg) top left no-repeat;
}

.gnav_company .gnav_col:last-child {
	width: 400px !important;
}

.gnav_csr .title {
	background: url(../img/gnav_csr_back.jpg) top left no-repeat;
}

.gnav_investor .title {
	background: url(../img/gnav_investor_back.jpg) top left no-repeat;
}

/* @end */

/* @group dropdown_business */

#gnav .gnav_business {
	position: relative;
}

#gnav .gnav_business::before {
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	right: 50%;
	width: 1px;
	height: 93.5%;
	background: #ccc;
}


#gnav .title_business {
	position: absolute;
	width: 100%;
	background: #fff;
	top: 0px;
	height: 60px;
	border-bottom: 1px solid #D9D9D9;
}

#gnav .title_business a {
	width: 960px;
	margin: 0 auto;
	height: 45px;
	display: block;
	padding: 15px 0 0 38px;
	color: #333;
	position: relative;
}

#gnav .title_business a::before {
	display: block;
	content: '';
	position: absolute;
	top: 24px;
	left: 18px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #0067b7;
	border-bottom: 1px solid #0067b7;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#gnav .title_business a:hover {
	text-decoration: underline;
}

#gnav .gnav_business .gnav_lv3 li a {
	position: relative;
	padding-left: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

#gnav .gnav_business .gnav_lv3 li a::before {
 content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width:5px;
  height:1px;
  background: #656565;
}

#gnav .gnav_business .gnav_lv3 li li {
	margin-left: 1.2em;
	margin-bottom: 10px;
}

#gnav .gnav_business .gnav_lv3 li li a {
	font-weight: normal;
}

.gnav_col_business {
	width: 100%;
	margin-top: 60px;
	position: relative;
	padding: 30px 0 0 0;
}

.gnav_col_business .col {
	float: left;
	width: 49.8% !important;
	position: relative;
}

.gnav_col_business .col:first-child::before {
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 1px;
	height: 109%;
	background: #ccc;
}

.gnav_col_business .col:last-child::before {
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	right: 0;
	width: 1px;
	height: 94%;
	background: #ccc;
}

.gnav_business .col > .health,
.gnav_business > .col > .medical {
	padding-left: 20px;
}

.gnav_business .col > .health > a,
.gnav_business > .col > .medical > a {
	float: left;
	width: 150px !important;
	display: block;
	font-size: 20px !important;
	color: #0067b7 !important;
	text-decoration: none !important;
	text-align: center;
	padding: 0 0 100px 0;
}

.gnav_business > .col > .ele > a,
.gnav_business > .col > .imaging > a,
.gnav_business > .col > .other > a {
	float: left;
	width: 150px !important;
	display: block;
	font-size: 18px !important;
	color: #0067b7 !important;
	text-decoration: none !important;
	text-align: left;
	padding:0 0 0 30px;
}

.gnav_business > .col > .left_col {
	margin-top: 20px;
}

.gnav_business > .col > .left_col:first-child {
	margin-top: 0px;
}

.gnav_business > .col > .left_col > .gnav_lv3 {
	float: right;
	width: 310px;
	margin-bottom: 10px;
}

.gnav_business > .col > .left_col > .gnav_lv3.wid2 {
	width: 260px;
	padding-left: 30px;
}

.gnav_business > .col > .left_col > .gnav_lv3.wid2 > li > a {
	font-size: 13px !important;
}

.gnav_business > .col > .health {
	position: relative;
	padding-bottom: 20px;
}

.gnav_business > .col > .health::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 420px;
	height: 1px;
	background: #ccc;
}

.gnav_business > .col > .health > a {
	background: url(../img/gnav_icon_health.png) center 50px no-repeat;
}

.gnav_business > .col > .medical {
	padding-top: 0px;
}

.gnav_business > .col > .medical > a {
	background: url(../img/gnav_icon_medical.png) center 40px no-repeat;
}

.gnav_business > .col > .ele,
.gnav_business > .col > .imaging,
.gnav_business > .col > .other {
	position: relative;
}

.gnav_business > .col > .ele::before,
.gnav_business > .col > .imaging::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 420px;
	height: 1px;
	background: #ccc;
}


/* @end */

/* @group closebtn */

#gnav .close_btn {
	background: #F2F2F2;
	text-align: center;
	font-size: 16px;
	padding: 8px 0;
}

#gnav .close_btn span {
	position: relative;
	padding-right: 17px;
}

#gnav .close_btn span::after  {
	 content: "";
  position: absolute;
  top: 2px;
  right: 0;
   width:1px;
  height:1em;
  background: #0067b7;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


#gnav .close_btn span::before {
	 content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width:1px;
  height:1em;
  background: #0067b7;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#gnav .close_btn:hover {
	cursor: pointer;
	opacity: 0.7;
}

/* @end */

/* @end */

/* @group local_nav */

.local_nav {
	margin-bottom: 30px;
}

.local_nav a {
	font-size: 14px;
	color: #333 !important;
	display: block;
	position: relative;
}

.local_nav a:hover {
	color: #0063BA !important;
}

.local_nav > ul > li > a {
	padding: 12px 10px 12px 25px;
}

.local_nav > ul > li > a::before {
 content: "";
  position: absolute;
  top: 1.5em;
  left: 5px;
  width:5px;
  height:1px;
  background: #656565;
 }
 
 .local_nav > ul > li > a.current {
	background: #F2F2F2;
	font-weight: bold;
}
 
 .local_nav > ul > li > a.current::before {
 content: "";
  position: absolute;
  top: 1.5em;
  left: 9px;
  width:9px;
  height:1px;
  background: #0064B8;
 }
 
 .local_nav > ul > li > ul {
	 display: none;
 }
 
 .local_nav > ul > li > a.current + ul {
	 display: block;
 }
 
 .local_nav > ul > li > ul > li > a {
	font-size: 13px;
	padding: 10px 10px 7px 40px;
 }
 
 .local_nav > ul > li > ul > li > a::before {
 content: "";
  position: absolute;
  top: 1.4em;
  left: 23px;
  width:5px;
  height:1px;
  background: #656565;
 }
 
  .local_nav > ul > li > ul > li > a.current {
	background: #E6E6E6;
	font-weight: bold;
 }
 
 .local_nav > ul > li > ul > li > a.current::before {
 content: "";
  position: absolute;
  top: 1.4em;
  left: 23px;
  width:9px;
  height:1px;
  background: #0064B8;
  }
  
.bnr_2ndnavi {
	margin-bottom: 20px;
}

/* @end */

/* @group breadcrumb */

#bread_crumb {
	padding: 10px 0;
	width: 960px;
	margin:0 auto;
}

#bread_crumb li {
	padding: 10px 0;
	float: left;
	font-size: 13px !important;
	line-height: 1.2;
}

#bread_crumb li a {
	padding-right: 25px;
	position: relative;
	font-size: 13px !important;
}

#bread_crumb li a::before {
	background-color: #333;
	content: "";
	display: block;
	height:12px;
	width: 1px;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	position: absolute;
	top: 2px;
	right: 12px;
}

/* @end */

/* @group h1_area */

#h1_area {
	width: 100%;
	background: #ecf3f9;
	height: 120px;
	margin-bottom: 35px;
}

#h1_area h1 {
	width: 960px;
	margin: 0 auto;
	padding-top: 36px;
}

/* @end */


/* @group content_area */

#content_area {
	margin: 0 auto 50px !important;
	width: 960px;
}

#content_area figure {
	margin: 0;
	padding: 0;
}

#content_area p {
	margin-bottom: 1em;
}



.link_btn,
.link_btn2,
.link_btn3 {
	text-align: center;
}

.link_btn a,
.link_btn2 a,
.link_btn3 a {
	color: #0067b7;
	text-align: center;
	position: relative;
	display: inline-block;
	border: 1px solid #0067b7;
	padding: 11px 30px 10px 25px;
	border-radius: 3px;
	line-height: 1.3;
	margin: 0 auto;
}

.link_btn a {
	width: 290px;
}

.link_btn2 a {
	width: auto;
}

.link_btn3 a {
	width:170px;
}

.link_btn a::before,
.link_btn2 a::before,
.link_btn3 a::before {    
    border-top: 1px solid #0067b7;
	border-right: 1px solid #0067b7;
    content: "";
    display: block;
    right: 15px;
    position: absolute;
    top: 15px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	 width: 6px;
    height: 6px;
}

.link_btn a:hover,
.link_btn2 a:hover,
.link_btn3 a:hover {
	opacity: 0.7;
}

.link_btn2.contact {
	text-align: left;
}

.link_btn2.contact a {
	margin: 0 !important;
}


ul.link_list {
	margin-top: 20px;
}

ul.link_list li {
	margin-bottom: 5px;
}

ul.link_list a {
	color: #666;
	position: relative;
	padding-left: 20px;
}

ul.link_list a::before {
 content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width:5px;
  height:1px;
  background: #656565;
}

ul.link_list a:hover {
	text-decoration: underline;
}



/* @end */




/* @group categry_top_col */

.col2_area .col {
	float: left;
	width: calc((100% - 26px) / 2);
	margin-right: 13px;
	margin-bottom: 15px;
}

.col2_area a:last-child {
	margin-right: 0;
}

.col2_area .col p,
.col3_area .col p {
	line-height: 1.5;
}

.col3_area {
	margin-bottom: 15px;
}

.col3_area .col {
	float: left;
	width: calc((100% - 42px) / 3);
	margin-right: 14px;	
}

.col3_area a:last-child {
	margin-right: 0;
}

.col2_area .col,
.col3_area .col p {
	line-height: 1.5;
}


.col2_area img,
.col3_area img,
.col_1_1_area2 img {
	max-width: 100%;
	height: auto;
}

.col2_area .txt,
.col3_area .txt,
.col_1_1_area2 .txt {
	background: #f7f7f7;
	padding: 22px 15px;
}

.col3_area .txt.min-h {
	min-height: 185px;
}

.col3_area .txt.min-h02 {
	min-height: 50px;
}

.col2_area a,
.col3_area a {
	color: #333 !important;
}

.col2_area a:hover .col,
.col3_area a:hover .col,
.col_1_1_area2 a:hover .left_col,
.col_1_1_area2 a:hover .col {
	opacity: 0.7;
}

.col_1_2_area .left_col {
	width: 300px;
	float: left;
}

.col_1_2_area .right_col {
	width: 620px;
	float: right;
}

.col3_area.group {
	margin-bottom: 50px;
}

.col3_area.group .col {
	background: #edf4f8;
	padding: 30px 20px 40px 20px;
	width: calc((100% - 162px) / 3);
	min-height: 215px;
}

.col3_area.group2 {
	margin-bottom: 40px;
}

.col3_area.group2 .col {
	background: #f7f7f7;
	padding: 20px 20px 20px 20px;
	width: calc((100% - 162px) / 3);
	min-height: 340px;
	position: relative;
}

.col3_area.group2 .col p {
	font-size: 14px;
}

.col3_area.group2 .col a {
	color: #666 !important;
}

.col3_area.group2 .col a:hover {
	text-decoration: underline;
}

.col3_area.group2 .col figure {
	position: absolute;
	bottom: 20px;
}

.col3_area.group2 p span {
	font-size: 20px !important;
}

h2.h2_cate_top {
	text-align: center;
	font-size: 36px;
	margin-bottom: 35px;
	line-height: 1.2;
	font-weight: normal;
}

.col_1_1_area {
	margin-bottom: 80px;
	width: 100%;
	background: #f7f7f7;
}

.col_1_1_area .left_col {
	width: 470px;
	float: left;
}

.col_1_1_area .right_col {
	width: 450px;
	padding: 5px 20px 20px 20px;
	float: left;
}

.col_1_1_area ul.link_list li {
	margin-bottom: 9px;
}

.col_1_1_area2 {
	margin-bottom: 80px;
	width: 100%;
}

.col_1_1_area2 a {
	color: #333 !important;
}

.col_1_1_area2 .left_col {
	width: 473px;
	float: left;
	margin-right: 14px !important;
}

.col_1_1_area2 .right_col {
	width: 473px;
	float: right;
}

.col_1_1_area2 .right_col .col_1_1_inner .col {
	width: 230px;
	float: left;
	margin-right: 13px;
}

/* @group bisiness_top */

h2.h2_business {
	font-size: 28px;
	color: #0067b7 !important;
	margin-bottom: 10px;
	line-height: 1.2;
}

/* @end */

/* @group ir_top */

h2.h2_ir {
	font-size: 20px;
	color: #0067b7 !important;
	margin-bottom: 8px !important;
	line-height: 1.2;
}

#home_news_area.ir_news {
	background: #fff;
}

/* @end */



/* @end */



/* @group footer */

div#footer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	background: #f5f5f5;
	bottom: 0;
	overflow:hidden;
}

div#footer a {
	color: #333;
	font-size: 12px;
	display: block;
}

div#footer a:hover {
	text-decoration: underline;
}


div#footer #footer_nav01 {
	width: 960px;
	margin: 0 auto;
	padding: 28px 0;
}

div#footer #footer_nav01 .col {
	float: left;
	width:  calc(100% / 4);
}

div#footer > #footer_nav01 > .col > ul  {
	padding-right: 20px;
}

div#footer > #footer_nav01 > .col > ul > li.head > a {
	margin-bottom: 13px ;
	font-size: 16px;
}

div#footer #footer_nav01 .col ul li li {
	margin-bottom: 5px;
}

div#footer #footer_nav02_area {
	width: 100%;
	background: #e5e5e5;
}

div#footer #footer_nav02 {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 5px;
}

div#footer #footer_nav02 ul {
	width: 100%;
}

div#footer #footer_nav02 ul li {
	float: left;
	margin-bottom:5px;
	width:  calc(100% / 3);
}

div#footer #footer_logo_area {
	width: 100%;
	background: #fff;
}

div#footer #footer_logo {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 5px;
}

div#footer #footer_logo ul {
	width: 100%;
}

div#footer #footer_logo ul li {
	float: left;
	width:  calc(100% / 2);
	text-align: center;
	padding: 10px 0;
}

div#footer #copyright_area {
	width: 100%;
	background: #F5F5F5;
	text-align: center;
	font-size: 12px;
	padding: 5px 10px;
}


/* @end */



/* @group clearfix */

div#header_wrap::after,
div#header #header_area::after,
div#sub_link::after,
#gnav .gnav_lv2::after,
.gnav_col_business::after,
#content_area::after,
.gnav_business > .col > .health::after,
.gnav_business > .col > .medical::after,
.gnav_business > .col > .ele::after,
.gnav_business > .col > .imaging::after,
.gnav_business > .col > .other::after,
div#footer #footer_nav01::after,
div#footer #footer_nav02 ul::after,
div#footer #footer_logo ul::after,
#bread_crumb::after,
.col2_area::after,
.col3_area::after,
.col_1_1_area::after,
.col_1_2_area::after,
.col_1_1_area2::after,
.col_1_1_area2 .right_col .col_1_1_inner::after,
div#main::after {
	content: "";
	display: table;
	clear: both;
}

/* @end */

@media screen and (max-width: 480px) {

body.sp_body {
	overflow: hidden;
}

/* @group common */

.pc_none {
	display: block;
}

.sp_none {
	display: none;
}

/* @end */

/* @group header */

div#header_wrap {
	margin: 0;
	width: 100%;
	height: 85px;
	position: relative;
	border-bottom: none;
}

#header_area {
	width: 100%;
	margin: 0;
}

#header_logo {
	position: absolute;
	top: 20px;
	left: 18px;
}

#header_logo img {
	width: 115px;
	height: auto;
}

div#header_nav {
	display: block !important;
	position: relative;
	width: 100%;
	top: 0px;
	left:15px;
}

div#header_nav #search {
	display: none;
}

div#header_nav #sub_link {
	position: absolute;
	top: 50px;
}

/* @end */
	

/* @group gnav */

#gnav {
	display: none;
}

p#toggle-nav {
	float: right;
	height:23px;
	width:23px;
	display:block;
	position:absolute;
	top: 20px;
	right: 0px;
	cursor: pointer;
	font-size: 8px;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
} 

.toggle-menu {
	height:23px;
	width:23px;
	position: relative;
}

.toggle-menu:after{
	content:'';
	height:1px;
	width:23px;
	background:#727272;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	box-shadow:0 8px #727272, 0 16px #727272;
	-webkit-box-shadow:0 8px #727272, 0 16px #727272;
	-moz-box-shadow:0 8px #727272, 0 16px #727272;
}

.toggle-menu.open:after {
	content:'';
	height:1px;
	width:23px;
	background:#727272;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	box-shadow:0 8px #727272, 0 16px #727272;
	-webkit-box-shadow:0 8px #727272, 0 16px #727272;
	-moz-box-shadow:0 8px #727272, 0 16px #727272;
}

.toggle-menu.close:before,
.toggle-menu.close:after {
	content: '';
	height: 1px;
	width: 23px;
	display: block;
	background: #727272;
	margin: auto;
	position: absolute;
	top: 10px;
	left: 0px;
	right: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.toggle-menu.close:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

#gnav_sp {
	max-width: none;
	margin: 0;
}

#gnav_sp > ul.gnav_lv1 {
	position: absolute;
	display: none;
	top: 85px;
	right: 0;
	z-index: 8888 !important;
	width: 100% !important;
	background: #fff;
	padding: 0 !important;
	overflow: hidden;
	border-top: 1px solid #ccc;
box-shadow:0px 3px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.25);
-webkit-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.25);
}

#gnav_sp > ul.gnav_lv1 > li {
	display: block;
	width:calc(100% -20px) !important;
	height: auto;
	border-bottom: 1px solid #ccc;
}


#gnav_sp > ul.gnav_lv1 > li > span {
	display: block;
	position: relative !important;
	color: #333;
	line-height: 1.2;
	font-size: 18px;
	padding: 15px 0 15px 0px;
	margin-left: 20px;
	font-weight: normal;
	cursor: pointer;
}

#gnav_sp > ul > li > span {
	display: block;
}

#gnav_sp > ul > li:hover,
#gnav_sp > ul > li.current {
	background: #fff !important;
}

#gnav_sp > ul.gnav_lv1 > li > span::before {
 content: "";
  position: absolute;
  top: 1.3em;
  right: 20px;
  width:20px;
  height:1px;
  background: #656565;
}

#gnav_sp ul.gnav_lv1 > li.icon > span,
#gnav_sp ul.gnav_lv1 > li.open > span {
	position: relative;
	display: block;
}

#gnav_sp ul.gnav_lv1 > li.icon > span::before,
#gnav_sp ul.gnav_lv1 > li.icon > span::after {
	content: '';
	height: 1px;
	width: 18px;
	display: block;
	background: #666;
	position: absolute;
	top: 24px;
	right:15px;
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
}

#gnav_sp ul.gnav_lv1 > li.icon > span::after {
	height: 18px;
	width: 1px;
	top: 16px;
	right: 23px;
}

#gnav_sp ul.gnav_lv1 > li.open > span::after {
	display: none;
}

#gnav_sp > ul.gnav_lv1 > li > ul.gnav_lv2 {
}


#gnav_sp > ul.gnav_lv1 > li > ul.gnav_lv2 > li {
	background: #f2f2f2;
}

#gnav_sp > ul.gnav_lv1 > li > ul.gnav_lv2 > li > a {
	display: block;
	color: #333 !important;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 15px 8px 35px !important;
	position: relative;
	font-weight: bold;
}

#gnav_sp > ul.gnav_lv1 > li > ul.gnav_lv2 > li > a::before {
 content: "";
  position: absolute;
  top: 1.7em;
  left: 23px;
  width:5px;
  height:1px;
  background: #656565;
}

#gnav_sp > ul.gnav_lv1 > li > ul.gnav_lv2 > li > ul.gnav_lv3 > li > a {
	display: block;
	color: #333 !important;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 15px 5px 40px !important;
	position: relative;
	margin: 0 10px;
}

#gnav_sp > ul.gnav_lv1 > li > ul.gnav_lv2 > li > ul.gnav_lv3 > li > a::before {
 content: "";
  position: absolute;
  top: 1.1em;
  left: 28px;
  width:5px;
  height:1px;
  background: #656565;
}

#gnav_sp > ul.gnav_lv1 > li > ul.gnav_lv2 > li > ul.gnav_lv3 > li:last-child {
	padding-bottom: 15px;
}

#gnav_sp li.other {
	border-bottom: none !important;
}

#gnav_sp li.other .other_nav {
margin: 10px 10px 10px 20px;
}

#gnav_sp li.other .other_nav a {
	margin-right: 10px;
	border-right: 1px solid #ccc;
	padding:3px 15px 3px 0px;
	font-size: 14px;
	color: #333;
}

#gnav_sp li.other .other_nav a:last-child  {
	border-right: none;
	margin-right: 0px;
}

#gnav_sp .in_forcus_sp  {
	margin-left: 20px;
	margin-bottom: 20px;
}

#gnav_sp .in_forcus_sp img  {
	width: 110px;
	height: auto;
}

#gnav_sp div#search {
    padding: 0;
    width:100%;
    margin: 0 auto 20px;
}
#gnav_sp div#search form {
    margin: 0 20px;
    width: 90%;
    position: relative;
}

#gnav_sp div#search form input#search_txt {
    border-color: none;
    border-style: none;
    border-width: 0px;
    float: left;
    height: 35px;
    margin: 0;
    vertical-align: middle;
    width: 90%;
    background: #F2F2F2;
    border-radius:20px;
    font-size: 13px;
    padding: 0 30px 0 10px;
}

#gnav_sp div#search form input.btn {
    float: none;
    vertical-align: middle;
    width: 26px;
    height: auto;
    position: absolute;
    top: 5px;
    right:10px;
}


/* @end */

/* @group local_nav */

.local_nav {
	display: none;
}

/* @end */



/* @group breadcrumb */

#bread_crumb {
	display: none;
}

/* @end */

/* @group h1_area */

#h1_area {
	height: 80px;
	display: table;
}

#h1_area h1 {
	width: 100% !important;
	padding: 0 20px 0 20px;
	line-height: 1.1;
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}

/* @end */


/* @group vidual */

#vidual, #vidual2, #vidual3, #vidual4 {
	margin: 10px 0 15px 0;
}

/* @end */


/* @group content_area */

#content_area {
	margin: 0 0 80px 0;
	width: calc(100% - 40px);
	padding: 0 20px !important;
}



.link_btn,
.link_btn2,
.link_btn3 {
	margin: 0 auto;
}

.link_btn a,
.link_btn2 a {
	display: block;
	padding: 11px 25px 10px 14px;
	width: calc(90% - 40px);
}

.link_btn3 a {
	display: block;
	padding: 11px 25px 10px 14px;
	width: calc(80% - 40px);
}


.link_btn2.contact a {
	margin: 0 auto !important;
}

.link_btn a::before,
.link_btn2 a::before,
.link_btn3 a::before {
    border-top: 1px solid #0067b7;
	border-right: 1px solid #0067b7;
    content: "";
    display: block;
    right: 12px;
    position: absolute;
    top: 42%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
    width: 6px;
    height: 6px;
}

ul.link_list {
	margin-top: 20px;
}

ul.link_list li {
	margin-bottom: 5px;
}

/* @end */



/* @group categry_top_col */


.col2_area .col {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.col3_area .col {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}

.col2_area img,
.col3_area img,
.col_1_2_area img,
.col_1_1_area img {
	width: 100%;
	height: auto;
}

.col2_area .txt,
.col3_area .txt {
	padding: 22px 15px;
}

.col3_area .txt {
	min-height: auto;
}

.col_1_1_area2 .txt {
	background: #f7f7f7;
	padding: 20px 10px;
}

.col3_area .txt.min-h {
	min-height: auto;
}

.col3_area .txt.min-h02 {
	min-height: auto;
}

.col_1_2_area .left_col {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}

.col_1_2_area .right_col {
	float: none;
	width: 100%;
}

.col3_area.group {
	margin-bottom: 30px;
}

.col3_area.group .col {
	float: none;
	padding: 40px 20px 30px 20px;
	width: calc(100% - 40px);
	min-height: auto !important;
	margin-right: 0 !important;
}

.col3_area.group2 {
	margin-bottom: 40px;
}

.col3_area.group2 .col {
	float: none;
	padding: 20px 20px 20px 20px;
	width: calc(100% - 40px);
	min-height: auto;
	margin-right: 0 !important;
}

.col3_area.group2 .col figure {
	position: relative;
	bottom: auto;
}

.col3_area.group2 .col a {
	font-size: 13px;
}

.col_1_1_area .right_col {
	width: 100%;
	float: none
}

.col_1_1_area .left_col {
	width: 100%;
	float: none
}

.col_1_1_area2 {
}

.col_1_1_area2 a {
}

.col_1_1_area2 .left_col {
	width: 100%;
	float: none;
	margin-right: 0px !important;
	margin-bottom: 14px;
}

.col_1_1_area2 .right_col {
	width: 100%;
	float: none;
}

.col_1_1_area2 .right_col .col_1_1_inner .col {
	width: 47.5%;
	margin-right: 14px;
}

.col_1_1_area2 img {
	width: 100%;
	height: auto;
}

.ir_news  #home_news {
	padding: 0 0 40px;
	width: calc(100% - 20px);
}


/* @group business_top */

h2.h2_business {
	font-size: 28px;
	color: #0067b7 !important;
	margin-bottom: 10px;
	line-height: 1.2;
}

/* @end */

/* @end */


/* @group footer */

div#footer #footer_nav01,
div#footer #footer_nav02_area,
div#footer #footer_logo_area {
	display: none;
}

div#footer #copyright_area {
	padding: 20px 10px 20px 0;
	font-size: 11px;
}

/* @end */

}

/* @end */

