/* CSS Document */
/* コンテンツ幅 フル */
.contentsInr{width:auto;padding:0px;}
/* コンテンツ幅 950px */
.contentsInr .contentsUnit{padding:0 10px;}

@media all and (min-width:740px){
	.contentsInr .contentsUnit{
		width:950px;padding:0px;margin:0 auto;
	}
}
.ctm_contentsFull{
	background:linear-gradient(to bottom, #ffffff 0, #f2fafc 10%, #f2fafc 20%, #d4e9fd 55%, #f2fafc 90%, #ffffff 100%);
}
.ctm_color01{
	background-color:#f2fafc;	
}
.ctm_color02{
	background-color:#f8e3e4;	
}
.ctm_color03{
	background-color:#ddf7ee;	
}
.ctm_color04{
	background-color:#faebde;
}
.ctm_color05{
	background-color:#dee6f3;
}
.ctm_color06{
	background-color:#0D7AA8;
	color:#ffffff;
}
.ctm_color07{
	color:#183c57;
}
.ctm_color08{
	color:#444444;
}
.ctm_color09{
	background-color:#a7d5e8 /*-#CCE6F1-*/;
}

.ctm_color10{
	color:#444444;
	background:linear-gradient(to top, #ffffff 6px, #0d7aa8 6px, #0d7aa8 8px, #ffffff 8px);
}
.ctm_color11{
	color:#444444;
	/*background:linear-gradient(to top, transparent 6px, #fbfefe 6px, #fbfefe 30px, transparent 30px);*/
}
.ctm_bgimg01{
	background-image:url(/jp/ja/domtour/jaldp/amamitokurasu/img_sites/bgimg01.png);
	background-size: cover;
}
/*--タブ切り替えナビゲーション-*/
.ctm_tabColor_set .tabs_parent > li.current, .ctm_tabColor_set .tabs_parent > li.current > a{
	background:#0D7AA8; color:#ffffff;
} 
.ctm_tabColor_set .tabs_parent > li{
	background:#e6e6e6; border-color:#f2fafc;
} 
.ctm_tabColor_set .tabs_parent > li > a{
	color:#245D88;
} 
.ctm_tabPnl .tabPanel{
	background:#f2fafc;
}
/*--/タブ切り替えナビゲーションここまで-*/
.point_img{
	width:50px;
	margin:-14px 6px 0 0;
}
@media all and (min-width:740px){
	.point_img{
		margin:-8px 6px 0 0;
	}
}