@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	font-style: normal;
	font-weight: normal;
	line-height:160%;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-size: 12px;
	list-style:none;
	text-decoration:none;
	background-image:none;
	letter-spacing:0.1em;
	color:#2e1f00;
}


/*=== ClearFix ===*/
.clearfix:after {
	content:"";
	display:block;
	clear:both;} /* IE8, ModanBrowser */
.clearfix {width:100%;} /* clearfix IE 6, 7 */


img { -ms-interpolation-mode: bicubic;
	margin: 0px;
	padding: 0px; }
a img {border:none;}

a:link { color:#bd9500; text-decoration:underline; }
a:visited { color: #bd9500; text-decoration:underline; }
a:hover { color: #ffd500; text-decoration:underline; }
a:active { color: #ffd500; text-decoration:underline; }

p {
}

.fl{
	float:left;
}
.fr{
	float:right;
}
.cb {
	clear:both;
}


h1{
	margin-bottom: 20px;
}

h2{
	margin-bottom: 20px;
}

h3{
	margin-bottom: 15px;
}

h4{
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

h5{
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
}

.textCopy{
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 2;
}
.text {
	font-size: 12px;
}
.text_s {
	font-size: 11px;
}

.font_bold{
	font-weight: bold;
}
.font_blue{
	color: #0086ba;
}
.font_gray{
	color: #7d7d7d;
}
.font_brown{
	color: #9e8d73;
}
.font_red{
	color: #ff2a2a;
}
.font_gold{
	color: #bd9500;
}

.font_mb{
	font-size: 13px;
	font-weight: bold;
}

.text_center{
	text-align: center;
}

hr {
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}
.line15 {
	margin: 15px 0px;
	border-bottom: dashed 1px #0086ba;
}
.line {
	margin: 10px 0px 0px;
	border-bottom: dashed 1px #0086ba;
}

.photo_r{
	margin: 0 20px 20px 20px;
	float: right;
	vertical-align: top;
}

.link li{
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 20px;
	background: url(../images/icon_link.gif) no-repeat left;
}

/*tel mail*/
.mail{
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 25px;
	background: url(../images/icon_mail.png) no-repeat;
	height: 18px;
}
.tel{
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 25px;
	background: url(../images/icon_phone.png) no-repeat;
	height: 18px;
}


/*margin*/
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb100{
	margin-bottom: 100px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt100{
	margin-top: 100px;
}
.mr10{
	margin-right: 10px;
}
.mr20{
	margin-right: 20px;
}
.mr30{
	margin-right: 30px;
}
.mr40{
	margin-right: 40px;
}

