@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}

/* レイアウト */
.t10b { font-size: 10px; line-height:14px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/*759px以下*/
@media screen and (max-width: 759.9px) {
/* CSS初期設定 */
article{width: 100%;}
.spnone,.smpnone{display:none!important}
#anchorLinkBlock,
h1{
	width: 100%;
	font-weight: bold;
}
h2{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 5px;
}
main {margin-bottom: 25px;}

#dirPathBlock,
h1 {font-size:8px;}

.bgWhiteArea,
.bgGrayArea{
    margin: 10px 0;
    padding: 10px 0;
}
.bgWhiteArea{background: #FFF;}
.bgGrayArea{background: #ebeaea;}

/*title*/
#title {
	width: 100%;
    background: #FFF;
    box-shadow: 1px 1px 2px #333;
	position: relative;
}
#title dl {
	width: 100%;
	padding: 5px;
    box-sizing: border-box;
    color: #0e3e7b;
    line-height: 1;
}
#title dt {font-size: 40px;}
#title ruby {
/*	width: 100%;
    display: inline-block;*/
}
#title rt {
/*	position: absolute;
    top: 5%;
    left: 25%;*/
    font-size: 12px;
}
#title dd.fuki {
	color: #f4076b;
    font-size: 10px;
    position: absolute;
    top: 4%;
    right: 125px;
    transform: rotate(-5deg);
	letter-spacing: 3px;
}
#title dd.fuki:before,
#title dd.fuki:after {
	content: "";
    display: block;
    border: 1px solid #f4076b;
    width: 45px;
    height: 0;
}
#title dd.fuki:before {
    transform: rotate(-5deg);
    margin-bottom: 5px;
}
#title dd.fuki:after {
    transform: rotate(5deg);
    margin-top: 5px;
}
#title dd.fuki small {
	width: 10%;
    display: inline-block;
    font-size: 0.75em;
}
#title dd.fuki strong {
	width: 90%;
    display: inline-block;
    font-size: 2em;
}
#title dd.calendar ol {
	display: flex;
	margin: 5px 0;
}
#title dd.calendar li{
    border: 1px solid #222;
	width: 19.5%;
    margin: 0.25%;
    box-sizing: border-box;
}
#title dd.calendar dl{
	width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#title dd.calendar dt{
	background: #222;
    font-size: 10px;
    color: #FFF;
    padding: 2px 0;
}
#title dd.calendar dd {
	padding: 15px 0px 5px;
    font-size: 14px;
    position: relative;
    color: #222;
}
#title dd.calendar dd small{
	font-size: 0.5em;
    position: absolute;
    top: 5px;
    left: 2px;
}
#title dd.calendar li.sat{border: 1px solid #109eff;}
#title dd.calendar li.sun,
#title dd.calendar li.hol{border: 1px solid #f4076b;}
#title dd.calendar li.sat dt{background: #109eff;}
#title dd.calendar li.sun dt,
#title dd.calendar li.hol dt{background: #f4076b;}
#title dd.calendar li.sat dd{color: #109eff;}
#title dd.calendar li.sun dd,
#title dd.calendar li.hol dd{color: #f4076b;}
#title img {
	width: 95px;
    height: auto;
    position: absolute;
    top: 2px;
    right: 15px;
}

