/* #courseConts
-------------------------------------------------------- */
#container{ overflow:hidden;}
.courseConts {clear:both; 
}
.courseConts .wrapper {
	background: url(/cruise/chugoku/img/bg_bottom_01.png) no-repeat center bottom;
	padding: 45px 0;
}
.courseConts.yellow .wrapper {
	background: url(/cruise/chugoku/img/bg_bottom_03.png) no-repeat center bottom;
}
.courseConts .courseArea {
	width:960px;
	margin:0 auto;
	margin-top:-10px;
	background:#ffffff;
	position:relative;
	
	
}

.linkArea2 a {
	/*width:10em;
	background-color:#2C2810;
	background-image:url(/cruise/chugoku/img/ico_arrow02.png);
	background-repeat:no-repeat;
	background-position:24px 16px;
	font-size: 130%;
	text-decoration:underline;
	color:#ffffff;*/
	padding: 10px 20px 10px 50px;
	position:absolute;
	right:15px;
	bottom:60px;
}
.linkArea2 a:hover {
	text-decoration:none;
	transition:all 0.4s ease;
	opacity:0.75;
	filter: alpha(opacity=75);/* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";  /* ie 8 */
}


.courseConts .courseArea .coursePoint {

	/*background: url(/cruise/chugoku/img/bg_course01_02_top.png) no-repeat center top;*/
	margin-top:13px;
}
.courseConts .courseArea .coursePoint .wrapper {
	/*background: url(/cruise/chugoku/img/bg_course01_02_bottom.gif) no-repeat left bottom 15px;*/
	padding:25px 30px 10px;
	
}
.coursePoint h3 {
	clear:both;
	color:#522D18;
	font-size:26px;
	font-weight:bold;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.coursePoint .leftArea {
	width:380px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:20px;
	float:left;
}
.coursePoint .leftArea p {
	color:#111111;
	font-size:120%;
	line-height:1.5;
	padding-top:15px;
}
.coursePoint .rightArea {
	width:460px;
	margin-right:20px;
	float:left;
}


.price{ font-weight:bold;
color:#FF0000;
/*margin-left:162px;*/
margin-left:10px;
margin-top:15px;
font-size:18px;}

ul.point{ font-size:14px;
margin:15px 0 0;
font-weight:bold;
line-height:130%;
}
ul.point li{
background:url(/cruise/chugoku/img/point_bg.gif) no-repeat 0 10px;
padding:5px 0 5px 15px;
}


/* 20170620追加*/
.courseTtl_h2{   
    text-align: center;
    clear: both;
    padding-top: 50px;font-size:20px;color:#522C18;  font-weight:bold; }
.courseTtl{ color:#522C18;  font-weight:bold;font-size:18px; width:900px; margin:10px 0 10px 30px; line-height:1.4em;}
.courseTtl .date{font-size:16px;color:#522C18; font-weight:bold; padding-left:36px; padding-top:5px; background:url(/cruise/chugoku/img/ship.png) no-repeat 0 0;}
.courseTtl p.dept{color:#FFFFFF; background:#522C18; text-align:center; width:180px; float:left; margin-right:5px; padding:14px 0; font-weight:normal;}
.courseTtl p.course{ background:#FFFFFF; border: solid 1px #522C18;padding:13px 0;}
.courseTtl a{ color:#003F97;text-decoration:none;}
.courseTtl a:hover{ text-decoration:none;
	opacity:0.75;
	filter: alpha(opacity=75);/* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";  /* ie 8 */}
	
	.box-label{
	position: absolute;
	bottom:5px;
	right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #004BB0 transparent;
	transition:all 0.8s ease;
}



/* 20180119追加*/
.courseTtl1_h2{   
    text-align: center;
    clear: both;
    padding-top: 50px;font-size:20px;color:#0033cc;  font-weight:bold; }
.courseTtl1{ color:#522C18;  font-weight:bold;font-size:18px; width:900px; margin:10px 0 10px 30px; line-height:1.4em;}
.courseTtl1 .date{font-size:16px;color:#0033cc; font-weight:bold; padding-left:36px; padding-top:5px; background:url(/cruise/chugoku/img/ship.png) no-repeat 0 0;}
.courseTtl1 p.dept{color:#FFFFFF; background:#0033cc; text-align:center; width:180px; float:left; margin-right:5px; padding:14px 0; font-weight:normal;}
.courseTtl1 p.course{ background:#FFFFFF; border: solid 1px #0033cc;padding:13px 0;}
.courseTtl1 a{ color:#003F97;text-decoration:none;}
.courseTtl1 a:hover{ text-decoration:none;	
	opacity:0.75;
	filter: alpha(opacity=75);/* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";  /* ie 8 */}
	
	.box-label{
	position: absolute;
	bottom:5px;
	right: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 12px 12px;
	border-color: transparent transparent #004BB0 transparent;
	transition:all 0.8s ease;
}


/* ボタン*/

.course_bn {
	font-size:17px;
}
.course_bn a {
    background: #2D7CC4;
    text-decoration: none;
    color: #fff;
    width: 550px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 8px;
    margin: 15px auto;
    background-image: url(/cruise/chugoku/img/ico_arrow02.png);
    background-repeat: no-repeat;
    background-position: 24px 23px;
}
.course_bn a:hover {
	text-decoration: none;
	opacity:0.75;
	filter: alpha(opacity=75);/* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";  /* ie 8 */
	transition:all 0.4s ease;
	background-image: url(/cruise/chugoku/img/ico_arrow02.png);
    background-repeat: no-repeat;
    background-position: 24px 23px;
}


.course_bn2 {
	font-size:17px;
	background: #8dc9ff;
	text-align: center;
	border:5px solid #2d7cc4; 
	padding:10px;
}

.course_bn2 .koukoku {
	color: #fff;
	font-size:1.5em;
	font-weight:bold;



}
.course_bn2 .txt a {
    
    text-decoration: none;
    display: block;
    border-radius: 8px;
    margin:0 auto;
    background-repeat: no-repeat;
    background-position: 30px 15px;
    padding:10px;
    font-weight:bold;
    color:#000;
}
.course_bn2 a:hover {

	
	-ms-filter: "alpha(opacity=75)";  /* ie 8 */
	transition:all 0.3s ease;
	color:#fff;
    background-repeat: no-repeat;
    background-position: 24px 23px;
}
