@charset "UTF-8";

@import url("/sites/style_guide/style/css/bbs_common.css");
@import url("/sites/style_guide/style/css/bbs_type_table.css");

.board-write .insert .one-line {overflow: hidden; background: #f5f5f5;  padding: 10px; border-radius:  7px;}
.board-write .insert .one-line li {float: left; margin-right: 10px; }

@media all and (max-width: 780px) {
    .board-write .insert .one-line {background: #fff; border: 1px solid #d1d1d1;}
}

mark.must { 
	position:inherit !important;
    text-indent:0px !important;
	width:10px !important;
}