#policy {
	margin-top: 40px;
}
#policy h2 {
	margin-bottom: 20px;
	color: #000000;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}
#policy table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
#policy th {
	width: 26%;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	background: url(http://file002.shop-pro.jp/PA01362/888/img/menu/bg.png);
}
#policy th,
#policy td {
	padding: 10px;
	border: 1px solid #999999;
}

div.sk_box {
	margin-bottom: 50px;
}

#policy td.region dl {
	clear: both;
	overflow: hidden;
	margin-bottom: 0;
}
#policy td.region dl+dl {
	margin-top: 10px;
}
#policy td.region dt {
	float: left;
	max-width: 24em;
	font-weight: normal;
}
#policy td.region dd {
	min-width: 5em;
	text-align: right;
}

#condition td.signage dl {
	clear: both;
	overflow: hidden;
	margin-bottom: 0;
}
#condition td.signage dl+dl {
	margin-top: 5px;
}
#condition td.signage dt {
	float: left;
	width: 4em;
	font-weight: normal;
}
#condition td.signage dd {
	margin-left: 5em;
}


@media only screen and (max-width: 768px) {
/*--------------------------------------------------
	タブレット・スマホに適応
--------------------------------------------------*/
#policy h2 {
	margin-bottom: 15px;
	font-size: 18px;
}
#policy table {
  border-top: 1px solid #999999; 
}
#policy table th,
#policy table td {
 display: block;
 width: 100%;
  -moz-box-sizing: -moz-border-box;
  -ms-box-sizing: -ms-border-box;
  -o-box-sizing: -o-border-box;
  -webkit-box-sizing: -webkit-border-box;
  box-sizing: border-box;
  border-top: none;
}
/*------------------------------------------------*/
}

@media only screen and (max-width: 640px){
/*--------------------------------------------------
	スマートフォン
--------------------------------------------------*/
#policy td.region dt {
	float: none;
	width; 100%;
}
#policy td.region dd {
	margin-left: 1em;
}
}