/*****************************************************************************
 CSS only for /sr/eventreport/
*****************************************************************************/
/*
 Set
*****************************************************************************/
/* Sp nav
-----------------------------------------*/
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_headerbar_item_in .headerbarLink,
.mod_headerbar_item_in .headerbarMenu,
.mod_headerbar_item_in .headerbarTop{
  display: none;
}
}
/* Sp Area
-----------------------------------------*/
@media only screen and (max-width:640px) and (max-device-width:1280px){
#Area_sr_box,
#Area_sr_box_left,
#Area_sr_box_right{
  float: none;
  width: auto;
}
}



/* Sp footer nav
-----------------------------------------*/
.mod_footerlink{
    background: #e8e8e8;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink{
  background-color: transparent;
}
}

.mod_footerlink ul{
  margin: 0 auto;
  width: 967px;
  padding: 20px 0 20px 0;
  overflow: hidden;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink ul{
  width: auto;
  padding:0;
  border-top: none;
}
}
.mod_footerlink ul li {
  margin: 0 0 0 -1px;
  padding: 0 30px 0 30px;
  display: inline-block;
  border-left: solid 1px #d7d7d7;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink ul li {
  margin: 0;
  padding:0;
  display: block;
  border-top: solid 1px #d7d7d7;
  border-left:none;
}
}
.mod_footerlink ul li:first-child {
  padding-left: 0px;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_footerlink ul li a {
  position: relative;
  display: block;
  padding: 15px 20px 15px 15px;
  font-size: 120%;
}
.mod_footerlink ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}
















/*
 Style
*****************************************************************************/
/* Event
-----------------------------------------*/
.Event{

}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Event{
  margin:0 10px;
}
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
#Area_sr .Event .ex_title01{
  font-size: 18px;
  margin-bottom: 10px;
}
}

/* .Event__lead */
.Event__lead p{
  font-size: 16px;
  line-height: 1.5;
}
/* .Event__repo__img */
.Event__repo__img{
  margin-bottom: 25px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Event__repo__img{
  margin-bottom: 15px;
}
}
/* .Event__repo */
.Event__repo{

}
#Area_sr .Event__repo .ex_title02{
  border-bottom: none;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
#Area_sr .Event__repo .ex_title02{
  margin: 30px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
}
}
.Event__repo .ex_title02 small{
  display: block;
  font-size: 14px;
}
.Event__repo__body{
}
#Area_sr .Event__repo__body .ex_title03{
  margin-bottom: 11px;
  padding-bottom: 9px;
  border-bottom: solid 1px #dfdfdf;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
#Area_sr .Event__repo__body .ex_title03{
  font-size: 15px;
}
}
#Area_sr .Event__repo__body .ex_title03 small{
  line-height: 1.3;
  display: block;
}
.Event__repo__body p{
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Event__repo__body p{
  margin-top: 10px;
  font-size: 14px;
}
}

/* Event__repo__img__2col */
.Event__repo__img__2col {
  margin-bottom: 12px; 
}
.Event__repo__img__2col:last-child {
  margin-bottom: 0; 
}
.Event__repo__img__2col img {
  width: 347px;
  float:  left;
  display:block;
  margin-right: 12px;
}
.Event__repo__img__2col img:last-child {
  margin-right: 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Event__repo__img__2col img {
  margin-right: 0;
  margin-bottom: 12px;
}
.Event__repo__img__2col img:last-child {
  margin-bottom: 0;
}
}

.Event__repo__img__2col:after{
  content: "";
  display: block;
  clear: both;
}

/* Event__repo__voice */
.Event__repo__voice{
  margin-top: 30px;
  padding: 21px 30px;
  background-color: #f9f7f2;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Event__repo__voice{
  margin-top: 30px;
  padding: 20px 15px;
}
}
.Event__repo__voice .voiceTitle{
  padding: 0 0 0 31px;
  font-size: 18px;
  font-weight: bold;
  background:transparent url('../img/icon_voice.png') no-repeat top left;
  background-size: 20px;
}
.Event__repo__voice ul li{
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.3;
  border-bottom: dashed 1px #dcb77c;
}
/* hr */
.Event hr{
  margin:35px 0;
    border: none;
    border-top:solid 6px #f0f0f0;
}
/* mod_linkbtn */
.Event .mod_linkbtn{
  margin: 50px 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.Event .mod_linkbtn{
  margin: 35px 0;
}
}
#Area_sr .Event .mod_linkbtn a{
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
#Area_sr .Event .mod_linkbtn a{
  min-width: inherit;
  padding: 20px 10px;
  width: 100%;
  font-size: 20px;
}
}
#Area_sr .Event .mod_linkbtn a span{
  display: block;
  font-size: 12px;
}
/* mod_side */
.mod_side .listTitle{
  font-weight: bold;
  margin-bottom: 10px;
}
