﻿@charset "utf-8";
h2 {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px dashed #fff;
}
h3 {
	margin: 30px 0 20px 0;
	padding: 0 0 3px 22px;
	list-style: none;
	font-size: 116%;
	border-bottom: 1px dashed #999;
	background-image: url(../img/common/h3-arrow.png);
	background-repeat: no-repeat;
	clear:both;
}
h4 {
	margin: 15px 0 0 10px;
	font-size: 108%;
	clear:both;
}
#Body-left p {
	margin: 5px 10px;
	line-height: 123.1%;
}
.Wrap {
	margin: 10px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
}
.Wrap p {
	margin: 0;
	padding: 0 0 0 22px;
	height: 16px;
	font-size: 108%;
	background-image: url(../img/inquiry/arrow.png);
	background-repeat: no-repeat;
}
.Img img {
	margin: 10px;
	border: 1px solid #aaa;
}
.Photo img {
	margin: 5px 10px 5px 10px;
	float: left;
}
.Photo:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
} 
.Photo {
	display: inline-block;
}
/* Hides from Mac IE \*/
* html .Photo {
	height: 1%;
}
.Photo {
	display: block;
}
.Photo a:hover img {
filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
