@charset 'utf-8';

/* **********************************************************************
 *
 *       Title:   Site-Shokunin CMS sp.css
 *       Notes:   Hand-crafted by WebLab Corporation in Tokyo.
 *
 ********************************************************************** */


/* トップページスタイル設定
======================================================= */

.topics {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.topics li {
    border-bottom: 1px dashed #e7e7e7;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.topics .date {
    float: left;
    width: 128px;
}
.topics .txt {
    float: left;
}
 
.study_list {
    width: 100%;
    overflow: hidden;
}

.study_list ul {
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.study_list li {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    *zoom: 1;
}

.study_list li .inner {
    border: 5px solid #e7e7e7;
    padding: 20px;
}

.study_list li .name {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
}
.study_list li .more {
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem;
}
.study_list li .more a {
    text-align: right;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0 0 0 10px;
    background: url(../img/arw.png) 0 .4em no-repeat;
}


/* 本公開前トップページ設定 */

.cs_mainvisual {
    background: #101010 url(../../img/mainvisual.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}

.cs_mainvisual .inner {
    width: 100%;
    margin: 0 auto;
}
.cs_mainvisual .txtbox {
    text-align:center;
    margin: 0 auto;
    width: 80%;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCd2242b,endColorstr=#CCd2242b);
    background: rgba(210,36,43,0.8);
}

.cs_mainvisual .txtbox:not(:target){
    filter: none;
}

.cs_mainvisual .txtbox p {
    font-size: 13px;
    font-size: 1.3rem;
}

.contactbox {
    background: #f5f5f5;
    padding: 20px;
}

.contactbox p {
    font-size: 11px;
    font-size: 1.1rem;
}

.contactbox p.contact_tit {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    background: url(../img/ico_mail.gif) 0 0.3em no-repeat;
    padding: 0 0 0 22px;
    margin: 0 0 10px;
}

.cnt_l {
    width: 100%;
    margin: 0 0 30px;
}

.cnt_r {
    width: 100%;
}

.cnt_l h2,
.cnt_r h2 {
    padding: 8px 12px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #333;
    border-top: 3px solid #d2242b;
    margin: 0 0 30px;
}
.cnt_l h3,
.cnt_r h3 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #e7e7e7;
    margin: 0 0 20px;
    padding: 0 0 8px;
}
.cnt_l h3 span,
.cnt_r h3 span {
    padding: 0 0 0 8px;
    border-left: 5px solid #d2242b;
}

.btn a {
    display: block;
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 10px 0;
}
.btn a span {
    background: url(../img/arw.png) 0 0.4em no-repeat;
    padding: 0 0 0 10px;
}

.btn a:hover {
    background: #f8f8f8;
}


/* 下層block設定
======================================================= */

.main .block {
    margin: 0 0 40px;
}



/* BLOCK内スタイル設定
======================================================= */

span.texts {
    font-size: 77%;
    line-height: 1.3;
}
span.textn {
    font-size: 100%;
}
span.textl {
    font-size: 138.5%;
}
span.textll {
    font-size: 200%;
}
span.textxl {
    font-size: 350%;
}
span.textxxl {
    font-size: 500%;
}

table {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
}

table.nbr,
table.tbr table.nbr {
    border-collapse: collapse;
    border-top: none;
    border-left: none;
}

table.nbr th,
table.tbr table.nbr th {
    padding: 0;
    color: #333;
    border-right: none;
    border-bottom: none;
}

table.nbr td,
table.tbr table.nbr td {
    padding: 0;
    color: #333;
    border-right: none;
    border-bottom: none;
}

table.tbr,
table.nbr table.tbr {
    border-collapse: collapse;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

table.tbr th,
table.nbr table.tbr th {
    font-weight: bold;
    padding: 10px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background: #f5f5f5;
    display: block;
}

table.tbr td,
table.nbr table.tbr td {
    padding: 10px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}


/*テーブルbasic02設定*/

table.tbr {
    width: 100%;
}

table.tbr thead {
    display: none;
}

table.tbr th,
table.tbr td {
    display: block;
}

table.tbr td[data-title]:before {
    color: #666;
    content: attr(data-title) " :";
    font-weight: bold;
    padding: 0 10px 0 0;
    text-transform: none;
    display: block;
    float: left;
}

table.tbr td span {
    display: block;
    overflow: hidden;
}

iframe {
    overflow: hidden;
    max-width: 99%;
    height: auto;
    border: 1px solid #ccc;
}

blockquote {
    line-height: 1.4;
    clear: both;
    margin: 0;
    padding: 15px;
    text-align: left;
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
    color: #666;
}

.photo_r,
.photo_l,
.photo_c,
.photo-r,
.photo-l,
.photo-c {
    width: auto !important;
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0 auto 20px;
    text-align: center;
    color: #333;
}

.photo_r img,
.photo_l img,
.photo_c img,
.photo-r img,
.photo-l img,
.photo-c img {
    display: block;
    margin: 0 auto 10px;
}


/* リンク定義
======================================================= */

ul.link_un {
    margin: 5px 0;
    padding: 0;
    list-style-type: none;
}

ul.link_un li {
    margin: 0 0 5px;
}

.arw {
    padding: 0 0 0 18px;
    background: url(../img/arw_link.png) no-repeat 0 .4em;
}

.blank {
    padding: 0 0 0 18px;
    background: url(../img/ico_exlink.png) no-repeat 0 3px;
}

.pdf {
    padding: 0 0 0 18px;
    background: url(../img/ico_pdf.png) no-repeat 0 2px;
}



/* 真ん中
======================================================= */

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}



/* TOPへ戻る
======================================================= */

.top_back {
    clear: both;
    padding: 0 0 30px;
    text-align: center;
}

.top_back a {
    padding: 0 15px;
}


/* 汎用スタイル設定
======================================================= */

.tac { text-align: center; }
.tal { text-align: left; }
.ter { text-align: right; }

.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }

.sp_none { display: none; }
.clearfix {
    zoom: 1;
}
.clearfix:after {
    display: block;
    clear: both;
    content: '';
}
*:after {
    display: block;
    clear: both;
}

.seal {
    margin: auto;
}
