﻿@charset "utf-8";

/* ---------------------------------------------------------

	イチオシ旅行

--------------------------------------------------------- */

/* ページ全体*/
.item{
	font-weight: bold;
	font-size: 110%;
}


.txt_center{
	text-align:center;
	margin-top: 10px;
}
.bld{font-weight: bold;}
.small_50{
	font-size: 50%;
}
.region_outside_icon{
    background: url(/content/dam/jretravel/site/common/images/outside_icon.png) 0 11px no-repeat;
    background-size: 16px 12px;
    padding: 6px 5px 6px 20px;
	margin-left: 5px;
}

/* 2カラム用画像 */
.img_2col img{
	width: 100% !important;
	height:auto !important;
}
.img_2col_s .codeitem_img{
	text-align: center!important;
}

/*1カラム時にエリアが未記入の場合にグレー地を非表示*/
.area_1col_none .clm01_side_area {
	display: none!important;
}
.area_1col_none .clm01_side_tag {
	width: 50%!important;
}

@media screen and (max-width: 568px){
	.area_1col_none .clm01_side_tag {
		width: 100%!important;
}
}

