@charset "utf-8";
/*========================================
	Japan Concierge - recommend.css

	CMN
	INDEX
	EXPORT
	MODULE

========================================*/
/*-------------------------------------
	CMN
--------------------------------------*/
#mainCntnr {
	float: left;
	width: 62%;
}

#mainCntnr .cntnrInner {
	padding: 12px;
}

#mainCntnr {
	background: #FFF;
	box-shadow: 1px 1px 2px #999;
}

#sideCntnr {
	float: right;
	width: 36.5%;
	background: #FFF;
	background: #f4f4f4;
	border: 1px solid #606060;
}

#sideCntnr .cntnrInner {
	padding: 12px;
}

/*===hidden parts===*/
/*addSpotMsgTxt*/
.addSpotMsgTxt {
	display: none;
	position: absolute;
	padding: 22px 30px;
	border: 1px solid #EEE;
	width: 40%;
	text-align: center;
	font-weight: bold;
	font-size: 152%;
	color: #555;
	background: rgba(255,255,255,0.7);
	box-shadow: 3px 3px 2px rgba(0,0,0,0.4);
	z-index: 9999;
}

/*exportDialogLayer*/
#exportDialogLayer {
	display: none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100000;
}

.exportDialog {
  position:fixed;
  left: 50%;
  top: 50%;
  margin: -162px 0 0 -201px; /*要素の半分*/
  width: 402px;
	padding: 5px 10px 10px 10px;
	border: 1px solid #ccc;
	background: #f3f3f3;
	z-index: 9999;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.exportDialog .close {
	margin-bottom: 5px;
	text-align: right;
}
.exportDialog .close a {
	font-weight: bold;
	color: #555!important;
}

.exportDialog .close a:hover {
	color: #333!important;
}

.exportDialog > .ttl {
	margin-bottom: 10px;
	padding: 10px 0;
	line-height: 1.0em;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
#s01 .exportDialog > .ttl {background: #232944;}
#s02 .exportDialog > .ttl {background: #E49E00;}
#s03 .exportDialog > .ttl {background: #78b80a;}
#s04 .exportDialog > .ttl {background: #268946;}
#s05 .exportDialog > .ttl {background: #208FBB;}
#s06 .exportDialog > .ttl {background: #B23B3B;}


.exportDialog .select > .ttl {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	color: #4c5570;
}

.exportDialog ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #aaa;
}

.exportDialog ul li {
	float: left;
}
.exportDialog ul li:first-child {
	margin-right: 8px;
}

.exportDialog ul li a {
	display: inline-block;
	padding: 10px 0;
	width: 195px;
	color: #555!important;
}

.exportDialog ul li a.cr {
	background: #ecc!important;
	text-shadow: none!important;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.15) inset;
	color: #e44!important;
	font-weight: bold;
}

.exportDialog #dialogEx a {
	display: block;
}

/*-------------------------------------
	INDEX
--------------------------------------*/
/* mainCntnr
---------------------------------*/
/*====rcmndNavCnt====*/
#rcmndNav {
	margin: -12px -12px 12px -12px;
}

#rcmndNav > ul {
	position: relative;
}

#rcmndNav > ul > li {
	float: left;
	width: 25%;
	box-sizing: border-box;
}

#rcmndNav > ul > li:last-child {
	border-right: 1px solid #ccc;
}

#rcmndNav > ul > li > a {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 90%;
	padding: 18px 5%;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-shadow: 1px 1px 0px #FFF;
	font-size: 122%;
	text-decoration: none!important;
	color: #777!important;
	line-height: 1.3em;
	word-wrap: break-word;
	background: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eee));
	background: -webkit-linear-gradient(top, #f2f2f2, #eee);
	background: linear-gradient(top, #f2f2f2, #eee);
}

#rcmndNav > ul > li > a:hover {
	text-shadow: 1px 1px 0px #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
	text-decoration: none;
	background: #e0e0e0;
	color: #333!important;
}

