@charset "utf-8";

body{
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
    color: #333333;
}

#indexPage{
    background: url("../img/main-bg.jpg") no-repeat fixed;
    background-size: cover;
    height: 100%;
}

#subPage{
    background: url("../img/sub-bg.jpg") no-repeat fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

#detailPage{
    background: url("../img/detail-bg.jpg") no-repeat fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

#slistPage{
    background: url("../img/sList-bg.jpg") no-repeat fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

#mainContents{
    margin: 0 auto;
    position:relative;
}

header {
    background: url("../../img/header-bg.png") repeat-x;
    height: 60px;
    background-size: 1px;
}

#rd,#rdf,#id,#ia,#st,#sList{
    padding-top: 0;
}

.breadcrumb{
    margin-top: 27px;
    margin-bottom: 10px;
}

header .headWrap{
    position: relative;
    height: 60px;
}

header h1 {
    max-width: 60px;
    margin: 0 auto;
    padding:7px 0;
}

header .subTtl{
    position: absolute;
    left: 30px;
    top: 24px;
    max-width: 60px;
}

header .subTtl img{
    max-width: 60px;
    height: auto;
}

header h1 a img{
    max-width: 64px;
    height: auto;
    position: static;
}

header #spBtn{
    position: absolute;
    right: 20px;
    top:25px;
}

header #spBtn img{
    max-width: 20px;
    height: auto;
}

header nav{
    position: relative;
    z-index: 5;
}

header nav li {
    font-size: 10px;
    background-color: #2d323e;
    border-bottom: 1px solid #4f576a;
}

header nav .pdf a i{
    background: #2d323e url("../../img/blank-icon.png") no-repeat 45% center;
    background-size: 10px;
    padding:10px;
}
header nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding:16px 0 19px 15px;
    line-height: 1.5;
}

#close{
    text-align: center;
    padding: 7px 0;
}

footer{
    background: url("../../img/footer-bg-sp.png") no-repeat center bottom;
    background-size: cover;
    margin-top: 60px;
    padding-bottom: 60px;
}

footer .beauticianMovie{
    max-width: 300px;
    margin: 0 auto;
}

footer .beauticianMovie img{
    max-width: 300px;
}

footer .appArea {
    max-width: 300px;
    margin: 50px auto 0;
}

footer .appArea .longIcon{
    display: table;
    max-width: 300px;
    margin: 0 auto;
}

.appArea .longIcon .left {
    width: 29%;
    height: auto;
    display: table-cell;
    line-height: 2;
}

.appArea .longIcon .left img{
    max-width: 87px;
}
.appArea .longIcon p {
    display: table-cell;
    width: 66%;
    line-height: 2;
    font-size: 12px;
    vertical-align: middle;
    padding-left: 5%;
}
.appArea ul{
    display: table;
    width: 300px;
    margin:20px auto 0;
}

.appArea ul li{
    display: table-cell;
    width: 142px;
}

.appArea ul li:first-child{
    padding-right: 16px;
}

.appArea ul li img{
    max-width: 142px;
}

footer .snsArea{
    margin-top: 30px;
}

footer .snsArea ul{
    max-width: 170px;
    margin: 0 auto;
}

footer .snsArea ul li{
    float: left;
    padding-right: 25px;
}

footer .snsArea ul li:last-child{
    padding-right: 0;
}

footer .snsArea ul li img{
    max-width: 40px;
}

#topBtn{
    text-align: right;
    margin-right: 20px;
    margin-top: 20px;
}

.copy{
    font-size: 8px;
    color: #999;
    text-align: center;
    margin-top: 25px;
}

