@charset "UTF-8";
/* CSS Document */
/*=========リセットCSSはじまり=========*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {
    line-height: none;
}
ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
/*=========リセットCSSおわり=========*/


/*=========共通=========*/
body#body {
    font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.03em;
    min-width: 992px;
    height: 100%;
}

.mdr_btn {
    text-align: center;
    background-color: #20916e;
    border-radius: 5px;
    display: inline-block;
    /*cursor: pointer;*/
}
.mdr_btn a {
    display: block;
    color: #fff;
    padding: 8px;
    text-decoration: none;
}
.mdr_btn a:hover {
    opacity: 0.8;
}

input.box_sample {
    display: none;
}

.file_upset {
    display: inline-block;
}

.upload_class{
    background: none;
    border: none;
    font-size: 100%;
    padding: 0px;
}


.gray_btn {
    background-color: #666!important;
}
.btn_wrap {
    text-align: center;
}
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #6495ed;/*色*/
    border: solid 1px #03A9F4;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-align: center;
}

.square_btn:active {/*押したとき*/
    border: solid 1px #0f9ada;
    box-shadow: none;
    text-shadow: none;
}

.square_btn:hover {
    background: #b7ffb7;
    color: #000;
}

.square_btn_no {
    position: relative;
    display: inline-block;
    padding: 8px;
    color: #000;
    background: #d3d3d3;/*色*/
    border-radius: 5px;
    text-align: center;
}
.no_bgc {
    background-color: transparent!important;
}
a:hover {
    opacity: 0.8;
}
main {
    padding: 20px 0 120px;/*ヘッダー・フッターからの余白（仮）*/
    background-color: #eee;
    position: relative;
}
.main_inner {
    width: 992px;
    margin: 0 auto;
}
.main_crawl_inner {
    width: 1400px;
    margin: 0 auto;
}
.h2_design {
    padding: 4px 4px 4px 12px;
    border-bottom: solid 2px #20916e;
    font-size: 120%;
}
.h3_design {
    padding: 4px 4px 4px 12px;
    border-bottom: dashed 2px #20916e;
}
.main_top_wrap h2_design {
    padding: 4px 4px 4px 12px;
    border-bottom: solid 2px #20916e;
    font-size: 120%;
    display: inline-block;
    border-radius: 5px 5px 0 0;
}
.main_top_wrap ul {
    display: inline-block;
}
.main_top_wrap ul li {
    color: #20916e;
    float: right;
    margin: 0 0px 0 4px;
    font-size: 85%;
}
/*====共通フォーム要素関係====*/

label{
    cursor: pointer;
}
/*チェックボックスはじめ*/
.checkbox_warp{
    padding: 8px 0;
    margin-right: 16px;
}
.checkbox01-input {
    display: none;
}

.checkbox01-parts {
    position: relative;
    padding: 1px 0px 0 26px;
    color: #333;
}
.checkbox01-parts::before {/*spanの設定*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    display: table-cell;
    vertical-align: bottom;
}
.checkbox01-input:checked + .checkbox01-parts {
    color: #333;
}
.checkbox01-input:checked + .checkbox01-parts::after {/*チェックマークの設定*/
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #20916e;
    border-right: 3px solid #20916e;
}
/*チェックボックスおわり*/
/*プルダウン設定はじめ*/

label.search_warp {/*背景*/
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background: #fff;
    opacity: 0.9;
}
label.search_warp:before {/*三角形のcss*/
    content: "";
    position: absolute;
    top: 40%;
    right: 4px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 7px solid transparent;
    border-top: 10px solid #333;
}
label.search_warp select {/*実際のクリックするところ*/
    width: 100%;
    height: 30px;
    cursor: pointer;
    position: relative;
    /*	display: block;*/
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;/*Firefox用*/
    text-indent: 4px;
    text-overflow: "";
    font-size: 100%;
    border-radius: 0;
}
select::-ms-expand {/*IE対応*/
    display: none;
}
/*プルダウン設定おわり*/
/*フォームのエラー*/
.error_title {
    border: 2px solid red;
    text-align: center;
    padding: 8px;
    margin: 12px 0;
    background-color: #FFDAE1;
    color: red;
    font-weight: bold;
}
.error {
    background-color: #FFDAE1;
    padding: 8px;
    color: red;
}

