@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border:0;
    font-family:inherit;
    font-style:inherit;
    font-weight:inherit;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline;
}
/*:focus {outline:0;}*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap{
    overflow:hidden;
    width:1024px;
    margin:0 auto;
}
.header_wrap{
    width:1024px;
    margin:0 auto;
}
ol, ul {
    list-style:none;
}
caption, th, td {
    font-weight:normal;
    text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:"";
}
blockquote, q {
    quotes:"" "";
}
a img {
    border:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
img{
    width: 100%;
}
body{
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体", "メイリオ", Meiryo, sans-serif;
    color:#252525;
    font-size:16px;
    -webkit-text-size-adjust:none;
    margin:38px auto 0 auto;
}
/* Admin layout with sidebar */
.sidebar {
    position: fixed;
    top: 65px; /* below header */
    left: 0;
    width: 220px;
    bottom: 0;
    background: #f7f7f7;
    border-right: 1px solid #ddd;
    padding: 12px 0;
    overflow-y: auto;
    z-index: 900;
}
.sidebar-header {
    font-weight: bold;
    padding: 0 16px 8px 16px;
}
.sidebar-nav a {
    display: block;
    padding: 10px 16px;
    color: #333;
}
.sidebar-nav a:hover {
    background: #e6f0ff;
}
.admin-content {
    margin-left: 220px;
}
/* リンク設定 */
a, a:link, a:visited, a:hover, a:active {
    color: #333333;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    background: transparent;
}
.center {
    width:100%;
    text-align:center;
}
/* Clearfix */
.cf:before {
    content: "";
    display: table;
}
.cf:after {
    content: "";
    display: table;
    clear: both;
}
caption {
    text-align: left;
}
header{
    background-color: #000000;
    width:100%;
    height:65px;
    color: #fff;
    font-size:22px;
    text-align: center;
    position: relative;
    padding:12px 0 0 0;
    position:fixed;
    top:0px;
    z-index:1000;
}
.return_home{
    position: absolute;
    margin-left:8px;
}
.return_home a{
    color: #FFF;
}
.return_home:before{
    font-family: FontAwesome;
    content: "\f053";
    margin-right: 8px;
}
.head_mes{
    margin-top:25px;
    padding:8px 16px;
    font-size: 24px;
}

/* 完了ページ*/
.complete_title{
    width: 640px;
    display: block;
    margin: 25px auto 35px;
}
.complete_no{
    font-size:38px;
    width: 900px;
    text-align:right;
    margin: 85px auto 0px;
    font-weight:bold;
    line-height:120%;
}

.complete_cname{
    font-size:38px;
    width: 750px;
    text-align:center;
    margin: 10px auto 0px;
    font-weight:bold;
    line-height:120%;
}
.complete_name{
    font-size:46px;
    width: 750px;
    text-align:center;
    margin: 0px auto 0px;

    font-weight:bold;
}
.complete_seminar{
    width: 750px;
    display: block;
    margin: 45px auto 35px;
}

.complete_link_box{
    width: 325px;
    margin: 0 auto;
    display: block;
}
.complete_link_box p{
    width: 320px;
    float: left;
}
.complete_link_box p.second{
    width: 320px;
    float: right;
}
.complete_link_box p a{
    display: block;
}

/*トップページ*/
.index_title{
    width: 375px;
    display: block;
    margin: 128px auto 48px;
}
#buttontable{
    width: 350px;
    display: block;
    margin: 20px auto 20px;
    text-align:center;
}
.tokei_data{
    width: 800px;
    display: block;
    margin: 100px auto 20px;
    text-align:center;
    font-size:16px;
}
.download_input{
    width: 800px;
    display: block;
    margin: 15px auto 0px;
    text-align:center;
    font-size:22px;
}
.download_input2{
    width: 800px;
    display: block;
    margin: 0px auto 5px;
    text-align:center;
    font-size:22px;
}
.error{
    width: 640px;
    display: block;
    background-color:#FF9;
    padding:5px;
    color:#F00;
    font-weight:bold;
    font-size:18px;
    margin: 10px auto 20px;
    text-align:center;
}
.index_link_box{
    width: 720px;
    margin: 0 auto;
    display: block;
}
.index_link_box p{
    width: 320px;
    float: left;
}
.index_link_box p.second{
    width: 320px;
    float: right;
}
.index_link_box p a{
    display: block;
}

