@charset "utf-8";
/* CSS Document */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* reset    　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body, div, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

img { 
  vertical-align: bottom; 
	border: 0; 
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#header:before,
#menu:before,
.inner:before,
.data_set:before,
.cf:before,
#header:after,
#menu:after,
.inner:after,
.data_set:after,
.cf:after {
	content: "";
	display: table;
}

#header:after,
#menu:after,
.inner:after,
.data_set:after,
.cf:after {
	clear: both;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
	color: #444444;
	font-size: 14px;
	line-height: 1.7em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #0090CC;
}
p {
	margin-bottom: 8px;
}
h1 {
	color: #0092CE;
	font-size: 26px;
	text-align: center;
	margin-bottom: 40px;
}
h1 span {
	font-size: 12px;
	color: #969696;
}
h2 {
	margin-bottom: 20px;
	font-size: 20px;
	border-bottom: 3px solid #00AFF5;
	color: #0092CE;
	padding-left: 5px;
	padding-bottom: 2px;
	line-height: 1.4em;
}
h3 {
	background-color: #00AFF5;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}

a:link,
a:visited {
	color: #0092CE;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #006A96;
}

.text_SZ_L {
	font-size: 16px;
}

.text_SZ_s {
	font-size: 12px;
}
.text_SZ_xs {
	font-size: 10px;
}
.text_CL_blue {
	color: #0195D3;
}
.text_CL_brown {
	color: #9B7400;
}
.clear {
	clear: both;
}


.over1 {
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ヘッダー　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#header {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #0096D3;
	background-color: #FFFFFF;
	text-align: center;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メニュー　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#menu {
	margin-left: auto;
	margin-right: auto;
	height: 55px;
	background-color: #00AFF5;
	border-top: 1px solid #8DDCFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,175,245,1.00) 0%,rgba(0,144,204,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,175,245,1.00) 0%,rgba(0,144,204,1.00) 100%);
	border-bottom: 2px solid #0076A6;
}
#menu .inner {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
}
#menu li {
	float: left;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 背景用　　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#wrapper {
	background-image: url(../images/bg.jpg);
	background-size: cover;
	border-bottom: 1px solid #0096D3;
	padding-top: 40px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 大枠　　　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フッター　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	border-top: 1px solid #8DDCFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,175,245,1.00) 0%,rgba(0,144,204,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,175,245,1.00) 0%,rgba(0,144,204,1.00) 100%);
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover  {
	text-decoration: underline;
	color: #BFECFF;
}
#blog_banner {
	width: 314px;
	text-align: center;



}


#copy {
	text-align: center;
	font-size: 10px;
	clear: both;
	padding-top: 25px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 共通構造　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.data_set {
	margin-bottom: 45px;
}
.box_left {
	float: left;
}
.box_right {
	float: right;
}
.extra_box_01 {
	background-color: #CFF0FE;
	margin-bottom: 12px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-radius: 8px;
}
.extra_box_02 {
	background-color: #FFE6A5;
	margin-bottom: 12px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-radius: 8px;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* トップページ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#home_main {
	margin-bottom: 10px;
}
#home #news {
	width: 650px;
	float: left;
}
#news a {
	color: #444444;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 4px;
}

#news a:hover {
	background-color: #D2F1FF;
}



.news_date {
	font-size: 12px;
	font-weight: bold;
	color: #0099DB;
	padding-right: 15px;
}

#news li {
	border-bottom: 1px dotted #000000;
}
.news_cate_staff {
	background-color: #6DBD24;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 10px;
	color: #FFFFFF;
	margin-right: 12px;
}
.news_cate_info {
	background-color: #009EDF;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 10px;
	color: #FFFFFF;
	margin-right: 12px;
}


#side {
	float: right;
	width: 314px;
	font-size: 12px;
}

/* 3つの場合 */
.home_box_01 {
	width: 314px;
	float: left;
	margin-right: 29px;
}
.home_box_02 {
	width: 314px;
	float: right;
}

/* 4つの場合 */
.home_box_4set_01 {
	width: 235px;
	float: left;
	margin-right: 20px;
}
.home_box_4set_02 {
	width: 235px;
	float: right;
}


.home_bt_name {
	background-color: #038FCA;
	padding-left: 7px;
	color: #FFFFFF;
	padding-bottom: 5px;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 下層共通　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#kasou_data {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: hsla(0,0%,100%,0.75);
	border-radius: 5px;
}
.one_column_box {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.tbl {
	margin-bottom: 12px;
}

.tbl table {
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
}

.tbl table th,
.tbl table td {
	border-bottom: 1px solid #888888;
	border-right: 1px solid #888888;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.tbl table th {
	background-color: #E9E9E9;
}

.data_indent {
	margin-left: 10px;
	margin-right: 10px;
}

.info_kiji_date {
	color: #0092CE;
	font-size: 14px;
	margin-left: 5px;
}

#info_back_bt {
	margin-top: 70px;
}

#info_back_bt a {
	display: block;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #DFDFDF;
	color: #444444;
	text-decoration: none;
	border: 1px solid #969696;
	border-radius: 5px;
}
#info_back_bt a:hover  {
	background-color: #C8C8C8;
	border: 1px solid #969696;
	border-radius: 8px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 業務実績　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.work_top_bt {
	margin-bottom: 25px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}


.work_top_bt li {
	float: left;
	width: 280px;
	font-size: 12px;
	text-align: center;
}

.work_top_bt a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	background-color: #00A7EB;
}

.work_top_bt a:hover {
	background-color: #0073A3;
}

.work_bt_01 {
	margin-right: 10px;
}

.work_bt_current {
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	background-color: #D3B534;
	display: block;
	color: #FFFFFF;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* EX-7　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#water_top {
	/* [disabled]margin-bottom: 25px; */
	background-image: url(../images/water_top.png);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

.water_top_01 {
	margin-bottom: 120px;
}

.water_top_02 {
	padding-bottom: 0px;
	margin-bottom: 30px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 石材　　　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#sekizai_top {
	margin-bottom: 25px;
	background-image: url(../images/sekizai_top_bg.jpg);
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	line-height: 2.5em;
	border-radius: 8px;
}

#sekizai_top p {
	margin-bottom: 16px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 電気　　　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.denki_keiyaku_tt {
	background-color: #FF7F28;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 8px solid #FF9853;
	border-right: 8px solid #FF9853;
}

#denki_osusume {
	background-image: url(../images/denryoku_osusume_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 15px;
	margin-bottom: 50px;
}