.sub_button{
    text-align: center;
}

/*フォームのエラー終わり*/

/*====共通フォーム要素関係おわり====*/



/*======ヘッダー======*/

header {
    background-color: #ccc;
    line-height: 1.4em;
}
.head_inner {
    margin: 0 auto;
    width: 1150px;
    padding: 12px 0;
}
.logo {
    float: left;
}
.logo img {
    width: 60px;
    float: left;
}
.logo a {
    text-decoration: none;
    color: #333;
    float: right;
}
.logo span {
    display: block;
    padding: 4px 8px;
}
.logo span.bigtext {
    font-size: 140%;
    font-weight: bold;
}
nav {
    padding: 8px;
    float: right;
    font-size: 85%;
}
.kanri_menu {
    float: left;
    margin: 0 20px 0 0;
}
.user_menu {
    float: right;
}
.user_menu li {
    float: left;
    margin-right: 8px;
}
.user_menu li:last-child {
    margin-right: 0px;
}
.user {
    padding: 8px 4px;
}
.user span {
    padding: 4px;
}
/**ログイン画面**/
#login_main {
    margin:70px auto;
    background:#2a3644;
    width:700px;
    text-align:center;
    padding:40px;
    box-sizing: border-box;
}

#login_back1_blue {
    color:#f4f4f4;
    text-shadow:1px 1px 0px rgba(0, 0, 0, 0.7);
    font-weight:400;
    margin-bottom:20px;
    font-size: 30px;
}

.inp {
    background:rgba(255,255,255,255);
    display:block;
    width:350px;
    padding:15px;
    margin-bottom:10px;
    outline:none;
    border:none;
    margin-left: auto;
    margin-right: auto;
}

.inp:focus {
    background:rgba(255,255,255,255);
}

#submit {
    position:relative;
    margin-top:15px;
    margin-bottom:15px;
    padding:17px;
    width:270px;
    font-size:1.2em;
    background:#808080;
    color: #f4f4f4;
    cursor:pointer;
    border:none;
}

#submit:active {
    top:3px;
    box-shadow:none;
}
#login_entry{
    text-align: center;
}

#login_attention{
    margin-bottom: 5px;
}

#login_attention li{
    color: #FF0000;
}
/*======フッター======*/
footer {
    background-color: #ddd;
    line-height: 1.4em;

}
footer a {
    color: #333;
}
footer .foot_inner {
    width: 992px;
    margin: 0 auto;
}
footer .foot_inner .foot_id {
    padding: 20px 0px;
}
footer .foot_inner .foot_linktext li {
    font-size: 85%;
    float: left;
    padding: 2px 8px;
    border-right: solid 1px #333;
}
footer .foot_inner .foot_linktext li:last-child {
    border: none;
}
footer .foot_inner .copyright {
    font-size: 75%;
    padding: 8px 0;
}

/*======▼フッターをウィンドウ下部に固定する設定▼======*/
html,body{
    height:100%;
}
#wrap{
    width: 100%;
    position: relative;
    height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
    min-height: 100%;
    background-color: #eee;
}
main{
    padding-bottom:130px; /*フッターの高さと同じ*/
}
footer{
    position:absolute;
    bottom:0;
    width: 100%;
}
/*======▲フッターをウィンドウ下部に固定する設定▲======*/

