/*
Creator:Daiju
*/
/*----------------------------------------base------------------------------------*/
html{
	height: 100%;
}
body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 14px;
	background-color: #FFF;
	letter-spacing: 0.06em;
	line-height: 2em;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	width: 100%;
}
div, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	/*display: block;*/
  -webkit-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
	outline: none;
}
/*a:-webkit-any-link {*/
/*	color: -webkit-link;*/
/*	text-decoration: none;*/
/*	cursor: auto;*/
/*	display: inline;*/
/*	border-style:none;*/
/*}*/
a img {
    border-style:none;
	outline: none;
}
a img:active,a:active,a:focus{
	border-style:none;
	outline:none;}
img {
    border-style:none;
}
ul, ul li{
	list-style-type:none;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*----------------------------------------top------------------------------------*/
#wrap {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 100%;
	width: 100%;
	list-style-type: none;
	overflow: hidden;
	position: relative;
	z-index: 999;
	background-color:#FFF;
}
#wrap{
	z-index:1;
	background-color: transparent;
}
#wrap .mv {
    margin: 0;
    padding: 0;
    height: 750px;
    overflow: hidden;
    text-align: center;
	background-color: transparent;
	position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.mv_bg{
	height: 800px;
    background-image: url(../../img/com/mv_001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #F6F6F6;
	position: absolute;
    z-index: 0;
    top: 0;
	width:100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#wrap .mv h1 {
	font-size: 12px;
    color: #372F76;
    text-align: center;
    position: relative;
    z-index: 5;
}
#wrap .mv .mv_logo {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 20%;
    padding-bottom: 75px;
    width: 170px;
	min-width: 130px;
	z-index:5;
	}
#wrap .mv .mv_arrow_down {
    width: 28px;
    position: absolute;
    bottom: 11%;
    right: 0;
    left: 0;
    margin:0 auto;
    animation: moveY 2.1s infinite alternate linear;
    -ms-animation: moveY 2.1s infinite alternate linear;
    -webkit-animation: moveY 2.1s infinite alternate linear;
    -moz-animation: moveY 2.1s infinite alternate linear;
	z-index:12;
}
@-ms-keyframes moveY {
	0% {bottom: 11%;}
	50% {bottom: 11.7%;}
	100% {bottom: 11%;}
	}
/* Safari and Chrome */
@-webkit-keyframes moveY {
	0% {bottom: 11%;}
	50% {bottom: 11.7%;}
	100% {bottom: 11%;}
	}
/* Firefox */
@-moz-keyframes moveY {
	0% {bottom: 11%;}
	50% {bottom: 11.7%;}
	100% {bottom: 11%;}
	}
#wrap .mv .mv_bottom {
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
	z-index:10;
}
.header_menu_small{
	display:none;
}
.side-menu{
    overflow: hidden;
    height: 0;
}
.menu {
    background: #F6F6F6;
    width: 100%;
    margin: 0;
    padding: 0;
	padding-bottom: 60px;
}
.menu ul {
    text-align: center;
    margin: 0 auto;
    max-width: 870px;
    padding-top: 25px;
	}
.menu ul li {
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;
    color: #48484c;
}
.menu ul li p:hover{
	cursor:pointer;
}
.menu ul li a {
    color: #48484c;
}
.menu .contact_menu_bt {
    margin-left: 7px;
    margin-right: 7px;
}
.menu .contact_menu_bt a{
    background: #80D5D0;
    padding: 7px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 2px;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.menu.fixed {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: fixed;
    border-bottom: #80D5D0 solid 1px;
    z-index: 1000;
	padding-top: 0px;
    padding-bottom: 15px;
}
.menu.fixed ul li {
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;
    color: #48484c;
}
.menu .logo_mini {
	display:none;
}
.menu.fixed .logo_mini {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;

}
.menu.fixed ul {
    max-width: 960px;
}
.content_top{
	background:#FFF;
	text-align:center;
	width:100%;
overflow: hidden;
	}
.content_top.contents001,.content_top.contents003{
	background:#F6F6F6;
	}
.content_top_maxwidth{
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	}
.title {
    font-size: 24px;
    letter-spacing: 10px;
    color: #48484C;
    line-height: 1.3;
    padding-top: 60px;
}
.title span {
    font-size: 16px;
}
.top_news_frame {
    margin-top: 40px;
    padding: 0;
    overflow: hidden;
    width: 820px;
    margin-right: auto;
    margin-left: auto;
}
.top_news_frame dl {
    overflow: hidden;
    line-height: 1.5;
}
.top_news_frame dt:first-of-type,.top_news_frame dd:first-of-type{
    border-top-color: #94949c;
    border-top-style: solid;
    border-top-width: 1px;
}
.top_news_frame dt, .top_news_frame dd {
    border-bottom-color: #94949c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 55px;
    text-align: left;
    overflow: hidden;
}
.top_news_frame dt {
    width: 160px;
    margin: 0;
    line-height: 4;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    clear: left;
    color: #96d8d4;
    vertical-align: middle;
    display: table-cell;
}
.news_day{
color: #D69498;
	}
.ir_day{
color: #92D4D0;
}
.top_news_frame dd {
    padding-left: 0;
    width: 660px;
    padding-right: 15px;
    vertical-align: middle;
    display: table-cell;
    box-sizing: content-box;
}
.top_news_frame dd a {
    color: #48484C;
}
.top_news_frame .ir_tag,.top_news_frame .news_tag {
    background: #48484C;
    color: #ffffff;
    text-align: center;
    font-size: 12.5px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
    height: 20px;
    width: 50px;
    line-height: 1.6;
}
.top_news_bt,.top_condominium_bt,.top_strength_bt {
    margin-top: 60px;
    margin-bottom: 60px;
    border: #4f4f53 solid 1px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color:#4f4f53;
}
.top_news_bt img,.top_condominium_bt img,.top_strength_bt img {
    width: 10px;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -1px;
}
.top_news_bt a,.top_condominium_bt a,.top_strength_bt a {
	display:block;
	color:#4f4f53;
	padding-top: 8px;
    padding-bottom: 7px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.top_news_bt a:hover,.top_condominium_bt a:hover,.top_strength_bt a:hover{
    color: #F6F6F6;
	background: #4f4f53;
	}
.top_news_bt a span, .top_condominium_bt a span, .top_strength_bt a span {
    background: url(../../img/com/arrow_right_black.png);
    background-size: 9px;
    background-repeat: no-repeat;
    height: 15px;
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -1px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.top_news_bt a.hover span,.top_condominium_bt a.hover span,.top_strength_bt a.hover span{
	background:url(../../img/com/arrow_right_white.png);
    background-size: 9px;
    background-repeat: no-repeat;
    height: 15px;
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -1px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.top_news_color {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: 12px;
    margin-bottom: -28px;
}
.top_news_color img {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 7px;
}
.top_condominium_image{
margin-top: 50px;
padding-bottom: 60px;
    overflow: hidden;
	}
.top_condominium_image li{
	display:inline-block;
	vertical-align: top;
	}
.top_condominium_image li a{
    display: block;
    color: #48484C;
	}
.top_condominium_image li img {
    width: 200px;
}
.top_condominium_image li p {
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 15px;
}
ul.sub{
	display: none;
	}
.contents002 .sub_title {
    margin-top: 30px;
}
.top_strength_slide {
    margin: 0 auto;
    width: 100%;
    height: 300px;
    text-align: left;
    position: relative;
    overflow: hidden;
	margin-top: 60px;
}
.top_strength_slide ul {
    height: 300px;
    float: left;
    display: inline;
    overflow: hidden;
}
.top_strength_slide ul li {
    width: 450px;
    height: 300px;
    float: left;
    display: inline;
    overflow: hidden;
}
 .top_strength_slide ul li img{
    height: 300px;
}
.top_strength_slide ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.top_strength_slide ul {
    display: inline-block;
    overflow: hidden;
}
.top_banner{
	margin-top:30px;
	}
.top_banner.second{
	margin-bottom:30px;
	margin-top:0;
	}
.top_banner li {
    display: inline-block;
    margin: 15px;
}
.top_banner li img {
    width: 245px;
}
.top_banner li a{
	display:block;
	}
.small{
	display:none;
	}
.footer{
	background:#F6F6F6;
	}
.footer .back_top {
    width: 100%;
    background: #c9d4d3;
    height: 50px;
    text-align: center;
}
.footer .back_top img {
    width: 30px;
    padding-top: 15px;
}
.footer_contact_bt {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 16px;
    background: #80D5D0;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    padding-top: 12px;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.footer_contact_bt img {
    width: 22px;
    vertical-align: middle;
    margin-top: -3px;
}
.footer_contact_bt a {
	display:block;
    color: #ffffff;
}
.google_map{
	overflow:hidden;
	padding-bottom:30px;
	}
.google_map .google_map001 {
    width: 45.5%;
    margin: 3%;
    overflow: hidden;
	float:left;
	margin-top: 0;
}
.google_map .google_map002{
    width: 45.5%;
    margin: 3%;
    overflow: hidden;
	float:right;
	margin-left:0;
	margin-top: 0;
	}
.google_map .google_map001 p,.google_map .google_map002 p{
	text-align:center;
	margin-top: 10px;
	}
.google_map .google_map001 a,.google_map .google_map002 a{
	display:inline-block;
	color:#80D5D0;
	}
.footer_menu {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}
.footer_menu ul {
    text-align: center;
	margin-top:30px;
	margin-bottom:30px;
}
.footer_menu.small {
    display: none;
}
.footer_menu ul li {
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    margin-right: 30px;
    margin-left: 30px;
    line-height: 2;
}
.footer_menu ul li a{
	color: #48484C;
	display:block;
	font-size:12px;
}
.footer_menu ul li a img {
    width: 6px;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -2px;
}
.copyright{
    background: #ffffff;
	text-align: right;
	padding:30px;
	}
.copyright p{
	font-size:12px;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
	}
#accordion{
   -moz-transition: .5s;
   -webkit-transition: .5s;
   -o-transition: .5s;
   -ms-transition: .5s;
   transition: .5s;
   position:relative;
	}
#accordion ul {
    height: auto;
    position: absolute;
    text-align: left;
    margin: 0;
    left: -100%;
	overflow:hidden;
	z-index:100;
	padding-top:5px;
}
#accordion ul li {
    background: #80D5D0;
    width: 160px;
    border-bottom: #ffffff solid 1px;
}
#accordion ul li:first-child {
    margin-top: 10px;
}
#accordion ul li a {
    color: #ffffff;
    font-size: 13px;
    display: block;
    padding: 5px;
    padding-left: 15px;
    overflow: hidden;
    position: relative;
}
#accordion ul li a.text_small_menu {
font-size: 12.5px;
    letter-spacing: -0.12px;
}
#accordion ul li a img {
    width: 7px;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 14px;
}
#accordion.ir_menu ul {
    left: -135%;
}
#accordion.strong_menu ul{
    left: -70%;
}
#accordion.house_menu ul{
left: -36%;
}
.sankaku {
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 14px solid #80D5D0;
    border-left: 15px solid transparent;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    margin: auto;
}
.menu ul li a:hover,#accordion p:hover,#accordion a:hover,.top_news_frame dd:hover,.top_banner li:hover,.footer .back_top:hover,.footer_contact_bt:hover,.footer_menu ul li a:hover,.top_condominium_image li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
}
.strong_image_link ul li a:hover {
box-shadow:rgba(255, 255, 255, 1) 0px 0px 50px 50px inset;
-webkit-box-shadow:rgba(255, 255, 255, 1) 0px 0px 50px 50px inset;
-moz-box-shadow:rgba(255, 255, 255, 1) 0px 0px 50px 50px inset;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.strong_image_link ul li a img:hover {
	opacity: 0.7;
}
#iphone .side-menu,#android .side-menu {
	position:absolute;
    top: 508px;
	height:auto;
	}