.tokutenText2 {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.tokutenText2 li {
	background: #FFF;
    margin: 0 auto 10px;
    padding: 10px;
    box-shadow: 1px 2px 2px 1px #c8c8c8;
    width: 96%;
    box-sizing: border-box;
}
.tokutenText2 li strong {
    background: #F29317;
    color: #FFF;
    display: inline-block;
    padding: 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: bold;
}
.tokutenText2 li span {
    color: #333;
    display: block;
    padding: 0 0 10px 0;
}

/*nav-------------------------*/
.navKaigai{
	margin:0 0 1px 0;
	overflow:hidden;
}
.navKaigai * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.navKaigai p{
    width: 23% !important;
	background:#edfaff;
	color:#004BAB;
	display:block;
	float:left;
	width:24.5%;
	text-align:center;
	font-size:11px;
	padding:10px 0;
	color:#004BAB;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	font-weight:bold;
	margin:0 1px 0 0;
}
.navKaigai p:nth-child(2) {
    width: 16% !important;
}
.navKaigai p:nth-child(4) {
    width: 36% !important;
}
.navKaigai p.select{
	background:#004BAB;
	font-weight:bold;
	border:0px;
	color:#FFF;
	position:relative;
}
.navKaigai p a{color:#004BAB!important}

/*kaigaiSub-------------------------*/
.navKaigaiSub{
	margin:0 0 10px 0;
	height:50px;
}
.navKaigaiSub * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.navKaigaiSub p{
	color:#004BAB;
	display:block;
	float:left;
	width:33.333333333%;
	line-height:12px;
	text-align:center;
	font-size:12px;
	padding:10px;
	cursor:pointer;
	color:#FFF;
	height:40px;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background:#004BAB;
}
.navKaigaiSub p span{
	font-size:11px;
	line-height:11px;
}
.navKaigaiSub p.select{
	background:#004BAB;
	/*font-weight:bold;*/
	color:#FFFF00;
	position:relative;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	font-size:12px;
}
.navKaigaiSub p.select:after{
	background:url(../images/tb_arrow_green.png) no-repeat;
	background-size:7px auto;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:50%;
	content:"";
	display:block;
}
/*-------------------------nav*/

.planBox1{
	margin:0 0 30px 0;
}

/*bo5x*/
.planBoxArea li {
	width: 98%;
    background: #FFF;
    margin: 0 1% 2%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    box-shadow: 1px 3px 5px #afafaf;
}
.planBoxArea li .thumb{
	width: 48%;
    height: auto;
    float: left;
    margin: 0 2% 10px 0;
}
.planBoxArea li .thumb img{
	width:100%;
	height:auto;
}
.planBoxArea li dl{
	margin-bottom: 10px;
	overflow:hidden;
}

.planBoxArea li dl dt {
	font-size: 0.9rem;
    font-weight: bold;
    padding: 0;
}

/*btn*/
.orangeBtn{
	display:block;
	clear:both;
	margin-bottom:10px
}	
.orangeBtn a{
	color:#FFF!important;
	display:block;
	background: #ffa600; /* Old browsers */
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:14px;
	position:relative;
	padding:5px;
	width:85%;
}
.orangeBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:32%;
	right:1%;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}	
.btnAll a{
	width:85%;
	line-height:10px;
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	padding:18px 0;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:14px;
	position:relative;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}
.blueBtn{
	display:block;
	clear:both;
	margin-bottom:10px
}
.blueBtn a{
	color:#FFF!important;
	display:block;
    background: #004BAB; /* Old browsers */
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:14px;
	position:relative;
	padding:5px;
	width:85%;
	border-radius:5px;
}
.blueBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:32%;
	right:1%;
}
.btnAllblue a{
	width:85%;
	line-height:10px;
	color:#FFF!important;
	background: #004BAB; /* Old browsers */
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
}
.btnAllred a{
	width:85%;
	line-height:10px;
	color:#FFF!important;
	background: #f4076b; /* Old browsers */
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
}
.btnAllgreen a{
	width:85%;
	line-height:10px;
	color:#FFF!important;
	background: #34A506; /* Old browsers */
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
}
.price{
	color:#F00;
	font-size:18px;
	font-weight:bold;
	display:block;
	text-align:center;
	clear:both;
}

