@charset "utf-8";
/* 共通CSS  */

/* お知らせ管理画面 */
.table-condensed input[type=file]{
	display: none;
}
.inpt_opt{
	width:94%;
	height: 35px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid silver;
	padding: 0 3%;
}
p.img_sp{
	width: 320px;
}
p.img_pc{
	width: 550px;
}
p.img_pcr{
	width: 250px;
}
p.img_sp img{
	width: 100%;
	max-height: 200px;
}
p.img_pc img{
	width: 100%;
	max-height: 300px;
}
p.img_pcr img{
	width: 100%;
	max-height: 300px;
}
