@charset "utf-8";
/*////////////// BasicCSS Document //////////////*/

/* ===============================================
 all（基本事項/全共通）　
=============================================== */

#newspaper {
}
#container .tour-label {
	display: none;
}



/* ===============================================
 headerArea　
=============================================== */

#headerArea .titleArea.main {
}

/* listText（リスト型/国内旅行TOP）------------------*/
.linkArea.listText.kokunai {
	width: auto;
	margin: 4% 3.1% 9%;
	padding: 0.5% 0;
	background: #E4E4E4 url("http://smp.his-j.com/cmn/img/kanto/silverweek/icon_box_g.png") no-repeat 95% 50%;
	background-size: 15px 13px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.linkArea.listText.kokunai .linkText {
	background: url("http://smp.his-j.com/cmn/img/kanto/silverweek/icon_kokunai.png") no-repeat 5px 50%;
	background-size: 30px auto;
}
.linkArea.listText.kokunai a {
	padding: 12px 0 12px 40px;
	color: inherit;
}



/* ===============================================
 mainArea（メインコンテンツ部分/全共通）　
=============================================== */

#mainArea {
}
#mainArea section {
	margin: 0 0 15%;
}



/* ===============================================
 titleArea（タイトル部分/全共通）
=============================================== */

.titleArea {
}
.titleArea .titleText {
}

/* titleArea.headlines（大見出し/アイコン+テキスト）------------------*/
.titleArea.headlines {
	background-color: #C90E0E;
	background-image: url("http://smp.his-j.com/cmn/img/kanto/icon/ad.png");
}

/* titleArea.headlines.●（大見出し/アイコン設定）------------------*/
.titleArea.headlines.searchIcon {
	padding: 1% 0;
	background-image: url("http://smp.his-j.com/cmn/img/kanto/icon/search.png");
}
.titleArea.headlines .titleText {
	font-size: 1.1rem;
	font-weight: normal;
}
.titleArea.headlines .titleText .dateText {
	margin: 0 0 4px;
	font-size: 1.7rem;
	font-weight: bold;
	display: block;
}

/* titleArea.heading（中見出し/テキストのみ）------------------*/
.titleArea.heading {
}
.titleArea.heading .titleText {
}

/* titleArea.subheading（小見出し/テキストのみ）------------------*/
.titleArea.subheading {
	margin: 5px 10px;
}
.titleArea.subheading .titleText {
}

/* #footerArea.titleArea（フッター部分）------------------*/

#footerArea .titleArea.headlines .titleText {
	padding: 12px 0 9px 40px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1.4em;
	display: block;
}



/* ===============================================
 linkArea（リンク部分/全共通）　
=============================================== */

.linkArea {
	line-height: 1.5em;
}


/* ===============================================
 descArea（新聞の記事詳細）
=============================================== */

.descArea {
	border-bottom: 1px solid #CECECE;
}
.descArea .descText {
	margin: 0 3.1%;
	padding: 5px 0 20px;
}



/* ===============================================
 api_detail_spr_tour（APIデザイン）
=============================================== */

#container .tour-desc .tour-desc-text01 {
	font-weight: normal;
}
#container .tour-desc .tour-desc-text02 {
	font-weight: normal;
}



/* ===============================================
 footerArea（フッター部分全体）　
=============================================== */

#footerArea {
}
#footerArea > section {
	margin: 0 0 10%;
}
#footerArea section > p {
	margin: 10px 3.1%;
}