.contents-box{
	margin:50px auto 0 auto;
	width:1024px;
}
.contents-box h1{
	margin:0 0 20px 0;
	padding:0;
}
.prepare-menu{
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	margin:0 0 40px 0;
	padding:0;
}
.prepare-menu li{
	width:240px;
	background: #545498;
	font-weight:bold;
	height:42px;
	text-align: center;
	line-height: 42px;
	font-size:20px;
	display: inline-block;
	cursor: pointer;
	opacity: 1;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: linear;
}
.prepare-menu li a{
	color:#FFF;
	text-decoration: none;
	width:240px;
	height:42px;
	display: inline-block;
}
  .prepare-menu li:hover {
    text-decoration: none;
    opacity: 0.7;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.prepare-menu li .hotel:before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 24px;
    background: url(../img/icon1.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}
.prepare-menu li .traffic:before{
    content: "";
    display: inline-block;
    width: 26px;
    height: 32px;
    background: url(../img/icon2.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}
.prepare-menu li .fashion:before{
    content: "";
    display: inline-block;
    width: 37px;
    height: 32px;
    background: url(../img/icon3.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}
.prepare-menu li .bag:before{
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/icon4.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}
.line-h2{
background-image: linear-gradient(
	-45deg,
	#fff 25%,
	#003 25%,
	#003 50%,
	#fff 50%,
	#fff 75%,
	#003 75%,
	#003
);
background-size: 14px 14px;
/*background-attachment: fixed;*/
/*	background-color: #000033;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFFF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFF),color-stop(.75, #FFF), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 14px 14px;*/
	padding:5px 0;
	text-align: center;
	margin:0 0 40px 0;
	font-weight:bold;
}


.line-h2 span{
	background: #FFF;
	color:#000066;
	font-size:20px;
	line-height: 40px;
	display: block;
}
.h2-icon1:before{
    content: "";
    display: inline-block;
    width: 37px;
    height: 24px;
    background: url(../img/icon5.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}
.h2-icon2:before{
    content: "";
    display: inline-block;
    width: 21px;
    height: 27px;
    background: url(../img/icon6.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}
.h2-icon3:before{
    content: "";
    display: inline-block;
    width: 29px;
    height: 27px;
    background: url(../img/icon7.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}
.h2-icon4:before{
    content: "";
    display: inline-block;
    width: 27px;
    height: 26px;
    background: url(../img/icon8.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}
.prepare-h3{
	color:#000033;
	background: #cccce0;
	font-weight:bold;
	font-size:18px;
	padding:12px;
	line-height: 1em;
	margin:0 0 20px 0;
}
.prepare-point span{
	background: #545498;
	color:#FFF;
	font-size:18px;
	height:36px;
	padding:9px 9px 9px 13px;
	line-height: 36px;
	margin:0 0 0 -2px;
	font-weight:lighter;
}
.prepare-point:before{
    content: "";
    display: inline-block;
    width: 48px;
    height: 58px;
    background: url(../img/icon9.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -4px 0 0 0;
}

/*IE‘Î‰ž start*/
@media all and (-ms-high-contrast: none){
.prepare-point:before{
    margin: 0 0 0 0;
}
}
/*IE‘Î‰ž end*/

.prepare-check span{
	background: #545498;
	color:#FFF;
	font-size:18px;
	height:41px;
	padding:9px 9px 9px 13px;
	line-height: 41px;
	margin:0 0 0 -2px;
	font-weight:lighter;
}
.prepare-check:before{
    content: "";
    display: inline-block;
    width: 49px;
    height: 58px;
    background: url(../img/icon10.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -4px 0 0 0;
}

.txt16{
	font-size:16px;
}
.gray-box{
	background: #ededed;
	padding:10px 15px 15px 15px;
	margin:0 0 40px 0;
}
.gray-box h5{
	background: #4e4e92;
	color:#FFF;
	font-weight:lighter;
	padding:10px;
	margin-left:-15px;
	display: inline-block;
}
.right-img{
	float:right;
	display: block;
	margin:15px 0 10px 10px;
}
.gray-box p{
	padding:0;
	margin:0;
}
.prepare-square{
	position: relative;
	padding:0;
	padding-left:1.5em;
	color:#000033;
	font-size:14px;
}
.prepare-square:before{
	content: "¡";
	color: #cccce0;
	font-size:12px;
	position: absolute;
	left: 0;
	top:0;
	line-height: 14px;
}
.mt20{
	margin-top:20px;
}
.list-box{
	display: flex;
	justify-content: space-between;
}
.list-box-box{
	margin-bottom:40px;
}
.list-box-box ul{
	margin:0 0 0 0 ;
	padding:0;
	list-style-type: none;
}
.list-box-box ul li{
	margin:0 0 5px 0;
}

.mb0{
	margin-bottom:0;
}
.check-list-table tr{
	border-bottom: 1px dotted #CCC;
}
.check-list-table td{
	padding:8px 0;
}
.check-list-table td:nth-of-type(1){
	width:170px;
}
.check-list-table td:nth-of-type(2){
	width:50px;
}
.check-list-table td:nnth-of-type(3){
	width:50px;
}
.page-prev a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 15px;
	vertical-align: middle;
	background: url(/p/common_n/images/icon-prev.png) no-repeat 0 0;
	background-size: 100%;
	margin: -2px 8px 0 0;
}
.page-prev a{
	color:#000;
}
.kion{
	margin:0;
	border: 1px solid #999;
}
table.kion,.kion td,.kion th{
	border-collapse: collapse;
}
.kion th{
	background:#999;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding:8px;
	text-shadow:none;
	border-right: 1px solid #FFF;
}
.kion th:last-child{
	border:none;
}
.kion td{
	padding:8px;
	background: #FFF;
	border-right: 1px solid #999;
}
