#rcmndNav > ul > li.cr > a {
	text-shadow: 1px 1px 0px #FFF;
	text-decoration: none;
	background: #e0e0e0;
}

/*子ナビ*/
#rcmndNav .drop ul {
	display: none;
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	box-shadow: 1px 1px 3px #555;
	z-index: 9999;
	background: #f4f4f4;
}

#rcmndNav .drop ul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px dotted #555;
}

#rcmndNav .drop ul li:last-child {
	border-bottom: none;
}

#rcmndNav .drop ul li a {
	display: block;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	font-size: 114%;
	text-decoration: none;
	line-height: 1.2em;
}

#rcmndNav .drop ul li a:hover {
	background: #fafafa;
}

/*Conciergeメニューの子ナビ（コンシェルジュツール）*/
/*wrap*/
#rcmndNav .drop #conciergeNavSet {
	position: relative;
	padding: 12px;
	border: none;
	width: 100%;
	height: 465px;
	text-align: left;
}

#conciergeNavSet .navBoxWrap {
	margin-bottom: 12px;
}

#conciergeNavSet .selectorWrap {
	padding: 10px;
}

/*conciergeNavBox*/
.conciergeNavBox {
	width: 49%;
	height: 375px;
	background: #FFF;
}

.conciergeNavBox h4 {
	padding: 3px 0;
	text-align: center;
	color: #FFF;
	background: #8BB0E2;
}

/*conciergeNavBox aka conditionBox*/
#conditionBox {
	float: left;
}

#conditionBox table {
	width: 100%;
}

#conditionBox table th {
	padding: 3px;
	vertical-align: middle;
	font-size: 10px;
	width: 120px;
	word-break: break-all;
}

#conditionBox table td {
	padding: 3px;
	vertical-align: middle;
	font-size: 12px;
}

#conditionBox table td select {
	width: 100%;
}

/*conciergeNavBox aka CharaBox*/
#CharaBox {
	float: right;
}

#CharaBox #radarParts {
	margin-bottom: 12px;
	width: 100%;
	text-align: center;
}

#CharaBox #radarParts #rcCanvas {
	width: 200px!important;
	height: 100px!important;
}

#CharaBox #radarParts #rcChange span a {
	margin: 0!important;
	padding: 0!important;
	height: 15px!important;
}

#CharaBox #radarBtns {
	display: block;
	padding: 5px 0 0 5px;
	border: 1px solid #ddd;
	background: #eee;
}

#CharaBox #radarBtns > div {
	float: left;
	margin: 0 8px 5px 0;
	color: #000;
}

#CharaBox #radarBtns span {
	display: table-cell;
	float: left;
	margin-right: 5px;
	height: 22px;
	width: 15px;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
}

#CharaBox #radarBtns a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px;
	border-radius: 4px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	font-family: 'Lora', sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #fff!important;
	background: #999;
	cursor: pointer;
	text-align: center;
}

#CharaBox #radarBtns a:hover {
	color: #fff!important;
	background: #bbb!important;
}


#CharaBox #sliderParts {
	width: 100%;
}

#CharaBox #sliderParts .sliderSet {
	margin-bottom: 8px;
}

#CharaBox #sliderParts .sliderSet div:nth-child(1) {
	float: left;
	width: 40%;
	font-size: 10px;
	text-align: left;
}

#CharaBox #sliderParts .sliderSet div:nth-child(2) {
	float: right;
	width: 40%;
	font-size: 10px;
	text-align: right;
}

#CharaBox #sliderParts .sliderSet .slider {
	margin-top: 14px;
}

#CharaBox #sliderParts .sliderSet {
}

/*doneBtn*/
#rcmndNav #conciergeNavSet .doneBtn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	margin: auto;
	width: 200px;
	height: 50px;
	z-index: 200;
}

#rcmndNav #conciergeNavSet .doneBtn a {
	display: block!important;
	padding: 0!important;
	width: 100%!important;
	height: 50px;
	color: #FFF!important;
	line-height: 50px!important;
}

