@charset "utf-8";

/*-- カラーコード早見
	color: #0678b7; /*-- 渡商ブルー
	color: #34a3fd; /*-- トップ青空上部の色（背景に使用
	color: #b71906; /*-- 赤文字（電話番号等）に使用
--*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 16px/2 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #252525;
	background: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

a {
	color: #0678B7;
	text-decoration: none;
}

	a:hover {
		color: #252525;
		text-decoration: none;
	}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

a img:hover {
	opacity: 0.7;
}

section {
	padding-bottom: 30px;
	overflow: hidden;
}

p {/*-- アンドロイドブラウザによる変な改行を防ぐため背景色指定 --*/
	background: #ffffff;
}


/********************************************************************************/
/* 共通部・スマホ320〜559px
/********************************************************************************/

/*---------- 共通class ----------*/

.clear {
	clear: both;
}
.clear::after {
	content:'';
	display:block;
	clear:both;
}

.big {
	font-size: 30px;
}

.bold {
	font-weight: bold;
}

.large {
	font-size: x-large;
}

.small {
	font-size: smaller;
}

.red {
	color: #B71906;
}

.blue {
	color: #0678b7;
}

.green {
	color: #059236;
}

/*---------- 枠 ----------*/

#wrapper {
	margin: 0 auto;
	width: 90%;
}

#header {
	width: 100%;
}

#headerTop {
	color: #ffffff;
}

#headerTop h1 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 2px;
	text-align: center;
	background: #34a3fd;
}

#headerTop ul {
	text-align: center;
	background: #34a3fd;
}

#headerTop li {
	list-style: none;
	margin-right: 16px;
	background: url(../images/list.png) no-repeat 0 center;
	display: inline;
}

#headerTop li a {
	padding-left: 10px;
	color: #ffffff;
	font-size: 11px;
}

/*--- トップナビ ---*/
ul.menu {
	width: 100%;
	margin: 10px 0 0;
	border-top: 1px solid #aaa;
}
ul.menu li {
	text-align: center;
	list-style: none;
	font-size: 14px;
	padding: 5px 0;
	float: left;
	border-bottom: 1px solid #aaa;
}
/*奇数(左)*/
ul.menu li:nth-child(odd) {
	width: 50%;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	box-sizing: border-box;
}
/*偶数(右)*/
ul.menu li:nth-child(even) {
	width: 50%;
	border-right: 1px solid #aaa;
	box-sizing: border-box;
}
ul.menu li:hover {
	background: #efefef;
}
ul.menu a,ul.menu a:link,ul.menu a:visited,ul.menu a:hover,ul.menu a:active {
	display: block;
}
/*--- トップナビここまで ---*/

#main {
	width: 100%;
	padding: 15px 0;
}
#main a {
	color: #0678b7;
	text-decoration: underline;
}
#main a:hover {
	color: #252525;
	text-decoration: none;
}
#main a.tel {
	color: #b71906;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}

h2.cateTitle {
	height: auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #252525;
	margin: 10px 0 20px 0;
	padding: 20px 16px 16px 16px;
	background: #efefef;
	border-bottom: 6px solid #0678b7;
	clear: both;
}

h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 10px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	background: #ffffff;
	border-bottom: 1px solid #666666;
	border-left: 5px solid #0678b7;
}

.inner {
	padding: 10px 20px 10px 10px;
}

.inner p {
	padding: 0 0 20px 0;
}

.pnavi {
	margin: 20px 0 10px;
}
.pnavi a {
	padding: 0 12px 0 6px;
	border-right: 1px solid #252525;
}
.pnavi a:first-of-type {
	padding: 0 12px;
	border-right: 1px solid #252525;
	border-left: 1px solid #252525;
}
.pnavi span.word {
	text-decoration: underline;
}

