@charset "UTF-8";
/*

========================================

File Name ： index.css

Description    ：ニュース

Since    : 2016-2-5

Last Up Date : 2016-2-5

========================================

*/

/* tags
-------------------------------------------------------*/
strong {
	font-weight:bold;
}

/* content-txt01
-------------------------------------------------------*/
.content-txt01 {
    font-size: 1.4rem;
}
/* conditional-search01
-------------------------------------------------------*/
.bg_box {
    background: #f0f0f0;
    padding: 25px 0 40px;
}
    .ul-link01-maintxt {
        text-align: center;
    }
    .border_box01 {
	    box-sizing: border-box;
        border: 1px solid #1b4584;
        padding: 10px 20px 0;
    }
        .input02-list > li {
            margin-top: 10px;
        }
/* main area
-------------------------------------------------------*/
.ul-link13-label02 {
    font-weight: 300;
}

/* add */

.none-date{
	position:relative;
	left:-30px;
}

#js-search-news-select label{
	cursor:pointer;
}

#js-news-items li{
	display:none;
	opacity:0;
}

#js-news-items li.selected{
	display:block;
}

#js-debug-area,
#js-check-line{
	display:none;
}

#js-debug-area{
	position:fixed;
	z-index:100000;
	top:10px;
	width:180px;
	background:#333;
	color:#fff;
	padding:10px;	
}

#js-check-line{
	width:100%;
	position:absolute;
	height:20px;
	background:#CC0000;
	z-index:10000;
	
}

#js-news-bottom{
	display:none;
}

#js-no-data{
    border:1px solid #CC0000;
    color:#FF0000;
    padding:20px 10px;
    background:#ffe7e7;
    margin:60px 8px;
	font-size:1.2rem;
}

.ul-link13-txt {
    text-decoration:underline;
}

/* EOF */
