@charset "UTF-8";

/*
 * event.css
 *
 */

/* event
---------------------------------------------------------- */
#event {}
#event.index #categoryVisual h1{
padding-bottom: 0px;
}

ul#tab {
display: table;
border-bottom: 5px solid #007AFF;
width: 100%;
margin-top:-2em;
}

ul#tab li {
float: left;
margin-right: 2px;
}

/* 20160225 span追加 */
ul#tab li a, ul#tab li span{
display: table-cell;
text-align: center;
vertical-align: middle;
padding-top: 5px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
height: 3.5em;
font-weight: bold;
font-size: 17px;
}
/* 20160225 span追加 */
.index ul#tab a.item-1, .index ul#tab span.item-1,
.index ul#tab a.item-1:hover, .index ul#tab span.item-1:hover{
background-color: #007aff;
color: #FFFFFF !important;
width: 245px;
text-decoration: none;
}
/* 20160225 */
.index ul#tab span.item-1, .index ul#tab span.item-1:hover{
width: 300px;
}

.index ul#tab a.item-2 {
width: 300px;
background-color: #FFFFFF;
}

.index ul#tab a.item-2:hover {
background-color: #F2F8FC;
color: #2EC5DF !important;
text-decoration: underline;
}

/* 満員 */
p.fullMessage {
    text-align: center;
    border: 1px solid #ff0000;
    margin-top: 20px;
    padding: 10px;
}
/* 申し込み締め切り */
p.limitOverMessage {
    text-align: center;
    border: 1px solid #ff0000;
    padding: 10px;
}
/* 中止 */
p.CancelledMessage {
    text-align: center;
    border: 1px solid #ff0000;
    padding: 10px;
}
.over_red {color: #ff0000;}

#one-column #main_contents2 section.WebEntry{ /* 20181227 */
margin-bottom:1em;
}

.seminar-program .img-program {width:290px;} /* 20190205 */
.seminar-program .txt-program {width:660px;} /* 20190205 */

h1.h-ttl04 span{font-size:80%;} /* 20190206 */

/* 20240725 開催済み一覧で外部リンクを無効化のパターン */
li.seminarist-nolink a {
    pointer-events: none;
    cursor: not-allowed;
    color: gray;
    text-decoration: none;
}
.arwList li.seminarist-nolink {
    background-image: none;
}


@media screen and (max-width:767px) and (min-width:1px) {

#main_contents2 section.eventInquiry{ /* 20181228 */
padding-top:1em!important;
}

.seminar-program .img-program {width:100%!important;} /* 20190205 */
.seminar-program .txt-program {width:100%!important;} /* 20190205 */

}

/* old css
---------------------------------------------------------- */

#main_contents h3{
	margin-bottom:20px;
}

.title_middle{
	background:url(../../img/old_img/title_middle.gif) no-repeat 0 bottom;
	padding:5px 0 8px 20px;
	font-size:133%;
	line-height:130%;
}


@media screen and (max-width:767px) and (min-width:1px) {

section.section{ 
width: 100% !important;/* ADD 20161213*/
}


ul#tab {
display: none;
}
#categoryVisual,
#categoryVisual.open{/* ADD 2016008*/
background-image: none; 
}
section.section{ /*ADD 201608*/
width: 95%;
top: 80px;
padding-bottom: 50px;
}


}

@media screen and (max-width:640px) {

.ttl-List-Photo1 .ttl-List-text .icn2{
left: 86px;
/* width: 60px; 20160707 */
}

.ttl-List-Photo .ttl-List-text2{
padding-top: 30px;
padding-bottom: 1em;
}

.ttl-List li .icn1,
.ttl-List li .icn2{
top: 17px;
left: 86px;
position: absolute;
}


.ttl-List-Photo1 .ttl-List-text{
padding-left: 10px;
padding-top: 30px;
}

.ttl-List-Photo .icn1,
.ttl-List-Photo .icn2{
width: 60px;
padding-top: 0.3em;
padding-bottom: 0.3em;
}




}