/* 観光列車から選ぶ */
#TrainArea .map_smt{
    display: none;
}
#TrainArea h2 {
	background-image: url(../../img/deco-green.png);
	background-repeat: no-repeat;
	background-position: 38% 50%;
}
#TrainArea h3{
	font-size: 1.5em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}
#TrainArea h3#map_kyushu{
	color: #0a6dd1;
	border-bottom: 2px solid #0a6dd1;
}
#TrainArea h3#map_shikoku{
	color: #ff6666;
	border-bottom: 2px solid #ff6666;
}
#TrainArea h3#map_kinki{
	color: #ff9900;
	border-bottom: 2px solid #ff9900;
}
#TrainArea h3#map_hokuriku{
	color: #0099cc;
	border-bottom: 2px solid #0099cc;
}
#TrainArea ul {
	margin-left: 1.2%;
}
#TrainArea ul a {
	text-decoration: none;
}
#TrainArea ul a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
#TrainArea ul li.width1-2 {
	display: inline-block;
	vertical-align: top;
	padding: 2px;
	width: 49%;
	margin-right: 0.2%;
	margin-bottom: 2%;
}
#TrainArea ul li.width1-3 {
	display: inline-block;
	vertical-align: top;
	border: solid 1px #C96;
	padding: 2px;
	width: 31.1%;
	margin-right: 1.2%;
	margin-bottom: 2%;
	background-color: #FFF;
}
#TrainArea ul li.boderGray {
	border: solid 1px #999;
}
#TrainArea ul li img {
	padding-bottom: 5px;
}
#TrainArea ul li p {
	text-align: center;
	font-size: 1em;
	line-height: 1.1em;
	color: #F60;
	padding-bottom: 5px;
}

#recommend{
	overflow: hidden;
}
/* ==================================================== */
/* Media Queries
/* ==================================================== */
/* 背景調節 */
@media screen and (max-width: 800px) {
/* 観光列車から選ぶ */
#TrainArea .map_pc{
    display: none;
}
#TrainArea .map_smt{
    display: block;
}
#TrainArea ul li {
	width: 23.3%;
}
#TrainArea ul li.width1-3 {
	width: 48%;
}
}
@media screen and (max-width: 670px) {
#kankou {
	background-image: none;
	margin: 0;
	padding: 0;
}
#kankouHead{
	background: url(../../img/bg_ttl.jpg);
	background-repeat: no-repeat;
	background-position:center 0;
	background-position: 40% 100%;
}
/* 観光列車から選ぶ */
#TrainArea ul li.width1-2 {
	padding: 0;
	width: 100%;
	margin-right: 0;
}
/*#TrainArea ul li.width1-3 {
	width: 48%;
}*/
#TrainArea h2 {
	background-position: 16% 50%;
}
#TrainArea ul {
	margin-left: 1.2%;
}
#TrainArea ul li {
	width: 48%;
	margin-right: 1.2%;
}
}