/*-- 画像回りこみ --*/
.withImage {
	width: auto;
	margin: 0 10px;
	padding: 5px 0;
}
.withImage img {
	float: none;
	margin-bottom: 10px;
	margin-left: 20px;
}
.withImageLeft {
	width: 80%;
	margin: 0 auto;
	padding: 5px 0;
}
.withImageLeft img {
	float: none;
	margin-bottom: 10px;
}
/*-- 画像回りこみここまで --*/
.sideBox {
	overflow: hidden;
	clear: both;
}
.sideBox img {
	margin: 4px;
	float: left;
}
.bnrBox {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
}
.leftBox {
	width: 96%;
	margin: 10px auto;
	padding-right: 0;
}
.rightBox {
	width: 96%;
	margin: 10px auto;
	padding-right: 0;
}
.ptop {
	width: 100%;
	height: 30px;
	text-align: center;
	margin: 30px 0 0;
	padding: 5px 0;
	background: #0678B7;
}

#footer a:hover {
	color: #0678b7;
}

#footMenu {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	background: #ffffff;
	margin-bottom: 20px;
	overflow: hidden;
}
#footMenu a {
	padding: 2px 0 2px 10px;
	display: block;
	border-right: 1px solid #0678B7;
	border-bottom: 1px dashed #0678B7;
	border-left: 1px solid #0678B7;
}
#footMenu a:first-of-type {
	padding: 0 0 2px 10px;
}
#footMenu a:last-of-type {
	border-bottom: 1px solid #0678B7;
}
#footMenu a:hover {
	background: #efefef;
}
#footMenu br {
	display: none;
}

#footRight {
	font-size: 14px;
	line-height: 1.5;
}

address {
	padding: 30px 0 3px;
	color: #000000;
	font-style: normal;
	font-size: 12px;
	text-align: center;
	clear: both;
	display: block;
}
address a, a:hover {
	color: #000000;
}

/*---------- ページ内 ----------*/

table {
	width: 100%;
}
table,th,td {
	border-collapse: collapse;
	border: 1px solid #999;
}
th,td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	border: 1px solid #999;
}
th {
	font-weight: normal;
	vertical-align: top;
	background: #eee;
}
th.center, td.center {
	text-align: center;
}

table.vartical {
	max-width: 100%;
	overflow: hidden;
	text-align: center;
}
table.vartical th, table.vartical td {
	display: block;
}

ul.license li {
	list-style: none;
	margin-bottom: 16px;
}
img.licensePDF {
	margin: 8px 8px -8px 0;
}

.btnBox {
	margin-top: 20px;
	overflow: hidden;
}

.btnBox a {
	margin: 0 20px 20px 0;
	display: block;
	float: left;
}

/*-- 入力例表示 --*/
.rei {
	font-size: 12px;
	color: #999;
}

/*-- 改行させない単語 --*/
span.word {
	display: inline-block;
}

/*----- サイトトップページ -----*/
.topNew {
	width: 96%;
	height: 120px;
	border: 1px dotted #336600;
	padding: 8px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 170%;
	overflow-y: scroll;
}
.topNew p {
	border-top: 1px dashed #999;
	padding: 4px 0;
	padding-left: 6em;
	text-indent: -6em;
}
.topNew p:first-of-type {
	border-top: none;
}
.newIco {
	color: #f00;
	font-size: 14px;
}
.newDate {
	color: #336600;
	font-size: 14px;
	margin: 0 2px 0 0;
}
.newDate::after {
	content:"\00A0";
}

.topHeadLeft {
	width: 200px;
	margin: 0 auto;
	float: none;
}

.topHeadRight {
	width: 100%;
	float: none;
}

.topHeadRight p {
	margin: 10px 0 10px 10px;
	padding: 0 0 0 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 200%;
	background: url(../images/check-l.jpg) no-repeat left top;
}
.under_line_yellow {
	background: linear-gradient(transparent 65%, #fcfc64 65%);
}

/*-- 取扱品目リスト --*/
.hin li {
	list-style: none;
	float: left;
	margin: 0 20px 20px 0;
	padding: 4px 16px;
	font-size: 14px;
	text-align: center;
	background: #ffffbf;
	border: 1px solid #dddddd;
	overflow: hidden;
}

.footcontactblock {
	padding-bottom: 30px;
}

div.imgCenter {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

div.imgCenter img {
	margin: 40px 0;
}

div.btnCenter {
	width: 90%;
	text-align: center;
	margin: 10px auto;
}

/*----- サイトマップページ -----*/
#sitemap {
	overflow: hidden;
}

.box {
	width: 100%;
}

#sitemap ul {
	margin: 10px 30px;
}