#acMenu dd {
	display:none;
	}
#acMenu dd a.acmenutop_a{
color: #80D5D0;
font-size: 12px;
display: block;
padding: 5px;
padding-left: 15px;
overflow: hidden;
position: relative;
background: white;
border-bottom: #80D5D0 solid 1px;
}
#acMenu dt.acmenutop {
    color: #ffffff;
    font-size: 13px;
    display: block;
    padding: 5px;
    padding-left: 15px;
    overflow: hidden;
    position: relative;
}
#acMenu .acmenutop{
    cursor:pointer;
    background:url(../../img/com/plus_white.png) no-repeat;
	background-position: 95%;
    }
#acMenu .acmenutop.activemenu{
    background:url(../../img/com/arrow_up_menu.png) no-repeat;
	background-position: 95%;
	background-size: 7.8%;
    }
/* =======================================
	2tier
======================================= */
#wrap .mv.tier {
    height: 280px;
	}
.mv_tier_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.mv_tier_img.header001 {
    background: url(../../img/com/header004.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.mv_tier_img.header002 {
    background: url(../../img/com/header002.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.mv_tier_img.header003 {
    background: url(../../img/com/header001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.mv_tier_img.header004 {
    background: url(../../img/com/header003.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.mv_tier_img.header005 {
    background: url(../../img/com/header005.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.mv_tier_img.header006 {
    background: url(../../img/com/header006.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
#iphone .side-menu.tier, #android .side-menu.tier {
    position: absolute;
    top: 185px;
    height: auto;
}
.menu.tier {
    background: #ffffff;
}
.breadcrumb_list {
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.breadcrumb_list a {
    color: #80D5D0;
	display:inline-block;
}
/* Let's get this party started */
.side-menu::-webkit-scrollbar,.side-menu::-moz-scrollbar {
    width: 0;
}
.header_menu_small.tier {
    background: #FFFFFF;
}
/* Track
.side-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}*/
/* Handle
.side-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.side-menu::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4);
}*/
.content_all {
    width: 100%;
    max-width: 960px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
	margin-bottom: 45px;
}
.content_left {
	width: 220px;
    float: left;
    overflow: hidden;
    margin-right: 46px;
}
.left_side_menu {
    background: #49484d;
    color: #ffffff;
    width: 220px;
}
.left_side_menu {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.left_side_menu .second ul {
	text-align: center;
	display: none;
}
.left_side_menu .second .active span {
    background-image: url(../../img/com/arrow_up_menu.png);
    background-size: cover;
    width: 14px;
    height: 14px;
    float: right;
    vertical-align: middle;
    margin-right: -1px;
    margin-top: 5px;
}
.left_side_menu .second span {
    background-image: url(../../img/com/plus_white.png);
    width: 10px;
    height: 10px;
    float: right;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 1px;
}
.left_side_menu ul li ul .second .active{
    border-bottom-color: #49484D;
    border-bottom-style: solid;
    border-bottom-width: 1px;
	}
.left_side_menu ul li ul .second .active span {
    background-image: url(../../img/com/arrow_up_menu_black.png);
    background-size: cover;
    width: 14px;
    height: 14px;
    float: right;
    vertical-align: middle;
    margin-right: -1px;
    margin-top: 5px;
}
.left_side_menu ul li ul .second  span {
    background-image: url(../../img/com/plus_black.png);
    width: 10px;
    height: 10px;
    float: right;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 1px;
}
.left_side_menu ul li a.side-menu_contact {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    font-size: 14px;
    border: #ffffff solid 2px;
    padding: 5px;
    padding-bottom: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.left_side_menu ul li a {
    color: #ffffff;
    font-size: 15px;
    padding: 15px;
    display: block;
    overflow: hidden;
}
.left_side_menu ul li a img {
    width: 10px;
    float: right;
    vertical-align: middle;
    margin-top: 6px;
}
.left_side_menu ul li p {
    padding: 10px;
    text-align: center;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.left_side_menu ul li .left_side_menu_top {
    font-size: 16px;
    letter-spacing: 5px;
    margin-left: 5px;
}
.left_side_menu ul li .left_side_menu_top.active {
    margin-left: 7px;
}
.left_side_menu li ul li {
    border-bottom-color: #49484D;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: left;
    border-left: #49484D solid 1px;
    border-right: #49484D solid 1px;
}
.left_side_menu li ul li:first-child {
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 1px;
}
.left_side_menu ul li ul li a {
    color: #49484D;
    font-size: 14px;
    display: block;
    overflow: hidden;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #FFFFFF;
}
.left_side_menu ul li ul li a img {
    width: 7px;
    float: right;
    vertical-align: middle;
    margin-top: 7px;
}
.left_side_menu ul li ul li p {
    text-align: left;
    background: white;
    color: #49484D;
	font-size:14px;
}
.left_side_menu li ul li ul li {
    border-left: none;
    border-right: none;
}
.left_side_menu li ul li ul li:last-child {
    border-bottom: none;
}
.left_side_menu ul li ul li ul li a {
	background:#f9f9f9;
	color:#49484D;
}
.left_side_menu li ul li ul li{
    border-bottom-color: #D2D2D2;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: left;
}
.content_right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
	text-align:center;
}
.content_right h2 {
    text-align: left;
   /* border-bottom: #918f92 solid 6px;*/
    font-size: 25px;
    padding-bottom: 14px;
}
.content_right h3 {
    text-align: left;
    font-size: 20px;
    padding-bottom: 4px;
    padding-left: 4px;
    overflow: hidden;
    margin-top: 20px;
	clear:both;
	}
.content_right h3:after {
    content: "";
    background: rgb(150,216,212);
    background: -moz-linear-gradient(left, rgb(150,216,212) 0%, rgb(150,216,212) 24%, rgb(145,143,146) 24%, rgb(145,143,146) 100%);
    background: -webkit-linear-gradient(left, rgb(150,216,212) 0%,rgb(150,216,212) 24%,rgb(145,143,146) 24%,rgb(145,143,146) 100%);
    background: linear-gradient(to right, rgb(150,216,212) 0%,rgb(150,216,212) 24%,rgb(145,143,146) 24%,rgb(145,143,146) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96d8d4', endColorstr='#918f92',GradientType=1 );
    width: 110%;
    display: block;
    height: 3px;
    margin-top: 6px;
    margin-left: -4px;
    padding: 0;
}
.content_right h4 {
    text-align: left;
    font-size: 16px;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 25px;
    overflow: hidden;
    margin-top: 20px;
    border: #ACAAAD solid 1px;
    background: url(http://www.nisshinfudosan.com/image/h4_border.jpg);
    background-repeat: no-repeat;
    background-size: 0.5% 80%;
    background-position: 10px;
}
.content_right h3 span {
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
}
.content_right img {
    margin-top: 0px;
    margin-bottom: 20px;
    display: inline-block;
    overflow: hidden;
    padding: 0;
	margin-left:auto;
	margin-right:auto;
}
.content_right a img {
  margin-left: 0;
  margin-right: 0;
}
.content_right p {
    text-align: left;
    line-height: 1.7;
    padding: 1%;
    font-size: 13px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content_right p.text_center{
	padding-bottom: 0px;
	font-size:15px;
	}
.content_right .other_bt {
    margin-top: 40px;
    margin-bottom: 40px;
    border: #4f4f53 solid 1px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color:#4f4f53;
	overflow:hidden;
	clear:both;
}
.content_right .other_bt img {
    width: 10px;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -1px;
}
.content_right .other_bt a {
	display:block;
	color:#4f4f53;
	padding-top: 8px;
    padding-bottom: 7px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.text_left {
    width: 48%;
    float: left;
}
.image_right {
    width: 48%;
    float: right;
    overflow: hidden;
}
.content_right .other_bt a:hover{
    color: #F6F6F6;
	background: #4f4f53;
	}
.content_right .other_bt a span {
    background: url(../../img/com/arrow_right_black.png);
    background-size: 9px;
    background-repeat: no-repeat;
    height: 15px;
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -1px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.top_news_bt a.hover span,.top_condominium_bt a.hover span,.top_strength_bt a.hover span{
	background:url(../../img/com/arrow_right_white.png);
    background-size: 9px;
    background-repeat: no-repeat;
    height: 15px;
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    margin-left: 7px;
    margin-top: -1px;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#strong_001,#strong_002,#strong_003,#strong_004,#strong_005,#strong_006,#strong_007,#strong_008 {
	margin:0;
	padding:0;
	margin-top:0px;
	padding-top:0px;
	clear:both;
}
.strong_image_link ul li a {
	display:block;
}
.strong_image_link ul li img {
    margin: 0;
    padding: 0;
	max-width:100px;
}
.strong_image_link img.bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	max-width: 440px;
}
.strong_image_link {
    position: relative;
    width: 100%;
    height: auto;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: 450px;
    width: 450px;
    height: 450px;
}
.strong_image_link:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
    margin-top: 80px;
    margin-bottom: 80px;
}
.strong_image_link ul {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
	max-width: 500px;
    margin: auto;
}

.strong_image_link ul li{
    position: absolute;
    z-index: 2;
    max-width: 100px;
    max-height: 100px;
	}
.strong_image_link ul li:nth-child(1) {
	margin:auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: -35px;
	width:110px\0;
}
.strong_image_link ul li:nth-child(2) {
    right: 0;
    top: 0;
    margin: auto;
    margin-top: 35px;
    margin-right: 35px;
}
.strong_image_link ul li:nth-child(3) {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: -35px;
}
.strong_image_link ul li:nth-child(4) {
    right: 0;
    bottom: 0;
    margin: auto;
    margin-bottom: 35px;
    margin-right: 35px;
}
.strong_image_link ul li:nth-child(5) {
	margin:auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin-bottom: -35px;
	width:110px\0;
}
.strong_image_link ul li:nth-child(6) {
    left: 0;
    bottom: 0;
    margin: auto;
    margin-bottom: 35px;
    margin-left: 35px;
}
.strong_image_link ul li:nth-child(7) {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: -30px;
}
.strong_image_link ul li:nth-child(8) {
    left: 0;
    top: 0;
    margin: auto;
    margin-top: 30px;
    margin-left: 30px;
}
.quality {
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 25px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
	    max-width: 603px;
}
.quality_left001 {
background: #80D5D0;
    padding: 13px;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    position: relative;
    float: left;
    height: auto;
}
.quality_right001 {
    font-size: 12.5px;
    line-height: 1.4;
    padding: 5px;
    margin: 0;
    padding-left: 3.2%;
    text-align: left;
    overflow: hidden;
    position: relative;
    max-width: 535px;
}
.quality_right001 img {
    width: 49%;
    vertical-align: middle;
    display: inline-block;
    float: right;
    margin: 0;
    margin-left: 5px;
}
.quality_left002 {
    background: #80D5D0;
        padding: 13px;
    height: auto;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    float: left;
	position:relative;
}
.quality_right002 {
font-size: 12.5px;
    line-height: 1.4;
    padding: 5px;
    margin: 0;
    padding-left: 1.5%;
    text-align: left;
    overflow: hidden;
    position: relative;
    max-width: 535px;
}
.quality_right002 p {
    font-size: 12px;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}
.quality_right002 img {
    width: 48%;
    vertical-align: middle;
    display: inline-block;
    float: right;
    margin: 1%;
}
p.quality_right002_text{
	    padding-left: 1.7%;
	}
.quality_left003 {
    background: #80D5D0;
        padding: 13px;
    height: auto;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    float: left;
position: relative;
}
.quality_right003 {
    font-size: 12.5px;
    line-height: 1.4;
    padding: 5px;
    margin: 0;
    text-align: left;
    padding-left: 3.2%;
    overflow: hidden;
    position: relative;
    max-width: 535px;
}
.quality_right003 img {
    width: 49%;
    vertical-align: middle;
    display: inline-block;
    float: right;
    margin: 0;
    margin-left: 5px;
}
#web .content_right img.imageleft {
    float: left;
    vertical-align: middle;
    margin: 0;
    margin-right: 14px;
}
#iphone .content_right img.imageleft,#andorid .content_right img.imageleft {
    float: none;
	width:100%;
    vertical-align: middle;
    margin: 0;
    margin-right: 14px;
}

.spanborder {
    border-bottom: #96D8D4 solid 2px;
    width: 100%;
}
.content_right .leftkeep {
    width: 53%;
    float: left;
}
.content_right .rightkeep {
    width: 44%;
    float: right;
}
.contens_ul {
    width: 100%;
    overflow: hidden;
	clear:both;
	padding-top:20px;
}
.contens_ul li {
    width: 48%;
    text-align: left;
    display: inline-block;
    border: #80D5D0 solid 1px;
    padding-bottom: 50px;
    height: 130px;
    margin-bottom: 10px;
    vertical-align: top;
}
.contens_ul li .contens_ul_title {
    background: #80D5D0;
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}
.contens_ul li .contens_ul_contens {
	padding-left:10px;
	padding-right:10px;
}
.sankakur {
    width: 0;
    height: 0;
    border: 26px solid transparent;
    border-top: 22px solid #80D5D0;
    position: absolute;
    bottom: 0;
    left: 1px;
    margin-bottom: -48px;
}
.contens_ul li:nth-child(9){
	display: block;
    margin-left: 9px;
	}
.content_right p.image_right.survey_002{
	width: 43%;
	}
.content_left p.image_right.survey_001 {
    width: 53%;
}
.quality.bottom_003{
	margin-bottom:30px;
	}
.content_right.quess p {
    text-align: left;
    line-height: 1.7;
    padding: 4px;
    font-size: 12px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content_right.quess table{
    border-collapse: collapse;
}
.content_right.quess .contact_title {
    text-align: left;
    font-size: 16px;
    padding: 9px;
    padding-left: 14px;
    overflow: hidden;
    font-weight: bold;
    clear: both;
    background: #96D8D4;
}
.content_right.quess td{
	border: #96D8D4 solid 1px;
	}
.content_right.quess .contact_001 {
    width: 18%;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1.7;
    padding-right: 2px;
    text-align: left;
    padding-left: 12px;
}
.content_right.quess .contact_002 {
    width: 12%;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    line-height: 1.7;
}
.content_right.quess .contact_003 {
    width: 21%;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    line-height: 1.7;
    padding-right: 2px;
    text-align: left;
    padding-left: 12px;
}
.content_right.quess .contact_004 {
    width: 17%;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    line-height: 1.7;
}
.content_right.quess .contact_character {
    font-size: 16px;
    font-weight: bold;
}
.content_right.quess .contact_tel {
    font-size: 35px;
    font-weight: bold;
    color: #80D5D0;
}
#iphone .quolity li,#android .quolity li {
    width: 65%;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 0%;
    margin-right: 0%;
}

/* =======================================
	eles_20160219
======================================= */
.content_right .leftkeep.environment003left {
    width: 63%;
}
.content_right .rightkeep.environment003right {
	width: 32%;
	text-align: right;
}
.content_right .leftkeep.environment004left {
    width: 73%;
}
.content_right .rightkeep.environment004right {
	width: 22%;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.content_right .leftkeep.environment005left {
    width: 68%;
}
.content_right .rightkeep.environment005right {
	width: 28%;
	text-align: right;
}
.clear{
	clear:both;
	margin: 0px;
	padding: 0px;
}
.content_right h5 {
    text-align: left;
    font-size: 13px;
	font-weight: bold;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 18px;
    overflow: hidden;
    margin-top: 0px;
    border: 1px none #ACAAAD;
    background: #CCC no-repeat;
    margin-right: 3px;
    margin-left: 3px;
}
.right {
	text-align: right;
}
.quolity li{
    width: 32.3333%;
    display: inline-block;
    vertical-align: text-top;
    margin-left: 0%;
    margin-right: 0%;
	}
.content_right .leftkeep {
    width: 46%;
    float: left;
}
.content_right .rightkeep {
    width: 46%;
    float: right;
}
.content_right .leftkeep.environment002left {
    width: 51%;
}
.content_right .rightkeep.environment002right {
    width: 45%;
}
.content_right .rightkeep.environment002right.imgleft img {
	margin-left:0;
	text-align:right;
}
#web .margin_001,#iphone .margin_001,#android .margin_001{
	margin: 0;
	margin-top: 10px;
}
#web .margin_002,#iphone .margin_002,#android .margin_002{
	margin: 0;
	margin-top: 20px;
}
#web .margin_003,#iphone .margin_003,#android .margin_003{
	margin: 0;
	margin-top: 30px;
}
#web .margin_004,#iphone .margin_004,#android .margin_004{
	margin: 0;
	margin-top: 40px;
}
#web .margin-bottom_000,#iphne .margin-bottom_000,#iphone .margin-bottom_000{
	margin-bottom:0;
	}
h2.m_001{
	    margin-top: 20px;
	}
.content_all.strength003 .content_right h2.deleteborder {
    text-align: left;
    font-size: 25px;
    padding-bottom: 0px;
    border-bottom: none;
}
.content_all.strength003 .content_right p {
    text-align: left;
    line-height: 1.7;
    padding: 4px;
    font-size: 13px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 0px;
}
#web .margin_001{
	margin-top: 10px;
}
#web .margin_002{
	margin-top: 20px;
}
#web .margin_003{
	margin-top: 30px;
}
#web .padding_001{
	padding-top:10px;
}
#web .padding_002{
	padding-top: 20px;
}
#web .padding_003{
	padding-top: 30px;
}
.content_right .leftkeep.withleft001{
	width:48%;
	}
.content_right .rightkeep.withright001{
	width:48%;
	}
.content_right .leftkeep.withleft002{
	width:52%;
	}
.content_right .rightkeep.withright002{
	width:44%;
	}
.content_right .leftkeep.withleft003{
	width:57%;
	}
.content_right .rightkeep.withright003{
	width:39%;
	}
.content_right .leftkeep.withleft004{
	width:62%;
	}
.content_right .rightkeep.withright004{
	width:34%;
	}
.content_right .leftkeep.withleft005{
	width:67%;
	}
.content_right .rightkeep.withright005{
	width:29%;
	}
table.strength003_table tr td {
    padding: 4px;
    font-size: 12px;
    text-align: left;
    line-height: 1.3;
    vertical-align: top;
}
table.strength003_table tr td.strength003_table_text{
	width: 33%;
    padding-right: 0;
	}
table.strength003_table tr td.strength003_table_img{
	    width: 15%;
    padding-right: 3%;
	}
#inner img {
margin-bottom: 0px;
}
#inner p{
    padding-top: 0px;
    padding-bottom: 0px;
	}
table.company {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #c2c2c2;
}
table.company th {
    line-height: 120%;
    text-align: left;
    white-space: nowrap;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    color: #000066;
    font-weight: bold;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    vertical-align: middle;
}
table.company td {
    text-align: left;
    line-height: 168%;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: middle;
}
table.company th a {
    color: #000066;
    text-decoration: underline;
}
table.company-yakuin {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 15px;
    margin-bottom: 15px;
	margin-left: 15px;
    font-size: 12px;
    width: 90%;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #c2c2c2;

}
table.company-yakuin th {
    line-height: 120%;
    text-align: left;
    white-space: nowrap;
    border-top-width: 0;
    border-bottom-width: 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    color: #000066;
    font-weight: bold;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 25px;
    vertical-align: middle;
}
table.company-yakuin td {
    text-align: left;
    line-height: 168%;
    border-top-width: 0;
    border-bottom-width: 0px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: middle;
}
table.company-pri {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #c2c2c2;
}
table.company-pri th {
    line-height: 120%;
    text-align: left;
    white-space: nowrap;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    color: #000066;
    font-weight: bold;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    vertical-align: middle;
}
table.company-pri td {
    text-align: left;
    line-height: 168%;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: middle;
}

.content_right p.padding_b {
    padding-bottom: 0px;
}
#map_canvas,#map_canvas2{
	width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
    background-color: rgb(229, 227, 223);
	margin-bottom:10px;
	margin-top:10px;
	}
.ruto {
	margin: 0px;
	padding: 0px 8px 8px;
	clear: both;
	font-size: 12px;
	width: auto;
	text-align: right;
}
.ruto a {
    font-size: 13px;
    color: #06F;
	display:inline-block;
}
.no {
    font-size: 12px;
    line-height: 160%;
    background-color: #EAEAEA;
    padding: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.no li {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:left;
}
table.site {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #c2c2c2;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #c2c2c2;
    border-left-color: #c2c2c2;
}
table.site th {
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    color: #000066;
    font-weight: bold;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    vertical-align: middle;
    background-color: #EAEAEA;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #c2c2c2;
}
table.site td {
    text-align: left;
    line-height: 168%;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    vertical-align: top;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #c2c2c2;
    white-space: normal;
    padding: 10px;
	vertical-align: middle;
}
.tex1 span {
    color: #F00;
}
.pri {
    background-color: #EFEFEF;
    text-align: left;
}
.pri ul {
    font-size: 12px;
    padding: 15px;
}
.pri ul li {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: decimal;
    margin-left: 25px;
}
.pri ul li:nth-child(2) {
	margin-top: -10px;
}


span.pdf {
    background-image: url(../../img/com/pdf_icon.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 5px;
	    display: inline-block;
}
.pri dl {
    font-size: 12px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
}
.pri dl dt {
    margin-top: 0px;
	margin-bottom: 0px;
}
.pri dl dd {
	margin-top: 0;
	margin-bottom: 0px;
}
p.marginb2 {
    font-size: 11px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-flex;
    margin-top: 10px;
}
p.marginb2 img {
    vertical-align: middle;
    margin-right: 20px;
}
h3.sitem {
    font-size: 14px;
    font-weight: bold;
    color: #006;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sitem a {
    font-weight: bold;
    text-decoration: underline;
    color: #006;
}
.map {
    padding-left: 35px;
}
.sitemap2 {
    float: left;
    width: 45%;
    margin-right: 30px;
    margin-bottom: 15px;
    text-align: left;
}
.sitemap2 dt {
    font-size: 13px;
    font-weight: bold;
    background-image: url(../../img/com/TOP_ya.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 7px;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #cdcdcd;
}
.sitemap2 dt a,.sitemap2 dd a {
    font-weight: bold;
    color: #49484D;
    text-decoration: underline;
}
.sitemap2 dd {
	background-image: url(../sitemap/img/arrow_right_black02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 12px;
	margin-bottom: 4px;
	margin-left: 15px;
	line-height: 1.7;
}
.sitemap {
    float: left;
    width: 45%;
    margin-right: 30px;
    margin-bottom: 15px;
    text-align: left;
}
.sitemap dt {
    font-size: 13px;
    font-weight: bold;
    background-image: url(../../img/com/TOP_ya.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 7px;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #cdcdcd;
}
.sitemap dt a,.sitemap dd a {
    font-weight: bold;
    color: #49484D;
	text-decoration:underline;
}
.card {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
	overflow: hidden;
}
.card .card1 {
    float: left;
    width: 320px;
	text-align:left;
}
.card .card2 {
    float: right;
    width: 320px;
	text-align:left;
}
.card .card1 dt.cacth {
    font-size: 12px;
    padding: 15px;
    color: #006;
    line-height: 150%;
}
.card .card1 .tokuten {
    font-size: 12px;
    padding: 15px;
    line-height: 150%;
}
.card .card1 .contact {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-color: #C6D6DF;
    padding: 10px;
    border: 2px solid #CCCCCC;
    margin-right: 15px;
    margin-left: 15px;
    line-height: 2;
}
.card .card2 dt.cacth {
    font-size: 12px;
    padding: 15px;
    color: #006;
    line-height: 150%;
}
.card .card2 .tokuten {
    font-size: 12px;
    padding: 15px;
    line-height: 150%;
}
.card .card2 .tokuten span {
    font-size: 15px;
    color: #006;
}
.card .card1 .cacth span {
    color: #F00;
}
.card .card2 .cacth span {
    color: #F00;
}
.card .card1 .tokuten span {
    font-size: 15px;
    color: #006;
}
#nenkai {
       width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    background-color: #E7E7E7;
    border: 4px solid #CCC;
	clear:both;
}
#nenkai p {
    font-size: 12px;
    line-height: 150%;
}
.content_right table.qualitytable {
    width: 98%;
    margin-left: auto;
}
.tex1 a {
    color: #333333;
    text-decoration: underline;
	    display: inline-block;
}
table.sample {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #cccccc;
    border-left-color: #cccccc;
    margin-top: 30px;
    line-height: 160%;
}
.sample th {
    color: #330000;
    background-color: #F2F2F2;
    text-align: center;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    width: 35%;
    padding-top: 10px;
    padding-right: 1em;
    padding-bottom: 10px;
    padding-left: 1em;
    font-size: 14px;
}
.sample th span {
    color: #F00;
}
.sample td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    font-size: 13px;
    padding-top: 10px;
    padding-right: 1em;
    padding-bottom: 10px;
    padding-left: 1em;
	text-align:left;
}
#formbtn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
}
#formbtn li {
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
}
#formbtn input[type="button"] {
    margin-top: 20px;
    margin-bottom: 0;
    border: #4f4f53 solid 1px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #4f4f53;
    overflow: hidden;
    clear: both;
    display: block;
    padding: 15px;
    background: transparent;
}
#formbtn input[type="submit"] {
    margin-top: 20px;
    margin-bottom: 0;
    border: #4f4f53 solid 1px;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #4f4f53;
    overflow: hidden;
    clear: both;
    display: block;
    padding: 15px;
    background: transparent;
}
input[type="button"]:hover, #formbtn input[type="submit"]:hover {
  outline: 0;
}
input[type="text"]:focus {
  outline: 0;
}
#area {
    border: 2px solid #06C;
    margin-top: 10px;
    margin-bottom: 10px;
}
#area dt {
    background-color: #06C;
    color: #FFF;
    font-size: 15px;
    padding: 10px;
	text-align:left;
}
#area dd {
    padding: 10px;
    font-size: 14px;
	text-align:left;
}
#quick {
    background-color: #EEE;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#quick li {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:left;
}
#quick li span {
    font-weight: bold;
    color: #F00;
	text-align:left;
}
/* =======================================
	eles(CMS)_20160219
======================================= */
#inner div.cms .lower {
    font-size: 14px;
    font-weight: bold;
    background-image: url(../../img/com/arrow_title.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    margin-bottom: 30px;
    margin-top: -5px;
}
#mt_title {
    text-align: center;
    background-color: #14126f;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 160%;
}
#inner div.cms .entry-content p {
    margin-top: 7px;
    margin-bottom: 7px;
	text-align:left;
}
#inner div.cms h5 {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-bottom: 8px;
    font-weight: bold;
	text-align:left;
    padding-top: 0;
    padding-left: 0;
    overflow: hidden;
    background: none;
    margin-right: 0;
    margin-left: 0;
}
#next {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
}
#next a {
    color: #333333;
    text-decoration: underline;
}
#inner div.cms dl.publisher {
    width: 410px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 10px;
    border: 1px solid #CCC;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 15px;
}
#inner div.cms dl.publisher dt {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #F60;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    font-size: 16px;
    padding-bottom: 5px;
    width: 97%;
    margin-top: 5px;
    padding: 1%;
    margin-bottom: 5px;
    margin-left: 1%;
    margin-right: 1%;
    background-image: none;
    float: none;
}
#inner div.cms dl.publisher dd {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 45px;
    background-image: url(../../img/com/arrow_kabu.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 94%;
    text-align: left;
    padding: 1%;
    padding-left: 4%;
    margin: 1%;
}
#inner div.cms h3:after {
    content: "";
	background:none;
    width: auto;
    display: block;
    height: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
}
#inner div.cms .asset-meta-list {
    text-align: right;
    font-size: 12px;
}
#inner div.cms .asset-meta-list li {
    display: inline;
}
#inner div.cms table,#inner div.cms table tr,#inner div.cms table th, #inner div.cms table td {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    list-style-type: none;
	text-align:left;
}

