/*お知らせバーガーCSS＋JAVAバージョン*/


/*jqueryと直接関与*/
.info-space,.info-space2
{
display:none;
width:100%;
}



.info-toggle,.info-toggle2
{margin:1.5rem auto;
width:13rem;
cursor:	pointer;
height:5rem;
border-radius: 3px;
border:1px solid #fff;
color:#fff;
font-size: 0rem;
line-height:5rem;
text-align: center;
background-color:#ff9999;
vertical-align: top;
padding:0 0.5rem 0 0.5rem;}

@media screen and (min-width:600px){
.info-toggle:hover,.info-toggle2:hover
{background-color:#68B6FB;}}

.info-toggle-content
{
display:inline-block;
vertical-align: top;
height:5rem;
padding-top:0.9rem;
font-size: 1.6rem;
line-height:1.6rem;
/*font-weight:bold;*/
}

.info-toggle-mark
{
display:inline-block;
vertical-align: top;
height:5rem;
padding-top:1.4rem;
font-size: 2rem;
line-height:2rem;
margin-right:1rem;
font-weight:bold;
}


.info-active,.info-active2
{margin:1.5rem auto;
width:13rem;
cursor:	pointer;
height:5rem;
border-radius: 3px;
border:1px solid #fff;
color:#fff;
font-size: 2.5rem;
line-height:5rem;
text-align: center;
background-color:#68B6FB;
vertical-align: top;
padding:0 1.5rem 0 0.5rem;
}

.info-close,.info-close2
{
width:12.8rem;
color:#fff;
margin-left:-0.5rem;
padding:0.4rem;
font-size:4rem;
}


/*jqueryと関与しない*/
.infothumb{
display:inline-block;
float:left;
margin-right:0.7rem;
border:0.1rem solid white;
border-radius:0.3rem;    
width:45px;
height:45px;
}

.infothumb img{border-radius:0.3rem !important;}

.newinfo {
margin: 0rem 0.5rem 0.7rem 0rem;
padding-bottom:0.7rem;
border-bottom: dashed 1px #ff9999;
}

.newinfo a:hover > .infothumb img {opacity: 0.7}

.info-date-box{
width:8rem;
display:inline-block;
text-align:center;
margin-right:0.5rem;
}

.info-date-box-content{
background-color:white;
border-radius:0.3rem;
height:4.5rem;
vertical-align: top;
}

.info-box-text{
font-size:1.6rem;
line-height:2.2rem;
overflow: hidden;
height:4.4rem;
display:inline-block;
vertical-align: top;
word-break: break-all;
width: calc(100% - 145px);
padding:0.2rem 0rem 0 0.2rem; 
}


.new {margin: 0.7rem 0.5rem 0.7rem 0rem;
    padding-bottom:0.7rem;
border-bottom: dashed 1px #ff9999; }

.new a {font-size: 1.2rem;}


.new img{
vertical-align: middle;
margin: 0px 0 0px 0px;
}


.new a img:hover{opacity: .5;}

.new ul{
font-size: 10px;
margin: 0;
display: inline-block;
padding: 0;
white-space: nowrap;
width: 100%;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}

.new ul li{
display:inline-block;}














/*各店のリンク箱
.info-space a
{
height: 45px;
width: 11.5rem;
line-height: 1.6rem;
padding: 1.3rem 1.5rem 0rem 1.5rem;
font-size: 1.4rem;
margin-bottom:1.2rem;
margin-left:1.4rem;
border: 0.1rem  dashed #d66a35;
border-radius:1rem;
box-shadow: 0 0 0 0.5rem #f6ad49, 0px 1px 4px 7px rgba(10, 10, 0, 0.5);
background-color:#f6ad49;
color: #ffffff;
font-weight:bold;
text-shadow: black 1px 1px 3px;
text-align:center;
float:right;
}


.info-space ul
{list-style:none;
padding-left:0;
}
	

.info-space ul li
{
margin:0rem;
margin-bottom:-0.2rem
}


.info-space ul > li:active > a
{
border: 0.1rem  dashed #fddea5;
border-radius: 1rem;
box-shadow: 0 0 0 0.5rem #d66a35,
0px 1px 4px 7px rgba(0, 0, 0, 0.7);
background-color:#d66a35;
color: #ffffff;
font-weight:bold;
text-shadow: black 1px 1px 3px;
text-align:center;
}


.info-space ul > li:hover > a
{
border: 0.1rem  dashed #fddea5;
border-radius: 1rem;
box-shadow: 0 0 0 0.5rem #d66a35,
0px 1px 4px 7px rgba(0, 0, 0, 0.7);
background-color:#d66a35;
color: #ffffff;
font-weight:bold;
text-shadow: black 1px 1px 3px;
text-align:center;
}*/
