@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a img {
	border-style: none;
}
body {
	margin: 0 auto;
	color: #333333;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", "Arial", "Helvetica", Sans-serif;
}
#container {
	margin: 0 auto;
	width: 100%;
}
.mk_y {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff52 60%) repeat scroll 0 0;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}
/*==================================================================================================================*/
/* ---------->>>  Clearfix   <<<-----------------------------------------------------------------------------------*/
/*==================================================================================================================*/
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/*----------Header----------*/
#headerBK {
	margin: 0 auto;
	padding: 10px 0; /*横数値を入力すると、メニューバー以降、右側に余白が出来てしまう*/
	min-width: 100%;
	height: 80px;
	text-align: center;
	background: url(../img/headBK.png);
	background-repeat: repeat-x;
}
/*▼150528-----------------------------*/
#head_inner {
	width: 960px;
	margin: 0 auto;
}
#headerL {
	float: left;
	height: 80px;
	width: 764px;
	text-align: left;
}
#headerL img.logo {
	float: left;
}
#headerL div {
	float: left;
	margin: 20px 10px;
	font-size: 12px;
}
#headerR {
	float: right;
	width: 196px;
	text-align: right
}
/*▲150528-----------------------------*/

#headerTxBox {
	width: 120px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding: 3px 5px;
}
/*----------Menu----------*/

#menuBK {
	background-image: url(../img/menuBK.png);
	background-repeat: repeat-x;
	min-width: 100%;
	height: 48;
	margin: 0 auto;
	padding: 0 auto;
}
#menu {
	margin: 0 auto;
	/*【仮】*/width: 960px;/*▼150528-----------------------------*/
	height: 48px;
}
#gvNavi {
	/*▼150528　width削除-----------------------------*/
	list-style: none;
	margin: 0 auto;
	padding: 0;
	height: 48px;
}
.gvNavi01 {
	float: left;
	width: 16.6%;/*▼150528-----------------------------*/
}
/*----------Contents----------*/
#contents {
	margin: 0 auto;
	margin-top: 10px;
	width: 900px;
	height: 410px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#information {
	float: left;
	width: 580px;
	height: auto;
	margin: 10px;
	padding: 10px;
	border: 1px solid #999999;
}
#infoUl {
	padding: 0 20px;
}
#infoUl li {
	/*list-style:url(../img/icon_info.png);*/
	background: url(../img/icon_info.png) no-repeat 0 1px;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 80px;
	border-bottom: 1px dotted #999999;
}
/*----------Breadcrumb Navigation----------*/
#BreadcrumWrap {
	width: auto;
	height: 30px;
	margin: 5px auto;
	padding: 0 auto;
	background: #eee;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}
#BreadcrumbNav {
	width: 980px;
	font-size: 14px;
	margin: 0 auto;
	padding: 0 auto;
	padding-top: 6px;
	vertical-align: middle;
}
/*----------トップページ以外のコンテンツ----------*/
#contentsArea {
	margin: 0 auto;
	margin-top: 10px;
	width: 980px;
	height: auto;
}
#content-block {
	margin-left: 10px;
	float: left;
}
.contents-inner {
	padding: 10px 0 50px 0px;
	line-height: 1.5em;
}
/*----------各ページのタイトル部----------*/
#PageTitle {
	padding: 0px 10px 10px 10px;
	border-bottom: 1px dotted #999999;
}
/*----------各章のタイトルバー----------*/
.ber_img {
	margin-top: 10px;
	margin-bottom:20px;
}
/*----------SideBer----------*/
#sideR {
	margin: 10px 10px 0 10px;
	padding: 10px 0;
	width: 250px;
	hight: 158px;
	background-color: #DCE8F1;
	float: right;
}
#sideInner {
	font-size: 13px;
	text-align: left;
	width: 200px;
	margin: 10px 0 10px 0;
	padding: 0;
}
#PageTop {
	display: block;
	margin: auto;
	padding: 10px;
	clear: both;
	width: 980px;
	text-align: right;
	font-size: 14px;
}
/*	a.PageTop {
	color:#333333;
	}*/