#sitemap li {
	list-style: none;
	margin: 30px 0;
	border-bottom: 1px dotted #dddddd;
}

#sitemap li a {
	padding-left: 15px;
	background: url(../images/list.jpg) no-repeat 0 50%;
}
/*----- サイトマップページ　ここまで -----*/


/*----- フォーム部品 -----*/
input,textarea {
	padding: 5px;
	font-size: 14px;
	box-sizing: border-box;
}

textarea {
	width: 100%;
}

input[type="submit"] {
	width: 100%;
	height: 60px;
	margin: 40px 0;
	padding: 10px;
	font-size: 16px;
	color: #252525;
	background: #eee;
	border-radius: 0.5em;
	border: 1px solid #666;
	transition: .3s;
}

input[type="submit"]:hover {
	color: #FFFFFF;
	background: #0678b7;
	border: 1px solid #0678b7;
}

/*----- ボタン部品 -----*/
#main a.btn {
	display: inline-block;
	width: 300px;
	max-width: 68%;
	position: relative;
	background: #0678b7;
	border: 2px solid #0678b7;
	padding: 1em 2em;
	margin: 2em 0;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition-duration: 0.3s;
	border-radius: 2em;
}
#main a.btn:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -6px;
}
#main a.btn:hover {
	background: #fff;
	color: #0678b7;
}
#main a.btn:hover:before {
	border-top: 2px solid #0678b7;
	border-right: 2px solid #0678b7;
}

/*----- 施工事例ページ -----*/
div.caseList {

}
div.caseList a {
	width: 100%;
	position: relative;
	padding: 5px 10px 5px 30px;
	margin-bottom: 5px;
	display: block;
	text-align: left;
	text-decoration: none;
	background-color: #ffffff;
}
div.caseList a::before {
content: '';
width: 8px;
height: 8px;
border: 0;
border-top: 2px solid #0678b7;
border-right: 2px solid #0678b7;
transform: rotate(45deg);
position: absolute;
top: 50%;
left: 10px;
margin-top: -6px;
}
div.caseList a:hover {
	background-color: #efefef;
}
.casePhoto {
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
	text-align: center;
}
.casePhoto img {
	max-width: 400px;
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}
.casePhoto img:nth-of-type(2){
	margin-right: 0;
}
.casePhoto::after {
	content: '';
	height: 10px;
}

/*----- ページ送り部品 -----*/
#main ul.pageNavi {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #fff;
	text-align: center;
}
#main ul.pageNavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
#main ul.pageNavi li span,
#main ul.pageNavi li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #0678b7;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
}
#main ul.pageNavi li a:hover {
	color: #252525;
	background: #efefef;
}
/********************************************************************************/
/*タブレット560〜959px
/********************************************************************************/
@media screen and (min-width: 560px) {

#headerTop {
	background-color: #34a3fd;
}

#headerTop h1 {
	float: left;
	width: 600px;
	font-size: 11px;
	text-align: left;
	padding: 5px 0 0 4px;
}

#headerTop ul {
	float: right;
	width: 300px;
	padding: 0;
	text-align: right;
}

#headerTop li {
	list-style: none;
	margin-right: 10px;
	display: inline;
}

#headerTop li a {
	padding-left: 15px;
	color: #ffffff;
	font-size: 11px;
	background: url(../images/list.png) no-repeat 0 50%;
}

