@charset "utf-8";

#main_body div.detail_table_center {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#main_body div.detail_writing {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#main_body div.detail_map {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#main_body div.detail_free {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#main_body div.detail_image_normal {
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#main_body div.detail_image_left {
	text-align: left;
	margin: 20px 2px 20px 2px;
	padding: 0px;
}
#main_body div.detail_image_center {
	text-align: center;
	margin: 20px 2px 20px 2px;
	padding: 0px;
}
#main_body div.detail_image_right {
	text-align: right;
	margin: 20px 2px 20px 2px;
	padding: 0px;
}

div[class^="detail_"] img{
	max-width: 100%;
	height: auto !important;
}



#main_header {
	margin-bottom: 10px;
}
#main_body h2 {
	margin-top: 0px;
}
#main_body div.detail_h2 {
	clear: both;
	width: 100%;
}
#main_body div.detail_h3 {
	clear: both;
	width: 100%;
}

hr.hr_1 {
	clear: both;
	height: 1px;
	border-top: 2px dotted #999999;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 20px 0px 20px 0px;
}
hr.hr_2 {
	clear: both;
	height: 1px;
	border-top: 1px solid #333333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 20px 0px 20px 0px;
}
hr.hr_3 {
	clear: both;
	height: 1px;
	border-top: 1px solid #ff0000;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 20px 0px 20px 0px;
}


/* section_fotter */
#section_footer {
	clear: both;
	margin: 30px 0px 20px 0px;
	padding: 0px 16px;
	border: 10px solid #C8CECB;
}
#section_footer_title {
	padding: 0.6em 8px;
	border-bottom: 2px solid #C8CECB;
}
#section_footer_title h2 {
	margin: 0px;
	padding: 0px;
	background: none transparent;
	font-size: 1.8rem;
	font-weight: normal;
}
#section_footer_name {
	padding: 0.6em 8px 0px;
}
#section_footer_name strong {
	font-weight: normal;
}
#section_footer_info {
	padding: 0px 8px 12px;
}
#section_footer_info .list_email {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
#section_footer_info .list_email a {
	display: inline-block;
	background-color: #D8DDDA;
}
#section_footer_info .list_email a:hover {
	background-color: #C9DFFF;
	color: #0066ff;
}


/* map */
#map_canvas_detail {
	width: 560px;
	height: 420px;
}