@charset "utf-8";
/*=================================================
 * ブラウザのデフォルトのスタイルをリセットする
 * ================================================= */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}

img {
 border: 0;
 vertical-align: bottom;
}

ul, ol {
 list-style: none;
}

table {
 border-spacing: 0;
 empty-cells: show;
}

.hidden{
    text-align:center;
    clear:both;
    display:none;
}

ul:after {
    content: '';
    display: block;
    clear: both;
}

    /* ↓『FCE38F』を管理で変更可能に↓
@-webkit-keyframes shining {
    0%   { -webkit-box-shadow: 0 0 1px #FCE38F; box-shadow: 0 0 1px #FCE38F; }
    50%  { -webkit-box-shadow: 0 0 20px #FCE38F; box-shadow: 0 0 10px #FCE38F; }
    100% { -webkit-box-shadow: 0 0 1px #FCE38F; box-shadow: 0 0 1px #FCE38F; }
}
 */
/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */

body {
    /* ↓管理で変更可能に↓
    background-color:#ffffff;
    color:#555555;
     */
    font-family: Helvetica;
    font-size: 14px;
    line-height: 1.6;
}

a {
    /* ↓管理で変更可能に↓
    color:#336699;
     */
    text-decoration: none;
}

.main {
    width:100%;
    height:auto;
    margin:0px auto;
    padding:0px;
    text-align:center;
    clear:both;
}

/*=================================================
 * パンくず
 * ================================================= */
.hillside {
   list-style: none;
    overflow: hidden;
   color: #555;
    font: 11px Verdana, sans-serif;
    margin: 0;
    background: #d8d8d8;
    background: -webkit-gradient(linear, left top, left bottom,from(#d8d8d8),color-stop(0.5,#bfbfbf),to(#acacac));
}
.hillside li {
    float: left;
    line-height: 26px;
}
.hillside li a {
    color: #333;
    text-decoration: none;
    font-weight: 900;
    padding: 0 5px 0 15px;
    display: block;
    float: left;
}
.hillside li a::after {
    position: relative;
    display: block;
    margin-top: -13px;
    margin-left: auto;
    margin-right: -10px;
    height: 13px;
    width: 7px;
    content: " ";
    -webkit-transform: skew(-30deg);
    border-right: 1px solid #888;
    -webkit-box-shadow: 1px 0 0 #fff;
}
.hillside li a::before {
    float: right;
    display: block;
    margin-bottom: -13px;
    margin-left: auto;
    margin-right: -10px;
    height: 13px;
    width: 7px;
    content: " ";
    -webkit-transform: skew(30deg);
    border-right: 1px solid #888;
    -webkit-box-shadow: 1px 0 0 #fff;
}
.hillside li:first-child a {
    width:60px;
    text-align:right;
    color:#ffffff;
    background: #a5a5a5;
    background: url(../img/sp/home.png) no-repeat 8px 5px, -webkit-gradient(linear, left top, left bottom,from(#a5a5a5),color-stop(0.5,#7b7b7b),to(#5f5f5f));
    text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
}
.hillside li:first-child a::before {
    background: #a5a5a5;
    background: -webkit-gradient(linear, left top, left bottom,from(#a5a5a5),to(#7b7b7b));
}
.hillside li:first-child a::after {
    background: #a5a5a5;
    background: -webkit-gradient(linear, left top, left bottom,from(#7b7b7b),to(#5f5f5f));
}
.hillside li:last-child {
    padding-left: 20px;
    background: transparent !important;
}
.hillside li a:hover {color: #fff;}

/*=================================================
 * ヘッダー電話番号
 * ================================================= */
.headerTel{
    background: url(../img/sp/tel.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    border-bottom: 1px solid #999999;
    
    /* ↓管理で変更可能に↓（.footer-nav-mailIconと同じ）
    background-color:#e4e4e4;
    */
    color:#ffffff;
    font-size: 16px;
    text-align:center;
    margin: 0px;
    padding: 10px 0px;
    text-shadow: #666666 0 1px 0;
    line-height:100%;
}
.headerTel a {
    padding-left:50px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color:#ffffff;
}
/*=================================================
 * 認証
 * ================================================= */
h1.enter{
    font-size:11px;
    line-height:100%;
}
h1.enter a {
    /* ↓管理で変更可能に↓
    color: #555555;
     */
}
.nav-enter{
    width:95%;
    height:auto;
    margin:10px auto 10px 15px;
    padding:0px;
    text-align:center;
    clear:both;
}
.nav-enter li {
    width:50%;
    margin:0px;
    padding:0px;
    text-align:center;
    float:left;
}
.text-enter{
    font-size:9px;
    line-height:100%;
    text-align:center;
    clear:both;
}

/* 認証ボタン */
a.fancy_button, button.fancy_button { 
    background: #555; 
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.4)), to(rgba(77,77,77,0.4)));  
    background: -moz-linear-gradient(top, rgba(0,0,0,0.4), rgba(77,77,77,0.4)); 
    float: left; 
    padding: 4px; 
    outline: 0; 
    border-width: 1px; 
    border-style: solid;
    width: auto;
    overflow: visible;
    border-color: transparent transparent #666 transparent; 
    border-color: transparent transparent rgba(202,202,202,0.27) transparent;
    -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;
    -webkit-background-clip: padding-box;
}
a.fancy_button span, button.fancy_button span { 
    display: block; 
    float: left;
    letter-spacing: -1px; 
    border-width: 1px; 
    border-style: solid; 
    border-color: #ccc #444 #111 #444; 
    border-color: rgba(255,255,255,0.7) rgba(0,0,0,0.5) rgba(0,0,0,0.7) rgba(0,0,0,0.5); 
    font: bold 16px/1em Arial;
    color: white; 
    padding: 1em 2em; 
    cursor: pointer; 
    text-shadow: rgba(0,0,0,0.45) 0 -1px 0; 
    -webkit-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: rgba(0,0,0,0.75) 0px 0px 3px;
    -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), color-stop(50%, rgba(255,255,255,0.30)), color-stop(50%, rgba(255,255,255,0.01)), to(rgba(255,255,255,0.8)));
    background: transparent -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.01) 50%, transparent);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorstr='#80FFFFFF', EndColorstr='#00FFFFFF'); 
    -webkit-background-clip: padding-box;
}
a.fancy_button:hover span, button.fancy_button:hover span {  
    border-top-color: rgba(255,255,255,0.65); 
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(220,220,220,0.6)), color-stop(0.5, rgba(100,100,100,0.2)), color-stop(0.5, rgba(0,0,0,0.21)), to(rgba(0, 0, 0, 0.20))); 
    background: -moz-linear-gradient(top, rgba(220,220,220,0.6), rgba(100,100,100,0.2) 50%, rgba(0,0,0,0.21) 50%, rgba(0, 0, 0, 0.20));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#99dcdcdc', EndColorStr='#33000000'); 
    -webkit-background-clip: padding-box;
}
a.fancy_button:active span, button.fancy_button:active span {  
    border-top-color: rgba(255,255,255,0.2); 
    border-left-color: rgba(0,0,0,0.4); 
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(150,150,150,0.6)), color-stop(0.5, rgba(60,60,60,0.6)), color-stop(0.5, rgba(40,40,40,0.6)), to(rgba(20, 20, 20, 0.5))); 
    background: -moz-linear-gradient(top, rgba(150,150,150,0.6), rgba(60,60,60,0.6) 50%, rgba(40,40,40,0.6) 50%, rgba(20, 20, 20, 0.5));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#80969696', EndColorStr='#59000000'); 
    -webkit-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; -moz-box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; box-shadow: inset 0 0 18px rgba(0,0,0,0.75), rgba(0,0,0,0.75) 0px 0px 3px; 
    -webkit-background-clip: padding-box;
}
a.fancy_button span:active, button.fancy_button span:active { 
    border-top-color: rgba(255,255,255,0.2); 
    border-left-color: rgba(0,0,0,0.4); 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#80969696', EndColorStr='#59000000'); 
    -webkit-background-clip: padding-box;
}