/*======TOPメイン======*/
.search {
    width: 600px;
    margin: 40px auto;
    text-align: center;
}
.search li {
    float: left;
    opacity: 0.9;
    margin-right: 8px;
}
.form_wrap .error_title {
    margin: 12px 0;
}
.form_wrap input {
    border: 1px solid #aaa;
    width: 220px;
    background-color: #fff;
}
#AddList tbody td{
    padding: 10px;
}
/*貸し駐車場料金・貸出日画面（時間貸し設定）*/
table.crawl_table_list {
    width: 100%;
    line-height: 1.4em;
    border-collapse: collapse;
    font-size: 95%;
    color: #333;
}

td.crawl_table_list.td_left{
    text-align:left;
}

td.crawl_table_list, th.crawl_table_list {
    border: 1px solid #ccc;
    border-collapse: collapse;
    color: #333;

}

td.crawl_table_list, th.crawl_table_list {
    padding: 2px;
    text-align: center;
    color: #333;
}
th.crawl_table_list {
    background: #209185;
    vertical-align: middle;
    color: #fff;
}
td.crawl_table_list {
    vertical-align: middle;
}
.crawl_table_list td .mdr_btn{
    width: 100px;
    margin-bottom: 8px;
}
.crawl_table_list td .mdr_btn.csv_btn{
    width: 40px;
    margin-bottom: 8px;
}
.crawl_table_list td .mdr_btn:last-child{
    margin-bottom: 0;
}
.crawl_table_list .tr_design{
    background-color: #FEFCEf;
}


.time_table {
    margin: 20px 0;
}
.time_th01{
    min-width: 80px;
}

.time_table td input{
    border: 1px solid #aaa;
}
.time_table td.time_td01 input{
    width: auto;
}
.time_table td.time_td02 label{
    width: 80px;
    display: inline-block;
}
.time_table td.time_td02 span{
    display: inline-block;
}
.time_table td.time_td03 {
    padding: 0px;
}
.time_table td.time_td03 .checkbox_warp{
    padding: 8px 0;
    margin-right: 0px;
}

.time_table td.time_td03 .checkbox01-parts{
    margin: 0 auto;
    padding: 0;
}

.time_table td.time_td03 .checkbox01-parts::before{/*spanの設定*/
    content: "";
    position: absolute;
    left: -6px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    display: inline-block;
    vertical-align: bottom;
}

.time_table td.time_td03 .checkbox01-input:checked + .checkbox01-parts::after {
    top: -2px;
    left: 0px;
}

.time_table td.time_td04 input{
    width: 130px;
    margin-right: 8px;
}
.time_table td.time_td05 input{
    width: 130px;
    margin-right: 8px;
}
.time_table td.time_td06 input{
    width: 120px;
}

.time_table_list{
    margin: 20px 0;
}
.time_table .holiday td{
    color:#D40003;
}
.time_table_list .holiday td{
    color:#D40003;
}

.time_table_list tr:nth-child(2n){
    background-color: #FEFCEf;
}
hr{
    margin: 32px 0;
    background-color: #20916e;
    color: #20916e;
    border: none;
    height: 1px;
}
.magin_right{
    margin-right: 12px;
}

