﻿@import url(bootstrap.css);
@import url(bootstrap.min.css);

/* iPhoneスクロールバー対応 */
div.iframe-scroll {
    height: 400px;
    border: 1px solid #ccc;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.iframe-scroll iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* clearfix */
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/* detail */
.up_ymd {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
#newsList .title > a {
    font-size: 1.8rem;
    color: #1870DA;
    font-weight: bold;
}
.comment {
    margin: 10px 5px;
	display: block;
	overflow: hidden;
}
#newsWrap {
    margin: 15px;
}
.newsListContent {
	border-bottom: 2px dotted #1870DA;
}

/* badge */
.badge {
    margin: -5px 5px 0;
}
.badge-danger {
	background-color:red;
}
.news-badge {
	background-color: #DFB509;
}