/* タイトルヘッダー */
.global-header {
    border-bottom: 1px solid #999999;
    height: 44px;
    line-height: 44px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
}
.page-heading {
    margin: 0 auto;
    max-width: 150px;
    word-break:break-word;
    overflow-wrap : break-word;
    white-space: normal;
    line-height:18px;
    
    /* ↓管理で変更可能に↓
    color: #333333;
     */
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: 0 1px #e4e4e4;
}
/* 『トップへ』ボタン */
.nav-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.nav-page-left {
    position: absolute;
    top: 0;
    left: 10px;
}
.nav-page a {
    padding: 6px 12px;
    border: 1px solid #999999;
    
    /* ↓管理で変更可能に↓
    background-color: #333333;
    color:#000000;
     */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EEF3F6), color-stop(50%, #FFFFFF), color-stop(50%, #E2EAF0), to(#F9FBFC));
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
}

/* form関係 */
.introduction {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #e4e4e4;
    font-size: 12px;
    text-align:left;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    clear:both;
}
.introduction span{
    color:#ff0000;
}
.require {
    padding: 3px;
    vertical-align: text-bottom;
    color: #FFFFFF;
    background-color: #CC0000;
    font-weight: bold;
    font-size: 11px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.contact-form {
    margin: 10px;
    padding: 10px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    background-color:#ECECEC;
    color: #555555;
    -webkit-border-radius: 8px;
     border-radius: 8px;
    -webkit-box-shadow: 0 0 3px #333333;
    box-shadow: 0 0 3px #333333;
    text-align:left;
    clear:both;
}
.contact-form dl {
    margin-bottom: 20px;
}
.contact-form dt {
    font-weight: bold;
}
.contact-form dd {
    margin-bottom: 10px;
}
input {
 padding: 5px;
 width: 150px;
 font-size: 14px;
}

input[type="email"],
input[type="url"] {
 width: 250px;
}

input[type="radio"] {
 width: auto;
}

input[type="submit"] {
 padding: 5px 10px;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
 font-size: 16px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;

}

.submit {
 text-align: center;
}

.contact-call {
 margin: 10px 0 20px 0;
 color: #fff;
 font-size: 12px;
 text-align: center;
}

.contact-call dl {
 margin-bottom: 10px;
}

.contact-call dt,
.contact-call dd {
 display: inline; 
}

.contact-call time {
 margin: 0 2px;
}

.call a {
 padding: 5px 10px;
 border: 1px solid #FFFFFF;
 display: inline-block;
 color: #FFFFFF;
 background-color: #006699;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#66CC00), color-stop(48%, #66B400), color-stop(52%, #66A700), to(#669900));
 font-size: 16px;
 text-align: center;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}


.block {
 padding-bottom: 20px;
}

.block-heading {
 margin: 10px;
 padding: 5px;
 border-left: 5px solid #75D9D0;
 font-size: 14px;
}

.comment {
 margin: 0 10px;
 font-size: 12px;
}

.comment p {
 margin-top: 0;
}

/* アイコン */
div.icon{
    background-repeat:no-repeat;
    background-position:center top;
    width:59px;
    height:17px;
    margin:0px;
    padding-top:3px;
    text-align:center;
    font-size:9px;
    float:left;
}

/* ナビBox */
.nav-box {
    width: auto;
    height: auto;
    margin: 0px auto;
    padding:0px;
    text-align:left;
    clear:both;
}
.nav-box p:after{
    display: block;
    clear: both;
    content: "";
}
/*=================================================
 * トップ
 * ================================================= */
/* マーキー */
.marquee-top {
    padding: 10px 5px;
    height: auto;
    overflow: hidden;
    font-size: 13px;
    text-align: left;
    
    /* ↓管理で変更可能に↓
    background-color:#e4e4e4;
    color:#336699;
     */
    text-shadow: #666666 0 1px 0;
    clear:both;
}
.anim-ticker-top {
    height: auto;
    line-height: 130%;
    -webkit-animation: ticker 10s infinite;
}
/*
@-webkit-keyframes ticker {
    0%   { opacity: 1; -webkit-transform: translateX(270px); transform: translateX(0px); }
    90%  { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
    100% { opacity: 0; -webkit-transform: translateX(0px); transform: translateX(0px); }
}

.ias_loader {
    text-align:center;
    margin: 5px 0;
}
*/

/* カバー */
.cover {
    margin:0px auto;
    padding:0px;
    width:auto;
    height: auto;
    text-align: center;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    clear:both;
}

.slideshow li{
   list-style:none;
}


/* ムービー */
.movie {
    margin:0px auto;
    padding:0px;
    width:320px;
    height:247px;
    text-align: center;
    border-top:1px solid #999999;
    border-bottom:1px solid #999999;
    clear:both;
}

/* 出勤情報 */
.schedule-title{
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#FF3399;
    color: #ffffff;
     */
    border-bottom: 1px solid #999999;
    border-top: 1px solid #555555;
    margin: 0px;
    padding:10px;
    text-align:center;
   line-height:100%;
}
.schedule-title-text{
    padding-right:15px;
    font-size: 16px;
    text-align:center;
    text-shadow: #666666 0 1px 0;
    line-height:100%;
    float:right;
}
.schedule-nav-page {
    font-size:12px;
    float:right;
}
.schedule-nav-page a {
    padding: 6px 12px;
    border: 1px solid #999999;
    
    /* ↓管理で変更可能に↓
    background-color: #333333;
    color:#000000;
     */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EEF3F6), color-stop(50%, #FFFFFF), color-stop(50%, #E2EAF0), to(#F9FBFC));
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
}


.schedule-top {
    margin:0px auto;
    padding:0px 10px;
    font-size:11px;
    text-shadow: #666666 0 1px 0;
    line-height:100%;
    float:left;
}
.schedule-top span {
    font-size:10px;
}

/* メニュー */
.nav-menu {
    margin: 20px auto 10px auto;
    clear:both;
}
ul.menu{
    list-style:none;
    padding:0;
    margin:0;
}
ul.menu li{
    position:relative;
    z-index:1;
    width:60px;
    height:70px;
    margin: 0 0 10px 16px;
    text-align: center;
    float: left;
}
ul.menu li a{
    display:block;
    width:60px;
    height:70px;
    background:url(../img/sp/tsuya.png) no-repeat;
}
ul.menu li a img{
    display:block;
    position:absolute;
    z-index:-1;
    top:0px;
    left:0px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 3px #333333;
    box-shadow: 0 0 3px #333333;
}
ul.menu li a:after {
    display: block;
    content: attr(title);
    padding-top:60px;
    font-size: 9px;
    width: 60px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 最新情報 */
.news-title{
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#0099FF;
    color: #ffffff;
     */
    border-bottom: 1px solid #999999;
    border-top: 1px solid #555555;
    font-size: 16px;
    text-align:center;
    margin: 0px;
    padding: 10px 0px;
    text-shadow: #666666 0 1px 0;
    line-height:100%;
}

/* イベント情報 */
.event-title{
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#FF6600;
    color: #ffffff;
     */
    border-bottom: 1px solid #999999;
    border-top: 1px solid #555555;
    font-size: 16px;
    text-align:center;
    margin: 0px;
    padding: 10px 0px;
    text-shadow: #666666 0 1px 0;
    line-height:100%;
}

/* ランキング */
.ranking-title{
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#9933FF;
    color: #ffffff;
     */
    border-bottom: 1px solid #999999;
    border-top: 1px solid #555555;
    font-size: 16px;
    text-align:center;
    margin: 0px;
    padding: 10px 0px;
    text-shadow: #666666 0 1px 0;
    line-height:100%;
}
.nav-ranking1{
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    background-color:#CECE31;
    color: #555555;
    width: auto;
    height: auto;
    border-bottom: 1px solid #999999;
    margin: 0px;
    padding: 5px 0px;
    line-height:100%;
    clear:both;
    overflow:hidden;
}
.nav-ranking{
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    background-color:#cccccc;
    color: #555555;
    width: auto;
    height: auto;
    border-bottom: 1px solid #999999;
    margin: 0px;
    padding: 5px 0px;
    line-height:100%;
    clear:both;
    overflow:hidden;
}
.num-ranking-icon{
    width: auto;
    height: auto;
    margin: 0px;
    padding: 3px;
    text-align:left;
    clear:both;
}
.num-ranking{
    width: 50px;
    height: auto;
    font-size: 20px;
    margin: 0px;
    padding-top: 8px;
    line-height:130%;
    text-shadow: #ffffff 0 1px 0;
    text-align:center;
    float:left;
}
.img-ranking{
    width: 70px;
    height: auto;
    margin: 0px;
    padding: 0px 5px;
    text-align:center;
    float:left;
}
.img-ranking img {
    -webkit-box-shadow: 0 0 3px #333333;
    box-shadow: 0 0 3px #333333;
}
.data-ranking{
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px 5px;
    text-align:left;
    font-size: 13px;
    text-shadow: #ffffff 0 1px 0;
    float:left;
}
.data-ranking span{
    font-size: 16px;
}

/* 女の子日記（トップ用） */
.diary-title{
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#FF3399;
    color: #ffffff;
     */
    border-bottom: 1px solid #999999;
    border-top: 1px solid #555555;
    margin: 0px;
    padding:10px;
    text-align:center;
   line-height:100%;
}
.diary-title-text{
    padding-right:15px;
    font-size: 16px;
    text-align:center;
    text-shadow: #666666 0 1px 0;
    line-height:100%;
    float:right;
}
.diary-nav-page {
    font-size:12px;
    float:right;
}
.diary-nav-page a {
    padding: 6px 12px;
    border: 1px solid #999999;
    
    /* ↓管理で変更可能に↓
    background-color: #333333;
    color:#000000;
     */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EEF3F6), color-stop(50%, #FFFFFF), color-stop(50%, #E2EAF0), to(#F9FBFC));
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
}

/*=================================================
 * アコーディオン
 * ================================================= */
dl.accordion dt {
    cursor: pointer;
    background: url(../img/sp/menu_open.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#999999;
    color: #FF3399;
     */
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #555555;
    font-size: 13px;
    text-align:left;
    margin: 1px 0 0 0;
    padding: 5px 10px 5px 25px;
    text-shadow: #666666 0 1px 0;
    line-height:100%;
}
dl.accordion dt.opened {
    background: url(../img/sp/menu_close.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#FF3399;
    color: #ffffff;
     */
    border-bottom: 1px solid #FFCCFF;
    border-top: 1px solid #FF3399;
    font-size: 13px;
    text-align:left;
    margin: 1px 0 0 0;
    padding: 5px 10px 5px 25px;
    text-shadow: #666666 0 1px 0;
    line-height:100%;
}
dl.accordion dt span {
    font-size:10px;
    color:#000000;
}
dl.accordion dd {
    text-shadow: 0 1px #999999;
    font-size:13px;
    padding:10px;
    height:auto;
    text-align:left;
    line-height:140%;
    overflow:hidden;
}
dl.accordion dd span.title{
    font-size:16px;
    
    /* ↓管理で変更可能に↓
    color: #FF3399;
     */
    text-shadow: #666666 0 1px 0;
}
dl.accordion dd.link{
    text-shadow: 0 1px #999999;
    font-size:13px;
    padding:0px;
    height:auto;
    line-height:140%;
    text-align:left;
    border-bottom:1px solid #e4e4e4;
}
dl.accordion dd.link p{
    padding:10px;
    margin:0px;
}

/*=================================================
 * 一覧
 * ================================================= */

/* 検索 */
.girlsSearch {
    width:320px;
    height:auto;
    margin:10px auto;
    padding:0px;
    text-align:center;
    font-size:12px;
    clear:both;
}
.girlsSearch li {
    width:160px;
    height:40px;
    float:left;
}
.button {
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    display: block;
    width: 130px;
    height: 28px;
    line-height: 28px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#E2EAF0;
    color: #999999;
     */
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    text-shadow: 0 1px 1px #ffffff;
}

.buttonOv {
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    display: block;
    width: 130px;
    height: 28px;
    line-height: 28px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#FCE38F;
    color: #999999;
     */
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    text-shadow: 0 1px 1px #ffffff;
    -webkit-animation: shining 2s infinite;
}

/* 店舗分け */
.shopSearch {
    width:320px;
    height:auto;
    margin:10px auto;
    padding:0px;
    text-align:center;
    font-size:12px;
    clear:both;
}
.shopSearch li {
    width:320px;
    height:40px;
    text-align:center;
    float:left;
}
.shopSearch li:last-child {
    width:320px;
    height:40px;
    text-align:right;
    clear:both;
}
.shopSearch ul:after{
    content:;
    display:block;
    clear:both;
}

/* リスト */
.nav-list{
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#cccccc;
    color: #555555;
     */
    width: auto;
    height: auto;
    border-bottom: 1px solid #999999;
    margin: 0px;
    padding: 5px 0px;
    line-height:100%;
    clear:both;
}
.nav-list .img{
    width: 100px;
    height: 135px;
    margin: 0px;
    padding: 0px 5px;
    text-align:center;
    float:left;
}
.nav-list .img img {
    -webkit-box-shadow: 0 0 3px #333333;
    box-shadow: 0 0 3px #333333;
}
.nav-list .data{
    width: 210px;
    height: 117px;
    margin: 0px;
    padding: 0px;
    text-align:left;
    font-size: 12px;
    text-shadow: #ffffff 0 1px 0;
    line-height:140%;
    float:left;
}
.nav-list .data span{
    font-size: 10px;
}

/* リスト2(テスト用) */
.nav-list2{
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#cccccc;
    color: #555555;
     */
    width: 260px;
    height: 145px;
    border-bottom: 1px solid #999999;
    margin: 0px;
    padding: 5px 0px;
    line-height:100%;
    float:left;
}
.nav-list2 .img{
    width: 80px;
    height: 110px;
    margin: 0px;
    padding: 0px 5px;
    text-align:center;
    float:left;
}
.nav-list2 .img img {
    -webkit-box-shadow: 0 0 3px #333333;
    box-shadow: 0 0 3px #333333;
}
.nav-list2 .data{
    width: 170px;
    height: 110px;
    margin: 0px;
    padding: 0px;
    text-align:left;
    font-size: 13px;
    text-shadow: #ffffff 0 1px 0;
    line-height:140%;
    float:left;
}
.nav-list2 .data span{
    font-size: 16px;
}
.icon-img{
    width: 260px;
    height: 22px;
    margin: 0px;
    padding: 0px;
    text-align:left;
    clear:both;
}
.icon-img p{
    width:120px;
    padding: 0px 5px;
    height: 22px;
    float:left;
}
.pager{
    width: 30px;
    height: 156px;
    margin: 0px;
    padding: 0px;
    float:left;
}
.pagerList{
    width: 160px;
    height: 60px;
    margin: 0px;
    padding: 0px;
    float:left;
}
/* マーキー */
.nav-list2 .marquee {
    margin-left:10px;
    padding: 0px 5px;
    width: 230px;
    height: 13px;
    overflow: hidden;
    font-size: 10px;
    text-align: left;
    
    /* ↓管理で変更可能に↓
    background-color:#e4e4e4;
    color:#336699;
     */
    float:left;
}










/* リスト(リアルタイム用) */
.realtime-list{
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に（.nav-listと同じ）↓
    background-color:#cccccc;
    color: #555555;
     */
    width: 154px;
    height: 250px;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #e4e4e4;
    padding: 2px;
    margin: 0px;
    font-size: 13px;
    text-shadow: #ffffff 0 1px 0;
    line-height:140%;
    text-align:center;
    float:left;
}
.realtime-list span{
    color:#ff0000;
    text-shadow: #000000 0 1px 0;
    font-size: 16px;
}
.realtime-list .img img{
    -webkit-box-shadow: 0 0 3px #333333;
    box-shadow: 0 0 3px #333333;
}
.realtime-list .icon-list{
    margin:0px auto;
    padding:0px 15px;
    clear:both;
}



.realtime-list .data{
    width: 210px;
    height: 117px;
    margin: 0px;
    padding: 0px;
    text-align:left;
    font-size: 13px;
    text-shadow: #ffffff 0 1px 0;
    line-height:140%;
    float:left;
}
.realtime-list .data span{
    font-size: 16px;
}

/*
.nav-list {
    width: 270px;
    height: auto;
    margin: 10px auto;
    padding:10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #333333;
    box-shadow: 0 0 3px #333333;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), color-stop(50%, rgba(255,255,255,0.30)), color-stop(50%, rgba(255,255,255,0.01)), to(rgba(255,255,255,0.8)));
    
    /* ↓管理で変更可能に↓
    background-color:#e4e4e4;
    
    clear:both;
}
.nav-list a {
    
    /* ↓管理で変更可能に↓
    color:#336699;
    
}

.nav-list li.img {
    width: auto;
    height: auto;
}
.nav-list li.img img {
    margin-bottom:10px;
    width: 100px;
    height: 125px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px #333333;
    box-shadow: 2px 2px 2px #333333;
    float:left;
}

.nav-list li.data {
    width: 150px;
    height: auto;
    margin: 0px;
    padding-left:10px;
    text-align: left;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:12px;
    line-height:120%;
    float:left;
}
.nav-list li.data span.name{
    font-size:14px;
    text-shadow:0px 1px #999999;
}
.nav-list a {
    display: block;
}

.nav-list a:after {
 display: block;
 content: attr(title);
 font-size: 12px;
 width: 60px;
 text-align: center;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.navFooter {
    margin-bottom: 250px;
}
*/


/* マーキー */
.marquee {
    padding: 0px 5px;
    width: 190px;
    height: 13px;
    overflow: hidden;
    font-size: 10px;
    text-align: left;
    
    /* ↓管理で変更可能に↓
    background-color:#e4e4e4;
    color:#336699;
     */
    float:left;
}
.anim-ticker {
    height: 13px;
    line-height: 13px;
    -webkit-animation: ticker 10s infinite;
}
@-webkit-keyframes ticker {
    0%   { opacity: 1; -webkit-transform: translateX(270px); transform: translateX(0px); }
    90%  { opacity: 1; -webkit-transform: translateX(0px); transform: translateX(0px); }
    100% { opacity: 0; -webkit-transform: translateX(0px); transform: translateX(0px); }
}

.ias_loader {
    text-align:center;
    margin: 5px 0;
}

/*=================================================
 * 詳細
 * ================================================= */
/* 画像 */
.photo{
    padding-top: 3px;
    margin-bottom:10px;
    height: auto;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,0.8)));
}
.photo img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 2px #333333;
    box-shadow: 0px 0px 2px #333333;
    clear:both;
}

