@charset "UTF-8";
/* saas追加分*/

.evbtn2 {
    width:100%;
  position: relative;
  display: inline-block;
   padding: 0.6em 2em;
  text-decoration: none;
  color: #FFF;
  background: #0a318e;/*背景色*/
  text-align: center;
  border-radius: 5px;/*角の丸み*/
  /*box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);*/
  font-weight: bold;
    font-size:120%;

}
.color666{
    
    color: #666;
}

.ev_pad_b1em{
    margin-bottom: 1em;
    line-height: 1.4em;
}

.font_title{
    font-weight: bolder;
    font-size: 160%;
    color: #666;
    line-height: 1.5em;
    margin-bottom: 1em;
    line-height: 1.4em;
}

.ev_moushi:hover,
.ev_date:hover,
.ev_date2:hover
{
    
 opacity: 0.6;   
    
}
.ev_date span{
    
    color:#FFF;
    font-weight: 900;
    font-size: 220%;
}

.ev_date2 span{
    
    color:#333;
    font-weight: 900;
    font-size: 220%;
}
.ev_date{
    width: 100%;
     position: relative;
  display: inline-block;
   padding: 0.5em 2em;
  text-decoration: none;
  color: #FFF;
  background: #0a318e;/*背景色*/
  text-align: center;
  border-radius: 5px;/*角の丸み*/
  /*box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);*/
 /*font-weight: bold;*/
    font-size:110%;
    
    
}

.ev_date2{
    width: 100%;
     position: relative;
  display: inline-block;
  padding: 0.5em 2em;
  text-decoration: none;
  color: #333;
  background: #FFF;/*背景色*/
  text-align: center;
  border-radius: 5px;/*角の丸み*/
  /*box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);*/
   /*font-weight: bold;*/
    font-size:110%;
    border: thin dotted #CCC;
    
    
}

.ev_moushi{
   
  position: relative;
  display: inline-block;
   padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  background: #68c7d5;/*背景色*/
  text-align: center;
  border-radius: 5px;/*角の丸み*/
  /*box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);*/
  font-weight: bold;
    font-size:110%;

}

.ev_dot{
    border: thin dotted #CCC;
    margin-bottom: 1.5em;
}


.ev_dot:nth-child(2n){
    
background-color: #fdf9f1;
}