@charset "utf-8";
@import "../common/0-import.css";
/*  
	Author : Y.Kogawa
	Update : 9/3
*/
/*------------------------------------------------------------
	アクセスマップ
------------------------------------------------------------*/
#conts p {
	margin-left: 10px;
	margin-right: 8px;
}

#conts .map {
	margin: 15px 0;

	text-align: center;
}

#conts .map .guide {
	margin: 5px 60px 0;
	display: block;

	text-align: left;
}

#conts .map .guide a {
	padding: 0 0 0 15px;
	background: url(/img/icon/01.gif) no-repeat left center;
}

#conts .contact {
	font-weight: bold;
}

#conts .contact .address {
	font-weight: bold;
}

#conts .contact .name {
	color: #6F2D41;
	font-size: 1.48em;
}

#conts .contact .num {
	font-size: 1.32em;
}

#conts .contact .time {
	font-weight: normal;
}

