body{
	font-family: 'Meiryo UI', '.HiraKakuInterface-W2';
}
body, p, div, td, select, option, li, input, button, h1, h2, h3, h4, span, button, i{
	font-family: 'Meiryo UI', '.HiraKakuInterface-W2';
}
/****************************************************************/
div#pCommentArea textarea{
	font-family:'KozGoPr6N-Regular';
	font-size: 16;
}

/* 2016.06.01 追加 メール一斉処理時のプログレスバー*/
.li_progress{
	display:none;
	padding:15px;
}
.progress_bar{
	width:100%;
	height:15px;
	border:solid 1px #666;
	border-radius:5px;
	background-color:#fff;
	overflow:hidden;
}
.progress_bar .done{
	width:0%;
	height:15px;
	background-color:#06b025;
	transition-duration:0.5s;
}