#inner div.cms table tr {
    width: 50%;
}
#inner div.cms table a{
	text-decoration:underline;
	}
#inner div.cms p.ending {
    text-align: right;
}
.left_side_menu_top.new{
font-size: 14px;
}
.cms dl {
    padding-right: 0px;
    padding-bottom: 3px;
    padding-left: 0px;
    width: 600px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 10px;
    margin-right: auto;
	text-align:left;
}
.cms dl dt {
    clear: left;
    float: left;
    width: 14em;
    padding-left: 15px;
    color: #000000;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    background-image: url(../../img/com/arrow_kako.gif);
    background-repeat: no-repeat;
    background-position: 0px 18px;
}

.cms dl dd {
    margin-bottom: 10px;
    margin-left: 0em;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-right: 12px;
    color: #333333;
    font-size: 12px;
    margin-top: 0px;
    padding-top: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}
.cms dl a{
    text-decoration: none;
    color: #333333;
}
#pagebute {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}
#pagebute li {
    font-size: 12px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    color: #FFF;
}
#pagebute .current_page {
    border: 1px solid #336eab;
    padding: 7px;
	padding-left:10px;
	padding-right:10px;
    background-color: #336eab;
    display: inline-block;
}
#pagebute li a {
    color: #FFF;
    padding: 7px;
	padding-left:10px;
	padding-right:10px;
    background-color: #336eab;
    display: inline-block;
}
#pagebute .link_page {
    border: 1px solid #336eab;
    padding: 7px;
	padding-left:10px;
	padding-right:10px;
    background-color: #FFF;
    color: #336eab;
    display: inline-block;
    margin: 0px;
}
#pagebute li span {
    background-color: #336eab;
}
#pc {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#smart {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}