/*personImage*/
#personImage {
	position: absolute;
	left: 12px;
	bottom: 0px;
	width: 277px;
	height: 189px;
	background: url(../../img/recommend/bg_person_image.png) no-repeat left top;
	z-index: 100;
}

#personImage .msg {
	padding: 6px 0 0 90px;
	width: 175px;
	height: 48px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
}


/*====spotSearchCnt====*/
#spotSearchCnt {
	margin-bottom: 12px;
}

#spotSearchCnt .ocBtn {
	margin-bottom: 7px;
	text-align: right;
}

#spotSearchCnt .ocBtn a {
	display: inline-block;
	padding: 8px 10px 8px 36px;
	font-size: 12px;
}

#spotSearchCnt .icoSearch a {
	background: url(../../img/cmn/icon_search.png) no-repeat 5px center #f5f5f5;
}

#spotSearchCnt .icoCansel a {
	background: url(../../img/cmn/icon_cancel.png) no-repeat 5px center;
}

#spotSearchCnt #spotSearchBox {
	display: none;
	padding: 12px;
	border: 1px solid #bebebe;
	background: #F7F7F7;
}

#spotSearchCnt .item {
	margin-bottom: 10px;
}

#spotSearchCnt .item h4 {
	margin-bottom: 5px;
	font-weight: bold;
}

#spotSearchCnt .item .detail input[type="text"] {
	padding: 6px 6px;
	border: 1px solid #ccc;
	width: 90%;
}

#spotSearchCnt .item .detail label {
	padding: 0 10px 0 2px;
}

#spotSearchCnt .submit input {
	padding: 8px 60px;
}

/*====outlineCnt====*/
#outlineBox {
	margin-bottom: 12px;
}

#outlineBox .picPart {
	float: left;
	padding-right: 12px;
	width: 220px;
}

#outlineBox .detailPart {
	line-height: 1.6em;
}

#outlineBox .detailPart p {
	margin-bottom: 10px;
}

/*====planCnt====*/
/*NoStyle*/

/*====planCnt > spotCnt====*/
#spotCnt {
	clear: both;
	z-index: 20;
}

#spotLists .spotSet {
	position: relative;
	margin-bottom: 12px;
}

#spotLists .spotSet:last-child .move {
	display: none;
}

#spotLists .spotSet .spot {
	position: relative;
	margin-bottom: 5px;
	padding: 2px 20px 2px 20px;
	text-shadow: 1px 1px 0px #FFF;
	border:1px solid #c0c0c0;
	background-color: #f3f3f3;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f3f3f3));
	background: -webkit-linear-gradient(top, #fafafa, #f3f3f3);
	background: linear-gradient(top, #fafafa, #f3f3f3);
}

#spotLists .spotSet .not_handle,
#spotLists .spotSet .handle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 130px;
	height: 120px;
}
#spotLists .spotSet .handle {
	cursor: move;
}

#spotLists .spotSet .not_handle img,
#spotLists .spotSet .handle img {
	padding: 45px 0 0 8px;
}

#spotLists .spotSet .picPart {
	float: left;
	margin-right: 12px;
	width: 120px;
	height: 120px;
}

#spotLists .spotSet .detailPart {
	padding: 5px 0 0 130px;
}

#spotLists .spotSet .detailPart h4 {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 114%;
	line-height: 1.2em;
	color: #555;
}

#spotLists .spotSet .detailPart .outline {
}
#spotLists .spotSet .detailPart .outline p {
	overflow: hidden;
	margin-bottom: 5px;
	max-height: 70px;
	line-height: 1.4em;
	color: #666;
}

#spotLists .spotSet .addBtn {
	text-align: right;
}

#spotLists .spotSet .addBtn a {
	display: inline-block;
	padding: 8px 20px 8px 35px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
