@charset 'UTF-8';

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


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

span.texts {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
}
span.textn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}
span.textl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}
span.textll {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
}
span.textxl {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.5;
}
span.textxxl {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5;
}
table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    font-size: 1.4rem;
}
table.nbr,
table.tbr table.nbr {
    border-collapse: collapse;
    border-top: 0;
    border-left: none;
}
table.nbr th,
table.tbr table.nbr th {
    font-weight: bold;
    line-height: 1.5;
    padding: 0;
    border-right: 0;
    border-bottom: 0;
}
table.nbr td,
table.tbr table.nbr td {
    line-height: 1.5;
    padding: 0;
    text-align: left;
    border-right: 0;
    border-bottom: 0;
}
table.tbr,
table.nbr table.tbr {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    margin-bottom: 5px;
}
table.tbr th,
table.nbr table.tbr th {
    font-weight: bold;
    line-height: 1.5;
    padding: 10px;
    text-align: left;
    color: #333;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #f8f8f8;
}
table.tbr td,
table.nbr table.tbr td {
    line-height: 1.5;
    padding: 10px;
    text-align: left;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
blockquote {
    line-height: 1.4;
    clear: both;
    margin: 0;
    padding: 20px;
    text-align: left;
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
    color: #666;
}
img {
    border: 0;
    vertical-align: top;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.photo_r,
.photo-r {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
    float: right;
    margin: 3px 0 30px 35px;
    text-align: left;
}
.photo_l,
.photo-l {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
    float: left;
    margin: 3px 15px 10px 0;
    text-align: left;
}
.photo_c,
.photo-c {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
    margin: 3px auto 10px;
}
.photo_r img,
.photo_l img,
.photo_c img,
.photo-r img,
.photo-l img,
.photo-c img {
    margin-bottom: 3px;
}


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

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 .3em;
	text-indent:0.5em;
}

.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;
}

a:hover img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
}
.link {
    margin-bottom: 3px;
}
.link a {
	line-height: 1.5;
    padding-left: 15px;
    background: url("../img/arw.png") 0 0.4em no-repeat;
}
.link a:link,
.link a:visited {
    color: #15c;
}


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

.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;
    width: 572px;

}
 
.study_list {
    width: 700px;
    overflow: hidden;
}

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

.study_list li {
    float: left;
    width: 220px;
    margin-right: 20px;
    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;
}

p.1down{
    padding: 0 0 0 10px;
}


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

.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: 100px 0;
}

.cs_mainvisual .inner {
    width: 980px;
    margin: 0 auto;
}
.cs_mainvisual .txtbox {
    text-align:center;
    margin: 0 auto;
    width: 560px;
    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: 15px;
    font-size: 1.5rem;
}

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

.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 {
    float: left;
    width: 460px;
}

.cnt_r {
    float: right;
    width: 460px;
}

.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;
}



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

.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; }

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


/* ちらつき防止
======================================================= */

.overimg {
	box-shadow: #fff 0 0 0;
}

.overimg:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	background: #fff\9;
}