@charset "utf-8";

/*------------------------------------------------------------------*/
/* 商品・サービス　トップ
/*------------------------------------------------------------------*/

a{
	outline: none;

}


.hilit{
	color:#fff;
}


div#service_top {
	background:url(../images/service_top_bg.png) repeat-x;　/* 2015.11.17　背景追加 */
}


div#service_top #contents_navi{
	position:absolute;
	left:0;
	top:145px;
	width:100%;
	z-index: 10;
}

div#service_top #contents_navi .left{
	width:190px;
	float:left;
}

div#service_top #contents_navi .right{
	width:190px;
	float:right;
}

div#service_top #contents_navi .center{
	width:540px;
	float:left;
	margin-left:30px;
}

div#service_top #contents_navi .block{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff,endColorstr=#ccffffff);
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	height:110px;
	margin-bottom:15px;
	color:#333;
	position:relative;
}

div#service_top #contents_navi .block a{
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-9999px;
}

/*div#service_top #contents_navi .block a:focus{
	background-color:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}*/

	/*div#service_top #contents_navi .block:hover,
	div#service_top #contents_navi .block:focus{
		background:#2980B9;
		color:#fff;
	}*/


div#service_top #contents_navi .block:not(:target){
	filter:none;
}

div#service_top #contents_navi p.building{
	font-size:13px;
	padding:2px 5px 2px 23px;
	font-weight:bold;
	background:url(../images/mi_building_bg.png) no-repeat 0 50%;
	color:#fff;
	border-top:1px solid #2980B9;
}

	div#service_top #contents_navi div.building:hover{
		background:#2980B9;
		color:#fff;
	}
/*	div#service_top #contents_navi div.building a:focus{
		border:2px solid #2980B9;
		left:-2px;
		top:-2px;
	}*/


div#service_top #contents_navi p.mansion{
	font-size:13px;
	padding:2px 5px 2px 23px;
	font-weight:bold;
	background:url(../images/mi_mansion_bg.png) no-repeat 0 50%;
	color:#fff;
	border-top:1px solid #8562BB;
}
	div#service_top #contents_navi div.mansion:hover{
		background:#8562BB;
		color:#fff;
	}
/*	div#service_top #contents_navi div.mansion a:focus{
		border:2px solid #8562BB;
		left:-2px;
		top:-2px;
	}*/

div#service_top #contents_navi p.datacenter{
	font-size:13px;
	padding:2px 5px 2px 23px;
	font-weight:bold;
	background:url(../images/mi_datacenter_bg.png) no-repeat 0 50%;
	color:#fff;
	border-top:1px solid #16A085;

}
	div#service_top #contents_navi div.datacenter:hover{
		background:#16A085;
		color:#fff;
	}
/*	div#service_top #contents_navi div.datacenter a:focus{
		border:2px solid #16A085;
		left:-2px;
		top:-2px;
	}*/

div#service_top #contents_navi p.fm{
	font-size:13px;
	padding:2px 5px 2px 23px;
	font-weight:bold;
	background:url(../images/mi_fm_bg.png) no-repeat 0 50%;
	color:#fff;
	border-top:1px solid #2596B3;
}
	div#service_top #contents_navi div.fm:hover{
		background:#2596B3;
		color:#fff;
	}
/*	div#service_top #contents_navi div.fm a:focus{
		border:2px solid #2596B3;
		left:-2px;
		top:-2px;
	}*/


div#service_top #contents_navi p.solar{
	font-size:13px;
	padding:2px 5px 2px 23px;
	font-weight:bold;
	background:url(../images/mi_solar_bg.png) no-repeat 0 50%;
	color:#fff;
	border-top:1px solid #B362B5;
}
	div#service_top #contents_navi div.solar:hover{
		background:#B362B5;
		color:#fff;
	}
/*	div#service_top #contents_navi div.solar a:focus{
		border:2px solid #B362B5;
		left:-2px;
		top:-2px;
	}*/