#s01 #spotLists .spotSet .addBtn a {background: url(../../img/util/plus_white.png) no-repeat 10px center #4C5570;}
#s02 #spotLists .spotSet .addBtn a {background: url(../../img/util/plus_white.png) no-repeat 10px center #F5A900;}
#s03 #spotLists .spotSet .addBtn a {background: url(../../img/util/plus_white.png) no-repeat 10px center #6FBD0C;}
#s04 #spotLists .spotSet .addBtn a {background: url(../../img/util/plus_white.png) no-repeat 10px center #75A36A;}
#s05 #spotLists .spotSet .addBtn a {background: url(../../img/util/plus_white.png) no-repeat 10px center #5AB9D0;}
#s06 #spotLists .spotSet .addBtn a {background: url(../../img/util/plus_white.png) no-repeat 10px center #C76E71;}
#s01 #spotLists .spotSet .addBtn a:hover {background: url(../../img/util/plus_white.png) no-repeat 10px center #7B819A;}
#s02 #spotLists .spotSet .addBtn a:hover {background: url(../../img/util/plus_white.png) no-repeat 10px center #FBC661;}
#s03 #spotLists .spotSet .addBtn a:hover {background: url(../../img/util/plus_white.png) no-repeat 10px center #4A7402;}
#s04 #spotLists .spotSet .addBtn a:hover {background: url(../../img/util/plus_white.png) no-repeat 10px center #268946;}
#s05 #spotLists .spotSet .addBtn a:hover {background: url(../../img/util/plus_white.png) no-repeat 10px center #208FBB;}
#s06 #spotLists .spotSet .addBtn a:hover {background: url(../../img/util/plus_white.png) no-repeat 10px center #B03C3E;}

#spotLists .spotSet .stay {/*planに渡すためだけの情報*/
	display: none;
}

#spotLists .spotSet .move {
	position: absolute;
	bottom: 0px;
	left: 200px;
	padding: 10px 0 0 70px;
	width: 90px;
	height: 20px;
	font-size: 92%;
}

#spotLists .spotSet .walk {
	background: url(../../img/util/flow_icon_walk.png) no-repeat left top;
}
#spotLists .spotSet .train {
	background: url(../../img/util/flow_icon_train.png) no-repeat left top;
}
#spotLists .spotSet .car {
	background: url(../../img/util/flow_icon_car.png) no-repeat left top;
}
#spotLists .spotSet .bus {
	background: url(../../img/util/flow_icon_bus.png) no-repeat left top;
}
#spotLists .spotSet .ferry {
	background: url(../../img/util/flow_icon_ferry.png) no-repeat left top;
}

/*====planCnt > mapCnt====*/
#mapCnt {
	display: none;
}

#mapCnt #mapBox {
	margin-bottom: 12px;
	border: 1px solid #5F607C;
	width: 100%;
	height: 600px;
	box-sizing: border-box;
}

#mapCnt #mapBox iframe {
	width: 100%;
	height: 598px;
}

#catDispList {
	padding-top: 10px;
	width: 100%;
}

#catDispList li {
	float: left;
	margin: 0 1% 1% 0;
	width: 32.6%;
	box-sizing: border-box;
	text-align: center;
}
#catDispList li:nth-child(3n) {
	margin-right: 0;
}

#catDispList li a {
	display: block;
	line-height: 40px;
	text-shadow: 1px 1px 0px #FFF;
	border-radius: 5px;
	text-decoration: none!important;
	color: #585858!important;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	background: -webkit-linear-gradient(top, #ffffff, #efefef);
	background: linear-gradient(top, #ffffff, #efefef);
}