/* プロフィール */
.profile {
    width: 100%;
    height: auto;
    margin: 3px auto;
    padding:3px;
    clear:both;
}
.profile-list {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#FF55FF;
    color: #555555;
     */
    width:30%;
    height:auto;
    padding: 5px;
    margin: 5px 0px;
    border: 1px solid #999999;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-shadow: 0 1px #ffffff;
    font-size:12px;
    text-align:center;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
    float:left;
}
.profile-date {
    width:60%;
    height:auto;
    padding: 5px;
    margin: 5px 0px;
    text-shadow: 0 1px #999999;
    font-size:15px;
    text-align:left;
    float:left;
}
.profile-list-comment {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓(.profile-listと同じ)
    background-color:#FF55FF;
    color: #555555;
     */
    width:95%;
    height:auto;
    padding: 5px;
    margin: 5px 0px;
    border: 1px solid #999999;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-shadow: 0 1px #ffffff;
    font-size:12px;
    text-align:center;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
    clear:both;
}
.profile-list-comment-mens {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    background-color:#3581FD;
    color: #ffffff;
    width:95%;
    height:auto;
    padding: 5px;
    margin: 5px 0px;
    border: 1px solid #999999;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-shadow: 0 1px #000000;
    font-size:12px;
    text-align:center;
    -webkit-box-shadow: 0 1px #000000;
    box-shadow: 0 1px #000000;
    clear:both;
}
.profile-date-comment {
    width:95%;
    height:auto;
    padding: 10px;
    margin: 5px 0px;
    text-shadow: 0 1px #999999;
    font-size:15px;
    text-align:left;
    clear:both;
}
.profile-date-icon {
    width:100%;
    height:auto;
    padding:0px;
    margin: 0px auto;
    text-align:center;
    clear:both;
}

