@charset "utf-8";

/**
 * style.css
 */

/* google conversion の img タグを非表示 */
body>img {
    display: none;
}

/* 汎用 メッセージ表示 */
p.error {
    padding: 5px;
    border: 1px solid #c00;
    background-color: #ffebe8;
    color: #333;
    margin-bottom: 10px;
}

p.message {
    padding: 5px;
    border: 1px solid #0092c4;
    background-color: #eaf4fe;
    color: #333;
    margin-bottom: 10px;
}

p.notice {
    padding: 5px;
    border: 1px solid #E6DB55;
    background-color: #FFFFE0;
    color: #333;
    margin-bottom: 10px;
}

/* ログイン */
div.login {
    padding: 5px;
}

div.login form label {
    display: block;
}

div.login form p.forgetmenot label {
    display: inline;
}

div.login input {
    margin: 5px 0;
}

div.login input.input {
    font-size: 150%;
    width: 400px;
}

div.login .tml-action-links {
    margin: 25px 80px;
}

div.login section.loginform {
    width: 430px;
    float: left;
    margin-top: 0;
}

div.login section.loginform form {
    margin-top: 1em;
}

div.login section.loginform p.submit {
    text-align: center;
}

div.login section.lostpassword {
    width: 250px;
    margin-left: 454px;
    margin-top: 0;
}

div.login section.lostpassword form {
    margin-top: 1em;
}

div.login section.lostpassword p.submit {
    text-align: center;
}

p.lost-password {
    text-align: right;
    margin-top: 12px;
}

/* パスワードリセット */
#pass-strength-result {
    border-style: solid;
    border-width: 1px;
    margin: 12px 5px 5px 1px;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
}

#pass-strength-result.strong, #pass-strength-result.short {
    font-weight: bold;
}

#pass-strength-result {
    background-color: #eee;
    border-color: #ddd !important;
}

#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c !important;
}

#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0 !important;
}

#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
}

#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c !important;
}

/* パスワード変更 */
section.change-password input.input {
    margin: 5px 0;
    font-size: 150%;
    width: 400px;
}

section.change-password p.notice {
    margin-bottom: 20px;
}
/* メールアドレス変更 */
section.change-email dd.margin-bottom {
    margin-bottom: 1em;
}

/* 利用規約 */
div.terms-box {
    padding: 8px;
    font-size: 12px;
    margin: 25px 0 15px 0;
    height: 250px;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid #ddd;
}

div.terms-box h1.terms, div.terms-box h2 {
    height: auto;
    font-size: 100%;
    border: none;
    padding: 0;
}

section.terms {
    font-size: 13px;
}

section.terms h2 {
    margin: 25px 0 15px 0;
    color: #207795;
}

section.terms p {
    margin-left: 12px;
}

section.terms ol {
    margin-left: 24px;
}

section.terms li {
    list-style-type: decimal;
}

section.terms ol.none li {
    list-style-type: none;
}

section.terms .footer p {
    margin-top: 18px;
}

section.terms .footer p {
    text-align: right;
}
/* 枠線付き dl */
.commonTable {
    
}