#catDispList li a:hover {
	text-shadow: 1px 1px 0px #FFF;
	color: #222;
	background: #e2e2e2;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e2e2e2));
	background: -webkit-linear-gradient(top, #fafafa, #e2e2e2);
	background: linear-gradient(top, #fafafa, #e2e2e2);
}

#s01 #catDispList li a {border: 1px solid #4C5570;}
#s01 #catDispList li a.cr {background: #C3C7DF;}
#s02 #catDispList li a {border: 1px solid #F5A900;}
#s02 #catDispList li a.cr {background: #FFE6B4;}
#s03 #catDispList li a {border: 1px solid #4A7402;}
#s03 #catDispList li a.cr {background: #D3E9BA;}
#s04 #catDispList li a {border: 1px solid #268946;}
#s04 #catDispList li a.cr {background: #BEE5D0;}
#s05 #catDispList li a {border: 1px solid #208FBB;}
#s05 #catDispList li a.cr {background: #BDE5F1;}
#s06 #catDispList li a {border: 1px solid #B03C3E;}
#s06 #catDispList li a.cr {background: #F7E2E2;}

/* sideCntnr
---------------------------------*/
#sideCntnr h3 {
	margin: -12px -12px 12px -12px;
	padding: 0 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 136%;
	color: #FFF;
	background: #595959;
}

/*====planSelectNav====*/
#sideCntnr #planSelectNav li {
	width: 33.3%;
	background: #eee;
}

#sideCntnr #planSelectNav a {
	display: block;
	padding: 0;
	line-height: 35px;
}
.monoPlan #sideCntnr #planSelectNav {
	display: none;
}

/*====planBox====*/
#planBox {
	position: relative;
	height: 1052px;
}

/*==startSpot==*/
#startSpot .spot {
	margin-bottom: 8px;
	padding: 2px;
	width: 100%;
	min-height: 86px;
	box-sizing: border-box;
	border: 1px solid #777;
	background: #fff;
}

#startSpot .spot .picPart {
	float: left;
	width: 80px;
	height: 80px;
}

#startSpot .picPart img {
	width: 80px;
	height: 80px;
}

#startSpot .detailPart {
	padding-left: 95px;
	clear: right;
}

#startSpot .detailPart h4 {
	padding: 10px 0 5px 0;
	line-height: 1.2em;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
}

#startSpot .detailPart h4 span {
	color: #777;
	font-weight: bold;
}

#startSpot .detailPart select {
	width: 90%;
}

#startSpot .spotOption {
	margin-bottom: 8px;
	background: url(../../img/util/arrow_thin_gray.png) no-repeat 88% center;
}

/*==sortableSpots==*/
#sortableSpots {
	position: relative;
	height: 855px;
	border: 2px dotted #CCC;
	box-sizing: border-box;
}
#sortableSpots {
	background: #fff;
}

#sortableSpots .emptyMsg {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 10px 10px 10px;
	font-size: 152%;
	color: #BBB;
	line-height: 1.2em;
	text-align: center;
}

/*==sideSpotLists==*/
.sideSpotLists {
	display: none;
	overflow-y: auto;
	height: 800px;
	padding: 5px 5px 50px 5px;
}

#sortableSpots .crPlan {
	display: block;
}

.wrapActive {/*myplanのスポットが一つ以上のときにラップ要素に付加*/
	border: 1px solid #999;
	background: #efefef!important;
}

.sideSpotLists .spotSet {
	margin-bottom: 10px;
}

/*spot*/
.sideSpotLists .spotSet .spot {
	position: relative;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #C2C2C2;
	width: 100%;
	min-height: 86px;
	box-sizing: border-box;
	background: #F8F8F8;
}

.sideSpotLists .spotSet .spot .handle {
	position: absolute;
	top: 2px;
	left: 5px;
	padding-top: 25px;
	width: 100px;
	height: 55px;
	cursor: move;
	z-index: 500;
}

.sideSpotLists .spotSet .spot .picPart {
	position: absolute;
	top: 2px;
	left: 13px;
	width: 80px;
	height: 80px;
}

.sideSpotLists .spotSet .spot .picPart img {
	width: 80px;
	height: 80px;
}

.sideSpotLists .spotSet .detailPart h4 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 100px;
	height: 44px;
	line-height: 1.2em;
	color: #333333;
	font-size: 92%;
	font-weight: bold;
}

