/* =============================================================

ファーストワイズ　スマートフォン基本　CSS
www.1stwise.com
============================================================= */

/*　基本CSSインポート　*/
@import url(//www.1stwise.com/css/common/all_smartphone_common.css);
@import url("smartphone_tour_detail.css");
@import url("smartphone_search.css");
@import url("smartphone_inquiry.css");

body {
	background: url(/smartphone/img/sp_body_bg.png) repeat-x;
}

input {
	max-width: 280px;
}

.tour-item-name label {
	display: block;
}

/* ヘッダー */

.header {
	background: #fba93f url(/smartphone/img/nav_bg.png) repeat-x;
}
.header a {
	background: url(/smartphone/img/backButton.png) no-repeat;
}

.site-logo {
	background: url(/smartphone/img/header_logo.png) no-repeat;
}
h1 {
	font-size: 14px;
	margin-top: 3px;
}


.select-link .pc-page {
	display: inline-block;
	width: 38px;
	height: 12px;
	margin-left: 3px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/smartphone/img/go_pcpage.png) no-repeat;
}

.header-telno {
	clear: both;
	float: right;
	width: 100%;
	height: 26px;
	margin-bottom: 5px;
	background: url(/smartphone/img/spheader_telno.png) no-repeat right;
	text-indent: -9999px;
}


/* フッター */
.footer {
	background-color: #E8CBA6;
}

.foot-inquiry img {
	clear: both;
	display: block;
	margin: 10px auto;
	margin-top: 20px;
}

/* 掲示板 */
/* ページタイトル */
h2.board-name {
	margin: 0;
	padding: 5px;
	padding-bottom: 3px;
	background: url(http://sp.bbs.1stwise.com/img/spimage/sp_boardname_bg_orange.png) no-repeat right bottom;
	border-bottom: 1px solid #9d7d69;
}
h2.board-name span {
	display: inline-block;
	padding-left: 37px;
	height: 25px;
	background: url(http://sp.bbs.1stwise.com/img/spimage/sp_boardname_ico.png) no-repeat;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

body.bbs-index {
	background-image: url(http://sp.bbs.1stwise.com/img/spimage/sp_body_bg_yellowstripe.png) !important;
}

body.bbs-index ul {
	background: #fff url(http://sp.bbs.1stwise.com/img/spimage/bbslist_bg.png) no-repeat right bottom;
}

body.bbs-index li {
	padding-left: 20px;
	background: url(http://sp.bbs.1stwise.com/img/spimage/bbslist_li_bg.png) no-repeat 5px 8px;
}

/* 検索結果ゼロの時 */
.no-tour {
	padding: 5px;
}
.no-tour .tour-arrange {
	display: block;
	margin: auto;
}
.no-tour h3 {
	margin-top: 15px;
}

.no-tour .inq-tel {
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius:5px;
	border: 1px solid #ccc;
	padding: 8px 0;
}
.no-tour .inq-tel p {
	text-align: center;
}

.no-tour .inq-tel-telno {
	font-size: 27px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.no-tour .inq-tel-telno span {
	background-color: #a9ca66;
	padding: 3px;
	font-size: 10px;
	vertical-align: middle;
	border-right: 5px solid #fff;
}
.no-tour .inq-tel-text {
	font-size: 12px;
}


.no-tour .send-mail-btn {
	display: block;
	padding: 12px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius:5px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background-color: #FFAA33;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)); 
	border: 1px solid #c87d2e;
	-webkit-appearance: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

/* for T-travel */

body.HWIHTPWPC2H3 .foot-inquiry,
body.HWITTPHHV4DC .foot-inquiry,
body.HWITTPWPC4ANY .foot-inquiry,
body.HWIHTPMLH3H3 .foot-inquiry {
	display: none !important;
}