/* オプション */
.option-ok {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#FF55FF;
    color: #555555;
     */
    width:auto;
    height:auto;
    padding: 3px;
    margin: 1px;
    border: 1px solid #999999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px #ffffff;
    font-size:11px;
    text-align:center;
    float:left;
}
.option-ng {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    background-color:#999999;
    color: #555555;
    width:auto;
    height:auto;
    padding: 3px;
    margin: 1px;
    border: 1px solid #999999;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px #ffffff;
    font-size:11px;
    text-align:center;
    /*-webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;*/
    float:left;
}
.option-comment{
    width:auto;
    height:auto;
    padding: 3px;
    margin: 5px auto;
    font-size:11px;
    text-align:left;
    clear:both;
}


/*=================================================
 * システム
 * ================================================= */
.system {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding:0px;
    border-collapse:collapse
    clear:both;
}
.system-list {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#FF55FF;
    color: #555555;
     */
    width:60%;
    height:auto;
    padding: 5px;
    margin: 0px;
    border-bottom: 1px solid #999999;
    text-shadow: 0 1px #ffffff;
    font-size:12px;
    text-align:right;
    -webkit-box-shadow: 0 1px #333333;
    /* box-shadow: 0 1px #333333;
    float:left; */
}
.system-date {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#e4e4e4;
    color: #555555;
     */
    width:40%;
    height:auto;
    padding: 5px;
    margin: 0px;
    border-bottom: 1px solid #999999;
    text-shadow: 0 1px #999999;
    font-size:15px;
    text-align:left;
    /* float:left; */
}