.commonTable dl {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.commonTable dt {
    border-top: 1px solid #bbb;
    float: left;
    font-weight: bold;
    padding: 2px 5px;
    width: 10em;
}

.commonTable dd {
    margin-left: 11em;
    padding: 2px 5px;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
}

.commonTable small {
    font-size: 90%;
}

.commonTable dl.border-top-none {
    border-top: none;
}

/* seminar detail */
.seminar {
    
}

.seminar h2 {
    margin-bottom: 26px;
    height: 26px;
    text-indent: -9999px;
    background: url(../../img/content01.gif) no-repeat;
}

.seminar a.entry {
    display: inline-block;
    width: 368px;
    height: 52px;
    text-align: center;
    text-indent: -9999px;
    margin-bottom: 20px;
    background: url(../../img/entBtn01.gif) no-repeat;
}

.seminar p.entrybtn {
    text-align: center;
}

.commentSeminar {
    margin: 15px auto;
    border: 2px solid #9ec7d9;
    padding: 12px;
    width: 560px;
}
/* contents headings */
.contents h1 {
    height: 55px;
    width: 716px;
    background: #fff url(../../img/contents-title-bg.gif) 4px 22px no-repeat;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    line-height: 55px;
    text-indent: 2.5em;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}

.contents h1.simple {
    font-size: 1.5em;
    border-bottom: 1px solid gray;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.contents hgroup h2 {
    margin: 25px 0 15px 0;
    font-size: 16px;
    color: #207795;
}
/* nav */
.tab-menu, .tab-menu-acl {
    width: 100%;
    height: 31px;
    margin-top: 30px;
    background: url(../../img/tab-bg.gif) 0 0 repeat-x;
}

nav.tab-menu>ul, nav.tab-menu-acl>ul {
    
}

nav.tab-menu>ul>li, nav.tab-menu-acl>ul>li {
    display: inline-block;
    width: 107px;
    height: 31px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border: none;
    color: #fff;
}

/* 選択中のタブを表現する際のクラス */
nav.tab-menu>ul>li.selected, nav.tab-menu-acl>ul>li.selected {
    width: 105px;
    height: 30px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff),
        color-stop(0.00, #dcdcdc));
    background: -webkit-linear-gradient(#dcdcdc, #fff);
    background: -moz-linear-gradient(#dcdcdc, #fff);
    background: -o-linear-gradient(#dcdcdc, #fff);
    background: -ms-linear-gradient(#dcdcdc, #fff);
    background: linear-gradient(#dcdcdc, #fff);
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: none;
    color: #333;
}

.tab-contents, .tab-contents-acl {
    padding: 13px 18px 30px 18px;
    border-top: none;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

/* entry tab menu */
nav.entry-tab-menu {
    position: absolute;
    z-index: 2;
}

nav.entry-tab-menu>ul>li {
    width: 158px;
    height: 42px;
    padding: 10px 15px;
    background-color: #ededed;
    border: 1px solid #cfcfcf;
    cursor: pointer;
}

/* 選択中のタブを表現する際のクラス */
nav.entry-tab-menu>ul>li.selected {
    background: #ffffff !important;
    border-right: none;
}

.entry-tab-contents {
    position: relative;
    height: 104px;
    margin: 0 0 0 189px;
    padding: 11px 14px;
    background-color: #fff;
    border-top: 1px solid #cfcfcf;
    border-left: none;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    z-index: 1;
}

/* イベント申し込み */
div.entry-caution {
    margin-top: 10px;
}

div.entry-caution p {
    margin-bottom: 0px;
}

.entry-tab-contents section div {
    padding: 20px 30px;
    background-color: #e2edf2;
    border: 1px solid #d0e2eb;
    line-height: 1.5em;
}

.entry-tab-contents section p {
    margin-bottom: 5px;
}

.entry-tab-contents input {
    width: 230px;
    margin-bottom: 10px;
    line-height: 2em;
}

.entry-tab-contents input[type="submit"] {
    width: auto;
}

.entry-tab-contents section {
    display: none;
    list-style: none;
}

.entry-tab-contents section div:first-child {
    border-bottom: 1px solid #fff;
}

.entry-tab-contents section div:last-child {
    border-top: 1px solid #bed6e0;
}

.entry-tab-contents section div strong {
    display: inline-block;
    width: 97px;
    font-weight: bold;
}

.entry-box table {
    margin: 10px 13px 18px 13px;
}

.entry-box p {
    padding: 0;
}

.entry-box input[type="text"] {
    width: 400px;
    font-size: 130%;
}

.entry-entrance {
    margin-top: 20px;
    padding: 18px;
    background-color: #f5f9ff;
    border: 1px solid #eceef1;
    border-radius: 4px;
}

.entry-entrance h2 {
    padding-bottom: 10px;
    color: #207795;
    font-size: 14px;
}

.entry-entrance li {
    font-size: 115%;
    margin-bottom: 10px;
}

.entry-entrance div {
    background-color: #fff;
    border: 1px solid #000;
    margin-bottom: 12px;
    padding: 12px 6px 6px;
}

.entry-entrance p.entry {
    text-align: center;
}

.entry-entrance p.entry a {
    margin-bottom: 8px;
}

.entry-entrance div.acaric-account {
    float: left;
    width: 316px;
}

.entry-entrance div.no-acaric-account {
    margin-left: 348px;
    width: 316px;
    height: 72px;
}

.entry-terms {
    font-size: 125%;
    margin: 13px 0;
    text-align: center;
}

p.regist-email {
    font-size: 125%;
}
/* top page infomation */
table.top-link {
    border: none;
    border-collapse: collapse;
    margin: 0 auto;
}

table.top-link th {
    width: 240px;
    padding: 7px;
    vertical-align: middle;
}

table.top-link td {
    width: 320px;
    padding: 7px;
    vertical-align: middle;
}

table.top-link p {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

table.top-link a.top-event {
    display: block;
    padding: 10px 0;
    border-radius: 10px;
    border: 2px solid #EEE;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(#0092C5, #006A8F) repeat scroll 0 0
        rgba(0, 0, 0, 0);
    color: #FFF;
}

table.top-link a.top-seminar {
    display: block;
    padding: 10px 0;
    border-radius: 10px;
    border: 2px solid #EEE;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(#8EC158, #749F45) repeat scroll 0 0
        rgba(0, 0, 0, 0);
    color: #FFF;
}

.topnews ul {
    padding: 13px;
    line-height: 21px;
}

.news {
    padding-left: 45px;
    border-left: none;
    background: url(../../img/news-title.gif) 9px 2px no-repeat;
}
/* */
.note-box h2 strong {
    padding-left: 39px;
    border-left: none;
    background: url(../../img/note-title.gif) 9px 2px no-repeat;
}

.content-box p img {
    margin: 10px 0;
}

.note-item-box {
    clear: left;
    margin: 0;
    padding: 13px 0 0 14px;
    overflow: hidden;
    width: 100%;
}

.note-item-box div {
    float: left;
    width: 203px;
    padding: 9px 8px 9px 9px;
    height: 214px;
    margin: 0 10px 13px 0;
    border: 1px solid #d6d6d6;
}

.note-item-box div.event {
    background-color: #e9f0f3;
}

.note-item-box div.seminar {
    background-color: #e8eee0;
}

.note-item-box img {
    margin: 0;
}

.note-item-box p {
    padding: 4px 0;
}

.note-item-box time {
    font-weight: bold;
    vertical-align: center;
    line-height: 30px;
}

.note-item-box .category-tag {
    padding: 0 6px;
    font-weight: normal;
    color: #fff;
}

.note-item-box .covered-tag {
    color: #fff;
    padding: 0 6px;
    font-weight: normal;
    background-color: #ff9900;
}

.note-item-box .event .category-tag {
    background-color: #6aa0b2;
}

.note-item-box .seminar .category-tag {
    background-color: #b2c65f;
}

.note-item-box p.low-height {
    margin-top: -10px;
}

.other-events {
    text-align: right;
}

.content-table .event-name {
    padding: 0;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
}

.content-table .event-name a {
    font-family: メイリオ;
    display: block;
    height: auto;
    padding: 5px 0;
    color: #00f;
}

.content-table .event-name strong {
    display: block;
    padding: 0 10px;
    text-align: left;
    font-weight: normal;
    line-height: 18px;
}

.content-table .box_hover {
    background-color: #dae8ee;
}
/* error, success message box */
.message-box {
    margin: 13px 0;
}

/* account-box */
section.account-box table {
    margin: 18px 13px;
    border-collapse: collapse;
}

/* pdf-box */
.pdf-box ul {
    list-style: disc;
    margin: 13px;
    padding: 13px;
    background-color: #f5f9ff;
    border: 1px solid #e3e3e3;
}

.pdf-box li {
    list-style: disc;
    margin-left: 20px;
    line-height: 1.75;
}

.pdf-box li img {
    vertical-align: text-bottom;
}

.pdf-box .pdf-guide {
    margin: 0 13px 13px 13px;
    padding: 13px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

.pdf-box .pdf-guide img {
    float: left;
}

.pdf-box .pdf-guide p {
    color: #999;
    float: left;
    margin: -3px 0 0 13px;
    padding: 0;
    line-height: 1.75;
}

/* お問い合わせ */
section.inquiry div.submit {
    text-align: center;
}

section.inquiry textarea, section.inquiry input[type="text"] {
    width: 96%;
}

section.inquiry_tel {
    font-size: 120%;
}

section.inquiry_tel h2 {
    margin-top: 3em;
    margin-bottom: 1em;
    font-size: 1.5em;
}

section.inquiry_tel dt {
    width: 3.5em;
    float: left;
    padding: 2px 0;
}

section.inquiry_tel dd {
    margin-left: 3.5em;
    padding: 2px 8px 2px 0;
}

section.inquiry_tel span.tel {
    color: #0092C4;
    font-size: 150%;
}

/* data table */
.data-table table.it-skill, .data-table table.it-skill-comment,
    .data-table table.it-skill-extra {
    width: 493px;
}

.data-table table.it-skill-detail {
    width: 305px;
}

.data-table .it-skill-comment th {
    font-size: 90%;
    width: 60px;
}

.data-table .it-skill-comment td {
    font-size: 90%;
}

.data-table .it-skill td {
    width: auto;
}

.data-table .it-skill .name {
    width: 69px;
}

.data-table .it-skill .level {
    width: 66px;
}

.data-table .it-skill .used {
    width: 269px;
}

.data-table .it-skill .sample {
    color: blue;
}

.data-table .it-skill-extra .name {
    width: 125px;
}

.data-table .it-skill-extra .used input[type="text"] {
    width: 328px;
}
/*
.it-skill-detail th, .it-skill-detail td, .it-skill-extra td,
    .it-skill-extra th {
    width: auto;
}
*/

/* spotlight */
.note-item-box .spotlight img {
    margin: 0;
}

.note-item-box .spotlight p.spot-img {
    margin: 10px 0;
}

/* field heilight */
.field_heilight {
    background-color: #ffffcc;
}
/*  withdraw */
section.withdraw {
    margin-top: 1em;
}
/* */
p.btn {
    cursor: default;
    margin: 20px auto;
    text-align: center;
}