.shadow{position: relative;}
.shadow:before, .shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}
.shadow:after{
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

/*bnlinks*/
#bnlinks{display:none!important}

/*20161227*/
.att_txt{
	float: right;
	text-align:center;
	margin: 0 30px 15px 0;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

/*itemList*/
.itemList4.box08 li {
	width: 98%;
    margin: 0 1% 2%;
    padding: 10px;
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 1px 3px 5px #afafaf;
	display: flex;
}
.bgWhiteArea .thumb {
    width: 48%;
	margin: 0 2% 0 0;
    margin: 0 10px 0 0;
}
.bgWhiteArea dl {
    width: 50%;
}
.itemList4.box08 li img {
    width: 100%;
	height:auto;
}
.itemList4.box08 li dl dt {
	font-size: 0.9rem;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 0;
}
.bgWhiteArea .cFix dd {
    padding: 5px 10px 0 0;
    font-size: 0.8rem;
    margin: 0;
}

#anchorLinkBlock{margin: 20px 0 0;}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS初期設定 */
article{
	width: 96%;
	max-width:950px;
	margin: 0 auto;
	padding:10px 0 50px;
	display: block;
}
.pcnone{display:none!important}
#anchorLinkBlock,
h1{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
h2{
	background:#000;
	height:40px;
	color:#FFFFFF;
	display:block;
	text-align:center;
	margin-bottom: 10px;
	font-size: 25px;
	width:300px;
    border-radius: 5px;
	font-weight:normal!important;
	margin-top:10px!important;
}
main {margin-bottom: 25px;}

/*title*/
#title {
    width: 100%;
    height: 300px;
    background: #FFF;
    box-shadow: 4px 4px 2px #333;
	margin: 0 0 10px;
    padding: 0;
	display: flex;
}
#title dl {
	width: calc(100% - 280px);
    padding: 15px;
    box-sizing: border-box;
    color: #0e3e7b;
    line-height: 1.1;
	position: relative;
}
#title dt {font-size: 80px;}
#title ruby {
	width: 100%;
    display: inline-block;
}
#title rt {
	position: absolute;
    top: 32px;
    left: 200px;
    font-size: 28px;
}
#title dd.fuki {
    color: #f4076b;
    font-size: 28px;
	position: absolute;
	top: 35px;
    right: -40px;
    transform: rotate(-12deg);
}
#title dd.fuki:before,
#title dd.fuki:after {
	content: "";
    display: block;
    border: 1px solid #f4076b;
    width: 130px;
    height: 0;
}
#title dd.fuki:before {
    transform: rotate(-8deg);
    margin-bottom: 15px;
}
#title dd.fuki:after {
    transform: rotate(8deg);
    margin-top: 5px;
}
#title dd.fuki small {
	width: 10%;
    display: inline-block;
    font-size: 0.75em;
}
#title dd.fuki strong {
	width: 90%;
    display: inline-block;
    font-size: 2em;
}
#title dd.calendar ol {display: flex;}
#title dd.calendar li{
    border: 1px solid #222;
	width: 9.5%;
    margin: 0.25%;
    box-sizing: border-box;
}
#title dd.calendar dl{
	width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#title dd.calendar dt{
	background: #222;
    font-size: 16px;
    color: #FFF;
    padding: 2px 0;
}
#title dd.calendar dd {
	padding: 25px 0px 5px;
    font-size: 24px;
    position: relative;
	color: #222;
}
#title dd.calendar dd small{
	font-size: 0.7em;
    position: absolute;
    top: 5px;
    left: 2px;
}
#title dd.calendar li.sat{border: 1px solid #109eff;}
#title dd.calendar li.sun,
#title dd.calendar li.hol{border: 1px solid #f4076b;}
#title dd.calendar li.sat dt{background: #109eff;}
#title dd.calendar li.sun dt,
#title dd.calendar li.hol dt{background: #f4076b;}
#title dd.calendar li.sat dd{color: #109eff;}
#title dd.calendar li.sun dd,
#title dd.calendar li.hol dd{color: #f4076b;}
#title img {
	width: 280px;
    height: 285px;
}

.tokutenText2{
	display:block;
	width:100%;
	font-size:18px;
	font-weight:bold;
	background:#FFF;
	padding:20px 30px;
	box-sizing: border-box;
}

.tokutenText2 li{
	margin-bottom:5px!important
}

.tokutenText2 strong{
	background:#F29317;
	color:#FFF;
	display:inline-block;
	padding:5px;
	-webkit-border-radius: 5px 5px;
	border-radius: 5px 5px;
	margin:0 10px 0 0;
	font-size:18px;
	font-weight:bold;
}

/*nav-------------------------*/
.navKaigai{
	height:51px;
	margin:0 0 0 0;
}
.navKaigai p{
	background:#edfaff;
	color:#004BAB;
	display:block;
	float:left;
	width:230px;
	text-align:center;
	font-size:18px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	margin-left:1px;
}
.navKaigai p a{
	display:block;
	padding:10px;
}
.navKaigai p.select{
	background:#004BAB;
	border:0px;
	color:#FFF;
	position:relative;
	font-size:18px;
	padding:10px;	
}
.navKaigai p a {
	color:#004BAB;
	text-decoration:none;
}
.navKaigai p a:hover {
	color:#004BAB;
	text-decoration:none !important;
}
.navKaigai p a:visited {
	color:#004BAB;
	text-decoration:none;
}

