@charset "UTF-8";

/*************************************************************
パーパスジャパン
[css/tourlist.css]
15.12.15
**************************************************************/

/* 目次
-------------------------------------------------------------
1) カラム
2) タイトル、検索　[h3,section.search]
3) ツアー　[section.tourItem]
4) 希望のツアーが＆旅行記から　共通　[section.mitsukaranai][section.ryokoki]
5) 希望のツアーが見つからない　[section.mitsukaranai]
6) 旅行記からツアーを探してみませんか？　[section.ryokoki]
7) サイドカラム  [aside#side]
-------------------------------------------------------------*/


/* 1) カラム
-------------------------------------------------------------*/
#contents {
	padding-top: 40px;
}

article#main {
	width: 740px;
}

aside#side {
	width: 200px;
}

/* 2) タイトル、検索　[h3,section.search] 
-------------------------------------------------------------*/
#main h3 {
	padding-left: 15px;
	border-left: #3a65ae solid 6px;
}

.search {
	border: #d9d9d9 solid 1px;
	margin-top: 14px;
	padding: 15px 0 11px;
}

.search label {
	font-weight: bold;
}

.search select {
	margin-bottom: 11px;
}

.search span.w75 {
	display: inline-block;
	width: 75px;
	text-align: right;
	margin-right: 5px;
}

.search span.key {
	margin-left: 11px;
	margin-right: 5px;
}

select.tourArea,
select.tourCountry {
	width: 175px;
	margin-right: 12px;
}

select.tourCity,
select.tourTheme {
	width: 245px;
}

.search input.tourKey {
	width: 255px;
	background-color: #fff;
}
	
.search input[type="image"] {
	display: block;
	width: 402px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
}

/* 3) ツアー　[section.tourItem]
-------------------------------------------------------------*/
.tourItem {
	margin-top: 23px;
}


/* 並び替え */
.tourItem > dl {
	margin-bottom: 6px;
}

/* ツアー */
.tourItem .tour {
	background-color: #f0f0f0;
	margin-bottom: 20px;
	padding: 15px 25px;
}

