/* inline-block Wrap */
div.box_inline{
	clear: left;
	display: block;
	padding: 10px;
	width: auto !important;
}
span.box_border_left80{
	height: auto;
	margin: 0;
	border-left: 0px solid #dddddd;
	display: block;
}




/* button return or next common */
div.btn_def,
div.btn_return,
div.btn_next {
	box-sizing: border-box;
	width: 98%;
	float: none;
	display: block;
}
	div.btn_def a {
	}
	div.btn_def a:hover {
	}
	div.btn_def a:before { /*”’‚¢ŠÛ */
	}
	div.btn_def a:after { /* ŽOŠp */ 
	}
/* button return or next common */
