.prepare-h1{
	margin:0 0 20px 0;
	padding:0;
}
.prepare-h1 img{
	display: block;
	width:100%;
}
.prepare-menu{
	/*display: flex;
	justify-content: space-between;*/
	list-style-type: none;
	margin:0 0 20px 0;
	padding:0;
	flex-wrap:wrap;
}
.prepare-menu li{
	width:100%;
	background: #545498;
	font-weight:bold;
	height:44px;
	text-align: center;
	line-height: 44px;
	font-size:14px;
	display: inline-block;
	margin-bottom:10px;
	cursor: pointer;
	opacity: 1;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: linear;
}
.prepare-menu li a{
	color:#FFF;
	text-decoration: none;
	width:100%;
	height:44px;
	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: 51px;
    height: 31px;
    background: url(../img/icon1.png) no-repeat 0 0;
    background-size: 60%;
    vertical-align: middle;
    margin: 10px -10px 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: 60%;
    vertical-align: middle;
    margin: 10px 0 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: 60%;
    vertical-align: middle;
    margin: 10px 0 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: 60%;
    vertical-align: middle;
    margin: 10px 0 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;*/
	padding:5px 0;
	text-align: center;
	margin:0 0 20px 0;
}
.line-h2 span{
	background: #FFF;
	color:#000066;
	font-size:16px;
	line-height: 1.5em;
	display: block;
	padding:10px 0;
}
.h2-icon1:before{
    content: "";
    display: inline-block;
    width: 37px;
    height: 24px;
    background: url(../img/icon5.png) no-repeat 0 0;
    background-size: 70%;
    vertical-align: middle;
    margin: 0 0 0 0;
}
.h2-icon2:before{
    content: "";
    display: inline-block;
    width: 21px;
    height: 27px;
    background: url(../img/icon6.png) no-repeat 0 0;
    background-size: 70%;
    vertical-align: middle;
    margin: 0 0 0 0;
}
.h2-icon3:before{
    content: "";
    display: inline-block;
    width: 29px;
    height: 27px;
    background: url(../img/icon7.png) no-repeat 0 0;
    background-size: 70%;
    vertical-align: middle;
    margin: 0 0 0 0;
}
.h2-icon4:before{
    content: "";
    display: inline-block;
    width: 27px;
    height: 26px;
    background: url(../img/icon8.png) no-repeat 0 0;
    background-size: 70%;
    vertical-align: middle;
    margin: 0 0 0 0;
}
.prepare-h3{
	color:#000033;
	background: #cccce0;
	font-weight:bold;
	font-size:1.3em;
	padding:12px;
	line-height: 1em;
	margin:0 0 20px 0;
}
.prepare-point,.prepare-check{
	background: #545498;
	color:#FFF;
	padding:0;
	margin:30px 0 15px 0;
	font-weight:lighter;
	font-size:13px;
}
.prepare-point span{
	padding:9px 5px 9px 0;
	line-height: 41px;
	font-weight:lighter;
	padding-left:-40px;
	text-indent:40px;
}
.prepare-point-ul{
	background: #545498;
	color:#FFF;
	font-size:13px;
	margin:30px 0 15px 0;
	font-weight:lighter;
	list-style-type: none;
	padding:0 0 9px 0;
}
.prepare-point-ul li{
	margin:0 0 8px 30px;
	padding:0;
}
.mtb0{
	margin:0;
	padding:0;
}
.prepare-point-ul li:first-child{
	margin:-9px 0 5px 30px;
	padding:0;
}
.prepare-point:before{
    content: "";
    display: inline-block;
   	width: 40px;
    height: 40px;
    background: url(../img/icon9.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -7% 0 0 -9px;
}
.prepare-point-ul:before{
    content: "";
    display: inline-block;
   	width: 40px;
    height: 40px;
    background: url(../img/icon9.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -3% 0 0 -9px;

}
.prepare-check span{
	padding:9px 5px 9px 0;
	line-height: 41px;
	font-weight:lighter;
	padding-left:-40px;
	text-indent:40px;
}
.prepare-check:before{
    content: "";
    display: inline-block;
   	width: 40px;
    height: 40px;
    background: url(../img/icon10.png) no-repeat 0 0;
    background-size: 100%;
    vertical-align: middle;
    margin: -7% 0 0 -9px;
}

.txt14{
	font-size:14px;
}
.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;
}
.center-img{
	display: block;
	text-align: center;
	margin:10px auto ;
}
.gray-box p{
	padding:0;
	margin:0;
}
.prepare-square{
	position: relative;
	padding:0;
	padding-left:1.5em;
	color:#000033;
	font-size:12px;
}
.prepare-square:before{
	content: "";
	color: #cccce0;
	font-size:12px;
	position: absolute;
	left: 0;
	top:0;
	line-height: 14px;
}
.mt20{
	margin-top:20px;
}

.list-box ul{
	margin:0 0 0 0 ;
	padding:0;
	list-style-type: none;
}
.list-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;
}
























