@charset "UTF-8";

/* ---------------------- #sidebar ---------------------- */
#sidebar {
	float: left;
	width: 280px;
	margin: 30px 0 ;
}
.side_inner {
	overflow: hidden;
	font-size: 14px;
	padding: 0;
	margin: 0;
	text-align: left;
}
.side_inner .Content {
	background: #FFF;
	overflow: auto;
	margin-bottom: 15px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
}
.side_inner .txt_area {
	background: #FFF;
	padding: 0;
}
.side_inner .photo_area {
	background: #FFF;
	padding: 15px;
	border-top: 1px dotted #e5e5e5;
}
.side_inner h3 a:hover,
.side_inner .Content h4 a:hover,
.side_inner .Content p a:hover,
.side_inner table a:hover {
	text-decoration: underline;
}
.side_inner img {
	opacity: 1;
}
.side_inner a img:hover {
	opacity:0.8;
    filter:alpha(opacity=80);    
}
.side_inner h3 {
	background: #f5f5f5;
	margin: 0;
	padding-left: 10px;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px solid #eee;
	border-bottom: 2px solid #005C9E;
}
.side_inner h3 a {
	height: 25px;
	line-height: 25px;
	display: block;
	color: #005C9E;
	letter-spacing: 0.2em;
	padding-left: 5px;
	margin: 10px 0;
}
.side_inner .Content h4 {
	background: #FFF;
	font-weight: normal;
	border-top: 1px dotted #e5e5e5;
	margin: 0;
	padding: 15px;
}
.side_inner .Content h4 a {
	display: block;
	background: url(../image/Side_li_mk.png) left center no-repeat;
	color: #0071bc;
	font-size: 12px;
	margin: 0;
	padding-left: 25px;
}
.side_inner .Content h5 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.side_inner .Content h5 a {
	background: url(../image/Side_li_mk.png) left center no-repeat;
	color: #0071bc;
	margin: 0;
	padding-left: 15px;
}
.side_inner .Content h5 a:hover {
	text-decoration: underline;
}
.side_inner .Content h4:first-child {
	border-top: 1px solid #e5e5e5;
}
.banner img {
	padding: 0;
	margin: 0px 0px 20px 0px;
}
/* お問い合わせ
-------------------- */
.side_inner .contact_area {
	background: #FFF url(../image/footer_bg.jpg) repeat;
	padding: 20px 5px 10px;
	text-align: center;
}
.side_inner .contact_area span {
	font-weight: bold;
	color: #005C9E;
	font-size: 24px;
}
.side_inner .contact_area span a {
	color: #005C9E;
}
.side_inner .contact_area p {
	font-size: 11px;
	margin: 5px 0;
	padding: 0;
}
/* Contact_banner
-------------------- */
.Contact_banner {
	display: block;
	background: url(../image/Contact_banner.png) no-repeat center;
	width: 230px;
    height: 50px;
    line-height: 50px;
    text-align: center;	
	margin: 15px auto 0;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.Contact_banner:hover {
	text-decoration: underline;
}
/* table */
.side_inner table {
	width: 100%;
	font-size: 11px;
	color: #444;
}
.side_inner table th {
	width: 70px;
	height: 70px;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 1px solid #e5e5e5;
}
.side_inner table th img {
	width: 68px;
	height: 68px;
	margin: 1px;
	overflow: hidden;
	display: inline;
}
.side_inner table td {
	padding-left: 10px;
}
.side_inner table td a {
	color: #444;
}
.side_inner table td a:hover {
	text-decoration: none;
	color: #005C9E;
}
.Side_map {
	margin: 0;
	padding: 10px;
	overflow: hidden;
}
.Side_map iframe {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:420px) {
	#sidebar {
		float: none !important;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#sidebar iframe { width: 100%; }
	.side_inner .frame { border: none; }
	.side_inner h3 {
		border-bottom: 1px solid #eee;
		border-top: 2px solid #005C9E;
	}
}/*/mediaquery*/