@charset "utf-8";

/* ======================================== */
/* ID　共通クラス */
/* ======================================== */

.textWhite {
	color: #ffffff !important;
}

.textBlack {
	color: #000000 !important;
}

.textRed {
	color: #a6240e !important;
}

.textGray1 {
	color: #d8d8d8 !important;
}

.textGray2 {
	color: #b7b7b7 !important;
	font-weight:bold;
}

.textGray3 {
	color: #acacac !important;
}

.textGray4 {
	color: #9c9c9c !important;
}

.textGray5 {
	color: #808080 !important;
}

.textGray6 {
	color: #b1b1b1 !important;
}

.textGray7 {
	color: #525252 !important;
}

.smalltxt {
	font-size: 90% !important;
}
.ssmalltxt {
	font-size: 85% !important;
}
.sssmalltxt {
	font-size: 80% !important;
}

.middletxt {
	font-size: 105% !important;
}

.bigtxt {
	font-size: 110% !important;
}

.bbigtxt {
	font-size: 115% !important;
}

.bbbigtxt {
	font-size: 120% !important;
}

.AlignLeft { text-align:left !important; }

.AlignRight { text-align:right !important; }

.AlignCenter { text-align:center !important; }

.BoxAlignLeft { margin-right:auto !important; }

.BoxAlignRight { margin-left:auto !important; }

.BoxAlignCenter { margin-left:auto !important; margin-right:auto !important; }

.FontBold { font-weight:bold !important; }

.Danraku1 {
	margin-bottom: 30px !important;
}

.Danraku2 {
	margin-bottom: 25px !important;
}

.Danraku3 {
	margin-bottom: 20px !important;
}

.Danraku4 {
	margin-bottom: 15px !important;
}

.Danraku5 {
	margin-bottom: 10px !important;
}

.Danraku6 {
	margin-bottom: 5px !important;
}

.Danraku7 {
	margin-bottom: 4px !important;
}

.Danraku8 {
	margin-bottom: 3px !important;
}

.Danraku9 {
	margin-bottom: 2px !important;
}

.Danraku10 {
	margin-bottom: 1px !important;
}

.OpenHalfLine {
	margin-bottom: 0.5em !important;
}

.Open1Line {
	margin-bottom: 1em !important;
}

.Open1HalfLine {
	margin-bottom: 1.5em !important;
}

.Open2Line {
	margin-bottom: 2em !important;
}

/* ======================================== */
/* お問い合わせ */
/* ======================================== */

#ConTitle {
	margin:0 auto;
	line-height:0;
}

.ConMidashi {
	text-align:center;

	height: 47px;
	background-image: url(../images/mi_contact.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 15px 0px 0px 0px;
	margin-bottom: 20px;
	line-height: 0;
	color: #d7d7d7;
	
}

.ConHonbun {
	padding:0px 45px 0px 45px;
	margin-bottom:50px;
	
	color:#9c9c9c;
	
}

.ConFaqLink {
	display:block;
	margin-bottom:50px;
	overflow:hidden;
}

.ConFaqLink >a {
	display:table-cell;
	width:640px;
	height:119px;

	background: url(../images/bt_base02.png) no-repeat 0 0;

	padding-left:40px;
	padding-right:80px;
	vertical-align: middle;

	font-size:22px !important;
	line-height:30px !important;
	
	color:#b3b3b3;

}