div#service_top #contents_navi p.others{
	font-size:13px;
	padding:2px 5px 2px 23px;
	font-weight:bold;
	background:url(../images/mi_others_bg.png) no-repeat 0 50%;
	color:#fff;
	border-top:1px solid #49A116;
}
	div#service_top #contents_navi div.others:hover{
		background:#49A116;
		color:#fff;
	}
/*	div#service_top #contents_navi div.others a:focus{
		border:2px solid #49A116;
		left:-2px;
		top:-2px;
	}*/

div#service_top #contents_navi p.outline{
	font-size: 12px;
	padding:10px;
	line-height: 1.6em;
}

div#service_top #contents_navi .lead{
	margin-top:280px;
	height:80px;
}

a div.block {
	display: block;
	text-decoration: none!important;
}


/*a:hover div.block{
	display: block;
	background: #F4F6F8 !important;
	color:#3270C6!important;
}*/


div#service_top a {
	text-decoration: none!important;
}




/*
	Heading
--------------------------------*/
#main_sp{
	width: 980px;
}

h1.no_margin{
	margin-bottom:0;
	z-index: 1;
}

div#head_imgae{
	margin:30px auto 0;
	width:980px;
	z-index: 1;
	position:relative;
	background: url(../images/main_visual_bg.jpg) no-repeat;
	height:532px;
	z-index: 1;
}


div#head_imgae h1{
	position: absolute;
	left:0;
	top:65px;
	color:#316FC4;
	font-size:20px;
	z-index: 10;
}

div#head_imgae .mapping_img{
	position: absolute;
	left:214px;
	top:101px;
}



div.title_service_image{
	position: relative;
	margin-bottom: 33px;
}

h2.title_service{
	width:700px;
	height: 70px;
	padding: 15px 0px 0 29px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.5em;
	color:#ffffff;
	text-shadow: 0 0 3px #000;
	background:url(../images/bg_h2.png) no-repeat;
	position: absolute;
	left:0;
	bottom:0;
	line-height: 1.2em;
}
h2.title_service span{
	font-size: 0.6em;
	font-weight: normal;
}


/*------------------------------------------------------------------*/
/* カテゴリ　トップ
/*------------------------------------------------------------------*/
/*
	Heading
--------------------------------*/

h2.title_service_cate{
	height: 120px;
	margin-bottom: 33px;
	padding: 40px 0 0 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4em;
	color:#ffffff;
}

	h2.item_building{
		background:url(../building/images/bg_h2_building.png) no-repeat;
	}
	h2.item_mansion{
		background:url(../mansion/images/bg_h2_mansion.png) no-repeat;
	}
	h2.item_data_center{
		background:url(../data_center/images/bg_h2_data_center.png) no-repeat;
	}
	h2.item_fm{
		background:url(../fm/images/bg_h2_fm.png) no-repeat;
	}
	h2.item_power_generation{
		background:url(../power_generation/images/bg_h2_power_generation.png) no-repeat;
	}
	h2.item_other{
		background:url(../other/images/bg_h2_other.png) no-repeat;
	}

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

p#page_title{
	 margin: 30px 0 20px;
}

h1.title_service{
	width:700px;
	height: 70px;
	margin:0;
	padding: 15px 0px 0 29px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.5em;
	color:#ffffff;
	text-shadow: 0 0 3px #000;
	background:url(../images/bg_h2.png) no-repeat;
	position: absolute;
	left:0;
	bottom:0;
	line-height: 1.2em;
}
h1.title_service span{
	font-size: 0.6em;
	font-weight: normal;
}


h1.title_service_cate{
	height: 120px;
	margin:0 0 33px;
	padding: 40px 0 0 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4em;
	color:#ffffff;
}

	h1.item_building{
		background:url(../building/images/bg_h2_building.png) no-repeat;
	}
	h1.item_mansion{
		background:url(../mansion/images/bg_h2_mansion.png) no-repeat;
	}
	h1.item_data_center{
		background:url(../data_center/images/bg_h2_data_center.png) no-repeat;
	}
	h1.item_fm{
		background:url(../fm/images/bg_h2_fm.png) no-repeat;
	}
	h1.item_power_generation{
		background:url(../power_generation/images/bg_h2_power_generation.png) no-repeat;
	}
	h1.item_other{
		background:url(../other/images/bg_h2_other.png) no-repeat;
	}


