@charset "UTF-8";
/* common.css */
.clearfix {
	width:100%;
}
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}
.textNormal {
	line-height:1.6em;
}
.textNormal p {
	margin-bottom:10px;
}
#Contents h1.sTitle,
#Contents h2.sTitle,
#Contents h3.sTitle,
#Contents p.sTitle {
	clear:both;
	width:730px;
	height:34px;
	margin-top:20px;
	padding-left:20px;
	background:url(/images/common/BgSubTit.png) no-repeat;
	line-height:34px;
	font-family:"FOT-ニューロダン ProN DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	color:#FFFFFF;
}
#Contents h2.bsTitle{
	clear:both;
	width:540px;
	height:34px;
	margin-top:20px;
	padding-left:20px;
	background:url(/images/common/BgSubTit.png) no-repeat;
	line-height:34px;
	font-family:"FOT-ニューロダン ProN DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	color:#FFFFFF;
}
.pageDetail {
	clear:both;
	width:710px;
	margin-top:10px;
	padding:20px;
	background-color:#FFFFFF;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.pageTable {
	width:710px;
	border-collapse:collapse;
    border-spacing:0;
	line-height:1.6em;
}
.pageTable th {
	width:150px;
	border-right:solid 2px #FFFFFF;
	border-bottom:solid 2px #FFFFFF;
	padding:10px 15px;
	vertical-align:middle;
	background-color:#D1DEE3;
	text-align:left;
	font-weight:bold;
}
.pageTable td {
	border-bottom:solid 2px #FFFFFF;
	padding:10px 15px;
	vertical-align:middle;
	background-color:#F4F3F0;
}
.pageSubTit {
	margin-bottom:10px;
	line-height:1.5em;
	font-size:16px;
	font-family:"FOT-ニューロダン ProN DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
}
#SP {
	display:none;
	clear:both;
	width:402px;
	height:81px;
	text-align:center;
	margin:0 auto;
}

.fontS_20 {
	font-size:20px !important;
}

/* margin
---------------------------------*/
.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}

.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}


/* 文字揃え
---------------------------------*/
.ta-l{text-align:left;}
.ta-c{text-align:center;}
.ta-r{text-align:right;}


/* お問い合わせボタン
---------------------------------*/
.btnContact a {
background: url(/images/common/BtnContact.png) no-repeat;
display: block;
width: 266px;
height: 0;
margin: 20px auto;
padding-top: 54px;
overflow: hidden;
}
.btnContact a:hover {
background-position: 0 -54px;
}