.index_link_box2{
    width: 320px;
    margin: 30px auto;
    display: block;
    text-align:center;
}
.index_link_box2 p{
    width: 320px;
}
.index_footer{
    position: absolute;
    bottom: 0;
    width: 1024px;
    background-color: #e6e6e6;
    text-align:center;
    padding: 20px;
}
.index_footer p{
    float: left;
    position: relative;
}
.index_footer_wrap{
    width: 250px;
    margin: 0 auto;
    display: block;
}
.index_footer_wrap p.second{
    float: right;
}
.index_footer_wrap p:before{
    font-family: FontAwesome;
    content: "\f04b";
    color: #0071BC;
    margin-right: 4px;
}
/* 担当者リスト */
.tanto_ul{
    float: left;
    padding-bottom: 24px;
}
.tanto_ul .ul_title{
    text-align: center;
}
.tanto_ul.ul_1{
    background-color: #ccc;
    width: 25%;
    min-height:628px;
}
.tanto_ul.ul_2{
    background-color: #e6e6e6;
    width: 25%;
    min-height:628px;
}
.tanto_ul.ul_3{
    background-color: #F2F2F2;
    width: 50%;
    min-height:628px;
    overflow:scroll;
}
.tanto_ul .head_box{
    border-bottom: 1px dashed #fff;
    padding: 8px 16px 8px 8px;
}
.tanto_ul .head_box .select_all{
    background-color: #fff;
    position: relative;
}
.tanto_ul .head_box .select_all a{
    display: block;
    padding: 8px;
}
.tanto_ul .head_box .select_all:after{
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;
}
.tanto_ul li {
    background-color: #FFF;
    width: 90%;
    margin: 4px auto;
    position: relative;
}
.tanto_ul.ul_1 li a{
    display: block;
    padding: 14px 4px;
}
.tanto_ul.ul_2 li a{
    display: block;
    padding: 14px 4px;
}
.tanto_ul li a{
    display: block;
    padding: 4px 4px;
}
.tanto_ul li a:after{
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;
}
.tanto_ul li span{
    display: block;
    line-height: 1.5;
    width: 90%;
}
.tanto_ul li.current a{
    background-color: #0071BC;
    color: #fff;
}
.tanto_ul.ul_3 .head_box {
    border-bottom: none;
    padding-bottom:0;
}
.tanto_ul.ul_3 dt {
    background-color: #666;
    color: #FFF;
    font-size: 12px;
    padding:0 12px;
    border-bottom:2px solid #999;
    width: 95%;
    margin: 0 auto;
}
.tanto_ul.ul_3 dd {
    margin-bottom: 8px;
}
.tanto_ul.ul_3 li {
    width: 95%;
    padding: 8px;
}
.tanto_ul.ul_3 li span{
    text-align: center;
}
.tanto_ul li.tanto_name p{
    font-size: 28px;
    line-height: 1;
    width: 50%;
}
.tanto_ul .tanto_ruby {
    font-size: 10px;
    line-height: 1;
    text-align:left;
    height:13px;
}
.tanto_ul .tanto_name {
    font-size: 28px;
    line-height: 1;
    text-align:left;
    height:35px;
}
.tanto_ul li.tanto_name a:after{
    font-size: 16px;
}
.tanto_ul.ul_3 .torokusha_su {
    position: absolute;
    right: 32px;
    background-color: #8CC63F;
    border-radius: 16px;
    font-size: 16px;
    width: 96px;
    color: #fff;
    top: 50%;
    margin-top: -12px;
}

/* ご来場者チェックリスト */
.raijo_head_nav li{
    margin-top:25px;
    display: inline-block;
    width: 34%;
    text-align: center;
}
.raijo_head_nav li.short{
    width: 15%;
}
.raijo_head_nav ul {
    width:1024px;
    list-style: none;
    overflow: hidden;
    color: #555;
    background: #e6e6e6;
}
.raijo_head_nav ul li {
    float: left;
    line-height: 40px;
}
.raijo_head_nav ul li a {
    color: #666;
    text-decoration: none;
    padding: 0 10px 0 20px;
    background: #999;
    display: block;
}
.raijo_head_nav ul li a::after {
    position: relative;
    display: block;
    margin-top: -20px;
    margin-left: auto;
    margin-right: -20px;
    height: 20px;
    width: 15px;
    content: " ";
    -webkit-transform: skew(-30deg);
    background: #999;
    border-right: 1px solid #bbb;
}
.raijo_head_nav ul li a::before {
    float: right;
    display: block;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: -20px;
    height: 20px;
    width: 15px;
    content: " ";
    -webkit-transform: skew(30deg);
    background: #999;
    border-right: 1px solid #bbb;
}
.raijo_head_nav ul li:first-child a {padding-left: 10px;}

