body {
        background-color: #dcdcdc;
        color: #7e6b5a;
              -webkit-text-size-adjust: 100%;
}
h1 {
        color: #e5004f;
        font-size: 55px;
        text-align: center;
}
h2 {
        padding: 5px;
        border-bottom: dotted 1px #bba28c;
}
h3 {
        font-size: 18px;
}

.float { float: left; }
.float_right { float: right; }
.clear { clear: both; }
.t_left { text-align: left; }
.t_right { text-align: right; }
.t_center { text-align: center; }

.f_13 { font-size: 13px; }
.f_22 { font-size: 22px; }
.f_30 { font-size: 30px; }

.fw_b { font-weight: bold; }
.fw_n { font-weight: normal; }

.line_2 { line-height: 1.4em; }
.colora0 {
          color: #a0a0a0;
}
.white {
            background-color: #ffffff;
}

.f_title2{
        font-size: 30px;
        text-align: left;
        margin-left: 30px;
}
.c_title2{
        margin-bottom: 8px;
}

/*  ----------- content  */
.main {
        position: relative;
        max-width: 980px;
        text-align: center;
        margin: auto;
        background-color: #ffffff;
}
.tohp{
        font-size: 14px;
        text-align: left;

}
.content_title {
        color: #e5004f;
        font-size: 20px;
        padding: 40px 40px 10px 40px;
}
.content {
        font-size: 17px;
        text-align: center;
        max-width: 640px;
        margin:auto;
        line-height: 1.3em;
        padding-bottom: 40px;
}
.content_photo {
        width: 320px;
        font-size: 15px;
        float: left;
}
.stylist_photo {
        width: 320px;
        font-size: 15px;
}
.content_info {
        width: 320px;
        text-align: left;
        float: left;
}
.copyright {
        font-size: 12px;
         background-color: #ffffff;
         color: #7d7d7d;
         overflow: hidden;
         white-space: nowrap;
         width: 100%;
}
.inline {
    display: inline;
}
.fb_iframe_widget > span {
            vertical-align: baseline !important;
}
.footer {
        background-color: #c4b1a1;
        /*background-color: #f29c9f;*/
        color: #fff;
        font-weight: bold;
        /*margin-top: 30px;*/
        padding: 20px;
}
.footer_all {
        max-width: 980px;
        margin: auto;
        font-size: 0.9em;
        line-height: 1.5em;
        text-align: center;
}
.footer_address {
        margin-left: 20px;
        list-style-type: none;
        text-align: left;
}
.footer_address li{
        list-style-type: none;
}
.footer_address h4{
        font-size: 20px;
        margin: 10px 0px 10px 0px;
        font-weight: bold;
}
.footer_address a{
        color: #fff;
}
.footer_nav {
        max-width: 980px;
        margin-bottom: 30px;
}
.footer_nav ul{
        text-align: center;
        margin: 0px;
        padding: 0px;
}
.footer_nav li{
        list-style-type: none;
        display: inline; 
        margin-left: 30px;

}
.footer_nav a{
        color: #fff;
        text-decoration: none;
}
.totop {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 2;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    cursor : pointer;
}