h1.title_service_item{
	height: 80px;
	margin:0 0 33px;
	padding: 20px 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4em;
	color:#ffffff;
	background: url(../images/bg_h2_item.png) no-repeat;
}

h1.line1{
	padding-top: 29px;
}



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




.cate_icon_nega{
	position:absolute;
	top:46px;
	left:20px;
}

h2.title_service_item{
	height: 80px;
	margin-bottom: 33px;
	padding: 20px 0 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4em;
	color:#ffffff;
	background: url(../images/bg_h2_item.png) no-repeat;
}

h2.line1{
	padding-top: 29px;
}
span.subtitle {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	font-size: 0.75em;
	line-height: 1em;
}


/*------------------------------------------------------------------*/
/* 取り組み コンテンツ
/*------------------------------------------------------------------*/
/*
	Heading
--------------------------------*/
h2.c_title{
	border-left:4px solid #3270C6;
	padding-left:15px;
	font-size: 1.5em;
	font-weight: bold;
	margin:0.75em 0 2em;
}
h2.c_title span{
	font-size: 0.65em;
	font-weight: normal;
}


/*  201509 SEO対策修正　*/

h1.c_title{
	border-left:4px solid #3270C6;
	padding-left:15px;
	font-size: 1.5em;
	font-weight: bold;
	margin:0.75em 0 2em;
}
h1.c_title span{
	font-size: 0.65em;
	font-weight: normal;
}


#title_img_area{
	position: relative;
}
#title_img_area .theme{
	position: absolute;
	left:10px;
	top:3px;
	color:#fff;
	font-size: 0.9em;
}

.rank{
	position: absolute;
	right:0px;
	top:-1px;
}
.rank_2line{
	position: absolute;
	right:0px;
	top:10px;
}

.feature{
	font-size: 1em;
}

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


.title_lead{
	margin-bottom: 20px;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: bold;
	color: #3270C5;
}
.title_lead_col2{
	margin-top: 20px;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: bold;
	color: #3270C5;
}

.title_item{
	height: 45px;
	padding: 11px 12px 2px 48px;
	font-size: 1em;
	background:#F4F6F8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #D2D5D8 ;
}

sup{
	vertical-align: 0.4em;
	font-size: 0.7em;
	line-height: 0.7em;
}

.caution{
	margin-bottom: 20px;
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
}
/*
	List
--------------------------------*/
ul#cate_nav li{
	float:left;
}

#tab{
	margin:40px 0 50px;
	background:url(../images/service_top_tab_bg.png) repeat-x 0 100%;
	overflow: hidden;
}

#tab ul{
	width:980px;
	margin:0 auto;
	height:50px;
	overflow: hidden;
}

#tab ul li{
	float:left;
	width:490px;
}

#tab ul li.active{
	background: url(../images/tab_bg_active.png) no-repeat;
	text-align: center;
	padding:13px 0 10px;
	font-size:16px;
	font-weight:bold;
	color:#3270C6;
	height:50px;
	overflow: hidden;
}
#tab ul li.active2{
	background: url(../images/tab_bg_active2.png) no-repeat;
	text-align: center;
	padding:13px 0 10px;
	font-size:16px;
	font-weight:bold;
	color:#3270C6;
	height:50px;
	overflow: hidden;
}

#tab ul li.ind a{
	display: block;
	width:490px;
	background: url(../images/tab_bg_ind.png) no-repeat;
	text-align: center;
	padding:13px 0 10px;
	font-size:16px;
	font-weight:bold;
	color:#7F7F7F;
	height:50px;
	overflow: hidden;
}

