@charset "UTF-8";
/* CSS Document */
html
{
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
    line-height: 1.7em;
	color:#333333;
	background:#F5F0EB;
}

p {
	margin:0 0 20px 0;
	text-indent:13px;
}

#wrapper {
	width:950px;
	overflow:hidden;
	border-top:#7DC04D 3px solid;
	display:block;
	margin:0 auto;
}

header {
	width:950px;
	margin:0 auto;
	display:block;
	overflow: hidden;
	padding:5px 15px 5px;
	font-size:12px;
	background:#FFF;
}

header #logo {
	float:left;
	display:block;
}

header #contact {
	float:right;
	display:block;
	font-size:14px;
	line-height:1.5em;
	width:420px;
	margin:6px 0 0 0;
}

header #contact #otoiawase {
	width:64px;
	height:60px;
	margin:0 10px 0 0;
	padding:20px 0 0 0;
	float:left;
	font-size:13px;
	font-weight:bold;
	background:#016533;
	color:#FFF;
	text-align:center;
	border-radius:6px;
}

nav {
	width:950px;
	background:#EEE;
	border-top:#BBB 1px solid;
	border-bottom:#BBB 3px solid;
	display:block;
	margin:0 auto;
}

nav ul {
	width:950px;
	height:50px;
	display:block;
	margin:0 auto;
}

nav li a:link {
	height:50px;
	padding-top:14px;
	display:block;
	color:#005E29;
	font-weight:bold;
}

nav li a:hover {
	height:50px;
	padding-top:14px;
	text-decoration:none;
	color:#005E29;
	background:#C4E7AB;
}
nav li a:visited {
	color:#005E29;
}

nav li {
	width:20%;
	float:left;
	display:block;
	text-align:center;
	font-size:16px;
	background:#CCC;
	background: linear-gradient(#FFF, #CCC);
	background: -moz-linear-gradient(#FFF, #CCC);
	background: -webkit-linear-gradient(#FFF, #CCC);
	
	border-left:#FFF 1px solid;
	border-right:#BBB 1px solid;
}

nav li:first-child {
	border-left:none;
}
nav li:last-child {
	border-right:none;
}

#contents {
	width:950px;
	display:block;
	margin:0 auto;
	padding:15px;
	clear:both;
	overflow:hidden;
	background:#FFF;
}

h1 {
	padding:15px 0 30px;
	border-bottom:#005E29 3px solid;
}

#contents h1.style2 {
	margin:15px 0 20px;
	color:#333;
	border-bottom:none;
}

#contents h2 {
	font-size:20px;
	font-weight:bold;
	margin:15px 0 10px;
	padding:10px;
	clear:both;
	overflow:hidden;
	
	background:#D8EFD0;
	background: linear-gradient(#D8EFD0, #FFF);
	background: -moz-linear-gradient(#D8EFD0, #FFF);
	background: -webkit-linear-gradient(#D8EFD0, #FFF);
}

#contents h2 span {
	font-size:15px;
}

#contents h2 img {
	float:right;
	
}

#contents h3 {
	font-size:20px;
	font-weight:bold;
	color:#2A611A;
	border-bottom:#CCC 1px solid;
	padding-bottom:5px;
	margin:20px 0 5px;
	clear:both;
}

.pTop {
	text-align:right;
	margin:10px 0 0;
	clear:both;
}
#page-top {
    position:fixed;
    bottom:30px;
    right: 30px;
}
#page-top a {
    background:url(../img/p_top.png) no-repeat;
    width: 100px;
    height:60px;
    display: block;
    text-indent:-9999px;
}
#page-top a:hover {
    opacity:0.6;
    filter:alpha(opacity=60);
}

footer {
	padding:10px 0 0 0;
	background:#E4F4D9;
	clear:both;
	border-top:#B5E18C 1px solid;
}

footer #ad{
	width:920px;
	display:block;
	margin:0 auto;
}

footer img{
	vertical-align:middle;
}
footer #ad #jwra img{
	float:right;
}


footer #copyright{
	font-size:12px;
	padding:5px;
	margin-top:5px;
	text-align:center;
	clear:both;
	background:#CCC;
}
/*TOPページスタイル*/
#topImage {
	width:100%;
	height:300px;
	clear:both;
}

#topImage #topImage-in{
	position: relative;
	width:950px;
	display:block;
	margin:0 auto;
}

#topImage-in p {
	position:absolute;
    top: 200px;
	left:35px;
	
	font-size:34px;
	font-weight:bold;
	line-height:1.3em;
	text-indent:0;
	text-align:left;
	text-shadow:#333 0 0 7px;
	color:#FFF;
	
}

#topWork {
	width:100%;
	margin-top:15px;
	display: flex;
	justify-content: space-between;
}

#topWork article {
	width:300px;
	padding:10px;
	border:#CCC 1px solid;
	background:#EEE;
}

#topWork article p {
	text-indent:0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#005E29;
	margin-bottom:10px;
}

#topWork article img {
	width:100%;
	height:auto;
	margin-bottom:6px;
}

#topWork article a:link {
	color:#333;
}


