@charset "Shift_JIS";

main * { font-family: "M PLUS 1", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
.iframe_end-content_gadget,
#dirPathBlock,
h1,
.bgGrayArea .contInner02,
.bgWhiteArea .contInner02,
#anchorLinkBlock {
	width: 98%;
	margin: 1%;
	display: block;
	box-sizing: border-box;
}

#newsbox {
	width: 98%;
    display: flex;
    font-size: 14px;
    margin: 1%;
	border: 1px solid #e30034;
    box-sizing: border-box;
}
#newsbox dt {
	width: 27%;
    background: #e30034;
    text-align: center;
    line-height: 2;
    color: #FFF;
    margin-right: 3%;
	align-items: center;
    display: grid;
}
#newsbox dd {
    width: 70%;
    padding-top: 5px;
    font-weight: bold;
}

#title{
	width: 100%;
    display: flex;
    height: 110px;
}
div.haikei01,
div.haikei02{
	width: calc(50% - 95px);
    overflow: hidden;
}
img.haikei01,
img.haikei02{width: 280px;}
#title div.title{
	font-size: 18px;
    font-weight: bold;
	color: #fff;
	text-align: center;
    background: #7bd3e7;
    text-shadow: 3px 3px 1px #65bdd0;
    width: 190px;
    /*margin: 0 auto;*/
    padding: 5px;
    box-sizing: border-box;
}
#title div.title span {
	background: #fff;
    color: #65bdd0;
    font-size: 14px;
    text-shadow: none;
    box-shadow: 3px 3px 0px #65bdd0;
    display: block;
    /*margin-bottom: 10px;*/
    line-height: 1.4;
    padding: 5px 0;
	position:relative;
}
#title div.title span:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #7bd3e7;
}
#title div.title span:after {
	content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #65bdd0;
    border-top: 0;
    transform: rotate(135deg);
}

#title div.title strong{
    font-size: 28px;
    color: #fff312;
    text-shadow: 2px 2px 1px #555;
}
p.sub_txt {
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
}
section.coupon,
section.tripa_article{
    background: #fff;
    padding: 1px 5px;
}

/*gray*/
.bgGrayArea{
	background: #d3eaf8!important;
	overflow:hidden;
}
.cFix li{
	background:#FFF;
	overflow:hidden;
	margin:0 0 15px;
	box-shadow: 1px 2px 2px 1px #C8C8C8;
}
.bgGrayArea .thumb{
	width:50%;
	float:left;
	margin:0 10px 0 0;
}

.bgGrayArea .thumb img{
	width:100%;
	height:auto;
}
.bgGrayArea .cFix li span{
	color:#333;
	display:block;
	padding:0;
}

/*white*/
.hoverNone li dd span{
	color:#333!important;
}

.bgWhiteArea .cFix li{
	background:#FFFCDB;
	overflow:hidden;
	margin:0 0 10px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	box-shadow:1px 2px 2px 1px #C8C8C8;
}
.bgWhiteArea .thumb{
	width:50%;
	float:left;
	margin:0 10px 0 0;
}

.bgWhiteArea .thumb img{
	width:100%;
	height:auto;
}

.bgWhiteArea .cFix dl{
	overflow:hidden;
	margin:0;
	padding:0;
}

.bgWhiteArea .cFix dt{
	font-size:0.9rem;
	font-weight:bold;
	margin:10px 0 0 0px;
	padding:0;
}

.bgWhiteArea .cFix dd{
	padding:5px 10px 0 0;
	font-size:0.8rem;
	margin:0;
}

h1{font-size:10px!important}
h3 {
font-size: 20px;
    font-weight: bold;
    margin: 15px 0!important;
    color: #000;
    padding: 60px 0 0;
    display: block;
    text-align: center;
    overflow: hidden;
    line-height: 1.2;
}
h3.kaigai_package{
    background: url(../images/ico_packtour.png) no-repeat 50% 0;
    background-size: 100px;
}
h3.kaigai_airline {
    background: url(../images/ico_airline.png) no-repeat 50% 0;
    background-size: 100px;
}
h3.kaigai_tripa {
    background: url(../images/ico_tripa.png) no-repeat 50% 0;
    background-size: 100px;
}
h3 small{
	font-size: 12px;
    width: 100%;
    display: inline-block;
    line-height: 1.8;
}

#dirPathBlock{font-size:10px!important;}
.column2Area{margin:0;}
.contInner02 .column2Area .section {
	width: 98%;
    margin: 5% auto;
}

