@charset "UTF-8";

/* CSS Document */



/* format 
------------------------------------------------------------ */
h1 {
	padding-bottom: 10px;
	padding-top: 10px;
}
h2 {
	font-weight: normal;
	color: #F98409;
	line-height: 22px;
	padding-bottom: 10px;
}
body{
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, sans-serif;
}


/* sidebar
------------------------------------------------------------ */

#priceMain {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 16px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
}
.textTel {
	font-size: 20px;
	font-weight: normal;
}
/* main layout 
------------------------------------------------------------ */ 
.space-top {
	margin-top: 10px;
}
.space-top-large {
	margin-top: 30px;
}
.space-both {
	margin-bottom: 10px;
	margin-top: 10px;
}
.space-btm-large {
	margin-bottom: 25px;
}
.space-btm {
	padding-bottom: 10px;
}




/* etc 
------------------------------------------------------------ */

.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{
	position:relative;
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}