#smart2 {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
}
#inner .cms .big tbody tr td .mt-image-center {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 580px;
}

#inner .cms .big {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
}
#inner .cms .big  tbody tr td {
	padding: 0px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inner .cms .big  tbody tr {
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inner .cms .yoko {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	clear: both;
	width: auto;
height: auto;
}
#inner .cms .yoko tbody tr td {
	padding: 0px;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
float:left;
}
#inner .cms .yoko tbody tr {
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#inner .cms .moziyoko {
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
padding: 0px;
clear: both;
width: 100%;
height: auto;
}
#inner .cms .moziyoko tbody tr td {
padding: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
text-align: left;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
display: inline-table;
width: 48%;
vertical-align: top;
}
#inner .cms .moziyoko tbody tr {
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inner .cms .company2 tbody tr .space{
padding-top:20px;
}
#inner .cms table.company2 td {
text-align: center;
line-height: 168%;
border-top-width: 0;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #C2C2C2;
border-bottom-color: #C2C2C2;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 10px;
vertical-align: top;
border-right: 1px solid #C2C2C2;
width: 25%;
  vertical-align: middle;
}
#inner .cms table.company2 {
border-collapse: collapse;
border-spacing: 0;
margin-top: 15px;
margin-bottom: 15px;
font-size: 12px;
width: 100%;
border: 1px solid #C2C2C2;
}

