@charset "utf-8";
/* New */
span.entry-icon-new_ {
margin: 0 10px 0 0;	
font-size: 12px;
line-height: 1;
padding: 2px 4px;
color: #fff;
display: inline-block;
vertical-align: text-top;
margin-right: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #ff5252;
font-weight: 600;
}
/* 調整 */
#information {
margin-top: 50px;
margin-bottom: 50px;
	padding-bottom: 0; 
border-right: none;
height: 160px;
border: 2px solid #ddd;
overflow-y: auto
}
#information > ul{
width: 94%;
margin: 0 auto;
padding: 0;
}

li.toggle_wrap{
margin: 0;
display: block;
width: 100%;
font-weight: 400;
padding: 6px 0;
text-align: left;
height: auto;
transform: rotate(.03deg);
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;	
 border-bottom: 1px solid #ddd;
}
li.toggle_wrap > a span.the_time{
  display: inline-block;
  float: left;
  width:7em;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0;
  color: #555;
}
li.toggle_wrap > a{
display: block;
padding-top: 6px;
padding-bottom: 6px;
color: #3F51B5!important;
background-image: none;
background-color: transparent;
-webkit-box-shadow: none!important;
box-shadow: none!important;
}
li.toggle_wrap:hover {
transition: .3s;
transition-duration: .3s;
transition-timing-function: ease;
transition-delay: 0;
background:rgba(63,81,181,0.7);
}
li.toggle_wrap:hover a{
color: #fff !important;
}
@media screen and (max-width: 640px) {
.br-pc{
display:none !important;
}
#information {
padding: 0;
margin-top: 30px;
margin-bottom: 40px;
overflow: hidden;
overflow: scroll;
height: 165px;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
border-left: none;
border-right: none;
}
#information > ul{
width: 100%;
} 
li.toggle_wrap {
padding: 3px 3%;
} 
li.toggle_wrap > a{
font-size: 13px;
line-height: 1.45;
} 
li.toggle_wrap > a span.the_time{
line-height: 1;
width: 6.5em;
}
}
@media screen and (min-width : 641px){
.br-sp {
display: none !important;
}
}	
