@charset "utf-8";
/* 全体共通(表示・非表示制御) */

.pcout{
	display:none;
}


/* 全体共通 */

.txt_center{
	text-align:center;
}

.f_left{
	float:none;
}

.f_right{
	float:none;
}

.f_clear{
	float:none;
}

/* 新着 */

.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;
}