/*spot - operationSet*/
.sideSpotLists .spotSet .detailPart .operationSet {
	background: #555;
	width: 100%;
}

.sideSpotLists .spotSet .detailPart .stay {
	position: absolute;
	left: 95px;
	bottom: 2px;
	padding: 0 15px;
	line-height: 32px;
	background: #EDEDED;
	color: #666;
	font-size: 92%;
	text-align: center;
}

.sideSpotLists .spotSet .detailPart .btns {
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 98px;
}

.sideSpotLists .spotSet .detailPart .btns li {
	float: left;
	text-align: center;
	line-height: 32px;
}

.sideSpotLists .spotSet .detailPart .btns li a {
	display: block;
	width: 32px;
	height: 32px;
}

.sideSpotLists .spotSet .detailPart .btns li.up a {
	margin-right: 1px;
	background: url(../../img/util/arrow_btn_u_white.png) no-repeat left top #b0b0b0;
}

.sideSpotLists .spotSet .detailPart .btns li.up a:hover {
	background: url(../../img/util/arrow_btn_u_white.png) no-repeat left top #A7A7A7;
}

.sideSpotLists .spotSet .detailPart .btns li.up a.static {
	background: url(../../img/util/arrow_btn_u_white.png) no-repeat left top #ddd;
}

.sideSpotLists .spotSet .detailPart .btns li.down a {
	margin-right: 1px;
	background: url(../../img/util/arrow_btn_d_white.png) no-repeat left top #b0b0b0;
}

.sideSpotLists .spotSet .detailPart .btns li.down a:hover {
	background: url(../../img/util/arrow_btn_d_white.png) no-repeat left top #A7A7A7;
}

.sideSpotLists .spotSet .detailPart .btns li.down a.static {
	background: url(../../img/util/arrow_btn_d_white.png) no-repeat left top #ddd;
}

.sideSpotLists .spotSet .detailPart .btns li.delete a {
	margin-right: 0px;
	background: url(../../img/util/delete_btn_white.png) no-repeat left top #EE6452;
}

.sideSpotLists .spotSet .detailPart .btns li.delete a:hover {
	background: url(../../img/util/delete_btn_white.png) no-repeat left top #E2402D;
}

/*spot - spotOption 一部startSpotの要素と共用*/
.sideSpotLists .spotSet .spotOption {
	background: url(../../img/util/arrow_thin_gray.png) no-repeat 88% center;
}

.sideSpotLists .spotSet:last-child .spotOption {
	display: none;
}

.spotOption .timeBtn {
	float: left;
	width: 32px;
	margin-right: 8px;
}

