@charset "utf-8";
#travel_life * {
	box-sizing: border-box;
}
#travel_life {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding: 0 0 0 5px;
}
#travel_life h1,#travel_life h2,#travel_life h3,#travel_life h4,#travel_life h5,#travel_life h6 { 
	margin:0;
	padding:0;
	font-size:115%;
	font-weight:normal;
}
#travel_life a:link, a:visited {
	text-decoration: none;
	color: #221814;
}
#travel_life a:hover {
	text-decoration: underline;
	color: #221814;
	opacity:0.8;
}
#travel_life a.op:hover {
	opacity: 0.8;
	text-decoration: none;
}
#travel_life .inner {
	padding: 0 24px;
}
#travel_life .header, .contents {
	width: 970px;
	margin: 0 auto;
}
#travel_life strong {
	font-weight:bold;
}
#travel_life p {
	margin-bottom: 1em;
}
#travel_life p:last-child {
	margin-bottom: 0;
}
#travel_life ol,#travel_life ul {
	list-style:none;
}
#travel_life .pankuzu {
	/*border-bottom: 1px dashed #BBBBBB;*/
	font-size: 13px;
	clear: both;
	line-height: 130%;
	margin: 0 0 5px 5px;
	width: 970px;
	padding: 3px 0 5px;
	overflow: hidden;
}
#travel_life .pankuzu ul {
	display: inline;
}
#travel_life .pankuzu li {
	display: inline;
}
#travel_life .pankuzu ul .pankuzu_last {
	background: none right center no-repeat;
}
#travel_life .pankuzu li a:link {
	color: #000099;
	text-decoration: underline;
}
/* 20181128 */
#travel_life .clmn h1 {
	font-size:18px;
	font-weight:bold;
	border:solid 1px #dadada;
}
#travel_life .clmn h1 span {
	display:block;
	padding:0 10px;
	line-height:35px;
	border-left:solid 6px #c81528;
}
/* ヘッダー */
#travel_life .header {
	padding: 24px 20px;
}
#travel_life .header h1 {
	float: left;
}
#travel_life .header ul.nav {
	float: right;
	width: auto;
	text-align: center;
	margin-top: 13px;
	margin-right: -17px;
	letter-spacing: 0;
	line-height:1.22;
}
#travel_life .header ul.nav li {
	float: left;
	width: 82px;
}
#travel_life .header ul.nav li a {
}
#travel_life .header ul.nav li a img {
	width: 48px;
	height: 48px;
}
#travel_life .header ul.nav li a span {
	display: block;
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}
#travel_life .header ul.nav li a:hover {
	opacity: 0.8;
}
/* フッター */
/*cate_area*/
#travel_life #tl_cate_area {
	width: 950px;
	height: auto;
	margin: 0 0 0 20px;
	padding: 26px 0 10px 20px;
	background-color: #f1f1f1;
}
#travel_life #tl_cate_area .cate {
	float: left;
	width: 132px;
	margin-bottom: 16px;
}
#travel_life #tl_cate_area .cate .icon {
	float: left;
	line-height: 0;
}
#travel_life #tl_cate_area .cate .txt {
	float: left;
	padding-left: 4px;
	font-size: 13px;
	letter-spacing: 0.025em;
	line-height: 36px;
}
#travel_life ul.banner_area {
	width: 970px;
	margin: 50px auto 0 auto;
	padding: 0 20px;
}
#travel_life ul.banner_area li {
	float: left;
	width: 460px;
	margin-bottom: 10px;
	line-height: 0;
}
#travel_life ul.banner_area li:nth-child(2) {
	float: right;
}
#travel_life ul.banner_area li img {
	width: 100%;
	height: auto;
}
#travel_life ul.banner_area li.wideban {
	float: none;
	width: 930px;
	margin-right: 0px;
	line-height: 0;
}
#travel_life .footer {
	width: 970px;
	margin: 50px auto 0 auto;
	padding: 47px 0;
	background-color: #333333;
	color: #fff;
	text-align: center;
}
#travel_life .footer a {
	color: #fff;
}
#travel_life .footer .logo {
	margin-bottom: 10px;
}
#travel_life .footer .txt {
	font-size: 12px;
}
#travel_life .footer_nav {
	font-size: 14px;
	margin-top: 20px;
}
#travel_life .footer_nav ul {
	margin-bottom: 10px;
}
#travel_life .footer_nav ul li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 10px;
}

#travel_life .footer_nav ul li:last-child {
	border-right: none;
}

#travel_life .footer_nav .adlink {
	margin-top: 20px;
}
#travel_life .footer_nav .adlink a:before {
	content: url(../images/footer/arr.png);
	margin-right: 5px;
}
#travel_life #gototop {
	position: fixed;
	right: 80px;
	bottom: 60px;
	display: block;
	padding: 5px;
	/*	background-color:#666;
	color:#fff;
	font-size:20px;
	line-height:20px;
	text-decoration:none;*/
	cursor: pointer;
}
#travel_life a:hover#gototop {
	opacity: 0.8;
}
