@charset "UTF-8";
@import "common.css";

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact h3 {
    border-bottom: 2px solid #88ce43;
    border-top: 2px solid #88ce43;
    font-size: 15px;
    line-height: 28px;
    padding: 0 10px;
    text-align: left;
}

#contact .nth1 {
	padding:0 10px;
	text-align:left;
}

#contact .nth1 h4 {
	font-size:22px;
	border-bottom:solid 3px #907c59;
	margin-top:10px;
	font-weight:bold;
	color:#ffa13c;
	line-height: 1.2em;
}

#contact .nth1 h4 span {
	font-size:150%;
}

#contact .nth1 .txt01 {
	color:#593a03;
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	line-height:1.2em;
}
#contact .nth1 .txt01 span {
	font-weight:bold;
}

#contact .nth1 .txt02 {
	color:#593a03;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	line-height:1.2em;
}

#contact .nth1 dl {
	margin-top:10px;
	margin-bottom:5px;
	text-align:left;
	line-height:1.2em;
}

#contact .nth1 dl dd {
	padding:5px;
	border:3px solid #88ce43;
}

#contact .nth1 dl dd li {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.8em;
}
#contact .nth1 dl dd li:before {
	content:"・";
}

#contact .nth2 {
	padding:0 10px;
	text-align:left;
}

#contact .nth2 h4 {
	background: #88ce43 none repeat scroll 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 5px;
	width: 100%;
}

#contact .nth2 table {
	width:100%;
	padding:0 10x;
	margin-top:15px;
	margin-bottom:15px;
	border-top:solid 1px #ccc;
}

#contact .nth2 table th {
	display:block;
	width:100%;
	padding:5px;
	background:#fef3cc;
	box-sizing:border-box;
}

#contact .nth2 table td {
	display:block;
	width:100%;
	padding:5px;
	border-bottom:solid 1px #ccc;
	box-sizing:border-box;
}

#contact .nth2 table td .form_radio {
	margin-bottom:5px;
}

#contact .nth2 table td .form_text {
	width:100%;
}

#contact .nth2 table td .form_textarea {
	width:100%;
}

#contact .nth2 #contact_btn {
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

/* ---------------------------------------------------------
	CSS Document sitemap
--------------------------------------------------------- */

#sitemap {
	margin-bottom: 35px;
}
#sitemap .nth1 {
	background: #fff none repeat scroll 0 0;
	font-weight: bold;
	margin: 18px;
	padding: 22px;
	text-align: left;
}
#sitemap h2 {
	border-bottom: 2px solid #88ce43;
	border-top: 2px solid #88ce43;
	font-size: 15px;
	line-height: 28px;
	padding: 0 10px;
	text-align: left;
}
#sitemap .inner {
	margin-bottom: 5px;
	overflow: hidden;
	padding: 0 10px;
}
#sitemap .sitemap-listbox_a {
	float: left;
	margin: 10px 1% 10px 0;
	text-align: left;
	width: 100%;
}
#sitemap .sitemap-listbox_a .liststyle01 li::before {
	content: "> ";
}
#sitemap .sitemap-listbox_a .liststyle01 li {
	display: inline;
	line-height: 2em;
	margin-right: 31px;
}
#sitemap .sitemap-listbox_a .liststyle01 li {
	box-sizing: content-box;
	display: inline-block;
	line-height: 2em;
	margin-right: 10px;
	white-space: nowrap;
	width: 100%;
}
#sitemap .sitemap-listbox {
	float: left;
	margin: 10px 0 10px;
	text-align: left;
	width: 100%;
}
#sitemap .sitemap-listbox:nth-child(3n) {
	margin: 10px 0;
}
#sitemap .title-style {
	border-left: 5px solid #88ce43;
	color: #88ce43;
	font-size: 16px;
	line-height: 1.3em;
	margin: 5px 0 10px;
	padding-left: 5px;
}
#sitemap .liststyle01 li, #sitemap .liststyle02 li {
	line-height: 2em;
}
#sitemap a {
	color: #333;
	text-decoration: none;
	vertical-align: top;
}
#sitemap a:hover {
	color: #af3700;
	text-decoration: underline;
}
#sitemap .liststyle01 li::before {
	content: "・";
}
#sitemap .liststyle02 li:last-child::before {
	content: "└";
}
#sitemap .liststyle02 li::before {
	content: "├";
	margin-right: 5px;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company h3 {
    border-bottom: 2px solid #88ce43;
    border-top: 2px solid #88ce43;
    font-size: 15px;
    line-height: 28px;
    padding: 0 10px;
    text-align: left;
}

#company .nth1 {
	padding:0 10px;
	margin:10px 0;
	text-align:left;
}

#company .nth1 table {
	width: 100%;
	box-sizing:border-box;
	border-top: 1px solid #ccc;
}
#company .nth1 th {
	background: #fef3cc none repeat scroll 0 0;
	border-bottom: 1px solid #fff;
	font-size: 13px;
	line-height: 10px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 100%;
	display:block;
	box-sizing:border-box;
}
#company .nth1 td {
	background: #fff none repeat scroll 0 0;
	font-size: 14px;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	width: 100%;
	display:block;
	box-sizing:border-box;
}



