@charset "shift_jis";

/*------------------------------------------------------------

個別ページ

------------------------------------------------------------*/

/* お問合せ トップ
------------------------------------------------------------*/
.note-top {
	padding:0 0 20px;
	font-weight:bold;
	color: #ff0000;
}
#contact .box-border {
	margin:10px 0 20px;
	padding:17px;
	border:1px solid #cccccc;
}
#contact .box-border .red {
	padding-bottom: 10px;
}
#contact .box-border .box-wrap {
	padding-bottom: 10px;
}
#contact .phone {
	padding:0 0 19px;
}
#contact .phone .unerline {
	margin: 0 0 30px;
	padding: 0 0 45px;
	background:url(/common/imgs/line-dotted.gif) repeat-x left bottom;
}
#contact .phone-note {
	font-weight: bold;
}
#contact .flt-wrap {
	width:100%;
	overflow:hidden;
}
#contact .left {
	float:left;
	width:380px;
}
#contact .right {
	float:right;
	width:380px;
}
#contact-main h3.short {
	width:380px;
	height:40px;
	line-height:40px;
	text-indent:10px;
	background:url(/contact/imgs/contact-box-blue-flat-s.jpg) 0 0 no-repeat;
	font-weight:bold;
	color:#1955a7;
}
#contact .btn {
	padding:0 0 13px;
	text-align:center;
}
#contact .txt {
	margin:0 0 20px;
	padding:0 0 15px;
	border-bottom:1px solid #cccccc;
}
#contact .txt a {
	margin:0 0 0 10px;
	padding:0 0 0 8px;
	background:url("/common/imgs/bullet-triangle.jpg") no-repeat left 3px;
	font-weight:bold;
}
#contact .index-note {
	margin:0 0 20px;
}
#popupBox {
	display: none;
	position: relative;
	padding: 20px;
	border: 2px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
}
#popupBox .mtb10 {
	margin: 10px 0;
}
#popupBox .btn {
	margin-top: 10px;
	text-align: center;
}
#popupBox .close {
	position: absolute;
	right: 10px;
	top: 10px;
}