.pc .mt-image-none{
margin-right: auto;
margin-left: auto;
overflow: hidden;
}
.space_1{
letter-spacing: 1px;
margin-right: -1px;
}
.space_2{
letter-spacing: 2px;
margin-right: -2px;
}
.space_3{
letter-spacing: 3px;
margin-right: -3px;
}
.space_4{
letter-spacing: 4px;
margin-right: -4px;
}
.space_5{
letter-spacing: 5px;
margin-right: -5px;
}
.space_6{
letter-spacing: 6px;
margin-right: -6px;
}
.space_7{
letter-spacing: 7px;
margin-right: -7px;
}
.space_8{
letter-spacing: 8px;
margin-right: -8px;
}
.space_9{
letter-spacing: 9px;
margin-right: -9px;
}
.space_10{
letter-spacing: 10px;
margin-right: -10px;
}
.space_11{
letter-spacing: 11px;
margin-right: -11px;
}
.space_12{
letter-spacing: 12px;
margin-right: -12px;
}
.space_13{
letter-spacing: 13px;
margin-right: -13px;
}
.space_14{
letter-spacing: 14px;
margin-right: -14px;
}
.space_15{
letter-spacing: 15px;
margin-right: -15px;
}
.space_16{
letter-spacing: 16px;
margin-right: -16px;
}
.space_17{
letter-spacing: 17px;
margin-right: -17px;
}
.space_18{
letter-spacing: 18px;
margin-right: -18px;
}
.space_19{
letter-spacing: 19px;
margin-right: -19px;
}
.space_20{
letter-spacing: 20px;
margin-right: -20px;
}
.space_21{
letter-spacing: 21px;
margin-right: -21px;
}
.space_22{
letter-spacing: 22px;
margin-right: -22px;
}
.space_23{
letter-spacing: 23px;
margin-right: -23px;
}
.space_24{
letter-spacing: 24px;
margin-right: -24px;
}
.space_25{
letter-spacing: 25px;
margin-right: -25px;
}
.space_26{
letter-spacing: 26px;
margin-right: -26px;
}
.space_27{
letter-spacing: 27px;
margin-right: -27px;
}
.space_28{
letter-spacing: 28px;
margin-right: -28px;
}
.space_29{
letter-spacing: 29px;
margin-right: -29px;
}
.space_30{
letter-spacing: 30px;
margin-right: -30px;
}