.raijo_head_nav ul li:nth-child(2) a,
.raijo_head_nav ul li:nth-child(2) a::before ,
.raijo_head_nav ul li:nth-child(2) a::after {background: #B3B3B3;}

.raijo_head_nav ul li:nth-child(3) a,
.raijo_head_nav ul li:nth-child(3) a::before,
.raijo_head_nav ul li:nth-child(3) a::after {background: #ccc;}

.raijo_head_nav ul li:nth-child(4) a,
.raijo_head_nav ul li:nth-child(4) a::before,
.raijo_head_nav ul li:nth-child(4) a::after {background: #e6e6e6;}
.raijo_head_nav ul li a:hover {color: #000;}

.raijo_ul_wrap{
    margin-bottom: 48px;
}
.raijo_ul_wrap .head_box{
    width: 344px;
    display: block;
    margin: 0 0 0 auto;
}
.raijo_ul_wrap .head_box p.raijo_head_1{
    width: 136px;
    float: left;
}
.raijo_ul_wrap .head_box p.raijo_head_2{
    width: 158px;
    float: right;}

.raijo_ul li.visited{
    background-color: #DDDDDD;
}
.raijo_ul visitorNoList{
    background-color: #B3B3B3;
}

.raijo_ul li.checked{
    background-color: #EFFAFF;
}
.raijo_ul li.checkedvisited{
    background-color: #DDDDDD;
}
.raijo_ul li span.company_name{
    font-size: 18px;
    width: 500px;
    display: inline-block;
}
.raijo_ul li span.name{
    font-size: 24px;
}
.raijo_ul li span.keisho{
    font-size: 16px;
}

.raijo_ul li{
    padding:5px 0px 10px 0;
    border-bottom: 1px solid #666;
    position: relative;
    display: inline-block;
    margin: 0 32px 0 0;
    width: 100%;
}
.raijo_ul input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 68px;
}
.raijo_ul input[type="checkbox"] + label {
    display: block;
    background-image: url(../img/raijo_chk_off.png);
    background-size: 46px;
    background-position: 16px 18px;
    background-repeat: no-repeat;
    padding: 20px 0 20px 75px;
}
.raijo_ul input[type="checkbox"]:checked + label {
    background-image: url(../img/raijo_chk_chkd.png);
    background-position: 20px 10px;
}
.raijo_ul li.checkedvisited input[type="checkbox"]:checked + label {
    background-image: url(../img/raijo_chk_vstd.png);
    background-position: 20px 10px;
}


.raijo_footer{
    width: 1024px;
    padding: 20px;
}
.raijo_footer p{
    float: left;
    position: relative;
    width: 320px;
}
.raijo_footer_wrap p.second{
    float: right;
}
.raijo_footer_wrap{
    width: 720px;
    margin: 0 auto;
    display: block;
}
.raijo_footer_wrap2{
    width: 720px;
    margin: 35px auto;
    display: block;
    text-align:center;
}
.raijo_footer_wrap2 img{
    width: 320px;
}

/* 会社リスト */
.kaisha_ul{
    float: left;
    padding-bottom: 24px;
}
.kaisha_ul .ul_title{
    text-align: center;
}
.kaisha_ul.ul_1{
    background-color: #ccc;
    width: 220px;
}
.kaisha_ul.ul_1 li{
    font-size: 32px;
    text-align: center;
}
.kaisha_ul.ul_2{
    background-color: #F2F2F2;
    width: 804px;
}
.kaisha_ul .head_box{
    border-bottom: 1px dashed #fff;
    padding: 8px;
}
.kaisha_ul .head_box .select_all{
    background-color: #fff;
    position: relative;
}
.kaisha_ul .head_box .select_all a{
    display: block;
    padding: 8px;
}
.kaisha_ul li a:after,
.kaisha_ul .head_box .select_all:after{
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
}
.kaisha_ul li {
    background-color: #FFF;
    width: 90%;
    margin: 4px auto;
    position: relative;
}
.kaisha_ul li a{
    display: block;
    padding: 4px;
}
.kaisha_ul.ul_1 li a{
    padding: 16px;
}

.kaisha_ul li span{
    display: block;
    line-height: 1.5;
    width: 90%;
}
.kaisha_ul li.current a{
    background-color: #0071BC;
    color: #fff;
}
.kaisha_ul.ul_2 .head_box {
    border-bottom: none;
    padding-bottom:0;
}
.kaisha_ul.ul_2 dt {
    background-color: #666;
    color: #FFF;
    font-size: 12px;
    padding:0 12px;
    border-bottom:2px solid #999;
    width: 95%;
    margin: 0 auto;
}
.kaisha_ul.ul_2 dd {
    margin-bottom: 8px;
}
.kaisha_ul.ul_2 li {
    width: 95%;
    padding: 8px;
}
.kaisha_ul li.kaisha_name p{
    font-size: 28px;
    line-height: 1;
    width: 75%;
}
.kaisha_ul .kaisha_ruby {
    font-size: 10px;
    line-height: 1;

}
.kaisha_ul.ul_2 .torokusha_su {
    position: absolute;
    right: 32px;
    background-color: #8CC63F;
    border-radius: 16px;
    font-size: 16px;
    width: 96px;
    color: #fff;
    top: 50%;
    margin-top: -12px;
    text-align: center;
}


table.total_data tr:nth-child(odd) {
    background-color: #f4fcfe;
}
table.total_data {
    width: 100%;
    border: 1px solid #eaeaea;
    border-spacing: 0;
    border-collapse: collapse;
}
table.total_data th, td {
    padding: 0.75em 0.75em;
    border: 1px solid #eaeaea;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: left;
    vertical-align: middle;
}
table.total_data th {
    background: #F0E6DC;
    color: #000;
    font-weight: 700;
    text-align:center;
    font-size:16px;
    line-height: 90%;
}
table.total_data th.midashi {
    width:120px;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size:16px;
    text-align:center;
}
table.total_data td {
    background: #EFEFEF;
    color: #000;
    font-size:16px;
    text-align:center;
}

table.monthly_data tr:nth-child(odd) {
    background-color: #f4fcfe;
}
table.monthly_data {
    width: 100%;
    border: 1px solid #eaeaea;
    border-spacing: 0;
    border-collapse: collapse;
}
table.monthly_data th, td {
    padding: 0.75em 1em;
    border: 1px solid #eaeaea;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: left;
    vertical-align: middle;
}
table.monthly_data th {
    background: #CB9BCE;
    color: #000;
    font-weight: 700;
    font-size:16px;
    line-height: 90%;
    text-align:center;
}
table.monthly_data th.midashi {
    width:120px;
    background: #686ACF;
    color: #fff;
    font-weight: 700;
    font-size:16px;
    line-height: 110%;
    text-align:center;
}
table.monthly_data td {
    background: #EFEFEF;
    color: #000;
    font-size:16px;
    text-align:center;
}

.allready_box{
    width:100%;
    background-color:#CCC;
    padding:10px;
    text-align:center;
}

table.allready tr:nth-child(odd) {
    background-color: #f4fcfe;
}
table.allready {
    width: 100%;
    border: 1px solid #eaeaea;
    border-spacing: 0;
    border-collapse: collapse;
}
table.allready th, td {
    padding: 0.75em 1em;
    border: 1px solid #eaeaea;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: left;
}
table.allready th {
    background: #039;
    color: #fff;
    font-weight: 700;
    font-size:12px;
    text-align:center;
}
table.allready td {
    background: #fff;
    color: #000;
    font-size:12px;
}
.nowrapTd{
    white-space:nowrap
}

.download_input input[type=date]{
    width:280px;
    height:70px;
    font-size:26px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
    padding-right:10px;
    text-align: center;
}

select{
    height:70px;
    font-size:26px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:20px;
    padding-left:10px;
    padding-right:60px;
    text-align: left;
}
.download_input input[type=checkbox] {
    transform: scale(2.0);
    -ms-transform: scale(2.0, 2.0);
    -webkit-transform: scale(2.0, 2.0);
    transform: scale(2.0, 2.0);
}






#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    cursor: pointer;
    text-align: center;
}

#overlay img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;

}

.loader,
.loader:after {
    border-radius: 50%;
    width: 7em;
    height: 7em;
}

.loader {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



.modal a.modalClose {
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 24px;
    margin: 0;
}

.modal p.title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #4079be;
    margin-bottom: 10px;
}

.modal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 10001;
}

.modal .inner {
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 620px;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    padding-top: 20px;
    text-align: center;
}


a.modalClose {
    display: block;
    text-align: center;
    margin-top: 27px;
    color: #868686;
    cursor: pointer;
}

#detail .modal h3 {
    text-align: center;
    padding: 0;
    width: 100%;
}


.modal a.modalClose {
    position: absolute;
    right: 13px;
    top: 5px;
    font-size: 24px;
    margin: 0;
}

.modal p.title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #4079be;
    margin-bottom: 10px;
}

.modal .dl_button{
    text-align: center;
}
.modal .dl_button img {
    width: 200px;
}