.btn_area {
    padding: 8px 12px 8px 11px;
    margin: 8px 0;
}
.left_btn {
    float: left;
}
.right_btn {
    float: right;
}
.right_btn2 {
    margin-right: 12px;
    float: right;
}
.btn_120 {
    width: 120px;
}
.search_btn {
    width: 80px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

.zoon {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 20px;
}
.pk_area {
    float: left;
    width: 20%;
    margin-right: 1.5%;
}
.pk_area p {
    padding: 8px 0;
    line-height: 1.4em;
}
.status {
    float: right;
    width: 72%;
}
.status p {
    padding: 8px 0;
    line-height: 1.4em;
}
.status ul {
    padding-bottom: 12px;
    border-bottom: dashed 1px #20916e;
    margin-bottom: 20px;
}
.status li {
    float: left;
}
.status li span {
    padding: 8px;
    display: inline-block;
    margin-right: 8px;
    border: solid 1px #20916e;
}
.open {
    background-color: #f4d844;
    border: solid 1px #f4d844!important;
}
.open_shin {
    background-color: #A6F2A0;
    border: solid 1px #A6F2A0!important;
}
.st_close {
    background-color: #bbb;
    border: solid 1px #bbb!important;
}
.st_close_shin {
    background-color: #BDD9FF;
    border: solid 1px #BDD9FF!important;
}
.status_spot {
    padding: 8px;
    float: left;
    margin: 0 12px 0 0;
}
.message {
    padding: 8px 12px;
    margin: 8px 0;
}
.giji_tab li {
    float: left;
    margin-right: 8px;
    background-color: #20916e;
    border-radius: 5px 5px 0 0;
}
.giji_tab li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
}
.active_tab {
    background-color: #fff!important;
    padding: 8px 12px;
}
.box .h4_design {
    border-bottom: solid 4px #20916e;
    padding-bottom: 4px;
    margin: 24px 0 24px;
}
.form_line{
    margin: 12px 0 20px;
}
.input_title {
    position: relative;
    width: 80px;
    float: left;
    margin: 8px 12px 8px 0;
    padding-bottom: 5px;
}
.input_title span {
    padding: 4px 5px;
}
.title_r{
    margin: 8px 12px 8px 25px;
}

.hissu {
    background-color: firebrick;
    padding: 4px 5px;
    font-size: 80%;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
    position: absolute;
    right: 0px;
    top: 0;
}
.input_zoon {
    float: left;
}
.input_design {
    border: 1px solid #999;
    width: 200px;
    height: 30px;/*追加*/
}
.input_large{
    width: 400px!important;
}
.input_small{
    width: 100px!important;
}
.input_xsmall{
    width: 50px!important;
}
.select_design {
    border: 1px solid #999!important;
}
.select_disable select:disabled{
    background: #f3f3f3;
}/*追加*/

.select_xlarge{
    width: 380px!important;
}
.select_large{
    width: 200px!important;
}
.select_small{
    width: 100px!important;
}
.select_xsmall{
    width: 60px!important;
}

.hosoku{
    padding: 8px 0;
}
.hosoku span{
    margin: 0 8px;
}
.hosoku_ID {
    padding: 8px 0;
    position: relative;
    width: 245.75px;
}
.kukaku{
    margin: 0px 0px 6px 0px;
    padding: 8px 8px 8px 8px;
    background-color: #eee;
}
.idokeido{
    display: inline-block;
    margin-right: 20px;
}
table#search_table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    width: 99%;
    margin: auto;
}
#contents thead th
#contents tbody th,
#contents tbody td {
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 3px;
}
#contents thead th{
    background-color: #209185;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    color: #fff;
}
#contents {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    overflow: hidden;
    width: 99%;
    background: #ffffea;
    margin: auto;
}
#contents tr.table_back_color:nth-child(even) {
    background: #FFF;
}
#contents tr.table_back_color:nth-child(2n+1) {
    background: #f8f8f8;
}


.top_area{
    width: 90%;
    margin: auto;
    background: #fff;
}

.top_area td{
    padding: 10px;
    vertical-align: top;
    font-size: 13px;
}
.top_area_table{
    padding: 5px;
}
.confirmlist{
    font-size: 13px;
}

#InputFrom {
    width: 90%;
    margin: auto;
    border-spacing: 0;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

#InputFrom tbody td{
    background: #fff9f4;
}

#InputFrom tbody th{
    background: #ffffb2;
}

#InputFrom tbody td,#InputFrom tbody th {
    border-collapse: separate;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    padding: 10px;

}

.ribbon_box {    
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    background: #ffffff;
}
.ribbon8 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 0 10px -20px;
    width: calc(100% + 20px);
    color: black;
    background: #d6d6ff;
}
.ribbon8:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #ccccff;
}
.sub_title{
    padding: 10px;
}

.del_button{
    float: right;
    margin-right: 180px;
}


