@charset "utf-8";
/*////////////// hitoritabi/ExperiencesCSS Document //////////////*/

/* ===============================================
 all（基本事項）
=============================================== */



/* ===============================================
 titleArea（タイトル部分）
=============================================== */

/* titleArea.heading（中見出し）------------------*/
#mainArea.expConts .titleArea.heading {
	padding: 0;
	background: none;
}
#mainArea.expConts .titleArea.heading .titleText {
	margin-top: 10px;
	font-size: 1.4rem;
	display: block;
}

/* titleArea.dstIcon（方面別アイコン）------------------*/
#mainArea.expConts .titleArea .dstIcon {
	padding: 0 3.1%;
	width: auto;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	background: #B50000;
	position: relative;
	display: inline-block;
	z-index: 0;
}
#mainArea.expConts .titleArea .dstIcon:before {
	content: "";
	width: 0px;
	height: 0px;
	margin-left: -3px;
	border-style: solid;
	border-width: 7px 3px 0 3px;
	border-color: #B50000 transparent transparent transparent;
	position: absolute;
	bottom: -6px;
	left: 50%;
	z-index: 0;
}

/* titleArea.dstIcon.●（方面別アイコン/エリア設定）------------------*/
#mainArea.expConts .titleArea .dstIcon.asia {
	background: #B50000;
}
#mainArea.expConts .titleArea .dstIcon.asia:before {
	border-color: #B50000 transparent transparent transparent;
}
#mainArea.expConts .titleArea .dstIcon.beach {
	background: #1298A8;
}
#mainArea.expConts .titleArea .dstIcon.beach:before {
	border-color: #1298A8 transparent transparent transparent;
}
#mainArea.expConts .titleArea .dstIcon.europe {
	background: #8957A1;
}
#mainArea.expConts .titleArea .dstIcon.europe:before {
	border-color: #8957A1 transparent transparent transparent;
}
#mainArea.expConts .titleArea .dstIcon.america {
	background: #6A3906;
}
#mainArea.expConts .titleArea .dstIcon.america:before {
	border-color: #6A3906 transparent transparent transparent;
}
#mainArea.expConts .titleArea .dstIcon.africa {
	background: #486A00;
}
#mainArea.expConts .titleArea .dstIcon.africa:before {
	border-color: #486A00 transparent transparent transparent;
}


/* ===============================================
 expArea（一人旅体験談）
=============================================== */

#expArea {
}

/* expList（リスト部分）------------------*/
#expArea .expList {
}
#expArea .expList li {
}
#expArea .expList li+li {
	margin-top: 8%;
}

/* expList（写真+テキスト振分）------------------*/
#expArea .expList > li .phArea {
	margin-right: 2%;
	float: left;
}
#expArea .expList > li .descArea {
/*  float: left;*/
}
#expArea .expList > li:nth-child(even) .phArea {
	margin-right: 0;
	margin-left: 2%;
	float: right;
}
#expArea .expList > li:nth-child(even) .descArea {
/*  float: right;*/
}

/* expList.expBox（詳細）------------------*/
#expArea .expList .expBox {
	clear: both;
	overflow: hidden;
}
#expArea .expList li .expBox .phArea {
	width: 40%;
}
#expArea .expList li .expBox .descArea {
/*width: 58%;*/
}
#expArea .expList .expBox .descArea em {
	font-style: normal;
	font-weight: bold;
}
#expArea .expList .expBox .descArea .speakerBox {
	font-size: 1.0rem;
	text-align: right;
	display: inline-block;
}