.spotOption .timeBtn a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.spotOption .way {
	float: left;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	box-sizing: content-box;
	margin: 0 8px 0 0;
	padding: 0 0 0 5px;
	border-radius: 5px;
	height: 30px;
	width: 100px;
	cursor: pointer;
	border: 1px solid #888;
	color: #555;
	background-color: #efefef;
	background: url(../../img/util/arrow_d_gray.png),-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	background: url(../../img/util/arrow_d_gray.png),-webkit-linear-gradient(top, #ffffff, #efefef);
	background: url(../../img/util/arrow_d_gray.png),linear-gradient(top, #ffffff, #efefef);
	background-repeat:no-repeat;
	background-position:90% center;
}

.spotOption .way ::-ms-expand {
  display: none;
}

.spotOption .howBtn a {
	display: inline-block;
	padding: 0 20px;
	border-radius: 4px;
	text-shadow: 1px 1px 0px #FFF;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none!important;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	background: -webkit-linear-gradient(top, #ffffff, #efefef);
	background: linear-gradient(top, #ffffff, #efefef);
	border: 1px solid #777!important;
	color: #555!important;
}

.spotOption .howBtn a:hover {
	color: #333!important;
	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e5e5e5));
	background: -webkit-linear-gradient(top, #fafafa, #e5e5e5);
	background: linear-gradient(top, #fafafa, #e5e5e5);
}

.exLinkBtnSet {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	z-index: 999;
}

.exLinkBtnSet .doneBtn {
	float: left;
	margin-bottom: 0;
	width: 49%;
}

.exLinkBtnSet .deleteBtn {
	float: right;
	margin-bottom: 0;
	width: 49%;
}

/* jQuery-ui - drag,sort
---------------------------------*/
.ui-state-highlight {
	margin-bottom: 10px;
	border: 1px dotted #555;
	height: 50px;
	background: #FFFAED;
}

.ui-draggable {
}

.ui-draggable-dragging .spot {
	padding: 30px!important;
	margin: 0!important;
	width: 80px;
	height: 80px;
}

.ui-draggable-dragging .sideCont {
	float: none;
	margin: 0!important;
	padding: 0!important;
}
.ui-draggable-dragging .detailPart {
	float: none;
	margin: 0!important;
	padding: 0!important;
}

.ui-draggable-dragging img {
	margin: 0!important;
	padding: 0!important;
	width: 80px;
	height: 80px;
}

.ui-draggable-dragging h4 {
	display: none;
	font-size: 12px;
}
.ui-draggable-dragging .outline {
	display: none;
}

.ui-draggable-dragging .addBtn {
	display: none;
}

.ui-draggable-dragging .handle {
	display: none;
}

.ui-draggable-dragging .move {
	display: none;
}

.ui-draggable-dragging .stay {
	display: none;
}

/*-------------------------------------
	EXPORT
--------------------------------------*/
#exportArea h2 {
	margin: -12px -12px 12px -12px;
	padding: 0 14px;
	text-align: center;
	line-height: 40px;
	font-size: 144%;
	color: #FFF;
	background: #606060;
}

#exportArea #exportBox {
	padding-right: 12px;
}

/*====mapPart====*/
#exportArea .mapPart {
	float: left;
	margin-right: 12px;
	width: 62%;
}

#exportArea .mapPart .wrap {
	position: relative;
}

#exportArea .mapPart #mapBox {
	border: 1px solid #5F607C;
	width: 100%;
	height: 600px;
	box-sizing: border-box;
}

#exportArea .mapPart #mapBox iframe {
	width: 100%;
	height: 598px;
}

#exportArea .mapPart #mapCover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url("../../img/util/cover_black.png") repeat left top;
	z-index: 999;
}

#exportArea .mapPart #mapCover .txt {
	margin-bottom: 15px;
	padding: 40% 10% 0 10%;
	text-align: center;
	font-size: 152%;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3em;
}

#exportArea .mapPart #mapCover .btn {
	padding-top: 15px;
}

#exportArea .mapPart #mapCover .btn a {
	padding: 18px 100px;
	font-size: 152%;
}

/*====flowPart====*/
#exportArea .flowPart {
	float: left;
	margin-right: -12px;
	width: 38%;
}

#exportArea .flowPart #exportSpotList {
	overflow-y: auto;
	margin-bottom: 12px;
	padding: 5px;
	height: 300px;
}

#exportArea .flowPart #exportSpotList li a {
	color: #454545;
}

#exportArea .flowPart #exportSpotList li a:hover {
	color: #222;
}

#exportArea .flowPart #exportSpotList li .spot {
	position: relative;
	padding: 2px;
	height: 40px;
	background: #EDEDED;
}

#exportArea .flowPart #exportSpotList li .spot .pic {
	float: left;
	width: 40px;
}

#exportArea .flowPart #exportSpotList li .spot .name {
	display: table-cell;
	vertical-align: middle;
	padding: 0 60px 0 5px;
	font-size: 92%;
	line-height: 1.2em;
	height: 40px;
}

#exportArea .flowPart #exportSpotList li .spot .time {
	position: absolute;
	right: 5px;
	top: 15px;
	color: #777;
}

