@charset "UTF-8";

/*************************************************************
パーパスジャパン
[css/slect.css]
15.12.21
**************************************************************/

/* 目次
-------------------------------------------------------------
1) カラム　[article#contents]
2) メインビジュアル  [section#mainVisual]
3) アンカーナビゲーション  [ul.anchor]
4) 各国へリンク  [ul.country]
5) 各ツアー一覧へリンク（theme.htmlのみ）  [#themeTourlist .item]
-------------------------------------------------------------*/



/* 1) カラム　[article#contents]
-------------------------------------------------------------*/
article#contents {
	margin-bottom: 50px;
}
	
article#contents section {
	padding-top: 50px;
}

article#contents .container.w1020 {
	width: 1020px;
}

/* 2) メインビジュアル  [section#mainVisual]
-------------------------------------------------------------*/
article#contents #mainVisual {
	width: 100%;
	padding-top: 0;
}

#select #mainVisual { background: #c19861 url(../images/select/main.jpg) no-repeat center center; }
#theme #mainVisual { background: #d8e7f3 url(../images/theme/main.jpg) no-repeat center center; }

#mainVisual .container {
	position: relative;
	height: 314px;
}

#mainVisual h3,
#mainVisual p {
	position: absolute;
}

#mainVisual h3 { top: 30px; }
#mainVisual p.f16 { top: 105px; }

#mainVisual p.btnOn {
	width: 302px;
	bottom: 28px;
	right: 0;
}

#mainVisual p.btnOn a {
	display: block;
	height: 52px;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	outline: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#select #mainVisual p.btnOn a { background-image: url(../images/select/btn_theme.png); }
#theme #mainVisual p.btnOn a { background-image: url(../images/theme/btn_select.png); }

#mainVisual p.btnOn a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#select #mainVisual p.btnOn a:hover { background-image: url(../images/select/btn_theme_on.png); }
#theme #mainVisual p.btnOn a:hover { background-image: url(../images/theme/btn_select_on.png); }

/* 3) アンカーナビゲーション  [ul.anchor]
-------------------------------------------------------------*/
ul.anchor {
	display: table;
	table-layout: fixed;
	width: 984px;
	border-collapse: separate;
    border-spacing: 2px;
	margin: 0 auto;
}
	
ul.anchor li {
	display:table-cell;
    vertical-align:middle;
    text-align:center;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #3a65ae;
}

ul.anchor li:first-child { border-left: none; }
ul.anchor li:last-child { border-right: none; }

ul.anchor li a {
	display: block;
	height: 36px;
	color: #fff;
	background-color: #999;
}

ul.anchor li a:hover {
	text-decoration: none;
	background-color: #3a65ae;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* 4) 各専門店へリンク  [ul.country]
-------------------------------------------------------------*/
ul.country {
	width: 1000px;
	margin: 0 auto;
}

ul.country > li {
	position: relative;
	float: left;
	width: 230px;
	height: 205px;
	background-color: #e6e6e6;
	margin: 20px 10px 0;
}

ul.country > li a span {
	display: block;
	position: absolute;
	width: 230px;
	bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

ul.country > li a ul {
	position: absolute;
	height: 144px;
	top: 0;
	right: 0;
	font-size: 11px;
	line-height: 1.6;
	padding: 8px 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
}

ul.country > li a ul.lh15 {
	line-height: 1.5;
}

/* 視察・研修・社員旅行 */
.shisatsu {
	background-color: #f1f4f9; 
	margin-top: 20px;
}

.shisatsu a {
	display: block;
	color: #000;
}

.shisatsu h5 {
	display: table-cell;
	vertical-align: middle;
	width: 230px;
	background-color: #e6e6e6;
}

.shisatsu p {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 10px 12px 20px;
}

/* 5) 各ツアー一覧へリンク（theme.htmlのみ）  [#themeTourlist .wrap .item]
-------------------------------------------------------------*/
#themeTourlist .wrap {
	display: table;
	table-layout: fixed;
	width: 1020px;
	border-collapse: separate;
    border-spacing: 20px 10px;
	margin: 0 auto;
}

#themeTourlist .wrap.clm3 {
	width: 770px;
	padding-right: 250px;
}

#themeTourlist nav + .wrap {
	margin-top: 10px;
}

#themeTourlist .wrap .item {
	display: table-cell;
	vertical-align: top;
	background-color: #f1f4f9;
	border-radius: 4px 4px 0 0;
}

#themeTourlist .wrap .item2 {
	display: table-cell;
	vertical-align: top;
}

#themeTourlist .item2 p:last-child {
	margin-top: 20px
}

/* ボタン */
#themeTourlist p {
	text-align: center;
}

#themeTourlist p a {
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border: #ccc solid 1px;
	border-radius: 4px;
	text-shadow: 1px 1px 0 #fff;
	background: #eee;
	background: -moz-linear-gradient(top,  #fff 20%, #ddd 100%);
	background: -webkit-linear-gradient(top,  #fff 20%,#ddd 100%);
	background: linear-gradient(to bottom,  #fff 20%,#ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#themeTourlist p.line2 a {
	line-height: 19px;
	padding-top: 4px;
}

#themeTourlist p.f15 a {
	font-size: 15px;
}

#themeTourlist p a:hover {
	text-decoration: none;
	border-color: #bbb;
	background: #ddd;
	background: -moz-linear-gradient(top,  #eee 20%, #bbb 100%);
	background: -webkit-linear-gradient(top,  #eee 20%,#bbb 100%);
	background: linear-gradient(to bottom,  #eee 20%,#bbb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 );
}

/* リスト */
#themeTourlist .item ul {
	padding: 13px 5px 7px 15px;
}

#themeTourlist .item li {
	font-size: 12px;
	line-height: 1.2;
	padding: 0 0 6px 10px;
	background: url(../images/theme/circle.png) no-repeat 0 4px;
}