@charset "UTF-8";

/* -----------------------------------------------
FileName: layout.css
----------------------------------------------- */
#top {
	background: url(../images/site_bg.png) 0 0 repeat;
}
#siteOutline {
	background: url(../images/footer_bg_lv1.jpg) 50% 100% no-repeat;
}
#siteLine {
	background: url(../images/footer_bg_lv2.png) 0 100% repeat-x;
}
#underLine {
	background: url(../images/main_bg_under.png) 50% 0 no-repeat;
}

#header {
	background: url(../images/header_bg_tree.png) 50% 0 no-repeat;
}
#headerInr {
	height:186px;
	position:relative;
}
#logo {
	position:absolute;
	top:26px;
	left:330px;
}
#hTel {
	position:absolute;
	top:10px;
	right:20px;
}
.nav {
	position:absolute;
}
.nav1 {
	top:85px;
	left:-16px;
}
.nav2 {
	top:136px;
	left:237px;
}
.nav3 {
	top:127px;
	left:486px;
}
.nav4 {
	top:136px;
	left:726px;
}

#topImg {
	background: url(../images/top_main_bg.png) 50% 0 no-repeat;
	height:440px;
}
#fla {
	padding:19px 0;
	text-align:center;
}
#headMain {
	background: url(../images/fmt_main.png) 0 0 no-repeat;
	margin-bottom:8px;
	text-align:right;

}
#breadcrumb {
	margin-bottom:48px;
}
#breadcrumb a {
	font-weight:bold;
}

#main {
	width:737px;
	float:left;
}



#side {
	width:200px;
	float:right;
}
.sideBlock {
	margin:0 0 16px;
}
.sideArea {
	background: url(../images/side_access_bg.png) 0 0 no-repeat #fff;
}
#sideAreaBody {
	padding:8px;
}

.blockModule {
	width:960px;
	margin:0 auto;
}
.btnPicnic {
  display: inline-block;
  background: #007B2D;
  border-radius: 3px;
  text-align: center;
}
.btnMailto {
  display: inline-block;
  background: #e86a2e;
  border-radius: 3px;
  text-align: center;
}
.btnMailto a img {
  width: 100%;
}
.send_bg{
    width:184px;
    background-color: #fff;
    font-size: 15px;
    padding:8px;
}
.send_bg p{
    margin:0;
    margin:5px 0;
    text-align: center;
}
.send_bg dl dt {
  text-align: center;
}
.send_bg dl dd {
  text-align: center;
  font-size: 11px;
  margin-bottom: 5px;
}
.send_title{
    font-size: 15px;
    color: #fff;
    background-color: #7B6958;
    padding:8px;
    margin-top:16px;
    text-align: center;
}
.send_info{
    font-size: 12px;
    padding-top: 12px;
    border-top:dotted 1px #7B6958;
    text-align: left !important;
    line-height: 1.5em;
}

#footer {
	padding:20px 0;
	margin-top:40px;
}
#pagetop {
	text-align:right;
	line-height:0;
	padding:3px 0;
}
#footerNav {
	display:inline;
	float:left;
}
#footerNav li {
	display:inline;
	padding:0 8px;
	border-left:1px solid #fff;
}
#footerNav .home {
	padding-left:0;
	border-left:none;
}
#footerNav li a {
	color:#fff;
}
#copyright {
	display:inline;
	float:right;
}


/* From - add 20180802 */
#mailform_multiselect1,
#mailform_multiselect2,
#mailform_multiselect3 {
	margin-bottom: 5px;
	width: 30%;
}
#mailform_multiselect12,
#mailform_multiselect22,
#mailform_multiselect32 {
	width: 30% !important;
}


/* 2020年8月27日 修正 */

.to{
    font-size: 16px;
}