@charset "UTF-8";
/* CSS Document */

/*-----------------------

       リセット

-----------------------*/
html, body{ width:100%; }
body, header, main, footer, div, p, a, img, h1, h2, h3, ul ,li, dl, dt, dd{ margin:0; padding:0; box-sizing: border-box; }
ul ,li{ list-style-type:none; }

/*スマホの文字大きさ制御*/
p{ max-height: 100%; }

/*-----------------------

       編集画面

-----------------------*/
dl#dl_edit dt{
	width:120px;
	float:left;
}
dl#dl_edit dd{
	width:360px;
	float:right;
}
dl#dl_edit dt,dl#dl_edit dd{
	padding:10px;
}
.btn_func{
	margin:10px;
	width:100px;
	text-align:center;
}
.foot_btn{
	width:400px;
	float:right;
	line-height:200%;
	text-align:right;
	padding-top:10px;
}
.foot_btn input[type=button]{
	margin:10px;
	width:100px;
	text-align:center;
}
.foot_btn input[type=radio]{
	margin-left:50px;
}
#add_notice{
	padding:5px 10px;
	margin-left:10px;
}
.edit_btn, .date_label, .status_label{
	text-align:center;
}
.edit_btn{
	width:80px;
}
.edit_btn input{
	padding:3px 10px;
}
.date_label{
	width:120px;
}
.title_label{
	padding-left:10px;
}
.status_label{
	width:100px;
}
#old_contents{
	display:none;
}