/*-- 画像を右に回りこみスマホ以上 --*/
.withImage {
	width: auto;
	margin: 20px 10px 0;
	padding: 5px 0;
}
.withImage img {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
/*-- 画像を右に回りこみスマホ以上ここまで --*/

.bnrBox {
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
	clear: both;
}
.leftBox {
	width: calc( 50% - 10px );
	padding-right: 10px;
	float: left;
}
.rightBox {
	width: calc( 50% - 10px );
	padding-left: 10px;
	float: right;
}
table.th1 th {
	white-space: nowrap;
}

table.vartical th, table.vartical td {
	display: table-cell;
}

/*-- 取扱品目リスト --*/
.hin li {
	list-style: none;
	/*width: 135px;*/
	float: left;
	margin: 0 20px 20px 0;
	/*padding: 10px 5px;*/
	padding: 10px 20px;
	font-size: 16px;
	text-align: center;
	background: #ffffbf;
	border: 1px solid #dddddd;
	overflow: hidden;
}

}


/********************************************************************************/
/* PC960px以上
/********************************************************************************/
@media screen and (min-width: 960px) {

#wrapper {
	width: 950px;
}

#headerTop {
	background: #34a3fd;
}

ul.menu {
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-top: none;
}
ul.menu li {
	width: 150px;
	margin-right: 10px;
	font-size: 18px;
	padding: 0;
	background: #398904;
	border-radius: 0.5em;
	border-bottom: none;
}

/*奇数(左)*/
ul.menu li:nth-child(odd) {
	width: 150px;
	border-right: none;
	border-left: none;
	box-sizing: border-box;
}
/*偶数(右)*/
ul.menu li:nth-child(even) {
	width: 150px;
	border-right: none;
	box-sizing: border-box;
}
ul.menu li:last-of-type {
	margin-right: 0;
	/*-- 202210 kadono Mod 
	background: #FF8000;--*/
}
ul.menu li:hover {
	background: #4CB706;
}

ul.menu a,ul.menu a:link,ul.menu a:visited,ul.menu a:hover,ul.menu a:active {
	color: #FFF;
	display: block;
}

#main {
	padding: 0;
}

.topNew {
	width: 98%;
	height: 140px;
	border: 1px dotted #336600;
	padding: 8px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 170%;
	overflow-y: scroll;
}

h2.cateTitle {
	font-size: 24px;
	margin: 10px 0 40px 0;
}

.withImageLeft {
	width: auto;
	margin: 40px 10px 0;
	padding: 10px 0;
}
.withImageLeft img {
	width: 30%;
	float: left;
	margin-bottom: 10px;
	margin-right: 30px;
}
.withImageLeft::after {
	content:'';
	display:block;
	clear:both;
}
.ptop {
	text-align: right;
	margin: 30px 0 10px;
	padding: 0;
}
#main a.btn {
	width: 100%;
	max-width: 350px;
}
#footMenu {
	float: left;
	width: 620px;
	font-size: 13px;
	line-height: 30px;
	background: #ffffff;
	margin-bottom: 0;
	overflow: hidden;
}

#footMenu a {
	margin: 0 2px;
	padding: 0 2px 0 10px;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #252525;
	display: inline;
}
#footMenu a:first-of-type {
	padding: 0 2px 0 10px;
}
#footMenu a:last-of-type {
	border-bottom: none;
}
#footMenu a:hover {
	background: #FFF;
}
#footMenu br {
	display: inline;
}

#footRight {
	float: right;
	width: 320px;
	font-size: 11px;
	line-height: 150%;
	background: #ffffff;
	text-align: right;
}


/*----- サイトトップページ -----*/

.topHead {
}

.topHeadLeft {
	width: 200px;
	float: left;
}

.topHeadRight {
	width: 750px;
	float: right;
}

.topHeadRight p {
	margin: 10px 0 10px 10px;
	padding: 0 0 0 50px;
	font-size: 24px;
	line-height: 200%;
	background: url(../images/check-l.jpg) no-repeat left top;
}

/*----- サイトマップページ -----*/
.box {
	width: 49%;
	float: left;
}

}