/*=================================================
 * 出勤
 * ================================================= */

/* 検索 */
.scheduleSearch {
    width:320px;
    height:auto;
    margin:10px auto;
    padding:0px;
    text-align:center;
    font-size:12px;
    clear:both;
}
.scheduleSearch li {
    width:100px;
    height:auto;
    padding:0px 3px;
    float:left;
}

/* 日付用 */
.s-button {
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    display: block;
    width: 100px;
    height: 40px;
    padding-top:15px;
    line-height: 100%;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓(.girlsSearchの.button と共通)
    background-color:#E2EAF0;
    color: #999999;
     */
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    text-shadow: 0 1px 1px #ffffff;
}
.s-buttonOv {
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    display: block;
    width: 100px;
    height: 40px;
    padding-top:15px;
    line-height: 100%;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓(.girlsSearchの.buttonOv と共通)
    background-color:#FCE38F;
    color: #999999;
     */
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    text-shadow: 0 1px 1px #ffffff;
    -webkit-animation: shining 2s infinite;
}

/* ソート用 */
.s2-button {
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    display: block;
    width: 100px;
    height: 30px;
    padding-top:15px;
    line-height: 100%;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓(.girlsSearchの.button と共通)
    background-color:#E2EAF0;
    color: #999999;
     */
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    text-shadow: 0 1px 1px #ffffff;
}
.s2-buttonOv {
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    display: block;
    width: 100px;
    height: 30px;
    padding-top:15px;
    line-height: 100%;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓(.girlsSearchの.buttonOv と共通)
    background-color:#FCE38F;
    color: #999999;
     */
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    text-shadow: 0 1px 1px #ffffff;
    -webkit-animation: shining 2s infinite;
}