.err_msg{
    color:red;
}
.suc_title {
    border: 2px solid blue;
    text-align: center;
    padding: 8px;
    margin: 12px 0;
    background-color: #87ceeb;
    color: blue;
    font-weight: bold;
}
.suc {
    background-color: #87ceeb;
    padding: 8px;
    color: blue;
    margin: 8px 0;
}
.suc_msg{
    color:blue;
}
.main .ck_err{
    color:red;
}

.main .ck_err{
    color:red;
}

.main .ck_blue {
    color:#0000FF;
}
.sub_title{
    padding: 10px;
}

.del_button{
    float: right;
    margin-right: 180px;
}

.main .ck_err{
    color:red;
}

.main .ck_err{
    color:red;
}

.main .ck_blue {
    color:#0000FF;
}

/* エラーメッセージ */
.err_fld{
    border: 2px dashed red;
    padding: 3px;
    width: 90%;
    margin: auto;
}

.err_fld p{
    margin: 0px 0px 0px 0px;
}

.err_fld legend{
    color: #FF0000;
    font-weight: bold;
}


/* 完了メッセージ */
.suc_fld{
    border: 2px dashed #87ceeb;
    padding: 3px;
    width: 90%;
    margin: auto;
}

.suc_fld p{
    margin: 0px 0px 0px 0px;
}

.suc_fld legend{
    color: #87ceeb;
    font-weight: bold;
}



#main ul.pageNav02 {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    text-align: right;
}

#main ul.pageNav02 li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

#main ul.pageNav02 li span,
#main ul.pageNav02 li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    background: #eeeff7;
    text-decoration: none;
    vertical-align: middle;
}

#main ul.pageNav02 li a:hover {
    color: #000;
    background: #ccf;
    border-color: #00f;
}

.Icon{
    background-color: #006400; 
    color: #FFF;
    border-radius: 6px;
    width: 85px;
    font-size: 13px; 
    float: left;
    margin-right: 5px;
    text-align: center;
    margin-top: 3px;
}

#AddList td{
    border: none;
}

.info_data{
    display: none;
}

.open_icon{
    cursor:pointer;
}

.close_icon{
    display: none;
    cursor:pointer;
}


/**** datepicker設定 ****/
/* datepicker サイズ */
#ui-datepicker-div{
    font-size: 90%;
}

/* datepickerカレンダーアイコン位置 */
img.ui-datepicker-trigger{
    cursor: pointer;
    vertical-align:middle;
}

/* 日曜日のカラー設定 */
.ui-datepicker-calendar tr td:first-child a{
    background: none!important;
    background-color: #fcc!important;
    color: #f00!important;
}
/* 土曜日のカラー設定 */
.ui-datepicker-calendar tr td:last-child a{
    background: none!important;
    background-color: #ccf!important;
    color: #00f!important;
}

.sm a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.sm .close {
    text-align: right;
    background-color: transparent;
    display: inline-block;
    z-index: 999;
    position: absolute;
    right: 4px;
    top: 20px;
}
.sm .close a {
    color: #fff;
    font-size: 150%;
    font-weight: 600;
    padding: 1px;
    margin: 1px;
    border: solid 2px #fff;
    background-color: #20916e;
    height: 30px!important;
    width: 30px!important;
}
.Table_Entry_Error{
    color: red;
}
#content {
    padding: 50px 0 0 0;
}
div#submenu {
    width:100px;
    margin:50px 0px 0px 10px;
    display:inline;			
    float:left;			
}
#mapField {
    height: 350px;
}
#mapdata{
    display: none;
}
tbody tr{
    margin:0px 50px 0px 0px;
}
.font_color{
    color: #FFFFFF;
    background: #F81453;
    font-size: 12px; 
    margin-right: 10px;
}
.sub_table{
    margin: auto;
    width: 90%;
    border: 1px solid;
}
.sub_table tr{
    height: 50px;
}
.new_button{
    text-align: right;
    padding: 10px;
    float: right;
    margin-top: 50px;
}
.tag_button{
    margin-right: 20px;
    height: 40px;
    background: #c0c0c0;
}
.tag_button_select{
    margin-right: 20px;
    height: 40px;
    background: #fffafa;
}
#sub_table{
    padding: 10px;
}
.sub_item{
    margin-left: 50px;
}
.sub_itemlist{
    margin-left: 70px;
    width: 90%;
}
#timetable td.timestyle{
    border-bottom: none;
    border-left: none;
    border-top: none;
}
#timetable {
    width: 90%;
    margin: 60px;
    border-collapse: collapse;
    text-align: center;
}
#timetable td{
    border: 1px solid;
}
#timetable thead td{
    background: #CCCCCC;
}
#timetable tbody tr{
    height: 100px;
}
/*===　ラジオボタン設定　↓===*/
.radio02-input {
    display: none;
}
.radio02-input + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

