@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-size: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	color: #333;
}

form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

table {
	border-collapse: collapse;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.find {
	cursor: pointer;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

address, em {
	font-style: normal;
}

img {
	width:100%;
	border: 0;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document Link
--------------------------------------------------------- */

a {
	text-decoration: underline;
	color: #3c7050;
}

a:hover {
	/*opacity: 0.8;
	filter: Alpha(opacity=80);*/
}

a:active {
	outline: none;
}

a:focus {
	outline: none;
}

a:hover img {
	/*opacity: 0.8;
	filter: Alpha(opacity=80);*/
}


/* ---------------------------------------------------------
	CSS Document その他
--------------------------------------------------------- */
.sp{
	display:none;	
}
.header h1{
	font-weight:normal;
	font-size:12px;
}
.header h1 img{
	width:90%;	
}
/*.header p img{
	width:30%;	
}*/
.box01 .photo{
	width:60%;
	margin:0 auto 15px auto;	
}
.box03 img{
	display:block;
	width:50%;
	margin:0 auto 15px auto;	
}
.specialBN02{
	width:100%;
	overflow:hidden;
}
.specialBN02 img{
	width:50%;
	float:left;	
}

.myForm{
	width:100%;	
}

.myForm dl{
	width:60%;
	padding:0.8em;
	/*overflow:hidden;*/
}
.myForm dt{
	text-align:left;
}
.myForm dd{
	text-align:left;
}
.myForm dd span{
	display:block;
}
.myForm input[type='text'] {
	width:80%;
	padding:3px;
}
.myForm .mail input[type='text']{
	width:88%;
}
@media screen and (max-width: 500px) {
.myForm dd{
	width:80%;
	text-align:left;
}
.specialBN02{
	width:100%;
}
.specialBN02 img{
	width:70%;
	float:none;	
}
.sp{
	display:block;
}

.pc{
	display:none;	
}
.myForm dl{
	width:100%;
}

}