/*btn*/
.orangeBtn{
	display:block;
	clear:both;
	margin-bottom:10px
}
.orangeBtn a {
	font-size: 16px;
    color: #FFF!important;
    display: block;
    box-shadow: 4px 4px 0px #8f143f;
    text-shadow: 2px 2px 2px #555;
    clear: both;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
    padding: 10px 0 12px;
    width: 94%;
    box-sizing: border-box;
    background: #e61b61;
}
.orangeBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:38%;
	right:1%;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.column2Area{
	margin:0;
}

.attentionBox{
	display:block;
	margin:0;
	padding:10px;
}

.attentionBox li{
	background:#FFF!important;
	box-shadow:none!important;
	margin:0 0 10px 0!important;
	padding:0 0 10px 0!important;
	-webkit-border-radius: 0 0 0 0!important;
	border-radius:  0 0 0 0!important;
}

.attentionBox dt{
	font-size:18px;
	font-weight:bold;
	color:#BD0108;
	margin:0 0 10px 0;
}

.attentionBox dd{
	margin:0 0 30px 0;
	padding:0!important;
}

.attentionBox dd li{
	margin:0 0 15px 0;
	padding:0 15px 15px 15px;
	font-size:14px;
	border-bottom:1px dashed #CCC;
}

.attentionBox dd li a{
	color:#0065D6!important;
}

.detailDay{
	display:block;
	margin: 0;
	padding: 0;
}

.detailDay li{
	font-size:14px;
	overflow:hidden;
	margin-bottom:5px;
	padding:0;
	background:none!important;
	box-shadow:none!important;
	line-height: 2;
}
.detailDay dl{
	display: flex;
}
.detailDay li dt{
	width: 100px;
    display: grid;
    padding: 0 0 2px;
    margin: 0 10px 5px 0px;
    float: left;
    text-align: center;
    align-items: center;
	background: #fff312;
    color: #000;
    box-shadow: 2px 2px 0px #7bd3e7;
}
.detailDay li dd{width: calc(100% - 110px);}
p.txtserch {
    clear: both;
    text-align: center;
    font-size: 12px;
    margin: 10px 0 20px;
}

/*coupon*/
.couponWrap{
	display:block;
	overflow:hidden;
}

.couponWrap dl{
    background: #FFF;
    margin: 5px 5px 25px!important;
    padding: 8px;
    box-shadow: 1px 1px 5px #ccc;
}

.couponWrap dl dt{
	margin:0!important;
	padding:0!important;
}

.couponWrap dl dt img{
	width:100%;
	height:auto;
}
.couponWrap dl dd{font-size: 14px;}
.couponWrap dl dd p{
	background:url(../images/im_mycopon4.png) no-repeat 10px;
	background-size:40px auto;
	padding:10px 10px 10px 60px;
	font-size:12px;
	border-top:1px dotted #CCC;
}

.couponWrap dl dd p a{
	background:url(../images/im_arrow_close.png) no-repeat 99% 75%;
	background-size:12px auto;
	display:block;
	padding:0 15px 0 0!important;
}

.couponWrap dl dd ul{
	margin:0;
	padding:10px;
}

.couponWrap dl dd > strong{
	font-size:16px;
	display:block;
	margin:0 10px 10px 10px;
	font-weight:bold;
}

.couponWrap dl dd ul li{
	margin: 5px!important;
    box-shadow: none!important;
}

.couponWrap dl dd ul li strong{
	display:block;
	width:85px;
	float:left;
	font-weight:bold;
}

.couponWrap dl dd ul li span{
	display:block;
	overflow:hidden;
}
.couponWrap dl {position:relative;}
.couponWrap dl .end {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: #000;
    opacity: 0.8;
    z-index: 1;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    display: grid;
    align-items: center;
}

.step ul{margin:0 0 20px 0;}
.step li{
	width:100%!important;
	background:#FFF!important;
	box-shadow:none!important;
	margin-top:5px!important;
	padding:0 0 10px 0!important;
	position:relative;
	overflow-scroll:none!important;
	margin:0 0 0 0%!important;
	-webkit-border-radius: 5px 5px 5px 5px!important;
	border-radius: 5px 5px 5px 5px!important;
}
.step li:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	margin-top:-5px; /* 位置を中心に調整 */
	border-width:10px;
	border-style:solid;
	border-color:#666 transparent transparent transparent;
	/*border-left-color:#FFF;  矢印の色 */
	display:block;
	position:absolute;
	bottom:0;
	right:50%;
}
.step li.lastA:after{
	border-color:#FFF transparent transparent transparent!important;
}

