@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}

img{
	margin: 0px;
	padding: 0px;
	   vertical-align: bottom;
}

.ribbon{
	background-color: #624A10;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #442C13;
}

h1{
	margin: 0px;
	padding: 0px;
}

/*============================
#mid
============================*/
div#mid {
	background-image: url(../img/topBG.jpg);
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
}
div#mid div.tit {
	font-size: 20px;
	color: #F05A24;
	margin-left: 15px;
}
div#mid div.txt {
	font-size: 14px;
	margin-left: 30px;
	margin-top: 5px;
	padding-right: 30px;
	margin-bottom: 15px;
	line-height: 22px;
}

.lineBana{
	position:relative;
	width: 320px;
	height:123px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../../sm/img/lineBana.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom:20px;
}

.number{
	position: absolute;
	top: 78px;
	left: 102px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}


footer{
	background-image: url(../img/footerBG.jpg);
	background-repeat: repeat-x;
	height: 120px;
	width: 100%;
	padding-top: 15px;
}
.telBox{
	background-color: #FFF;
	padding-bottom: 15px;
	margin: 0px;
}

.telBox a{
	text-decoration: none;
	color: #000;
}

.tel{
	height: 72px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/telBtn.png);
	background-size: cover;
	padding-top: 10px;
	display: block;
}

.telBtnText{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}

.telBtnText span{
	display: block;
	font-size: 26px;
	margin-top: px;
	margin-bottom: 5px;
}


.fLogo{
	height: 85px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

.copy{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 5px;
}