/* 擬似ラジオボタンの輪 */
.radio02-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    margin: 8px;
}
.radio02-input:checked + label {
    color: #20916e;
}
.radio02-input:disabled + label {
    background: #f3f3f3;
}
/* 擬似ラジオボタンのチェック */

.radio02-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 11px;
    height: 11px;
    background-color: #20916e;
    border-radius: 50%;
}
p.radio_zoon {
    padding: 11px 0 0;
}
p.radio_zoon input {
    width: 30px;
}
/* ラジオボタンのクリック領域 */
p.radio_zoon label {
    vertical-align: 11%;
    border: 1px solid #999;
    padding: 8px 24px 7px 40px;
    border-radius: 5px;
}
.radio03-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    margin: 8px;
}

.radio03-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 11px;
    height: 11px;
    background-color: #20916e;
    border-radius: 50%;
}

.radio03-input:checked + label {
    color: #20916e;
}

.radio03-input + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

.radio03-input {
    display: none;
}

.radio03-input-out:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 11px;
    width: 11px;
    height: 11px;
    background-color: #a9a9a9;
    border-radius: 50%;
}

.radio03-input-out:checked + label{
    color: #000000;
}

p.radio_zoon1 label {
    vertical-align: 11%;
    padding: 4px 24px 7px 40px;
    border-radius: 5px;
}

.input_xsmall {
    width: 50px!important;
}

p.radio_zoon2 label {
    vertical-align: 11%;
    padding: 4px 0px 7px 30px;
    border-radius: 5px;
}
/*===　ラジオボタン設定　　↑===*/

.renzoku{
    float: left;
}

.float_left{
    float: left;
    margin-right: 50px;
}
#tab {
    border-bottom: solid 2px #20916e;
    margin: 12px 0;
}
#tab li{
    float: left;
    background-color: #20916e;
    color:#fff;
    padding: 8px;
    margin: 12px 12px 0px 0px ;
    cursor: pointer;
    border: solid 1px #20916e;
    border-radius: 5px 5px 0 0 ;
    border-bottom: none;
}
#tab li.active{
    background-color: #ddd;
    display: inline-block !important;
    color: #333;
    cursor: default;
}

#content_box .content {
    display: none;
}

.days_select {
    margin: 24px 0;
}
.days_select span{
    display: inline-block;
}
.days_select span label{
    display: inline-block;	
}
.giji_btn{
    background-color: #20916e;
    border-radius: 5px ;
    text-align: center;
}
.giji_btn a{
    padding: 8px;
    color: #fff;
    text-decoration: none;
    display: block;
}
.yellow_btn {
    background-color: #f4d844!important;
}
.yellow_btn a{
    color: #333;
}
.arrow_btn{
    background-color: #666;
    margin: 0 12px;
}
.today_btn{
    margin-left: 20px;
}
.number{
    text-align: right;
    padding: 2px;
}

/*==モーダルウィンドウの設定　↓==*/
/*モーダルウィンドウの閉じるボタンの設定*/

/*モーダルウィンドウの中身のiframeの設定*/
.modal_iframe{
    width: 100%;
    height: 500px;
}