/*=================================================
 * 
 * ================================================= */
.img-illust {
 margin: 0 auto;
 display: block;
 border: 10px solid #F5F5F0;
}

.nav-about {
 margin: 10px;
}

.nav-about ul {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.nav-about li {
 border-top: 1px solid #D9F5F3;
 border-bottom: 1px solid #75D9D0;
 height: 44px;
 line-height: 44px;
 background-color: #ffffff;
}

.nav-about li:first-child {
 -webkit-border-top-right-radius: 8px;
 -webkit-border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-top-left-radius: 8px;
}

.nav-about li:last-child {
 -webkit-border-bottom-left-radius: 8px;
 -webkit-border-bottom-right-radius: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

.nav-about a {
 padding: 0 14px;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}


/*=================================================
 * フッター
 * ================================================= */

.global-footer {
    padding: 10px 0;
    line-height: 44px;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(255,255,255,0.8)));
}

.footer-nav-page {
    margin:5px;
    clear:both;
}
.footer-nav-page a {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#333333;
    color: #000000;
    */
    
    padding: 6px 12px;
    border: 1px solid #999999;
    
    /* ↓管理で変更可能に↓
    background-color: #333333;
    color:#000000;
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EEF3F6), color-stop(50%, #FFFFFF), color-stop(50%, #E2EAF0), to(#F9FBFC));
     */
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
}