#tab ul li.ind a:hover{
	display: block;
	width:490px;
	background: url(../images/tab_bg_over.png) no-repeat;
	color:#3270C6;
	height:50px;
	overflow: hidden;
}

	#tab ul li.ind a:focus{
		display: block;
		width:488px;
		background: url(../images/tab_bg_over.png) no-repeat;
		color:#3270C6;
		height:25px;
		padding:12px 0 9px;
		border:1px solid #3270c6;
	}


#tab ul li.ind2 a{
	display: block;
	width:490px;
	background: url(../images/tab_bg_ind2.png) no-repeat;
	text-align: center;
	padding:13px 0 10px;
	font-size:16px;
	font-weight:bold;
	color:#7F7F7F;
	height:50px;
	overflow: hidden;
}

#tab ul li.ind2 a:hover{
	display: block;
	width:490px;
	background: url(../images/tab_bg_over2.png) no-repeat;
	color:#3270C6;
	height:50px;
	overflow: hidden;
}

	#tab ul li.ind2 a:focus{
		display: block;
		width:488px;
		background: url(../images/tab_bg_over2.png) no-repeat;
		color:#3270C6;
		height:25px;
		padding:12px 0 9px;
		border:1px solid #3270c6;
	}



#service_top p.search {
	margin:30px auto 50px;
	width:300px;
}
#service_top p.search a {
	display: block;
	padding: 0.8em 0;
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	border-color: #7dabe7 #1b54a1 #1b54a1 #7dabe7;
	color: #fff;
	background-color: #3270c6;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
#service_top p.search a span {
	display: inline-block;
	padding-left: 30px;
	background: url(/commons/images/link_arrow_h_rev.png) no-repeat 0 center;
}
#service_top p.search a:hover,
#service_top p.search a:focus {
	background-color: #fff;
	border-color: #3270c6;
	color: #3270c6;
}
#service_top p.search a:hover span,
#service_top p.search a:focus span {
	background-image: url(/commons/images/link_arrow_h.png);
}


/*p.search{
	text-align: center;
	margin:40px auto;
}*/


/*
	service top List
--------------------------------*/
ul.servicetop_link{
	margin-bottom:2em!important;
	border:1px solid #D2D5D8;
	border-top:0px;
	border-bottom:0px;
}

ul.servicetop_link a{
	color:#000;
	text-decoration: none;
}

ul.servicetop_link li{
	padding:15px 65px 15px 13px;
	border-bottom:1px solid #D2D5D8;
	position:relative;
		z-index:10;
}

ul.servicetop_link li a{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
		z-index:1;
}

ul.servicetop_link li:hover{
	color:#3270C6;
}

ul.servicetop_link li h3{
	font-size:1.0em;
	margin-bottom:0.5em;
	padding-left:15px;
	background: url(/commons/images/link_arrow_gray.png) no-repeat 0% 50%;
}

ul.servicetop_link li p{
	font-size:0.8em;
	font-weight: normal;
	line-height: 1.6em;
	padding-left:15px;
}

ul.servicetop_link li:hover p,
ul.servicetop_link li:focus p{
	color:#000;
}

/* 製品トップ　サービスリストアイコン設定
-------------------------------------------------------------*/

/* 20150929 SEO対策 追記 */

p.index_lead{
	font-size:15px;
	font-weight:bold;
	color:#316FC4;
	margin:30px 0 0 5px;
}

.service_index h2 a{
	width:280px;
	height:52px;
	/*display: block;*/
	display: table-cell;
	vertical-align: middle;
	background:#EFEFEF;
	font-size:14px;
	padding-left:30px;
	color:#333;
	text-decoration: none;
}

.service_index h2 a:hover ,
.service_index h2 a:focus {
	color:#316FC4;
	text-decoration: underline;
}

.service_index h2.cate_building a{
	background: url(../images/service_nav_cate01_off.png) no-repeat;
}

.service_index h2.cate_mansion a{
	background: url(../images/service_nav_cate02_off.png) no-repeat;
}

.service_index h2.cate_datacenter a{
	background: url(../images/service_nav_cate03_off.png) no-repeat;
}

.service_index h2.cate_fm a{
	background: url(../images/service_nav_cate04_off.png) no-repeat;
}