table.time_table {
    width: 100%;
    line-height: 1.4em;
}
table.time_table, .time_table td, .time_table th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 95%;
}
.time_table td, .time_table th {
    padding: 8px;
    color: #333;
    text-align: center;
}

.time_table td input{
    height: 30px;
}

.time_table th {
    background: #eee;
    vertical-align: middle;
}

table.time_table_list {
    width: 100%;
    line-height: 1.4em;
}
table.time_table_list, .time_table_list td, .time_table_list th {
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 95%;
}
.time_table_list td, .time_table_list th {
    padding: 8px;
    color: #333;
    text-align: center;
}
.time_table_list th {
    background: #eee;
    vertical-align: middle;
}

.time_table_list td input{
    height: 30px;
}

.time_table {
    margin: 20px 0;
}
.time_th01 {
    min-width: 80px;
}

.time_table td input {
    border: 1px solid #aaa;
}
.time_table td.time_td01 input {
    width: auto;
}
.time_table td.time_td02 label {
    width: 80px;
    display: inline-block;
}
.time_table td.time_td02 span {
    display: inline-block;
}
.time_table td.time_td03 {
    padding: 0px;
}
.time_table td.time_td03 .checkbox_warp {
    padding: 8px 0;
    margin-right: 0px;
}

.time_table td.time_td03 .checkbox01-parts {
    margin: 0 auto;
    padding: 0;
}

.time_table td.time_td03 .checkbox01-parts::before {/*spanの設定*/
    content: "";
    position: absolute;
    left: -6px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    display: inline-block;
    vertical-align: bottom;
}

.time_table td.time_td03 .checkbox01-input:checked + .checkbox01-parts::after {
    top: -2px;
    left: 0px;
}

.time_table td.time_td04 input {
    width: 130px;
    margin-right: 8px;
}
.time_table td.time_td05 input {
    width: 130px;
    margin-right: 8px;
}
.time_table td.time_td06 input{
    width: 120px;
}

.time_table_list{
    margin: 20px 0;
}
.time_table .holiday td{
    color: #D40003;
}
.time_table_list .holiday td{
    color:#D40003;
}

.time_table_list tr:nth-child(2n){
    background-color: #FEFCEf;
    .day_table_list tr {
        background-color: #FEFCEf!important;
    }
    .day_table_list tr:nth-child(4n), .day_table_list tr:nth-child(4n+1) {
        background-color: #Fff!important;
    }
}
hr {
    margin: 32px 0;
    background-color: #20916e;
    color: #20916e;
    border: none;
    height: 1px;
}
.magin_right {
    margin-right: 12px;
}
.dis_inline{
    display: inline-block!important;
}
#open {
    display: none;
}
#change {
    padding: 8px;
    color: #fff;
}
.active {
    display: block!important;
}
.dis_none{
    display: none;
}
/*==ツールチップ↓==*/

.invisible{
    display: none;
}

.clickToolTip{
    margin: 0;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    background-color: #666;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

p.note{
    margin: 0;
    padding: 8px;
    width: 400px;
    background-color: #eee;
    color: #333;
    border-radius: 5px;
    top: 100px;
    left: 20px;
    position: absolute;
    border: solid 1px #20916e;
    font-weight: normal;
    line-height: 1.4em;
    z-index: 1;
}

.total {
    border-bottom: solid 2px firebrick;
    padding: 0;
}

.syasyu span.on {
    background-color: #20916e;
    color: #fff;
}

.syasyu span {
    padding: 5px;
    margin: 4px;
    border-radius: 5px;
    text-align: center;
}


/*==ツールチップ↑==*/
/*===ファイル選択inputの設定 ↓===*/
.input_zoon02 > p{
    float: left;
    margin-right: 12px;
}
label.input_wrap {
    color: #fff;
    background-color: #20916e;
    padding: 8px;			
    border-radius: 5px;	
    cursor:pointer;		
    margin-right: 12px;
}
input.box_sample{
    display:none;	/* アップロードボタンのスタイルを無効にする */
}
#fake_text_box{
    border: solid 1px #aaa;
    display: inline-block;
    width: 200px;
}
.uplord {
    padding: 2px 12px;
}
.uplord input{
    color: #333;
}
/*===ファイル選択inputの設定 ↑===*/