.step li img{
	width:100%!important;
	height:auto;
	
}
.contentsBox{
	padding:0;
}
.contentsBox ul li{
	background:url(../images/im_point2.png) no-repeat 0 1px;
	background-size:12px auto;
	padding:0 0 0 20px!important;
	margin:0 0 0 0!important;
	font-size:12px;
	box-shadow:none!important;
}
.contentsBox ul li strong{
	display:block;
	font-weight:bold;
	margin:0 35px 0 0;
}
.contentsBox ul li span{
	display:block;
	overflow:hidden;
}
.attentionBox dd li{
	background:url(../images/im_point.png) no-repeat 0 4px transparent!important;
	background-size:7px auto!important;
	padding:0 0 10px 10px!important;
	margin:0 0 10px 0!important;
	font-size:12px;

}
.opener{
	background:url(../images/im_arrow_close.png) no-repeat #EAEAEA 3% 50%;
	background-size:14px auto;
	padding:10px 5px 10px 30px;
	font-size:12px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-bottom:3px solid #CCC;
	margin:0 0 15px 0;
	cursor:pointer;
}
.active{
	background:url(../images/im_arrow_over.png) no-repeat #EAEAEA 3% 50%;
	background-size:14px auto;
	padding:10px 5px 10px 30px;
	font-size:12px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-bottom:3px solid #CCC;
	margin:0 0 15px 0;
	cursor:pointer;
}

/*tripa*/
#useWrap{
	width: 90%;
    margin: 0 5%;
    padding: 0 0 10px;
    box-sizing: border-box;
}
#useWrap div{
	overflow:hidden;
	padding:10px 0;
	margin:0;
	border-bottom:1px solid #e2e2e2;
	background:#FFF;
	float:none!important;
	width:auto!important;
}
#useWrap div:last-child{
	border-bottom:none;
	padding:10px 0 0;
}
#useWrap div p{
	float:left;
	margin:0 20px 0 0;
	width:75px;
	height:75px;
}
#useWrap div p img{
	width:100%;
	height:auto;
}
#useWrap div dl{
	overflow:hidden;
	display:block;
	padding: 0;
}
#useWrap div:last-child{border-bottom:none;}
#useWrap div dl dt{
	margin:0 0 10px 0;
	padding:0;
}
#useWrap div dl dt a{
	font-size:16px;
	color:#000;
	font-weight: bold;
}
#useWrap div dl dd{
	font-size:14px;
	color:#999;
	font-weight: normal;
}
#useWrap div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}
#useWrap div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}
#useWrap div dl dd > span span{
	color:#F69;
	display:inline;
}
#useWrap .commonTit{margin:0;}

}

/*760px以上(PC)*/
@media screen and (min-width: 760px),print{
#wrapper main{font-size: 18px;}
.iframe_end-content_gadget,
#dirPathBlock,
h1,
.bgGrayArea .contInner02,
.bgWhiteArea .contInner02,
#anchorLinkBlock {
	width: 100%;
    max-width: 950px;
    min-width: 760px;
    margin: 0 auto 5px;
    box-sizing: border-box;
}
#dirPathBlock,
h1,
#anchorLinkBlock {font-size: 14px;}
#anchorLinkBlock{margin-top:10px;}
p.images img{
	width:250px;
	height:auto!important;
}
#newsbox {
	width: 100%;
    max-width: 950px;
    min-width: 760px;
    display: flex;
    margin: 1% auto;
	border: 1px solid #e30034;
    box-sizing: border-box;
}
#newsbox dt {
	width: 17%;
    background: #e30034;
    text-align: center;
    line-height: 2;
    color: #FFF;
    margin-right: 3%;
}
#newsbox dd {
    width: 80%;
    padding-top: 5px;
    font-weight: bold;
}

#title{
    width: 100%;
    display: flex;
    height: 290px;
}
div.haikei01,
div.haikei02{
	width: calc(50% - 225px);
    overflow: hidden;
}
div.haikei01{text-align: right;}
div.haikei02{}
img.haikei01,
img.haikei02{width: 710px;}
#title div.title{
	font-size: 52px;
    color: #fff;
	text-align: center;
    background: #7bd3e7;
    text-shadow: 3px 3px 1px #65bdd0;
    width: 450px;
    margin: 0 auto;
    padding: 30px 20px 20px;
    box-sizing: border-box;
}
#title div.title span {
	background: #fff;
    color: #65bdd0;
    font-size: 24px;
    text-shadow: none;
    box-shadow: 3px 3px 0px #65bdd0;
    display: block;
    margin-bottom: 10px;
    line-height: 1.4;
    padding: 5px 0 8px;
	position:relative;
}
#title div.title span:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #7bd3e7;
}
#title div.title span:after {
	content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #65bdd0;
    border-top: 0;
    transform: rotate(135deg);
}
#title div.title strong{
	font-weight: bold;
    font-size: 64px;
    color: #fff312;
    text-shadow: 2px 2px 1px #555;
}
p.sub_txt {
	width: 100%;
    max-width: 950px;
    min-width: 760px;
    font-size: 18px;
    margin: 15px auto;
    text-align: center;
}