#inner .cms table.company td {
    text-align: left;
    line-height: 168%;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: middle;
}
#inner .cms table.company th {
    line-height: 120%;
    text-align: left;
    white-space: nowrap;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    color: #000066;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 4px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: middle;
}
#inner .cms h4 {
	background-image:none;
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    background-color: #EAEAEA;
    padding-top: 5px;
    padding-bottom: 5px;
	border:none;
}
#inner .cms table.company th.topdot {
    line-height: 120%;
    text-align: left;
    white-space: nowrap;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    color: #000066;
    font-weight: bold;
    padding-top: 10px;
    padding-right: 4px;
    padding-bottom: 10px;
    padding-left: 10px;
    vertical-align: middle;
    width: 40%;
}
#inner .cms table.company td a[href $='.pdf'] {
    background-image: url(../../img/com/pdf_icon.gif);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    margin-left: 5px;
    padding-left: 22px;
}
#inner .cms .entry-content p {
    margin-top: 7px;
    margin-bottom: 7px;
	text-align:left;
}
#inner .cms .entry-content p a {
    text-decoration: underline;
    color: #333333;
}
#inner .cms .asset-content.entry-content {
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
}
#inner .cms dl.kabuyu dt {
    clear: none;
    float: none;
    width: auto;
    padding-left: 15px;
    color: #000000;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    font-size: 12px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px 12px;
    text-align: left;
}
#inner .cms dl.kabuyu {
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    width: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0;
    margin-right: auto;
    text-align: left;
    border: none;
}
#inner .cms dl.kabuyu dd {
    margin-bottom: 10px;
    margin-left: 0em;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-right: 12px;
    color: #333333;
    font-size: 12px;
    margin-top: 0px;
    padding-top: 10px;
    border-bottom: none;
}
#inner .cms .entry-content ol {
    font-size: 12px;
    line-height: 160%;
    background-color: #EAEAEA;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#inner .cms .entry-content ol li {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#inner .cms dl.qa dt {
background-image: url(../../img/com/qa01.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 35px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: auto;
    float: none;
}
#inner .cms dl.qa dd {
    margin-top: 3px;
    margin-bottom: 3px;
    background-image: url(../../img/com/qa02.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    width: auto;
    float: none;
}

#inner .cms table.keiei {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #cccccc;
    border-left-color: #cccccc;
    margin-top: 30px;
    line-height: 130%;
}
#inner .cms table.keiei th {
    color: #FFFFFF;
    background-color: #3C74FD;
    text-align: center;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#inner .cms table.keiei td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    font-size: 11px;
    padding: 4px;
}
#inner .cms table.company thead tr th{
	}


#inner .cms table td.pressdate {
    padding-top: 10px;
    padding-bottom: 10px;
}
#r_content h4.onestyle2 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    background-color: #EAEAEA;
    padding-top: 5px;
    padding-bottom: 5px;
}
#inner .cms .t_year {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #eeeeee;
    margin-top: 25px;
    margin-bottom: 25px;
}
#inner .cms .t_year ul {
    text-align: center;
    padding: 15px;
}
#inner .cms .t_year ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px;
    line-height: 180%;
}
#inner .cms .t_year ul li a {
color: #333333;
    text-decoration: underline;
}
#inner .cms table.company td.jisseki1{
	text-align: center;
	}
#inner .cms table.company th.midashi03 {
    padding-left: 10px;
    font-weight: bold;
    padding: 4px;
}
#inner .cms table.company td.jisseki1 img{
margin-bottom: -20px;
    margin-top: 10px;
	}
#r_content h4.onestyle2 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    background-color: #EAEAEA;
    padding-top: 5px;
    padding-bottom: 5px;
}
#inner .cms table.company th.topdot {
    line-height: 120%;
    text-align: left;
    white-space: nowrap;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #c2c2c2;
    border-bottom-color: #c2c2c2;
    color: #000066;
    font-weight: bold;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    vertical-align: middle;
}
#inner .cms .entry-content .company td a[href $='.pdf'] {
    background-image: url(../../img/com/pdf_icon.gif);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    margin-left: 5px;
    padding-left: 22px;
	color:#000;
}
#inner .cms .t_year {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #eeeeee;
    margin-top: 25px;
    margin-bottom: 25px;
}
#inner .cms .t_year ul {
    text-align: center;
    padding: 15px;
}
#inner .cms .t_year ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px;
    line-height: 180%;
}
#inner .cms .t_year ul li a {
color: #333333;
    text-decoration: underline;
}
#inner .cms table.company td.jisseki1{
	text-align: center;
	}
#inner .cms table.company th.midashi03 {
    padding-left: 10px;
    font-weight: bold;
    padding: 4px;
}
#inner .cms table.company td.jisseki1 img{
margin-bottom: -20px;
    margin-top: 10px;
	}