.textarea_nomal{
    width: 480px;
    height: 240px;
    margin: 12px 0 0px;
}

.week_btn li{
    margin: 12px 0;

}

/*===アコーディオンのスタイル↓===*/
.accordionlist {
    line-height: 1.4em;
}
.accordionlist dt {
    display: block;
    padding: 0;
    border: 1px solid #ccc;
    background-color: #f0ffff;
    margin-top: 12px;
    position: relative;
    cursor: pointer;
}
.accordionlist dt .dt_title {
    display: inline-block;
    float: right;
    width: calc(100% - 48px);
}
.accordionlist dd {
    display: none;
    background: #fff;
    border-top: none;
}
.accordion_icon, .accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.accordion_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    float: left;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);/*topと同じ数値引く*/
}
.accordion_icon span {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 20px;
}
/*↓回転前*/
.accordion_icon span:nth-of-type(1) {
    transform: rotate(180deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*↓回転後*/
.accordion_icon.active span:nth-of-type(1) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
dl dt .form_line {
    margin: 0px;
    float: right;
    width: 93%;
}
/*===アコーディオンのスタイル↑===*/

label.search_warp {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background: #fff;
    opacity: 0.9;
}

/*======お知らせプレビュー用======*/
body.preview main {
  background-image: url(../images/top_foot01.png), url(../images/top_foot02.png);
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
  background-size: 40%, 15%;
  background-color: #eefade;
}
@media screen and (max-width:992px) {
  body.index main {
    background-color: #fff;
  }
}

@media screen and (max-width:600px) {
  body.index main {
    background-size: 50%, 25%;
  }
}

.preview_btn {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

/*↓プレビュー用お知らせ部分↓*/
body.preview .news {
  width: 992px;
  margin: 40px auto;
  background-color: #fff;
  min-width: 768px;
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.1);
}
body.preview .news p {
  padding: 12px 0 8px;
  text-align: center;
  background-color: #49A757;
  color: #fff;
}
body.preview .news ul {
  padding: 4px 0;
}
body.preview .news li {
  text-align: left;
  padding: 8px 24px;
  line-height: 1.4em;
}
body.preview .news li.no_visible {
  display: none;
}

@media screen and (max-width:992px) {
  body.preview .news {
    width: auto;
    margin: 20px 12px;
    background-color: transparent;
    min-width: auto;
  }
  body.preview .news li {
    padding: 8px 12px;
  }
}
/*↑お知らせ↑*/

/*=========フロート解除=========*/
.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    page-break-after: avoid;
}

/*=========クローリング=========*/
.Icon2{
  background-color: #ff8c00;
  color: #FFF;
  border-radius: 6px;
  width: 60px;
  font-size: 13px;
  float: left;
  margin-right: 5px;
  text-align: center;
  margin-top: 3px;
}
.sakusei{
  background-color: #ff69b4;
  color: #FFF;
  border-radius: 6px;
  width: 50px;
  font-size: 13px;
  float: left;
  margin-right: 5px;
  text-align: center;
  height: 40px;
}
#top_left{
  border-top-left-radius: 6px;
  border-left: none;
  border-top: none;
}
#top_right{
  border-top-right-radius: 6px;
  border-right: none;
  border-top: none;
}
#border_left{
  border-left: none;
}
#border_top{
  border-top: none;
}
select::-ms-expand {
  display: block;
}
.cel_time {
  width: 3%;
}
.input_title_member {
    border-bottom: dashed 1px #20916e;
    position: relative;
    width: 220px;
    float: left;
    margin: 8px 12px 8px 0;
    padding-bottom: 5px;
}
.input_title_member span {
    padding: 4px 5px;
}
