@charset "utf-8";

/* 全体共通(表示・非表示制御) */

.spout{
	display:none;
}


/* 全体共通 */

.txt_center{
	text-align:center;
}

.f_left{
	float:left;
}

.f_right{
	float:right;
}

.f_clear{
	clear:both;
	font-size:0px;
	height:0px;
}

/* news用帯追加 */
.n01_obi_blue {
	padding:5px;
	margin:10px 0px 10px 0px;
	background: url(../images/news/title_bg.gif);
	color:#FFF;
	font-weight:bold;
	clear:both;
}

.news150520_bold_underline{
    font-weight:bold;
    text-decoration:underline;
}

.news150520_big_font{
    font-size:18px;
    font-weight:bold;
}

.news150520_waku1{
    border: 8px double #1355cc;
    background-color: rgba(255,255,255,0.6);
    padding: 8px;
}