h3 {
	font-size: 35px;
    margin-bottom: 15px;
    font-weight: bold;
    margin: 0 0 30px!important;
    color: #000;
    padding: 65px 0 10px 0;
    display: grid;
    text-align: center;
    position: relative;
}
h3 small{font-size: 24px;}
h3:before {
    content: "";
    position: absolute;
    top: 0;
	left: 44%;
    width: 120px;
    height: 60px;
}
h3.kaigai_package:before {
    background: url(../images/ico_packtour.png) no-repeat;
    background-size: contain;
}
h3.kaigai_airline:before {
    background: url(../images/ico_airline.png) no-repeat;
    background-size: contain;
}
h3.kaigai_tripa:before {
    background: url(../images/ico_tripa.png) no-repeat;
    background-size: contain;
}

/*add*/
.bgGrayArea{
	background: #d3eaf8!important;
	overflow:hidden;
	padding:0 0 15px 0;
}
.contInner02 {
	padding-bottom: 20px!important;
}

section.coupon,
section.tripa_article{
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 25px;
    box-sizing: border-box;
    background: #fff;
	box-shadow: 2px 2px 5px rgba(165,212,224,0.8);
}
section.tripa_article{box-shadow:none;}
	
/*-------------------------nav*/
.contInner02 .column2Area .section {
	width: auto!important;
	float: none!important;
	overflow:hidden;
}
#outline .column2Area .section {
	margin: auto;
	padding: 0 12px;
}
.hoverNone li:hover{
	opacity: 1!important;
	filter: alpha(opacity=100)!important;     
	-ms-filter: "alpha(opacity=100)"!important;
	cursor:default!important; 
}

/*btn*/
.orangeBtn{
	display:block;
	clear:both;
	margin-bottom:10px
}
.orangeBtn a {
	font-size: 24px;
    color: #FFF!important;
    display: block;
    box-shadow: 4px 4px 0px #8f143f;
    text-shadow: 2px 2px 2px #555;
    clear: both;
    margin: 0 auto 10px;
    text-align: center;
    position: relative;
    padding: 10px 0 12px;
    width: 80%;
    box-sizing: border-box;
    background: #e61b61;
}
.orangeBtn a:after{
	width:13px;
	height:13px;
	content:"";
	display:block;
	background:url(../images/im_arrow.png) no-repeat;
	position:absolute;
	top:38%;
	right:1%;
}

.attentionBox{
	display:block;
	margin:0;
	padding:10px;
}
.attentionBox dt{
	font-weight:bold;
	color:#BD0108;
	margin:0 0 10px;
}
.attentionBox dd{
	margin:0 0 30px;
}
.attentionBox dd li{
	margin:0 0 15px;
	padding:0 15px 15px 15px;
	border-bottom:1px dashed #CCC;
}