/*kaigaiSub-------------------------*/
.navKaigaiSub{
	height:60px;
	margin:0 6px 20px 0;
}
.navKaigaiSub p{
	color:#004BAB;
	display:block;
	float:left;
	width:290px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	padding:10px;
	cursor:pointer;
	color:#FFF;
	border-right:2px solid #FFF;
	background:#004BAB;
}
.navKaigaiSub p#tab1 span,
.navKaigaiSub p#tab5 span{line-height:20px;}
.navKaigaiSub p.select{
	background:#004BAB;
	border:0px;
	color:#FFFF00;
	position:relative;
	border-right:2px solid #FFF;
	font-size:18px;
}
.navKaigaiSub p.select:after{
	background:url(../images/tb_arrow_green.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:-10px;
	left:50%;
	content:"";
	display:block;
}
/*-------------------------nav*/

.planBox1{
	margin:0 0 30px 0;
}

/*bo5x*/
.planBoxArea li {
    width: 48%;
    background: #FFF;
    margin: 0 1% 2%;
    padding: 20px;
    box-sizing: border-box;
    float: left;
	box-shadow: 1px 3px 5px #afafaf;
}
.planBoxArea li .thumb{
	width:200px;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
}
.planBoxArea li .thumb img{
	width: 100%;
    height: 150px;
}
.planBoxArea li dl{overflow:hidden;}

.planBoxArea li dl dt {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

/*.planBoxArea li:hover {
	cursor:pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);       
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:1;
}*/

/*btn*/
.orangeBtn{
	display:block;
	clear:both;
	margin-bottom:10px
}	
.orangeBtn a{
	color:#FFF!important;
	display:block;
	background: #ffa600; /* Old browsers */
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px;
	width:85%;
}
.orangeBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:32%;
	right:1%;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}	
.btnAll a{
	width:70%;
	line-height:18px;
	color:#FFF!important;
background: #ffa600; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa600 0%, #ff8e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa600), color-stop(100%,#ff8e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffa600 0%,#ff8e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffa600 0%,#ff8e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8e00',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*	border: 1px solid #ff8c00;*/
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -2px 1px rgba(235,129,0,1);
	text-shadow:
		1px 1px 0px rgba(255,140,0,1),
		0px 1px 0px rgba(255,140,0,0.2);
	display:block;
	padding:18px 0;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	/*font-weight:bold;*/
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:18px;
	position:relative;
}
.btnAll a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:40%;
	right:1%;
}
.btnAll a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
.blueBtn{
	display:block;
	clear:both;
}
.blueBtn a{
	color:#FFF!important;
	display:block;
    background: #004BAB; /* Old browsers */
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
	display:block;
	text-align:center;
	text-decoration:none!important;
	font-size:16px;
	position:relative;
	padding:5px;
	width:85%;
	border-radius:5px;
}
.blueBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:32%;
	right:1%;
}
.btnAllblue a{
	width:50%;
	line-height:18px;
	color:#FFF!important;
	background: #004BAB; /* Old browsers */
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
}
.btnAllred a{
	width:50%;
	line-height:18px;
	color:#FFF!important;
	background: #f4076b; /* Old browsers */
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
}
.btnAllgreen a{
	width:50%;
	line-height:18px;
	color:#FFF!important;
	background: #34A506; /* Old browsers */
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
}
.price{
	color:#F00;
	font-size:18px;
	font-weight:bold;
	display:block;
	text-align:center;
	clear:both;
}

/*common*/
/*.beachback{
background:url(../images/title_04.jpg) no-repeat;
background-attachment: fixed;
}*/
.beachback{background:url(../images/title_04.jpg) top center fixed;}

/*.europeback{
background:url(../images/europe_back.jpg) no-repeat;
background-attachment: fixed;
}*/
.europeback{background:url(../images/europe_back.jpg) top center fixed;}

/*.asiaback{
background:url(../images/asia_back.jpg) no-repeat;
background-attachment: fixed;
}
*/
.asiaback{background:url(../images/asia_back.jpg) top center fixed;}

/*.americaback{
background:url(../images/america_back.jpg) no-repeat;
background-attachment: fixed;
background-position: top;
}*/
.americaback{background:url(../images/america_back.jpg) top center fixed;}

.shadow{position: relative;}
.shadow:before, .shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}
.shadow:after{
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
#dirPathBlock,#back{
	width:950px;
	margin:0 auto!important;
}

/*bnlinks*/
#bnlinks{
	width: 950px;
    margin: 30px auto 0;
    padding: 30px 0 0;
    background: #FFFFFF;
    border-top: 1px dashed #CCC;
}
#bnlinks ul{
	float: left;
	width: 950px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
#bnlinks ul li{
	float: left;
	display: inline;
	width: 180px;
	margin: 0 5px;
	padding: 0;
	font-size: 10px;
}
#bnlinks ul li dl{
	margin: 0;
	padding: 0;
}
#bnlinks ul li dl dt{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#bnlinks ul li dl dd{
	margin: 0;
	padding: 0;
}

/*20161227*/
.att_txt{
	float: right;
	text-align:center;
	margin: 0 30px 15px 0;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

/*itemList*/
.itemList4.box08 li {
    width: 23%;
    float: left;
    margin: 0 1% 2%;
    padding: 10px;
    background: #FFF;
	box-sizing: border-box;
	box-shadow: 1px 3px 5px #afafaf;
	cursor:pointer;
}
.itemList4.box08 li img {
    width: 100%;
	height:auto;
}
.itemList4.box08 li dl dt {
	font-size: 16px;
    margin: 8px 0;
    font-weight: bold;
}

}