@charset "UTF-8";

#content01 img{

}

#content01{
	text-align: center;
	background-color:#f2f2f2;
}

#content02 img{
	float:left;
}

#map_canvas{


}

.margin01{
	margin-top:30px;
	margin-bottom:10px;	
}

.margin02{
	margin-top:20px;
}

.margin04{
	margin-top:8px;
}

.red_txt{
	font-size:12px;
	color:#ff0090;
}
.supplement_txt{
	font-size:12px;
	color:#000;
}

p.fixtxt_01,p.fixtxt_02,p.tel_txt{
	font-size:12px;
}

.telnumber{
	font-size:20px;	
	color:#000;
}

input[type="text"],textarea{
	border:0;
	padding:10px;
	font-size:14px;
	font-family:Arial, sans-serif;
	color:#000;
	border:solid 1px #888;
	margin:20px 0;
}

textarea{
	height:100px;
}

::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}

input[type="submit"] {
	background: #EEE;
	color: #333;
	border:solid 1px #333;
	font: bold 14px arial, sans-serif;
	padding:5px 0px;
	cursor: pointer;

}

input[type="submit"]:hover{
	background: #333;
	color: #FFF;
}

input[type="text"]:hover,textarea:hover{
	border:solid 1px #FFF;
}

#map_canvas:hover{

opacity:0.7;
}