.service_index h2.cate_soalor a{
	background: url(../images/service_nav_cate05_off.png) no-repeat;
}

.service_index h2.cate_other a{
	background: url(../images/service_nav_cate06_off.png) no-repeat;
}


/* ここまで　20150929 SEO対策 */



ul.servicetop_link li.eem_b{
	background:url(../images/service_icon_cate01_01.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.eem_b:hover{
		background:#F4F6F8 url(../images/service_icon_cate01_01.png) no-repeat 95% 50%;
	}


ul.servicetop_link li.plan{
	background:url(../images/service_icon_cate01_02.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.plan:hover{
		background:#F4F6F8 url(../images/service_icon_cate01_02.png) no-repeat 95% 50%;
	}

ul.servicetop_link li.renewal{
	background:url(../images/service_icon_cate01_03.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.renewal:hover{
		background:#F4F6F8 url(../images/service_icon_cate01_03.png) no-repeat 95% 50%;
	}

ul.servicetop_link li.security_b{
	background:url(../images/service_icon_cate01_04.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.security_b:hover{
		background:#F4F6F8 url(../images/service_icon_cate01_04.png) no-repeat 95% 50%;
	}

ul.servicetop_link li.operation_b{
	background:url(../images/service_icon_cate01_05.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.operation_b:hover{
		background:#F4F6F8 url(../images/service_icon_cate01_05.png) no-repeat 95% 50%;
	}

ul.servicetop_link li.mansion{
	background:url(../images/service_icon_cate02_01.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.mansion:hover{
		background:#F4F6F8 url(../images/service_icon_cate02_01.png) no-repeat 95% 50%;
	}

ul.servicetop_link li.cost_reduction_m{
	background:url(../images/service_icon_cate02_02.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.cost_reduction_m:hover{
		background:#F4F6F8 url(../images/service_icon_cate02_02.png) no-repeat 95% 50%;
	}

ul.servicetop_link li.design{
	background:url(../images/service_icon_cate03_01.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.design:hover{
		background:#F4F6F8 url(../images/service_icon_cate03_01.png) no-repeat 95% 50%;
	}

ul.servicetop_link li.power{
	background:url(../images/service_icon_cate03_02.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.power:hover{
		background:#F4F6F8 url(../images/service_icon_cate03_02.png) no-repeat 95% 50%;
	}

ul.servicetop_link li.operation_d{
	background:url(../images/service_icon_cate03_03.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.operation_d:hover{
		background:#F4F6F8 url(../images/service_icon_cate03_03.png) no-repeat 95% 50%;
	}

ul.servicetop_link li.cost_reduction{
	background:url(../images/service_icon_cate03_04.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.cost_reduction:hover{
		background:#F4F6F8 url(../images/service_icon_cate03_04.png) no-repeat 95% 50%;
	}

ul.servicetop_link li.air_conditioning{
	background:url(../images/service_icon_cate03_05.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.air_conditioning:hover{
		background:#F4F6F8 url(../images/service_icon_cate03_05.png) no-repeat 95% 50%;
	}
ul.servicetop_link li.bpo{
	background:url(../images/service_icon_cate04_04.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.bpo:hover{
		background:#F4F6F8 url(../images/service_icon_cate04_04.png) no-repeat 95% 50%;
	}
ul.servicetop_link li.consulting_f{
	background:url(../images/service_icon_cate04_01.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.consulting_f:hover{
		background:#F4F6F8 url(../images/service_icon_cate04_01.png) no-repeat 95% 50%;
	}
ul.servicetop_link li.diagnostics{
	background:url(../images/service_icon_cate04_02.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.diagnostics:hover{
		background:#F4F6F8 url(../images/service_icon_cate04_02.png) no-repeat 95% 50%;
	}
ul.servicetop_link li.monitoring{
	background:url(../images/service_icon_cate04_03.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.monitoring:hover{
		background:#F4F6F8 url(../images/service_icon_cate04_03.png) no-repeat 95% 50%;
	}
ul.servicetop_link li.design_s{
	background:url(../images/service_icon_cate05_01.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.design_s:hover{
		background:#F4F6F8 url(../images/service_icon_cate05_01.png) no-repeat 95% 50%;
	}
ul.servicetop_link li.monitoring_s{
	background:url(../images/service_icon_cate05_02.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.monitoring_s:hover{
		background:#F4F6F8 url(../images/service_icon_cate05_02.png) no-repeat 95% 50%;
	}
ul.servicetop_link li.other{
	background:url(../images/service_icon_cate05_03.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.other:hover{
		background:#F4F6F8 url(../images/service_icon_cate05_03.png) no-repeat 95% 50%;
	}
ul.servicetop_link li.educational_facility{
	background:url(../images/service_icon_cate06_01.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.educational_facility:hover{
		background:#F4F6F8 url(../images/service_icon_cate06_01.png) no-repeat 95% 50%;
	}
ul.servicetop_link li.agribusiness{
	background:url(../images/service_icon_cate06_02.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.agribusiness:hover{
		background:#F4F6F8 url(../images/service_icon_cate06_02.png) no-repeat 95% 50%;
	}
ul.servicetop_link li.consulting{
	background:url(../images/service_icon_cate06_03.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.consulting:hover{
		background:#F4F6F8 url(../images/service_icon_cate06_03.png) no-repeat 95% 50%;
	}
ul.servicetop_link li.environment_related{
	background:url(../images/service_icon_cate06_04.png) no-repeat 95% 50%;
}
	ul.servicetop_link li.environment_related:hover{
		background:#F4F6F8 url(../images/service_icon_cate06_04.png) no-repeat 95% 50%;
	}





/* 製品トップ　バナー
-------------------------------------------------------------*/

ul.service_banner{
	width:310px;
	float:right;
	position:relative;
}
ul.service_banner li{
	padding-bottom:20px;
}

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


ul.link{
	margin-bottom:1em!important;
	border:1px solid #D2D5D8;
	border-top:0px;
	padding:6px 15px;
}




/*ul.link h3{
	font-weight:bold;
	font-size:1.0em;
	color:#3270C6;
	border-bottom:1px solid #3270C6;
	padding:0.25em;
	margin-bottom:0.4em;
}*/

ul.link li.ind{
	font-weight:bold;
	font-size:1.0em;
	color:#3270C6;
	background:none;
	border-bottom:1px solid #3270C6;
	padding:0.25em;
	margin-bottom:0.4em;
}

ul.link li,
ul.link_item li{
	font-size:0.9em;
	/*margin-left:0.2em;*/
	padding:0 0 0.5em 1.2em;
	line-height: 1.4em;
	background-position: 0 0.3em;
}
ul.link_item li{
	padding:0 0 0.75em 1.2em;
}
.item_reset ul.link_item li{
	padding:0 0 0.5em 1.2em;
}

.list_l,
.list_c{
	width:310px;
	float:left;
	margin-right:25px;
}
.list_r{
	width:310px;
	float:right;
}

.inner_col2{
	width: 325px;
	float: left;
}
.inner_col3{
	width: 210px;
	float: left;
}
.mr{
	margin-right: 20px;
}
.list_lineup{
	margin-bottom: 20px;
}
.list_lineup li{
	position: relative;
	padding-left: 12px;
}
.list_lineup li:after{
	position: absolute;
	top:8px;
	left:1px;
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #3270C6;
}


.ind_50 ul.link li a:focus{
	background:#3270C6;
	color:#fff;

}


/*
	Box
--------------------------------*/

.section{
	position: relative;
}

.block_activities{
	padding: 8px 13px 8px;
	border:2px solid #E2E6EA;
	background: #F4F6F8;
}

.block_service_category{
	margin-bottom: 30px;
	padding: 19px 18px 30px;
	background: url(../images/bg_column_item.png) no-repeat center bottom;
}


.block_item{
	margin-bottom: 30px;
	padding: 19px 14px 12px;
	border:1px solid #D2D5D8 ;
}

.block_item2{
	margin-bottom: 30px;
	padding: 19px 14px 12px;
	border:1px solid #D2D5D8 ;
	background-color:#EFEFEF;

}

.item_reset{
	border-top: none;
	padding: 14px 14px 8px;
}

dl.link_item{
	margin-bottom:0.5em;
	line-height:1.5em;
}

dl.link_item dt{
	font-size:0.9em;
	width:220px;
	float:left;
	background:url(../../commons/images/ls_mi_tri_bl.png) no-repeat 0 0.5em;
	padding-left:1.2em;
}

dl.link_item dd{
	font-size:0.9em;
	width:420px;
	float:right;
}

dl.link_item dt a{
	color:#333;
	text-decoration: none;
}

dl.link_item dt a:hover{
	color:#3270C5;
	text-decoration: underline;
}

/*
	Elements
--------------------------------*/
.activities_title{
	margin-bottom: 5px;
	font-weight: bold;
	color: #3270C5;
}

.item_list{
	position: absolute;
	right:15px;
	top:10px;
	font-size:0.85em;
	padding-left:15px;
	background:url(../images/subnav_mi.gif) no-repeat 0px 8px;
}
	.item_list a{
		color:#333;
		text-decoration: none;
	}
	.item_list a:hover{
		color:#3270C5;
		text-decoration:underline;
	}



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

.cate_icon{
	position: absolute;
	left:10px;
	top:9px;
}

.block_service_category .lead{
	font-size: 1.0em;
	font-weight: bold;
	color:#3270C6;
}
.block_service_category .outline{
	font-size: 0.9em;
	line-height: 1.5em;
}

.item_cate{
	:both;
	font-size:1.0em;
	padding-left:1px;
	padding-bottom:0.25em;
	margin-bottom:1em;
	color:#3270C6;
	border-bottom:1px solid #3270C6;
}

/*
	Banner
--------------------------------*/
ul.item_banner{
	width:700px;
	margin-bottom: 20px;
}

ul.item_banner li{
	float:left;
	margin-right: 20px;
}

ul.item_banner li.no-margin {
	margin: 0;
}

/*------------------------------------------------------------------*/
/* 商品・サービス　個別ページ
/*------------------------------------------------------------------*/
/*
	Module
--------------------------------*/
.column2{
	margin-right: -30px;
	margin-bottom: 30px;
}
.column2 .col{
	float: left;
	width: 335px;
	margin-right: 30px;
}
.column2 .coll{
	width:335px;
	float: left;
	margin-right:10px;
}
.column2 .colr{
	width:335px;
	margin-right: 30px;
	float:right;
}
.column2_lead{
	margin-right: -30px;
	margin-bottom: 30px;
}
.column2_lead .col_lead_text{
	float: left;
	width: 390px;
	/*margin-right: 87px;	*/
}
.column2_lead .col_lead_text_long{
	float: left;
	width: 600px;
	/*margin-right: 87px;	*/
}
.column2_lead .col_lead_text_3line{
	float: left;
	width: 390px;
	margin-top: -18px;
	/*margin-right: 87px;	*/
}
.column2_lead .col_point{
	float: left;
	width: 310px;
}

.column2_lead .col_point_1{
	float: left;
	width: 100px;
}
.column2_lead .col_point p{
	text-align:right;
}

.column2_lead .col_point .col_point_right {
	float: right;
}

.column2_lead .col_point .col_point_right p {
	float: left;
}

.column2_lead .col_point .col_point_r {
	margin-left: 12px;
}

.column2_lead .col_point div:nth-child(n + 2) {
	margin-top: 12px;
}

.column3{
	margin-right: -20px;
	margin-bottom: 30px;
}
.column3 .col{
	float: left;
	width: 220px;
	margin-right: 20px;
}
.column3 .col_multi_2{
	float: left;
	width: 460px;
	margin-right: 20px;
}
.column4{
	margin-right: -16px;
	margin-bottom: 30px;;
}
.column4 .col{
	float: left;
	width: 163px;
	margin-right: 16px;
}
.dl_merit dt{
	margin-bottom: 13px;
	padding: 7px 10px;
	background: url(../images/bg_service_merit.png);
	font-size: 1.05em;
	font-weight: bold;
	color: #3270C5;
}
.dl_merit dd{
	margin-bottom: 20px;
}
.dl_merit dd a{
	color:#3270C5;
    text-decoration:underline;
}
.dl_merit dd a:hover{
	color:#333;
	text-decoration:none;
}

.dl_merit h4{
	margin-bottom: 13px;
	padding: 7px 10px;
	background: url(../images/bg_service_merit.png);
	font-size: 1.05em;
	font-weight: bold;
	color: #3270C5;
}
.dl_merit p{
	margin-bottom: 20px;
}
.dl_merit p a{
	color:#3270C5;
    text-decoration:underline;
}
.dl_merit p a:hover{
	color:#333;
	text-decoration:none;
}


.fig_border{
	border:1px solid #DDD;
}
.fig_magnify a{
	display: block;
	position: relative;
	border:1px solid #CCC;
}
.fig_magnify a:after{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	content: "";
	width: 25px;
	height: 25px;
	background: #CCC url(../images/icon_magnify.png) no-repeat 6px 6px;
}
.fig_magnify a:hover{
	border:1px solid #3270C5;
}
.fig_magnify a:hover:after{
	background-color: #3270C5;
}
.caption{
	font-size: 0.8em;
	line-height: 1.8em;
}
strong{
	font-weight: bold;
}
/*------------------------------------------
contact
--------------------------------------------*/
.main_contact_btn{
	margin-top: 50px;
	margin-bottom: 60px;
}
.main_contact_tel{
	width: 340px;
	float: left;
	margin-right: 19px;
}

.tel__txt01{
	font-size: 15px;
	text-align: left;
	line-height: 14px;
}

.tel__txt02{
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin-top: 13px;
}
.tel__txt02 > span{
	display: block;
	width: 51px;
	height: 29px;
	background-image:url(/commons/images/free-dial.png);
	background-size: cover;
	float: left;
	margin-right: 5px;
	margin-top: -4px;
	font-size: 0.0000001px;
	color: rgba(255, 255, 255,0);
}
.main_contact_btn a{
	display: block;
	width: 340px;
	float: left;
	overflow: hidden;
}

.popup_cursor{
	cursor: pointer;
}

ul.link_detail{
	padding:6px 15px;
}
ul.link_detail li{

}

ul.link_detail li a{
	width:7em;
	color:#333;
	text-decoration: none;
	display:block;
	border:1px solid #ccc;
	background:#efefef url(/commons/images/ls_mi_tri_bl.gif) no-repeat 0.7em 0.8em;
	padding:0.25em 0 0.25em 2em;
}

ul.link_detail li a:hover{
	color:#3270C5;
	text-decoration:underline;
	background:#ddd url(/commons/images/ls_mi_tri_bl.gif) no-repeat 0.7em 0.8em;
}

.block_navi{
	padding:8px 13px 8px;
	border:2px solid #E2E6EA;
	background:#F4F6F8;
	margin-top:2em;
}

ul.link_navi li a{
	font-size:0.9em;
	color:#333;
	/*margin-left:0.2em;*/
	text-decoration:none;
	padding:0.4em 0em 0.25em 2em;
	line-height:2.4em;
	background-position:0 0.3em;
	background:url(/commons/images/list_blue.png) no-repeat 0.7em 0.8em;
}

ul.link_navi li a:hover{
	color:#3270C5;
	text-decoration: underline;
	background:url(/commons/images/list_blue.png) no-repeat 0.7em 0.8em;
}

sup{
 vertical-align:super !important;
 }

/*oasis
------------------------------*/
.service_border{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #E2E6EA;
	font-size: 1.1em;
}
.service_border:after{
	position: absolute;
	bottom: -3px;
	left: 0;
	display: block;
	content: "";
	width: 200px;
	border-top: 3px solid #3270C6;
}

.col_lead_text.oasis{
	width:396px;
}
.col_point.oasis{
	width:302px;
}