/*----------Fotter----------*/
#fotterWrap {
	clear: both;
	margin: 0 auto;
	padding: 10px 0;
}
#fotter {
	border-top: 1px dotted #999999;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	width: 900px;
	color: #666666;
	font-size: 14px;
}
/*----------Fotter（トップページ以外）----------*/
#fotter_ather {
	clear: both;
	border-top: 1px dotted #999999;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	width: 980px;
	color: #666666;
	font-size: 14px;
}
/*----------Table----------*/
.rcrtTbl {
	border-collapse: collapse;
}
.rcrtTbl td {
	padding: 5px;
	padding-left: 1em;
	border: solid 3px #ffffff;
}
.tblTitle {
	background-color: #dddddd;
}
.tblOther {
	background-color: #f2f2f2;
}
#catalogTbl {
	border-collapse: collapse;
	font-size: 16px;
}
#catalogTbl td {
	padding: 5px;
	border: 1px solid #BFBFBF;
	font-size: 16px;
}
#catalogTbl th {
	padding: 5px;
	font-weight: normal;
	border: 1px solid #BFBFBF;
	color: #333;
	background-color: #ccc;
	/*font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-size: 16px;
}
.BGuideWrap {
	clear: both;
	width: 660px;
	padding: 10px 20px;
	line-height: 2em;
	border-bottom: solid 1px #CCCCCC;
}
.BGuideWrap a:link {
	color: #0099FF;
}
.BGuideWrap a:link {
	color: #0099FF;
}
.BGuideWrap a:visited {
	color: #0099FF;
}
.BGuideTitle {
	float: left;
	width: 200px;
}
.BGuideLink {
	width: auto;
}
.BGuideLink img {
	border: solid 1px #CCCCCC;
	margin-bottom: 10px;
}
.licenceTitle {
	width: 680px;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding-left: 20px;
	border-bottom: solid 1px #ccc;
}
.bgContents {
	width: 660px;
	padding: 0 20px;
	margin-bottom: 20px;
}
.bgPictV {
	width: 300px;
	height: 400px;
	margin: 10px 25px 10px 0;
	float: left;
}
/*----------sitemap.html----------*/
.sMapLi {
	background: url(../img/btn_arrow.png) no-repeat 0px;
	padding-left: 25px;
}
/*----------contact.html----------*/
.inbox {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding: 5px;
	vertical-align: middle;
	max-width: 575px;
}
.contactLeft {
	float: left;
	width: 80px;
}
.contactWrap {
	margin: 0 0 10px 20px;
}
.contactWrap input, textarea {
	width: 500px;
}
.contactWrap textarea {
	height: 300px;
}
/*----------businessguide.hmml SideMenu----------*/
#BGSide {
	margin: 10px 10px 0 10px;
	padding-bottom: 10px;
	width: 250px;
	hight: 300px;
	background-color: #EFEFF0;
	float: right;
}
#BGSideInner {
	font-size: 14px;
	width: 200px;
	margin: 0px 0 10px 0;
	padding: 0;
}
.bgNaviArea {
	list-style: none;
	width: 210px;
	margin: 10px 0 0 20px;
	padding: 0;
}
.bgNavi {
	width: 210px;
	margin: 0 auto;
}
/*----------工事実績----------*/
.histry {
	float: right;
	clear: both;
	width: 500px;
	margin: 0;
	padding: 10px;
	border-bottom: dotted 1px #cccccc;
}
.histryPic {
	float: right;
	vertical-align: top;
}
.histryPic img {
	width: 50px;
	height: 50px;
}
/*----------その他機能----------*/
.frameRad {
	border-radius: 10px;
}
/*.frameRad img {
border-radius: 10px;
}*/

.orange {
	color: #fb590c;
}
/*----------テキストボックス半角全角----------*/
.txtmode1 {
	ime-mode: active;   /* 全角モード */
}
.txtmode2 {
	ime-mode: disabled; /* 半角モード */
}
.open {
	line-height: 1em;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	clear: both;
	float: right;
	width: 8em;
	height: 12px;
	background: #DCE8F1;
	color: #666;
	cursor: pointer;
	margin: 5px auto;
	padding: 10px;
}
#slideBox {
	clear: both;
	float: right;
	width: 500px;
	padding: 0px;
	margin: 0;
	border: none;
	display: none;
}
/*▼150528-----------------------------*/
.nakabori a {
	float: right;
}
.nakabori a:link {
	text-align: right;
}
.btn_blue {
	float: right;
	display: inline-block;
	margin: 10px 0 0;
	padding: 5px 10px;
	color: #fff;
	background-color: #367cb7;
	border-radius: 5px;
	box-shadow: 0 3px 0 -1px rgba(94,83,79,0.4);
	text-decoration: none!important;
}
.btn_blue>span {
	color: #fff;
}
#location {
	width : 700px;
	height : 400px;
}
span.tel {
	font-weight: bold;
	font-size: 20px;
	color: #234983;
}