#datepage {
    font-size: 12px;
    text-align: right;
    line-height: 160%;
    margin-top: 20px;
}
#inner .cms dl.qa dt {
background-image: url(../../img/com/qa01.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 35px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: auto;
    float: none;
}
#inner .cms dl.qa dd {
    margin-top: 3px;
    margin-bottom: 3px;
    background-image: url(../../img/com/qa02.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    width: auto;
    float: none;
}
#inner .cms dl.kabuyu dt {
    clear: none;
    float: none;
    width: auto;
    padding-left: 15px;
    color: #000000;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-bottom: 0;
    font-size: 12px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0px 12px;
    text-align: left;
}
#inner .cms dl.kabuyu {
    padding-right: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    width: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: auto;
    padding-top: 0;
    margin-right: auto;
    text-align: left;
    border: none;
}
#inner .cms dl.kabuyu dd {
    margin-bottom: 10px;
    margin-left: 0em;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-right: 12px;
    color: #333333;
    font-size: 12px;
    margin-top: 0px;
    padding-top: 10px;
    border-bottom: none;
}
#inner .cms .entry-content ol {
    font-size: 12px;
    line-height: 160%;
    background-color: #EAEAEA;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#inner .cms .entry-content ol li {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: left;
}

#inner .cms h4 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    background-color: #EAEAEA;
background:  #EAEAEA;
    padding-top: 5px;
    padding-bottom: 5px;
	border:none;
}
#inner .cms table.keiei {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    width: 100%;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #cccccc;
    border-left-color: #cccccc;
    margin-top: 30px;
    line-height: 130%;
}
#inner .cms table.keiei th {
    color: #FFFFFF;
    background-color: #3C74FD;
    text-align: center;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#inner .cms table.keiei td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    font-size: 11px;
    padding: 4px;
}
#kako dt img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
#kako dd {
    margin-bottom: 10px;
    margin-left: 0em;
    padding-left: 15px;
    padding-bottom: 10px;
    margin-right: 12px;
    color: #333333;
    font-size: 12px;
    margin-top: 0px;
    padding-top: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    text-indent: -0.1em;
    padding-left: 15em;
    border-bottom-color: #CCC;
    line-height: 2;
}
#kako dt {
    clear: left;
    float: left;
    width: 14em;
    padding-left: 15px;
    color: #000000;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 1.21%;
    padding-right: 0px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 12px;
    background-image: url(../../img/com/arrow_kako.gif);
    background-repeat: no-repeat;
    background-position: 0px 16px;
}
.page-navigation-list li,.page-navigation-list-item li {
    margin: 15px;
    float: left\9;
	    display: inline-block;
}
.page-navigation-list li a,.page-navigation-list-item li a{
    color: #333333;
	}
.page-navigation-list,.page-navigation-list-item {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.jisseki1 p{
	text-align:center;
	}
/* =======================================
	sp_20160223
======================================= */
#iphone table.site td,#android table.site td {
    white-space: normal;
}
#iphone table.site,#android table.site {
    width: 100%;
}
#iphone .map,#android .map{
    padding-left: 0;
}
#iphone .sitemap1,#android .sitemap1 {
    float: none;
    clear: both;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
}

#iphone .sitemap2,#android .sitemap2 {
    float: none;
    clear: both;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
}
#iphone .sample th,#android .sample th {
    width: 35%;
    font-size: 11px;
}
#iphone .bigtext, #iphone textarea, #android .bigtext, #android textarea {
    width: 100%;
}
#iphone .smalltext,#android .smalltext {
    width: 30%;
}
#iphone .smalltext.with,#android .smalltext.with{
	    width: 100%;
	}
@media screen and (min-width: 481px) and (max-width: 960px)  {
#wrap .mv,.mv_bg {
    height: 500px;
	}
#wrap .mv h1 {
	font-size: 10px;
	}
#wrap .mv .mv_logo {
    padding-bottom: 35px;
}
.menu.fixed {
    opacity: 0;
}
	}
@media screen and (max-width: 910px)  {
.footer_menu ul li {
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    margin-right: 1%;
    margin-left: 1%;
    line-height: 2;
}
	}
@media screen and (max-width: 724px)  {
.google_map .google_map001 {
    width: 94%;
    margin: 3%;
    overflow: hidden;
    float: none;
    margin-top: 0;
}
.google_map .google_map002 {
    width: 94%;
    margin: 3%;
    overflow: hidden;
    float: none;
    margin-left: 3%;
    margin-top: 0;
}
.footer_menu.big {
    display: none;
}
.footer_menu.small {
	display:block;
	margin: 0;
    padding: 0;
}
.footer_menu.small ul {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.footer_menu.small ul li {
    display: block;
    text-align: left;
    vertical-align: text-top;
    margin-right: 0;
    margin-left: 0;
    line-height: normal;
    border-bottom: #ffffff solid 1px;
}
.footer_menu.small ul li a {
    display: block;
    font-size: 12px;
    padding: 12px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    background: #96D8D4;
	overflow: hidden;
}
.footer_menu.small ul li a img{
    width: 6px;
    margin-right: 2px;
    vertical-align: middle;
    margin-top: 5px;
    text-align: right;
    float: right;
	}
.copyright {
    background: #ffffff;
    text-align: center;
    padding: 10px;
}
	}
@media screen and (max-width: 650px)  {
.top_news_frame {
    font-size: 13px;
}
	}
@media screen and (max-width: 600px)  {
.top_news_frame dl {
    overflow: hidden;
    line-height: 1.5;
}
.top_news_frame dt {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 4;
    padding-left: 8px;
    padding-right: 8px;
    float: none;
    clear: left;
    color: #96d8d4;
    vertical-align: middle;
    display: block;
    height: 45px;
	width: 100%;
}
.top_news_frame dd {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
    vertical-align: middle;
    display: block;
    border-bottom-color: #94949c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    box-sizing: border-box;
    height: auto;
	width: 100%;
}
.top_news_frame dt{
	border:none;
	}
.top_news_frame dd:first-of-type {
	border-top:none;
}
/* =======================================
	2tier
======================================= */
.strong_image_link ul li {
    width: 23%;
    height: 23%;
}
.strong_image_link {
    max-width: 400px;
	    width: 400px;
    height: 400px;
}
.strong_image_link ul li:nth-child(1) {
    margin-top: -28px;
	width: 23%\0;
}
.strong_image_link ul li:nth-child(2) {
    margin-top: 28px;
    margin-right: 28px;
}
.strong_image_link ul li:nth-child(3) {
    margin-right: -28px;
}
.strong_image_link ul li:nth-child(4) {
    margin-bottom: 28px;
    margin-right: 28px;
}
.strong_image_link ul li:nth-child(5) {
    margin-bottom: -28px;
width: 23%\0;
}
.strong_image_link ul li:nth-child(6) {
    margin-bottom: 28px;
    margin-left: 28px;
}
.strong_image_link ul li:nth-child(7) {
    margin-left: -28px;
}
.strong_image_link ul li:nth-child(8) {
    margin-top: 28px;
    margin-left: 28px;
}
.strong_image_link ul li img {
    margin: 0;
    padding: 0;
	max-width:105px;
}
.strong_image_link img.bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	max-width: 480px;
}
	}
@media screen and (max-width: 490px)  {
/* =======================================
	2tier
======================================= */
.strong_image_link ul li {
    width: 23.5%;
    height: 23.5%;
}
.strong_image_link {
    max-width: 270px;
   width: 270px;
    height: 270px;
}
.strong_image_link ul li:nth-child(2) {
    margin-top: 20px;
    margin-right: 20px;
}
.strong_image_link ul li:nth-child(3) {
    margin-right: -20px;
}
.strong_image_link ul li:nth-child(4) {
    margin-bottom: 20px;
    margin-right: 20px;
}
.strong_image_link ul li:nth-child(6) {
    margin-bottom: 20px;
    margin-left: 20px;
}
.strong_image_link ul li:nth-child(7) {
    margin-left: -20px;
}
.strong_image_link ul li:nth-child(8) {
    margin-top: 20px;
    margin-left: 20px;
}
#iphone .strong_image_link,#android .strong_image_link {
    max-width: 250px;
}
.strong_image_link ul li:nth-child(5) {
    margin-bottom: -20px;
	width: 23.5%\0;
}
.strong_image_link ul li:nth-child(1) {
    margin-top: -20px;
	width: 23.5%\0;
}
.strong_image_link img.bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 370px;
}
	}
