	.listButton {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.listButton a {
		display: block;
		width: 100%;
		padding: 5px 5px;
		font-size: 12px;
		color: #ffffff;
		text-align: center;
		border-radius: 5px;
	}
	.listButton.preview a {
		background-color: #3453B9;
	}
	.listButton.preview a:hover {
		background-color: #5574DB;
	}
	.listButton.delete a {
		background-color: #373737;
	}
	.listButton.delete a:hover {
		background-color: #A6A6A6;
	}


.news_form table.table th.fw12em {
	width: 18%;
}

	.button_style {
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		letter-spacing: 1px;
		border-radius: 5px;
	}
	a.button_style:hover {
		color: #ffffff;
	}
	.button_style.center {
		margin-left: auto;
		margin-right: auto;
	}
	.button_style.left {
		float: left;
	}
	.button_style.right {
		float: right;
	}
	
	.button_style.red {
		background-color: #CF0003 !important;
	}
	.button_style.red:hover {
		background-color: #FF484B !important;
	}
	.button_style.gray {
		background-color: #E7E7E7 !important;
	}
	.button_style.gray:hover {
		background-color: #F5F5F5 !important;
	}
	.button_style.orange {
		background-color: #EC8400 !important;
	}
	.button_style.orange:hover {
		background-color: #FFA533 !important;
	}
	.button_style.blue {
		background-color: #2F5A88 !important;
	}
	.button_style.blue:hover {
		background-color: #71A1D4 !important;
	}
	
	.button_style#newsForm_l_1 {
		display: block;
		width: 32% !important;		
	}
	
	.button_style#newsForm1_1 {
		width: 32%;		
	}
	.button_style#newsForm2_1 {
		width: 32%;		
	}
	.button_style#newsForm2_2 {
		width: 24%;		
		color: #555555;
	}
	.button_style#newsForm2_3 {
		display: block;
		width: 40%;	
		padding-top: 28px;
		padding-bottom: 28px;
		font-size: 18px;	
		font-weight: normal;
	}
	.button_style#newsForm3_1 {
		display: block;
		width: 16%;
		padding-top: 14px;
		padding-bottom: 14px;
		color: #555555;
		font-size: 14px;
		font-weight: normal;
		border: 1px solid #B7B7B7;
	}
	.button_style#newsForm3_2 {
		width: 16%;
		padding-top: 28px;
		padding-bottom: 28px;
		font-size: 20px;
		border-radius: 10px;
		border: 1px solid #E86C00;
	}
	.button_style#newsForm3_3 {
		width: 24%;		
		float: none;
		display: block;
	}
	#preview .button_style#newsForm3_3 {
		float: right;
	}
	.button_style#newsForm3_4 {
		width: 24%;		
		color: #555555;
	}
	
	p.in_message {
		font-size: 14px;
		line-height: 1.6em;
	}
	p.in_message span.red {
		font-size: 15px;
		color: #D50003;
	}
	p.in_message span.bold {
		font-weight: bold;
	}
	p.in_message a {
		text-decoration: underline;
	}
	.iconListBox {
		width: 62%;
		padding: 1% 0%;
		margin-bottom: 24px;
		/*border: 1px solid #9F9F9F;*/
	}
	.iconListBox p {
		font-size: 14px;
		text-align: center;
	}
	
	ul.iconList {
		width: 100%;
		padding: 0px;
		list-style: none;
		zoom: 1; /* float解除 for IE6/7  */
	}
	ul.iconList::after, ul.iconList::before {
		content: "";
		clear: both;
		display: block;
	}
	
	ul.iconList li {
		float: left;
		margin-left: 8px;
		margin-right: 8px;
	}
	
	ul.iconList li dl {
		width: 100%;
		display: block;
	}
	
	ul.iconList li dt, ul.iconList li dd {
		width: 100%;
		display: block;
		padding: 0px;
		margin: 0px;
		text-align: center;
		font-size: 13px;
	}

	ul.iconList li dt span.cke_button_icon {
		float: none;
		margin-bottom: 8px;
	}
	ul.iconList li dt span.newsIconsample {
		cursor: inherit;
		background-repeat: no-repeat;
		margin-top: 1px;
		width: 32px;
		height: 32px;
		float: none;
		display: inline-block;
		margin-bottom: 8px;
		
	}

	.finish {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}
	.finish p {
		line-height: 1.8em;
	}