#exportArea .flowPart #exportSpotList li .spotWay {
	position: relative;
	height: 30px;
	text-align: center;
}

#exportArea .flowPart #exportSpotList li .spotWay .way {
	padding-top: 8px;
	background: url(../../img/util/arrow_thin_gray.png) no-repeat 15px 5px;
}

#exportArea .flowPart #exportSpotList li .spotWay .time {
	position: absolute;
	right: 5px;
	top:8px;
	color: #777;
}

#exportArea .flowPart .total {
	margin-bottom: 12px;
	color: #666;
	font-size: 107%;
	text-align: right;
}

#exportArea .flowPart .total span {
	font-size: 20px;
}

/*exInfo*/
#exportArea .flowPart .exInfo {
	margin-bottom: 20px;
}

#exportArea .flowPart .exInfo h3 {
	margin-bottom: 5px;
}


#exportArea .flowPart .exInfo .inner {
	padding: 12px;
	background: #F0F0F0;
}

#exportArea .flowPart .exInfo h4 {
	margin-bottom: 5px;
	font-weight: bold;
}

#exportArea .flowPart .exInfo .qrBox {
	margin-bottom: 15px;
	padding: 12px;
	background: #fff;
}

#exportArea .flowPart .exInfo .qrBox .pic {
	float: left;
	width: 120px;
	height: 120px;
	border: 1px solid #888;
}

#exportArea .flowPart .exInfo .qrBox .txt {
	padding: 12px 12px 12px 135px;
	line-height: 1.3em;
	color: #666;
	font-size: 107%;
}

#exportArea .flowPart .exInfo .mailBox .mailTxt {
	margin-bottom: 5px;
}

#exportArea .flowPart .exInfo .mailBox .mailTxt input {
	margin: 0;
	padding: 5px 4px;
	width: 97%;
}

#exportArea .flowPart .exInfo .mailBox .btn input {
	padding: 6px 50px;
}

#exportArea .flowPart .exInfo .mailBox .sentMsg {
	display: none;
	position: absolute;
	padding: 22px 30px;
	border: 1px solid #EEE;
	width: 40%;
	text-align: center;
	font-weight: bold;
	font-size: 152%;
	color: #555;
	background: rgba(255,255,255,0.7);
	box-shadow: 3px 3px 2px rgba(0,0,0,0.4);
	z-index: 9999;
}

#exportArea .flowPart .re_edit {
	margin-bottom: 0;
}

/*-------------------------------------
	MODULE
--------------------------------------*/
/* clearfix
---------------------------------*/
#radarBtns:before,
#radarBtns:after,
.exLinkBtnSet:before,
.exLinkBtnSet:after,
.sliderSet:before,
.sliderSet:after,
#conciergeNavSet .navBoxWrap:before,
#conciergeNavSet .navBoxWrap:after,
#exportArea .qrBox:before,
#exportArea .qrBox:after,
#exportBox:before,
#exportBox:after,
#catDispList:before,
#catDispList:after,
#rcmndNav li ul:before,
#rcmndNav li ul:after,
.spotSet .spot:before,
.spotSet .spot:after,
#outlineBox:before,
#outlineBox:after,
#rcmndNav:before,
#rcmndNav:after {
    content: " ";
    display: table;
}

#radarBtns:after,
.exLinkBtnSet:after,
.sliderSet:after,
#conciergeNavSet .navBoxWrap:after,
#exportArea .qrBox:after,
#exportBox:after,
#catDispList:after,
#rcmndNav li ul:after,
.spotSet .spot:after,
#outlineBox:after,
#rcmndNav:after {
    clear: both;
}

#radarBtns,
.exLinkBtnSet,
.sliderSet,
#conciergeNavSet .navBoxWrap,
#exportArea .qrBox,
#exportBox,
#catDispList,
#rcmndNav li ul,
.spotSet .spot,
#outlineBox,
#rcmndNav {
    *zoom: 1;
}
