@charset "UTF-8";
@import url("../style/original.css");
@import url("../style/sidebar.css");

/* 旅トップのスタイルシート */

/* 本文部分 */


/* 旅行説明部分 */
.travel{
/* MacIE 除外 \*/
	clear:left;
/* */
	list-style-type:none;
}
.title_photoT{
	float:left;
	width:168px;				/* 表示の横幅 */
	height:167px;				/* 表示の縦幅 */
	background: url(images/slideT.gif) left top no-repeat;		/* 背景 */
	margin-bottom:30px;				/* 下マージン */
}
.title_photoT img{
	margin:23px 0 0 37px;				/* マージン一括指定 */
}
.title_photoY{
	float:left;
	width:168px;
	height:167px;
	background: url(images/slideY.gif) left top no-repeat;
	margin-bottom:30px;
}
.title_photoY img{
	margin:42px 0 0 18px;
}

.explanation{
	float:left;
	width: 100%;
	max-width: 425px;
	margin:10px 0 30px 15px;
}
h3{
	font-size:14px;
	_font-size:116%;
	font-weight:bold;			/* 太さ */
}
.sub_title{
	font-size:12px;
	_font-size:85%;
	font-weight:normal;			/* 太さ */
	margin:0 0 0 12px;				/* マージン一括指定 */
}
.explanation p{
	margin-top:8px;				/* 上マージン */
}
.explanation img{
	vertical-align:middle;
	_margin:3px 0;				/* パディング一括指定 */
}

#link{
	clear:both;				/* 回り込み解除 */
}

@media screen and (max-width: 767px){
	.title_photoT{
		float: none;
	}
	.title_photoY{
		float: none;
	}
	.explanation{
		float: none;
		margin-left: 0;
	}
}

