@charset "utf-8";
/* CSS Document */
/* default CSS reset */
* {
    margin: 0;
    padding: 0;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
    margin:0; padding:0;
}

/* base */
body {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 80%;
    background-color: #FFF;
    color: #000;
    height: 100%;
    width: 100%;
}
strong{
    font-weight:bold;
}
html {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
}
a:link {
    color: #333333;
}

a:visited {
    color:#333333;
}

a:hover {
    border: none;
    color:#7a7a7a;
}
.yspc_clear{
    clear:both;
}	
// ▼ イベントカレンダー部分 ▼

.yspc_eventCalender table{
    width: 630px !important;
    table-layout: fixed !important;

}
.yspc_eventCalender table tr{
    width: auto !important;
    table-layout: fixed !important;

}
.yspc_eventCalender table th{
    height:20px !important;
    width:84px !important;
    border-right:none;
}
.yspc_eventCalender table td{
    border-right:none;
    min-height:90px  !important;
    width:84px !important;
    vertical-align: top;
}
.calender_eventDetail{
    display: inline-block;
    font-weight:bold;
    min-height: 90px;
    vertical-align: top;
    margin:0 0 2px 0;
}
.yspc_eventString{
    color:#CCC;
    font-weight:bold;
}
.yspc_eventString:hover{
    cursor: pointer;
    opacity: 0.6;  
    font-weight:bold;
}


table.yspc_standardFont{
    margin: 0 auto;
}
// 全体table▼▼▼▼▼▼
.yspc_standardFont{

}

// 全体table▼▼▼▼▼▼
.yspc_weekdayColor{

}
// 日td▼▼▼▼▼▼
.yspc_holidayColor{

}
.yspc_saturdayColor{

}
.yspc_sundayColor{

}
// 日文字span▼▼▼▼▼▼

.yspc_holidayFontColor{

}

.yspc_saturdayFontColor{

}
.yspc_sundayFontColor{
}


// ▲ イベントカレンダー部分 ▲



/*個人利用スケジュール▼*/


html body {
    width: 100%;
    margin: 0;
    padding: 0;
}

.yspc_holidayColor {
    color: #F33;
}
.yspc_saturDayColor{
    color: #33F;
}

.yspc_scheduleTable {
    margin: 10px auto;
    border-collapse: collapse;
    font-size:12px;
}
.yspc_scheduleTable tr {
    border: 2px #CCC solid;
}
.yspc_scheduleTable tr td {
    border: 1px #CCC solid;
    padding:10px 6px;
    text-align: center;
}
.yspc_table_item {
    background-color: #ebebeb;
}
.yspc_scheduleButtonArea{
    float:left;
    width:100%;
    margin-top:30px;
}
.yspc_closingDay{
    background-color: #eee;

}
/*個人利用スケジュール▲*/


// エラーページ
.yspc_errorArea {
    padding: 15px 30px 30px 30px;
    border: 3px #CCC double;
}
.yspc_error_headline {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}
/* 教室予約 */


.yspc_schoolBox {
    width:630px;
    margin:0 auto;
}

.yspc_school_list {
    border-right:1px #d5d5d5 solid;
    border-left:1px #d5d5d5 solid;
    border-bottom:1px #d5d5d5 solid;
    box-sizing: border-box;
}

.yspc_school_list_content {
    width:auto;
    margin:8px 10px 5px 10px;
    padding:0 0 5px 0;
    border-bottom:1px #CCC solid;
    float:left;
    width:610px;
}
.yspc_school_list_contentLast {
    width:auto;
    margin:8px 10px 5px 10px;
    padding:0 0 5px 0;
    float:left;
    width:610px;
}	
.yspc_item1 {
    margin:0 0 6px 0;
    float:left;
}	
.yspc_item1_name {
    display:block;
    width:150px;
    float:left;
    text-align:center;
}
.yspc_item1_text {
    display:block;
    float:left;
    width:430px;
    text-align: left;
}

