@charset "UTF-8";
/* -----------------------------------------------
イベン太詳細のみ適応CSS
-------------------------------------------------- */
#topics .row,
#topics .container{
font-size: 2.8rem!important;
}
#topics .row a,
#topics .container a{
font-size: 1.7rem;
}
#topics h1{
margin-bottom: 2.5em;
}
table tr th{
    white-space: nowrap;
}
#main .download a[href$=".pdf"]:after {
    content: none;
}
/*写真を文中に入れる際の設定*/
.eventa_photo_cnter{
	text-align: center
}
.eventa_photo_cnter .photoinner p{
	margin-bottom: 0
}

/* -----------------------------------------------
eventa_list（写真なし）
-------------------------------------------------- */
ul#eventa_list {
/*
  position: relative;
  height: auto;
  padding: 0;
*/
  margin-bottom: 2em;
}
ul#eventa_list li {
  display: flex;
  font-size: 1.7rem;
  border-bottom: 1px solid #DDDCDC;
  padding: 1em;
}
ul#eventa_list li span.date {
  width: 30%;
  font-family: var(--t-web)
}
ul#eventa_list li span.title {
  width: 70%;
}
ul#eventa_list li span.date.new {
  display: block;
  background-image: url(../images/icon_new.svg);
  background-size: 50px 20px;
  background-repeat: no-repeat;
  background-position: left 7.5em top 0.15em;
}
/*--アイコン設定--*/
ul#eventa_list .ei01_li {
	background-image: url(../images/cate01.svg);
	background-repeat: no-repeat;
   background-position: left 11.25em top 1.15em;
   background-size: 100px 20px;
}
ul#eventa_list .ei02_li {
	background-image: url(../images/cate02.svg);
	background-repeat: no-repeat;
   background-position: left 11.25em top 1.15em;
   background-size: 100px 20px;
}
@media screen and (max-width:1025px) {
  ul#eventa_list li {
    display: block;
  }
  ul#eventa_list li span.date {
    padding-bottom: 10px
  }
  ul#eventa_list li span.date, ul#eventa_list li span.title {
    display: block;
    width: 100%;
  }
}




/* eventa_detail
---------------------------------------------*/
#eventa_detail h1, #eventa_detail h2, #eventa_detail h3, #eventa_detail h4{
    text-align: left;
}
#eventa_detail h2[ttl]{
    text-align: center;
}
/*文中に配置する写真の大きさ*/
.photoinner img{
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 1em auto
}
div.imagebox_right, div.imagebox_left {
	font-size: 80%;
	color: gray;
 }
 ul li,
 ol li{
 font-size: 1.7rem;
 }
ul.link {
	margin: 10px 0;
	}
ul.link li {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	font-size: 1.7rem;
	}
ul.link li a {
    color: var(--maincolor);
	font-size: 1.7rem;
}
ul.link li a:before {
  position: relative;
  top: -2px;
  content: "▶";
  padding-right: 8px;
  font-size: 6px;
  color: var(--maincolor)
}
ul.download {
	margin: 0px;
}
ul.download li {
	list-style-type: none;
	font-size: 1.7rem;
}
ul.download li a {
	text-decoration: underline;
	font-size: 1.7rem;
}
ul.download li img {
    display: inline-block;
	height: 16px;
	vertical-align: middle;
	width: 16px;
	margin-right: 10px;
	margin-left: 10px;
    border-radius: 0
}
.caption{
    display: block;
	font-size: 1.4rem!important;
    line-height: 1;
	padding-bottom: 10px;
	margin-top: -15px;
    text-align: center!important
}
.e_ttl{
	border-bottom:1px solid #ccc;
	letter-spacing: 0;
	margin-bottom: 1em
}


/* links
-----------------------------------------------	*/
a.red:link{
	color: #CC0000;
	text-decoration: none;
}
a.red:visited{
	color: #CC0000;
	text-decoration: none;
}
a.red:hover{
	text-decoration: underline;
	color:#CC0000;
}
a.red:active{
 color:#009;
}

/* table
-----------------------------------------------	*/
table {
	width: 100%;
	border: #CCC 1px solid;
	margin-top: 20px;
	margin-bottom: 20px;
}
table tr th,
table tr td {
	padding: 1em;
	border: #CCC 1px solid;
	font-size: 1.7rem;
}
table thead tr th {
	background-color: #EFEFEB;
}
table tfoot tr th, 
table tfoot tr td {
	background-color: #EFEFEB;
}
table tbody tr th {
	background-color: #EFEFEB;
}
table tfoot tr td.tdC,
table tbody tr td.tdC {
	text-align: center;
}
table tfoot tr td,
table tbody tr td {
	text-align: left;
}
table tfoot tr td.tdR,
able tbody tr td.tdR {
	text-align: right;
}
.bg_dgray{
	background-color: #E1E0DD;
}
.bg_gray{
	background-color: #EFEFEB;
}

/* -----------------------------------------------
 color style
-------------------------------------------------- */

.col_green {
	color: #00984B;
}
.col_gold {
	color: #963;
}
.col_red {
	color: #E93012;
}
.col_greenL {
	color: #7AA722;
	font-size: 1.231em;
	font-weight: bold;
}
.col_goldL{
	color: #963;
	font-size: 1.231em;
	font-weight: bold;
}
.col_redL {
	color: #E93012;
	font-size: 1.231em;
	font-weight: bold;
}
.mb30 {
	margin-bottom:30px;
}

/* -----------------------------------------------
 common style
-------------------------------------------------- */
/* notes1 */
.notes1 {
	line-height: 1.3;
	font-size: 85%;
}
*:first-child + html .notes1 { /*for IE7*/
	font-size: 70%;
}
* html .notes1 { /*for IE6*/
	font-size: 70%;
} 

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/* line */
.lineC {
	text-align: center;
}
.lineR {
	text-align: right;
}
/* blank */
.blank1 {
	margin-bottom: 13px;
}
.blank2 {
	margin-bottom: 26px;
}
.line_btm{
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
/* button */
button {
background-color: #242424;
color: #fff;
border: 0;
border-radius: 3px;
padding: 0.5em 2em;
font-size: 1.7rem;
cursor: pointer;
margin: 2em
}
/* -----------------------------------------------
 768px/tablet
-------------------------------------------------- */
@media screen and (max-width: 768px) {
ul#eventa_list li span.date{
    width: 100%;
    float: none;
}
ul#eventa_list li span.title{
    padding-left: 0
}
}
@media screen and (max-width: 576px) {

}
