@charset "utf-8";
/* CSS Document */
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    margin-top: 0px;
    background-color: #FCD8FF;
/*
background-image: url(../rws_scale.png);
background-position: left bottom;
background-repeat: no-repeat;
padding-bottom: 30px;
*/
}
.center {
text-align: center;
}
.center_wrap {
	margin-left: auto;
	margin-right: auto;
	display: table;
}
header {
    height: 50px;
    position: fixed;
    top: 0px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid #429A23;
    z-index: 5000;
    background-color: #FAC2FF;
}
#head_bar {

}
#head_wrap {
	position: relative;
}
#home_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
}
#head_logo {
    margin: 0px;
    position: absolute;
    top: 5px;
    left: 40px;
    z-index: 5200;
}
#contact_btn {
    margin: 0px;
    position: absolute;
    top: 5px;
    display: block;
    right: 250px;
	z-index: 5100;
}
#tel_btn {
    margin: 0px;
    position: absolute;
    top: 5px;
    display: block;
    right: 20px;
	z-index: 5200;
}
body #catch {
    color: #FFFFFF;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    text-shadow: 2px 2px #000000;
}
main {
    padding-left: 15px;
    padding-bottom: 30px;
    padding-right: 15px;
    background-color: #FCD8FF;
}
#facebook {
	padding-bottom: 640px;
}
footer {
    background-color: #C2DFC2;
    position: relative;
}
#footer_wrap {
	position: relative;
}
address {
    position: absolute;
    font-size: 14px;
    z-index: 1200;
}
#foot_logo img {
    width: 180px;
    height: 40px;
}
#foot_img {
    position: absolute;
    z-index: 1100;
}
#copyright  {
    text-align: center;
    background-color: #429A23;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    margin-top: 20px;
}
#go_top {
	position: fixed;
	bottom: 40px;
	right : 10px;
	z-index: 6000;
	display: none;
}
