@charset "utf-8";
/*============================================

/event/style.css

============================================*/

/*:::::::::::::::::::::::::::::::::::::::::::

ttl_area

:::::::::::::::::::::::::::::::::::::::::::*/
.ttl_area{
     background: url(../../img/event/mv.jpg) no-repeat center;
     background-size: cover;
}
/*:::::::::::::::::::::::::::::::::::::::::::

event

:::::::::::::::::::::::::::::::::::::::::::*/
p.text01{
     text-align: center;
     line-height: 24px;
     font-size: 1.143em;
}
.pageing_detail {
     margin-top:70px;
     margin-bottom: 10px;
     position: relative;
}
.pageing_detail ul .prev{
     margin-right:0;
     position: absolute;
     left: 0;
     top: 0;
}
.pageing_detail ul .next{
     margin-left: 0;
     position: absolute;
     right: 0;
     top: 0;
}
.pageing_detail ul li.name {
     height: auto;
     line-height: 1;
     border:none;
     border-radius:0;
     vertical-align: middle;
     font-size: 1.857em;
     color: #199cc3;
}
/* itiran */
.event .itiran .itrn_top span,
.event .itiran .itrn_main .box a span{
     min-width: 0;
     width: 120px;
}
.event .itiran .itrn_top .cell03 {
     width: calc( 100% - 730px );
     border-radius:0;
}
.event .itiran .itrn_main .box a .text03{
     width: calc( 100% - 730px );
}
.event .itiran .itrn_top .cell06{
     width: 250px;
     border-radius: 0 5px 0 0;
}
.event .itiran .itrn_main .box a .text06{
     width: 130px;
}
.event .itiran .itrn_top .cell02,
.event .itiran .itrn_top .cell04,
.event .itiran .itrn_top .cell06 {
     background: #93a3b1;
}
/* banner */
.event ul.banner{
     margin-top: 70px;
}
.event ul.banner li{
     display: table;
     border: 4px solid #f1f1f1;
     border-radius: 5px;
     margin: 0 auto;
     transition: .3s;
}
.event ul.banner li a{
     display: table-cell;
     position: relative;
     text-align: center;
     background: #fff;
     vertical-align: middle;
     padding: 21px 50px 19px;
     line-height: 17px;
     font-size: 1.286em;
}
.event ul.banner li a:before{
     content: "";
     width: 36px;
     height: 36px;
     background:url(../../img/index/icon_05.png) no-repeat 0 0;
     background-size: cover;
     display: inline-block;
     vertical-align: inherit;
     margin-right: 25px;
     line-height: 1;
     transition: .3s;
}
.event ul.banner li:hover{
     border-color: #3778b2;
     transition: .3s;
}
.event ul.banner li a:hover{
     text-decoration: none;
}
