/* お問い合わせ */
.mail_text{
	font-size:95%;
	width:90%;
	margin: 15px 0 3em 0;
}
#mail_form{
	width:95%;
}
#mail_form dl{
	margin-bottom:5px;
}
#mail_form dt{
	float: left;
	width:150px;
	margin-bottom:5px;
}
.mail_star{
	color: red;
}
#mail_bottom{
	font-size:80%;
	width: 90%;
	margin:1em 0;
}
.mail_form2{
	margin:1em;
}
.mail_form2 table{
	width:90%;
}
.mail_form2 th,td{
	border:1px solid #eee;
}
.mail_form2 th{
	width:25%;
}
.mail_form2 td{
	width:75%;
}
.mail_error{
	margin:1em;
}
.tel{
	font-size:120%;
}

/* Q&A */
div#accordion {
	width: 95%;
	font-size:90%;
}
div#accordion h4{
	margin:15px 0 2px 3px;
	font-weight:bold;
}

div.accordion_toggle {
	background-color: #eee;
	margin-bottom:3px;
	line-height:1.5;
	cursor: pointer;
}

div.accordion_toggle:hover{
	background-color:#e6ffde;
}

div.accordion_toggle_active {
	background-color: #d1ffc4;
}

div.accordion_content {
	background-color: #fff;
	margin:5px auto 10px 1em;
	overflow: hidden;
	font-size:95%;
}

/* アクセスマップ */
.map_style{
	width: 520px;
	height: 400px;
	background-color: red;
}

.map_text{
	margin:15px 0 0 10px;
}

/* サイトマップ */
.sitemap_h{
	border-left:5px solid #2222ff;
	padding-left:5px;
	width:90%;
}

div#sitemap{
	font-size: 90%;
	margin-left:20px;
	line-height: 1.8em;
}

li.dir{
	font-weight: bold;
	margin-top: 2em;
	font-size:110%;
}
ul.sitemap_ul{
	margin:0.5em 0 1em 2em;
	font-weight: normal;
	font-size:90%;
}