.yspc_school_list_accordion {
    width: 628px;
}
.yspc_school_list_accordion .yspc_ac-content {
}
.yspc_school_list_accordion input {
    display: none;
}
.yspc_school_list_accordion label {
    display: block;
    background: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
    background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background: -ms-linear-gradient(top, #ffffff, #f5f5f5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccccff', endColorstr='#000066', GradientType=0)";
    cursor: pointer;
    padding: 10px;
    border-top: 1px solid #d8dfde;
    border-bottom: 1px solid #d8dfde;
    border-left: 6px solid #b5cac9;
    text-align: left;
}
.yspc_school_list_accordion label:hover {
}
.yspc_school_list_accordion .yspc_ac-cont {
    transition: 0.2s;
    height: 0;
    overflow: hidden;
}
.yspc_school_list_accordion input:checked + .yspc_ac-cont {
    height: auto;
}

/* availability */

.yspc_availabilityBox {
    margin:0;
    width:450px;
}
.yspc_availability_bar {
    color:#FFF;
    height:27px;
    padding:2px 0 0 10px;
    background-color:#666;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
}
.yspc_availability_bar_text {
    display:block;
    height:16px;
    padding:0 0 0 5px;
    font-size:16px;
    border-left:5px #f8b500 solid;
}

.yspc_availability_list {
    border-right:1px #d5d5d5 solid;
    border-left:1px #d5d5d5 solid;
    border-bottom:1px #d5d5d5 solid;
    box-sizing: border-box;
}

.yspc_availability_list_content {
    width:auto;
    margin:8px 10px 5px 0px;
    padding:0 0 5px 10px;
    border-bottom:1px #CCC solid;
    float:left;
}
.yspc_availability_list_contentLast {
    width:auto;
    margin:8px 10px 5px 10px;
    padding:0 0 5px 0;
    float:left;
    width:430px;
}	
.yspc_availabilityDate {
    width:120px;
    height:100%;
    font-size:13px;
    margin: 0 0 5px 0;
}
.yspc_availabilityTitle {
    font-size:16px;
    line-height:18px;
    float:left;
    margin:0 10px 0 0;
    text-align: left;
}
.yspc_availabilityComent {
    font-size:12px;
    float:left;
    margin:5px 10px 0 0;
    text-align: left;
}
.yspc_availabilitySituation {
    width:auto;
    float:right;
    font-size:13px;
    background:#CCC;
    padding: 3px 5px;
}
.yspc_availability_left {
    float:left;
}




.yspc_availability_list_accordion {
    width: 448px;
}
.yspc_availability_list_accordion .yspc_ac-content {
}
.yspc_availability_list_accordion input {
    display: none;
}
.yspc_availability_list_accordion label {
    display: block;
    background: #e4e8e8;
    cursor: pointer;
    padding: 10px 0;
    border-bottom: 1px solid #FFF;
  box-sizing: border-box;
    text-decoration: underline;
}
.yspc_availability_list_accordion label:hover {
}
.yspc_availability_list_accordion .yspc_ac-cont {
    transition: 0.2s;
    height: 0;
    overflow: hidden;
}
.yspc_availability_list_accordion input:checked + .yspc_ac-cont {
    height: auto;
}
/* news */

.yspc_newsBox {
    width:630px;
}
.yspc_news_bar {
    color:#FFF;
    height:27px;
    padding:2px 0 0 10px;
    background-color:#666;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
}
.yspc_news_bar_text {
    display:block;
    height:16px;
    padding:0 0 0 5px;
    font-size:16px;
    border-left:5px #f8b500 solid;
}

.yspc_news_list {
    border:1px #d5d5d5 solid;
}

.yspc_news_list_content {
    margin:15px 10px 15px 10px;
    margin: 3px 0 0px 10px;

    /* padding: 0 0 10px 0; */
    border-bottom:1px #d5d5d5 dashed;
}	
.yspc_newsDate {
    width:115px;
    height:100%;
    font-size:13px;
    float:left;
    margin:5px 0 0 0;
}
.yspc_newsTitle {
    font-size:13px;
    width: 320px;
    float:left;
    line-height:18px;
    margin:5px 0 0 0;
}
.yspc_news_list_content_last {
    margin:8px 10px 10px 10px;
}
.yspc_news_list_content_more {
    text-align:right;
    font-size:13px;
}
.yspc_icon {
    color:#d9e1e7;
    margin:0 3px 0 0;
}	


/* ページ送り */
.yspc_pageNav01 {
    margin:20px 0;
    text-align: center;
}
.yspc_pageNav01 input {
    background:#FFF;
    border:1px #666 solid;
    padding:5px 10px;
    margin:0 -3px 0 0;
    color:#666666;
    cursor:pointer;
    font-size:14px;
}
.yspc_pageNav01 input:hover {
    background: #eef7ff;
    border:1px #666666 solid;
    padding:5px 10px;
    margin:0 -3px 0 0;
    color:#666;
    cursor:pointer;
}
.yspc_pageNav01_select {
    display:inline-block;
    width:8px;
    height:14px;
    background: #d5ecff;
    border:1px #666666 solid;
    padding:6px 10px;
    margin:0 -3px 0 0;
    color:#4f6271;
    font-size:14px;
    font-weight:bold;
}	

/* タイトルバー */
.yspc_titleBar {
    width:600px;
    height:42px;
    background:#FFF;
    border:2px #c8d8ea solid;
    background: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccccff', endColorstr='#000066', GradientType=0)";
    border-radius: 5px; 
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
    margin: 13px 0;

}
.yspc_titleBar a {
    display:block;
    width:630px;
    height:42px;
    background: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
    background: -moz-linear-gradient(top, #ffffff, #ededed);
    background: -ms-linear-gradient(top, #ffffff, #ededed);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccccff', endColorstr='#000066', GradientType=0)";
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
    position:absolute;
}

.yspc_titleBar_text {
    display:block;
    width: auto;
    height:15px;
    margin:8px 10px 0 10px;
    padding:3px 8px 6px 8px;
    border-left:6px #b5cac9 solid;
    font-weight:bold;
    text-align: left; 
}

/* パンくずリスト */
.yspc_pankuzu {
    font-size:12px;
}
.yspc_pankuzuTextBold {
    font-weight:bold;
    color: #333333;
}
.yspc_pankuzu a:visited {
    color: #333333;
}	
.yspc_pankuzu a:hover {
    text-decoration: underline;
    color:#9d9d9d;
}

.yspc_menuBtn {
    width:198px;
    height:42px;
    background-image: url(/asdekImage/yspc/image/bg_bt_off.gif);
    background-repeat: no-repeat;
}
.yspc_menuBtn a {
    display:block;
    width:170px;
    height:42px;
    padding: 9px 0 0 23px;
    height: 32px;
    display: block;
    color: #333333;
    text-decoration: none;
    font-size: 1.2em;
    background-image: url(/asdekImage/yspc/image/bg_bt_off.gif);
    background-repeat: no-repeat;
}
.yspc_menuBtn a:hover {
    display:block;
    width:170px;
    height:42px;
    padding: 9px 0 0 23px;
    height: 32px;
    display: block;
    color: #333333;
    text-decoration: none;
    font-size: 1.2em;
    background-image: url(/asdekImage/yspc/image/bg_bt_on.gif);
    background-repeat: no-repeat;
}

.yspc_menuBtn_text {
    display:block;
    width: auto;
    height:15px;
    font-weight:bold;
    text-align: left;
    font-size:15px;
}
.yspc_menuTitleImgArea{
    height:23px;
    background-image: url(/asdekImage/yspc/image/ba_sc_menu.png);
    background-repeat: no-repeat;
    padding: 4px 0 0 10px;
    font-size:12px;
    color:white;


}