.detailDay{
	width: 620px;
    margin: 25px auto;
    box-sizing: border-box;
}
.detailDay li{
	overflow:hidden;
	margin-bottom:10px;
	padding: 0;
	line-height: 2;
}
.detailDay li dt{
	width: 138px;
    box-sizing: border-box;
    text-align: center;
	display: block;
    float: left;
    background: #fff312;
    color: #000;
    padding: 0 15px 5px;
    margin: 0 10px 5px;
    box-shadow: 2px 2px 0px #7bd3e7;
}
p.txtserch {
	clear: both;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.couponWrap{
	width: 100%;
    display: block;
    overflow: hidden;
	margin-bottom: 25px;
}
.couponWrap dl{
	width: 48%;
    float: left;
    background: #FFF;
    margin: 0 1% 5%;
box-shadow: 2px 2px 8px rgba(5,5,5,0.2);
}
.couponWrap dl dt{
	margin:0;
	padding:0;
}
.couponWrap dl dt img{
	width:100%;
	height:auto;
}
.couponWrap dl dt img:hover {
	opacity: 0.7 ;
	filter: alpha(opacity=70) ;
	-webkit-transition: 0.3s ;
	transition: 0.3s 
}
.couponWrap dl dd{
	padding:15px;
	font-size:16px;
}
.couponWrap dl dd p{
	height: 72px;
    background: url(../images/im_mycopon4.png) no-repeat 10px;
    background-size: 65px auto;
    padding: 0 0 0 85px;
    font-size: 13px;
    border-top: 1px dotted #CCC;
}
.couponWrap dl dd p a{
	background: url(../images/im_arrow_close.png) no-repeat 100% 85%;
    background-size: 23px auto;
    display: block;
    padding: 15px 0;
}
.couponWrap dl dd ul{
	margin:0;
	padding:0;
}
.couponWrap dl dd > strong{
	display:block;
	margin:0 0 10px 0;
	font-weight:bold;
}

.couponWrap dl dd ul li{
	margin:0 0 10px;
}

.couponWrap dl dd ul li strong{
	display:block;
	width:100px;
	float:left;
	font-weight:bold;
}
.couponWrap dl dd ul li span{
	display:block;
	overflow:hidden;
}
.couponWrap dl {position:relative;}
.couponWrap dl .end {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    background: #000;
    opacity: 0.8;
    z-index: 1;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    display: grid;
    align-items: center;
}
.contentsBox{
	padding:10px;
}
.contentsBox ul li{
	background:url(../images/im_point2.png) no-repeat 0 5px;
	background-size:12px auto;
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}
.contentsBox ul li strong{
	display:inline-block;
	float:left;
	font-weight:bold;
	margin:0 35px 0 0;
}
.contentsBox ul li span{
	display:block;
	overflow:hidden;
}
.attentionBox dd li{
	background:url(../images/im_point.png) no-repeat 0 8px;
	background-size:7px auto;
	padding:0 0 10px 15px;
	margin:0 0 10px 0;
	font-size:16px;
}
.opener{
	background:url(../images/im_arrow_close.png) no-repeat #EAEAEA 1.5% 50%;
	background-size:18px auto;
	padding:10px 10px 10px 40px;
	font-size:18px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-bottom:3px solid #CCC;
	margin:0 0 15px 0;
	cursor:pointer;
}
.active{
	background:url(../images/im_arrow_over.png) no-repeat #EAEAEA 1.5% 50%;
	background-size:18px auto;
	padding:10px 10px 10px 40px;
	font-size:18px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-bottom:3px solid #CCC;
	margin:0 0 15px 0;
	cursor:pointer;
}
.step ul{margin:0 0 20px 0;}
.step li{
	width:30%!important;
	-moz-box-shadow:
		0px 0px 5px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	-webkit-box-shadow:
		0px 0px 5px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	box-shadow:
		0px 0px 5px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
		margin-top:5px!important;
		position:relative;
		overflow-scroll:none!important;
		float:left;
		margin:0 0 0 3%;
		-webkit-border-radius: 5px 5px 5px 5px!important;
		border-radius: 5px 5px 5px 5px!important;
}
.step li:after{
	content:"";
	position:absolute;
	width:0;
	height:0;
	margin-top:-5px; /* 位置を中心に調整 */
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent transparent #666;
	/*border-left-color:#FFF;  矢印の色 */
	display:block;
	position:absolute;
	top:50%;
	right:-30px;
}
.step li img{
	width:100%!important;
	height:auto;
	
}

/*tripa*/
#useWrap{
	width:100%;
	padding:0 10px 50px;
	box-sizing: border-box;
}
#useWrap div{
	overflow:hidden;
	padding:10px 0;
	margin:0;
	border-bottom:1px solid #e2e2e2;
	background:#FFF;
	float:none!important;
	width:auto!important;
}
#useWrap div:last-child{
	border-bottom:none;
	padding:10px 0 0;
}
#useWrap div p{
	float:left;
	margin:0 20px 0 0;
    width: 150px;
    height: 100px;
}
#useWrap div p img{
	width:100%;
	height:auto;
}
#useWrap div dl{
	overflow:hidden;
	display:block;
	padding: 0;
}
#useWrap div:last-child{border-bottom:none;}
#useWrap div dl dt{
	margin:0 0 10px 0;
	padding:0;
}
#useWrap div dl dt a{
	font-size:20px;
	color:#000;
	font-weight: bold;
}
#useWrap div dl dd{
	font-size:16px;
	color:#999;
	font-weight: normal;
}
#useWrap div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}
#useWrap div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}
#useWrap div dl dd > span span{
	color:#F69;
	display:inline;
}
#useWrap .commonTit{margin:0;}

}