@charset "UTF-8";

/*************************************************************
パーパスジャパン
[css/common.css]
17.03.29更新
**************************************************************/

/* 目次
-------------------------------------------------------------
1) パーパスの旅とは  [section#purposenotabi]
2) 旅行記  [section#gone]
3) おすすめ特集  [div.feature]
-------------------------------------------------------------*/


/* 1) パーパスの旅とは  [section#purposenotabi]
-------------------------------------------------------------*/
#purposenotabi {
	border: #d9d9d9 solid 1px;
	border-radius: 8px;
	padding: 16px 20px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#purposenotabi h3 {
	width: 100%;
	margin-bottom: 10px;
}

#purposenotabi h3 span {
	font-size: 20px;
	font-weight: bold;
	padding-left: 65px;
	background: url(../images/common/arrow01.png) no-repeat 16px center;
}

#purposenotabi dl {
	width: 168px;
	margin-top: 10px;
	margin-right: 20px;
	padding: 10px 2px 10px 0;
	border-radius: 4px;
	background-image: url("../images/common/bg_right-top.png"),url("../images/common/bg_right-bottom.png");
	background-repeat: no-repeat, no-repeat;
	background-position: right top, right bottom;
}

#purposenotabi dt {
	margin-bottom: 4px;
}

#purposenotabi ul {
	margin-top: 12px;
}

#purposenotabi li:first-child {
	/*margin-right: 35px;*/
	margin-left: 330px;
}

#purposenotabi + p.btn {
	padding-bottom: 30px;
}

/* 2) 旅行記  [section#gone]
-------------------------------------------------------------*/
#gone {
	padding-top: 30px;
	padding-bottom: 30px;
}

#gone h3 {
	margin-bottom: 15px;
}

/* 検索 */
#gone form {
	position: relative;
	margin-bottom: 20px;
	padding: 10px 25px;
	text-shadow: 1px 1px 0 #777;
}

#gone form select,
#gone form input {
	margin-left: 10px;
}

#gone form select {
	min-width:207px;
}

#gone form select.goneArea,
#gone form select.goneCity,
#gone form select.goneTheme,
#gone form input[type="search"],
#gone form input[type="text"] {
	margin-top: 5px;
	margin-bottom: 5px;
}

#gone form input[type="search"],
#gone form input[type="text"] {
	width: 339px;
	background-color: #fff;
}

#gone form input[type="image"] {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -24px;
}

#gone form span.em7 {
	display: inline-block;
	width: 7em;
	text-align: right;
}

/* 専門店 */
#gone form dl {
	display: inline-block;
}

#gone form dt,
#gone form dd {
	display: inline-block;
	vertical-align: middle;
}

#gone form dt {
	margin-right: 20px;
}

#gone form dd {
	min-width: 210px;
}

#gone form dd span {
	padding-left: 8px;
	padding-right: 8px;
}

/* 記事 */
#gone article {
	float: left;
	width: 230px;
	border: #d9d9d9 solid 1px;
	border-radius: 8px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-bottom: 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#gone article:last-child {
	margin-right: 0;
}

#gone article figure img {
	border-radius: 9px 9px 0 0;
}

#gone article h4 {
	display: table-cell;
	height: 58px;
	font-size: 13px;
	line-height: 1.5;
	padding-left: 18px;
	padding-right: 15px;
	vertical-align: middle;
}

#gone article p.txt {
	height: 111px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 18px;
	border-top: #ccc dotted 1px;
}

/* 3) おすすめ特集  [div.feature]
-------------------------------------------------------------*/
.feature {
	border-top: #ccc solid 1px;
}

.senminten02 .feature {
	margin-top: -20px;
}

.feature h4 span {
	display: inline-block;
	vertical-align: middle;
}

.feature p a {
	display: block;
	line-height: 23px;
	padding-left: 30px;
	padding-right: 20px;
	margin-top: 3px;
	margin-left: 20px;
	background: #fff url(../images/common/arrow03.png) no-repeat 19px center;
	border-radius: 12px;
}

.feature ul li {
	margin-top: 8px;
	margin-bottom: 12px;
}

#top .feature {
	border-top: none;
	margin-top: 15px;
}

#top .feature hr.white1px {
	display: none;
}