/* アイコン */
.tour mark {
	display: inline-block;
	font-size: 13px;
	padding: 4px 8px;
	color: #fff;
	background-color: #666;
	border-radius: 4px;
	margin-right: 3px;
	margin-bottom: 6px;
	white-space: nowrap;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.tour mark.A { background-color: #815b4a; }
.tour mark.B { background-color: #df80bd; }
.tour mark.C { background-color: #567fd8; }
.tour mark.D { background-color: #e18d30; }
.tour mark.E { background-color: #cdb630; }
.tour mark.F { background-color: #5d866a; }
.tour mark.G { background-color: #d96e45; }
.tour mark.H { background-color: #97a900; }
.tour mark.I { background-color: #b68b4f; }
.tour mark.J { background-color: #dc5e79; }
.tour mark.K { background-color: #a44977; }
.tour mark.L { background-color: #374e7e; }
.tour mark.M { background-color: #c2af70; }
.tour mark.N { background-color: #9371bd; }
.tour mark.O { background-color: #68bcd9; }
.tour mark.P { background-color: #589d56; }
.tour mark.Q { background-color: #8699b6; }
.tour mark.R { background-color: #4c6860; }
.tour mark.S { background-color: #c7354a; }
.tour mark.T { background-color: #fccf3e; }
.tour mark.U { background-color: #3686b2; }
.tour mark.V { background-color: #47a09c; }
.tour mark.W { background-color: #aa818f; }
.tour mark.X { background-color: #f4a682; }
.tour mark.Y { background-color: #4c47a7; }
.tour mark.Z { background-color: #567e9a; }

/* ツアータイトル */
.tour h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: #bbb dotted 1px;
	
}

.tour h4 strong {
	font-size: 22px;
	font-weight: bold;
}

.tour h4 a {
	color: #000;
}

/* ツアー写真 */
.tour figure {
	float: left;
}

/* 滞在都市、出発期間、旅行代金、コースナンバー */
.tour .fright {
	width: 445px;
}

.tour .fright dl {
	line-height: 17px;
	min-height: 116px;
}

.tour .fright dt {
	float: left;
	clear: both;
	width: 75px;
	font-size: 12px;
	text-align: center;
	color: #666;
	border: #b3b3b3 solid 1px;
	background-color: #fff;
	margin-bottom: 8px;
}

.tour .fright dt.courseNum {
	font-size: 11px;
	letter-spacing: -1px;
}

.tour .fright dd {
	float: right;
	width: 357px;
	margin-bottom: 7px;
	padding-top: 1px;
}

/* 詳細を見る */
.tour .fright p.btn {
	float: right;
}
	
.tour p.btn a {
	display: block;
	width: 214px;
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #404040;
	border-radius: 18px;
	box-shadow: 2px 2px 0 #b3b3b3;
}

/* 過去のツアー */
.past {
	margin-top: 40px;
	padding: 14px 0 28px 58px;
	background: url(../images/tourlist/bg_past.png) no-repeat 0 0;
}

.past h5,
.past p {
	display: table-cell;
	vertical-align: middle;
	height: 44px;
}

.past h5 {
	width: 114px;
	border-right: #bfbfbf solid 1px;
}

.past p {
	padding-left: 17px;
	padding-right: 10px;
}

/* ページ番号 */
.tourItem ol {
	text-align: center;
}

.tourItem ol li {
	display: inline-block;
	list-style: none;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background-color: #404040;
	margin: 0 4px;
}

.tourItem ol li a {
	display: inline-block;
	width: 33px;
	line-height: 33px;
	color: #666;
	background-color: #fff;
	border:#b3b3b3 solid 1px;
}

.tourItem ol li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #e46a38;
	border-color: #e46a38;
}

/* 4) 希望のツアーが＆旅行記から　共通　[section.mitsukaranai][section.ryokoki]
-------------------------------------------------------------*/
.other {
	margin-top: 40px;	
}

/* タイトル */
.other h4 i {
	font-size: 30px;
}

.other h4 span,
.other h4 i {
	display: inline-block;
	vertical-align: middle;
}

/* 5) 希望のツアーが見つからない　[section.mitsukaranai]
-------------------------------------------------------------*/
.mitsukaranai .clearfix {
	margin-top: 15px;
	margin-bottom: 20px;
} 

.mitsukaranai .clearfix p.fright {
	margin-top: 28px;
}

.mitsukaranai .otherTour {
	padding: 11px 20px;
	border: #ccc dotted 1px;
	border-radius: 8px;
}

.mitsukaranai .otherTour div {
	width: 50%;
	float: left;
	line-height: 1.9;
}

.mitsukaranai .otherTour div h5 {
	margin-bottom: 3px;
}

.mitsukaranai .otherTour div li {
	padding-left: 11px;
	background: url(../images/common/arrow03.png) no-repeat left 8px;
}

/* 6) 旅行記からツアーを探してみませんか？　[section.ryokoki]
-------------------------------------------------------------*/
.ryokokiSearch h5 {
	margin-top: 15px;
	margin-bottom: 9px;
}

.ryokokiSearch .clearfix {
	margin-top: 7px;
}

.ryokokiSearch .clearfix ul {
	width: 365px;
}

.ryokokiSearch .clearfix li {
	margin-top: 16px;
}

.ryokokiSearch .clearfix li a {
	display: block;
	width: 365px;
	line-height: 2.5;
	background-color: #3a65ae;
	border-radius: 20px;
	box-shadow: 2px 2px 0 #ccc;
}

/* 7) サイドカラム  [aside#side]
-------------------------------------------------------------*/
aside#side section {
	font-size: 12px;
	line-height: 1.5;
	border: #d9d9d9 solid 1px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

aside#side h5,
aside#side dl,
aside#side p,
aside#side ul {
	padding-left: 15px;
	padding-right: 15px;
}

/* お問い合わせ */
aside#side .courseNum p.btn {
	margin-top: 20px;
	margin-bottom: 16px;
}

aside#side .courseNum h5 {
	background: url(../images/tour/bracket.png) no-repeat center center;
}

aside#side .courseNum dt {
	padding-top: 10px;
	font-size: 14px;
}

aside#side .courseNum dt.osaka {
	border-top: #ccc dotted 1px;
}

aside#side .courseNum dd {
	padding-bottom: 10px;
	font-size: 11px;
}

aside#side .courseNum dd span {
	font-size: 21px;
	line-height: 1.2;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

aside#side .courseNum dd i {
	margin-right: 5px;
}

aside#side .courseNum p small {
	display: block;
	padding-bottom: 10px
}

/* 専門店 */
aside#side .senmonten {
	position: relative;
	height: 200px;
}

aside#side .senmonten img {
	position: absolute;
}

aside#side .senmonten div {
	position: absolute;
	bottom: 0;
	width: 198px;
	padding-top: 6px;
	padding-bottom: 8px;
	background: rgba(0,0,0,0.5);
}

aside#side .senmonten h5,
aside#side .senmonten p {
	text-shadow: 1px 1px 0 #000;
}

aside#side .senmonten h5 {
	padding-bottom: 2px;
}

/* 旅行紀 */
aside#side .item h5 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 9px;
	padding-bottom: 9px;
}

aside#side .item p {
	padding-top: 15px;
	padding-bottom: 8px;
	border-top: #ccc dotted 1px;
}

aside#side .item p img {
	margin-bottom: 7px;
}
	
aside#side .item.ryokoki a {
	display: block;
	font-size: 13px;
	padding-left: 12px;
	background: url(../images/common/arrow03.png) no-repeat left 7px;
	padding-top: 3px;
	padding-bottom: 3px;
}

aside#side .item.ryokoki ul {
	border-top: #ccc dotted 1px;
	background-color: #f5f5f5;
	padding-top: 8px;
	padding-bottom: 8px;
}