@charset "UTF-8";
/****************************************
	追記
*****************************************/
.product-contents-wrap {
	color: #666;
}

/****************************************
	html内に記載のもの
*****************************************/
#ltSearch input[type="text"]{
	width:100%;
}


/****************************************
	お知らせ詳細「css」に記載のもの
*****************************************/
h2 .info-title{
    color: #000;
}
.info-detail-section img{
    max-width:700px ;
    width:100% !important;
    height: auto !important;
    margin:1em auto;
}
span.view_timer{
    display:none !important;
}
.info-detail-section a.kounyuu{
    display:block;
    border-radius: 100vh;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    color: #fff;
  background-color: #eb0000f1;
    border:#eb0000f1 2px solid;
    width: fit-content;
    margin: 1rem auto;
    padding: 0.2em 1em;
}
.info-detail-section a.kounyuu:hover{
    background-color: #FFF;
    color: #eb0000f1;
}
.info-detail-section a.kounyuu:visited{
color:intial;
}

.backbt{
    display:block;
    margin:1rem auto;
    padding: 0.25rem 1rem;
    border-radius: 25px;
}