#topWork article a:hover {
	color:#333;
	text-decoration:none;
}
#topWork article a:visited {
	color:#333;
}

#topWork article a:link span {
	display:block;
	padding:5px 10px;
	margin-top:5px;
	background:#796856;
	color:#FFF;
	border-radius:5px;
}


#topWork article a:hover span {
	color:#FFF;
	background:#AFA397;
	text-decoration:none;
}
#topWork article a:visited span {
	color:#FFF;
}


/*事業案内*/

.jigyolist {
	width:100%;
	margin-top:15px;
	display: flex;
	justify-content: space-between;
}

.jigyolist article {
	width:300px;
	padding:15px;
	border:#CCC 1px solid;
	background:#F4EDE6;
}

.jigyolist article p {
	text-indent:0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.jigyolist article img {
	width:100%;
	height:auto;
	margin-bottom:6px;
}

.jigyolist article a:link {
	color:#333;
}


.jigyolist article a:hover {
	color:#333;
	text-decoration:none;
}
.jigyolist article a:visited {
	color:#333;
}

.jigyolist article a:link span {
	display:block;
	padding:5px 10px;
	margin-top:5px;
	background:#796856;
	color:#FFF;
	border-radius:5px;
}


.jigyolist article a:hover span {
	color:#FFF;
	background:#AFA397;
	text-decoration:none;
}
.jigyolist article a:visited span {
	color:#FFF;
}

.jigyolist article.bg2 {
	background:none;
}

.jigyolist article.bg2 p span{
	font-size:15px;
}

.jigyolist article.bg2 ul{
	list-style:disc;
	margin:0 0 15px 25px;
}

.jigyoimg {
	float:right;
	width:380px;
	margin-left:15px;
}

.jigyoimg img {
	width:100%;
	height:auto;
}

#kouka {
	font-size:16px;
	background:#E4F4D9;
	padding:15px;
	border-radius:8px;
	overflow:hidden;
}
#kouka li{
	display:block;
	float:left;
	width:290px;
}

ul#yuui {
	font-size:16px;
	font-weight:bold;
	display: flex;
	justify-content: space-between;
}


ul#yuui li{
	width:220px;
	padding:15px 0 0;
	text-align:center;
	border:#CCDDD1 2px dotted;
}

ul#yuui li span{
	font-size:12px;
	line-height:1.3em;
	display:block;
}

ul#yuui li span.tokkyo{
	background:#EEE;
	padding:3px 0 5px;
}

ul#tokucho {
	font-size:15px;
	font-weight:bold;
	display: flex;
	justify-content: space-between;
}


ul#tokucho li{
	width:180px;
	padding:15px 5px;
	text-align:center;
	border:#CCDDD1 2px dotted;
}

.box {
	width:100%;
	margin-top:15px;
	display: flex;
	justify-content: space-between;
}

.box article {
	width:465px;
	padding:15px;
	border:#D7CAB6 1px solid;
}

.box p {
	text-indent:0;
	padding:5px 10px;
	margin-bottom:10px;
	background:#EEE;
}

img.jwralogo {
	width:120px;
	height:auto;
	margin:0 0 15px 15px;
	float:right;
}

.large {
	font-size:18px;
	font-weight:bold;
	color:#2D6431;
}


/*施工実績*/
.worklist article{
	width:100%;
	padding:15px 0;
	overflow:hidden;
}

.worklist img{
	width:300px;
	float:left;
	margin:0 15px 0 0;
}

.naiyou {
	width:605px;
	float:right;
	background:#EEE;
	padding:15px;
	border-radius:8px;
	margin-top:10px;
}

/*会社案内*/
#message {
	padding-right:250px;
	background-image:url(../company/img/bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	
}

#message img.itagaki{
	float:left;
	margin-right:15px;
	width:120px;
	height:auto;
}

#message p{
	font-size:15px;
}

#message table {
	width:100%;
}

#message table tr{
	margin:5px 0;
	border-bottom:#FFF 5px solid;
}

#message table th{
	vertical-align:top;
	text-align:center;
	background:#F4EDE6;
	white-space: nowrap;
}
#message table th,
#message table td{
	padding:5px 10px;
}

#message li{
	list-style:square;
	margin-left:30px;
	margin-bottom:5px;
}

/*アクセス*/

iframe {
	border:#CCC 1px solid;
	margin:10px 0 10px 30px;
	float:right;
}



/*パンくずリスト ----------*/
	/* --- リストエリア --- */
	.topicPath {
		width:950px;
		background:#FFF;
		display:block;
		margin:0 auto;
		padding:0 15px;
	}
	
	ol {
		width:920px;
	margin: 0 auto;
	list-style-type: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height:1.5em;
		padding:8px 0;
		border-bottom:#CCC 1px dotted;
	}

	/* --- リスト項目 --- */
	.topicPath ol li {
	display: inline;
	}

	/* --- リンク --- */
	.topicPath　ol li a {
	margin-right: 6px; /* リンクエリアの右マージン */
	}

	.topicPath　ol li a:hover {
	color:#F36;
	}
	
.caption {
	color:#FF0000;
}