.footer-nav-about {
    margin: 10px;
}

.footer-nav-about ul {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 3px #333333;
    box-shadow: 0 0 3px #333333;
}

.footer-nav-about li {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #e4e4e4;
    height: 44px;
    line-height: 44px;
    
    /* ↓管理で変更可能に↓
    background-color:#EFF4F6;
     */
    position:relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* mailアイコン */
.footer-nav-mailIcon {
    background: url(../img/sp/mail.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#4976A2;
     */
    width:10px;
    height:20px;
    top: 5px;
    left: 10px;
    padding: 5px 10px;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
    position: absolute;
}
/* telアイコン */
.footer-nav-telIcon {
    background: url(../img/sp/tel.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓（.footer-nav-mailIconと同じ）
    background-color:#4976A2;
     */
    width:10px;
    height:20px;
    top: 5px;
    left: 10px;
    padding: 5px 10px;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
    position: absolute;
}
/* peopleアイコン */
.footer-nav-peopleIcon {
    background: url(../img/sp/people.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓（.footer-nav-mailIconと同じ）
    background-color:#4976A2;
     */
    width:10px;
    height:20px;
    top: 5px;
    left: 10px;
    padding: 5px 10px;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
    position: absolute;
}
/* linkアイコン */
.footer-nav-linkIcon {
    background: url(../img/sp/link.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓（.footer-nav-mailIconと同じ）
    background-color:#4976A2;
     */
    width:10px;
    height:20px;
    top: 5px;
    left: 10px;
    padding: 5px 10px;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
    position: absolute;
}
/* GPSアイコン */
.footer-nav-gpsIcon {
    background: url(../img/sp/gps.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓（.footer-nav-mailIconと同じ）
    background-color:#4976A2;
     */
    width:10px;
    height:20px;
    top: 5px;
    left: 10px;
    padding: 5px 10px;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
    position: absolute;
}
/* LINEアイコン */
.footer-nav-lineIcon {
    background: url(../img/sp/line.png) no-repeat left center;
    width:33px;
    height:33px;
    top: 5px;
    left: 10px;
    padding: 0px;
    position: absolute;
}

.footer-nav-about li:first-child {
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.footer-nav-about li:last-child {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.footer-nav-about a {
    padding-left:50px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
    /* ↓管理で変更可能に↓
    color:#336699;
     */
}

/* 求人用 */
.footer-nav-about-recruit {
    margin: 10px;
}

.footer-nav-about-recruit ul {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 3px #333333;
    box-shadow: 0 0 3px #333333;
}

.footer-nav-about-recruit li {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #e4e4e4;
    height: 44px;
    line-height: 44px;
    
    /* ↓管理で変更可能に↓
    background-color:#ffccff;
     */
    position:relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* telアイコン */
.footer-nav-telIcon-recruit {
    background: url(../img/sp/tel.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓
    background-color:#FF55FF;
     */
    width:10px;
    height:20px;
    top: 5px;
    left: 10px;
    padding: 5px 10px;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
    position: absolute;
}
/* peopleアイコン */
.footer-nav-peopleIcon-recruit {
    background: url(../img/sp/people.png) no-repeat left center, -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0.1)));
    
    /* ↓管理で変更可能に↓（.footer-nav-telIcon-recruitと同じ）
    background-color:#FF55FF;
     */
    width:10px;
    height:20px;
    top: 5px;
    left: 10px;
    padding: 5px 10px;
    border: 1px solid #999999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px #333333;
    box-shadow: 0 1px #333333;
    position: absolute;
}

.footer-nav-about-recruit li:first-child {
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.footer-nav-about-recruit li:last-child {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.footer-nav-about-recruit a {
    padding-left:50px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    
    /* ↓管理で変更可能に↓
    color: #D706B3;
     */
}

/* copyright */
.copyright {
    margin: 0;
    text-shadow: 0 1px #ffffff;
    text-align: center;
    line-height:120%;
}

/* text-box */
.text-box {
    margin: 0px auto;
    padding:10px;
    text-shadow: 0 1px #999999;
    text-align: center;
    line-height:120%;
}

/* 日記画像回り込みあり
div.attachment{
	float:left;
}

div.attachment img{
	padding:3px;
}
*/

/* 日記画像回り込みなしに変更 12/03/06 */
table.diary{
	margin:0;padding:0;width:100%;
}

table.diary td.attachment{
	margin:0;padding:2px;
}

table.diary td.comment{
	margin:0;padding:2px;width:100%;
}












/* 動画 */
div.movie {
	width:auto;
	height:auto;
	margin:0px auto;
	padding:0px;
	text-align:center;
	border:0px;
	clear:both;
	}
/* ---------- 動画タグ ---------- */
#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}
#girlMovie {
	background: none repeat scroll 0 0 #FFFFFF;
/*	border-radius: 5px 5px 5px 5px;	*/
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	display: none;
	padding: 30px;
	width: auto;
	text-align:center;
}