@media screen and (max-width: 450px)  {
.footer_contact_bt {
    width: 89%;
}
.footer_contact_bt a {
    display: block;
    color: #ffffff;
    font-size: 15px;
	letter-spacing: 0.1px;
}
	}
@media screen and (max-width: 572px)  {
#iphone .top_strength_slide,#android .top_strength_slide {
    height: 200px;
}
#iphone .top_strength_slide ul,#android .top_strength_slide ul {
    height: 200px;
}
#iphone .top_strength_slide ul li,#android .top_strength_slide ul li {
    width: 300px;
    height: 200px;
}
#iphone .top_strength_slide ul li img,#android .top_strength_slide ul li img{
    height: 200px;
}
	}
@media screen and (max-width: 401px)  {
.top_condominium_image li p {
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 25px;
}
.top_condominium_image li:last-child p {
    margin-bottom: 0;
}
.contents002 .sub_title {
    margin-top: 30px;
    padding-left: 8px;
    padding-right: 8px;
}
.title {
    font-size: 23px;
    letter-spacing: 10px;
    color: #48484C;
    line-height: 1.3;
    padding-top: 60px;
}
.title span {
    font-size: 14px;
    line-height: 1.6;
}
	}
@media screen and (max-width: 849px)  {
body{
	overflow:auto;
}
.menu {
	display:none;
}
.menu.fixed {
	display:none;
}
.header_menu_small{
	display:block;
}
.header_menu_small {
    text-align: center;
    background: #F6F6F6;
    vertical-align: text-top;
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-bottom: 40px;
}
.side-menu {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #96d8d4;
    opacity: 0.95;
    padding-top: 55px;
	height: 100vh;
    overflow-y: auto;
}
.side-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}
.side-menu ul li {
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background: #96d8d4;
    text-align: left;
}
.side-menu ul li:first-child {
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 1px;
}
.side-menu ul li a {
    color: #ffffff;
    font-size: 15px;
	padding:15px;
    display: block;
	overflow:hidden;
}
.side-menu ul li p {
    padding: 15px;
    color: #ffffff;
}
.side-menu ul li a img {
    width: 10px;
    float: right;
    vertical-align: middle;
    margin-top: 6px;
}
.side-menu ul li ul li {
    border-bottom-color: #96d8d4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: left;
}
.side-menu ul li ul li:last-child {
    border-bottom: none;
}
.side-menu ul li ul li a {
    color: #96d8d4;
    font-size: 15px;
    display: block;
    overflow: hidden;
    padding: 15px;
    background: #ffffff;
}
.side-menu ul li ul li a img {
    width: 10px;
    float: right;
    vertical-align: middle;
    margin-top: 6px;
}
.side-menu ul li p img {
    width: 10px;
    float: right;
    vertical-align: middle;
    margin-top: 10px;
}
.side-menu ul li .active img {
    width: 10px;
    float: right;
    vertical-align: middle;
    margin-top: 10px;
}
.second ul {
	text-align: center;
	display: none;
}
.second .active span {
    background-image: url(../../img/com/arrow_up_menu.png);
    background-size: cover;
    width: 14px;
    height: 14px;
    float: right;
    vertical-align: middle;
    margin-right: -1px;
    margin-top: 5px;
}
.second span {
    background-image: url(../../img/com/plus_white.png);
    width: 10px;
    height: 10px;
    float: right;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 1px;
}
.side-menu ul li a.side-menu_contact {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    font-size: 14px;
    border: #ffffff solid 2px;
    padding: 5px;
    padding-bottom: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.menu_bt {
    position: absolute;
    top: 8px;
    right: 12px;
    border: #96d8d4 solid 2px;
    padding: 8px;
    border-radius: 4px;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 26px;
    height: 24px;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #96d8d4;
    border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
top: 0;
}
.menu-trigger span:nth-of-type(2) {
top: 10px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 2px;
}
#web .side-menu_bt{
	position: fixed;
    top: 8px;
    right: 12px;
    padding: 8px;
    border-radius: 4px;
}
#iphone .side-menu_bt,#android .side-menu_bt {
	position: absolute;
    top: 8px;
    right: 12px;
    padding: 8px;
    border-radius: 4px;
}
.side-menu_close{
    position: relative;
    width: 26px;
    height: 24px;
}
.side-menu_close span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
}
.side-menu_close span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
	top: -10px;
}
.side-menu_close span:nth-of-type(2) {
	opacity: 0;
}
.side-menu_close span:nth-of-type(3) {

    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
    bottom: -9px;
}
.top_news_frame {
    width: 100%;
}
/* =======================================
	2tier
======================================= */
.content_left{
	display:none;
	float:none;
}
	}
@media screen and (max-width: 480px){
#wrap .mv{
    height: 300px;
}
#wrap .mv h1 {
	font-size: 8px;
}
.big{
	display:none;
}
.small {
    display: block;
    line-height: 1.8;
    margin-top: 5px;
}
.mv_bg{
	display:none;
}
#wrap .mv {
    background-image: url(../../img/com/mv_001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #F6F6F6;
}
#wrap .mv .mv_logo {
    padding-bottom: 20px;
    max-width: 32%;
}
#iphone .side-menu,#android .side-menu {
	position:absolute;
    top: 308px;
	height:auto;
}
/* =======================================
	2tier
======================================= */
#wrap .mv.tier {
    height: 180px;
}
#wrap div.mv.tier{
	background-image: none;
	background-color: transparent;
	}
.mv_tier_img {
    height: 200px;
}
#iphone .breadcrumb_list,#android .breadcrumb_list {
    font-size: 10px;
}
.content_right p {
    width: 98%;
}
.content_right p.image_right {
    width: 98%;
}
.contens_ul li {
    width: 98%;
    text-align: left;
    display: inline-block;
    border: #80D5D0 solid 1px;
    padding-bottom: 50px;
    height: 110px;
    margin-bottom: 10px;
    vertical-align: top;
    overflow: hidden;
}
.contens_ul li .contens_ul_title {
    background: #80D5D0;
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.contens_ul li .contens_ul_contens {
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.contens_ul li:nth-child(9) {
    display: block;
    margin-left: 0;
}
.content_right p.image_right.survey_002 {
    width: 100%;
}
.content_left p.image_right.survey_001 {
    width: 100%;
}
.quality_right001{
	font-size:11px;
	}
.quality_left001{
	font-size:11px;
	    float: none;
	}
.quality_right003 {
    font-size: 11px;
}
.quality_left003 {
    padding: 11px;
	    float: none;
}
.quality_left002 {
    padding: 11px;
	    float: none;
}
.sankakur {
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-top: 22px solid #80D5D0;
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
    margin: auto;
    margin-bottom: -46px;
}
.quality {
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 25px;
    position: relative;
    display: block;
    display: block;
    display: block;
    display: block;
    max-width: 603px;
}
.quality_left001,.quality_left002,.quality_left003 {
    font-size: 11px;
    float: none;
    clear: both;
    width: auto;
    margin-bottom: 20px;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
}
.quality_left002 span {
padding-left: 34px;
}
.quality.bottom_003{
	margin-bottom:0px;
	}
.content_right .rightkeep.environment002right {
    width: 98%;
}
.content_right .leftkeep.environment002left {
    width: 98%;
}
.content_right .leftkeep.environment005left {
    width: 98%;
}
.content_right .rightkeep.environment005right {
    width: 98%;
}
.content_right .leftkeep.withleft003 {
    width: 98%;
}
.content_right .rightkeep.withright003 {
    width: 98%;
}
.content_right p.contact_title {
    font-size: 14px;
    width: auto;
}
.content_right .contact_001,.content_right .contact_003,.content_right .contact_002,.content_right .contact_004 {
    font-size: 11px;
}
.card .card1 {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.card .card2 {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
.card {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
#nenkai {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding: 1%;
    background-color: #E7E7E7;
    border: 4px solid #CCC;
    clear: both;
}
#cardform a img {
    width: 100%;
    margin-top: 20px;
}
.content_right table.qualitytable {
    width: 98%;
    margin-left: auto;
    font-size: 10px;
}
.info201604 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;

}
.content_top.contents001 .content_top_maxwidth.wow.fadeIn .info201604 table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.content_top.contents001 .content_top_maxwidth.wow.fadeIn .info201604 table {
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
}
.content_top.contents001 .content_top_maxwidth.wow.fadeIn .info201604 table tr td {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}


