@charset "utf-8";

/*スライダー*/

#slider{
	margin-bottom:30px;
	position:relative;
	z-index:100;
	}
	
#slider h2{
	position:absolute;
	left:0;
	bottom:0;
	z-index:100;
	}	

/*左メニュー*/

#aside{
	width:180px;
	float:left;
	position:relative;
	z-index:100;	
	}

#aside a{display:block; margin-bottom:10px; text-decoration:none;}
#aside a:hover{opacity:0.8;}
#aside a b{background:#000; color:#fff; display:table-cell; padding:5px 10px 0; height:60px; font-size:1.6em; line-height:120%; vertical-align:middle; width:180px; text-align: center;}
#aside a p{background:#eee; color:#000; display:block; padding:10px; width:180px;}

	
/*コンテンツエリア*/		
	
#article{
	width:690px;
	float:right;
	}

#article p{font-size:120%; margin:0 0 20px;}


#article h2{
	line-height:35px;
	margin-bottom:50px;
	background:#000000;
	color:#FFFFFF;
	font-size:2em;
	font-weight:700;
	letter-spacing:0.1em;
	padding:20px;
	vertical-align:middle;
	font-family: 'Arimo',Arial, sans-serif;
	}



/*コンテンツエリア　各セクションの共通スタイル*/
	
#article #section01,
#article #section02,
#article #section03,
#article #section04{
	clear:both;
	}
	
#article #section01,
#article #section02,
#article #section03{
	margin-bottom:50px;
	}	
	
#article div h3{
	font-size:1.7em;
	margin-bottom:15px;
	letter-spacing:0.1em;
	line-height:1em;
	border-bottom:3px double #000000;
	padding-bottom:15px;
	}
	
/*「TEAM CRUISE」スタイル*/


#article #section01 ul li{
	width:335px;
	position:relative;
	}

#article #section01 ul li:nth-child(odd){
	float:left;
	clear:both;
	}
	
#article #section01 ul li:nth-child(even){
	float:right;
	}	

#article #section01 ul li img{
	float:left;
	}
	
#article #section01 ul li dl{
	float:right;
	width:165px;
	position:relative;
	top:40px;
	}
	
#article #section01 ul li dl dt{
	font-size:1.5em;
	margin-bottom:0.5em;
	line-height:1em;
	letter-spacing:0.1em;
	}	
	
#article #section01 ul li dl dd{
	letter-spacing:0.1em;
	font-size:1.1em;
	}	
	
/*「クルーズジュニア」スタイル*/		
	
#article #section02 ul li{
	float:left;
	width:210px;
	margin-right:20px;
	margin-bottom:20px;
	padding:10px;
	line-height:1em;
	letter-spacing:0.1em;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
background: rgb(243,243,243); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

/* border-radius */
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;

/* box-shadow */
box-shadow:0px 0px 2px 1px rgba(0,0,0,0.1);
-webkit-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.1);
-moz-box-shadow:0px 0px 2px 1px rgba(0,0,0,0.1);

border:1px solid #cccccc;
text-align:center;
	}
	
#article #section02 ul li:nth-child(3n){
	margin-right:0;
	}
	
#article #section02 ul li:nth-child(3n+1){
	clear:both;
	}	
	
/*「クルーズ女子会・男組」スタイル*/	
	
#article div#section03 h3,
#article div#section04 h3{
	font-size:1.7em;
	padding:15px;
	background:#d21276;
	border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
color:#ffffff;
position:relative;
border-bottom:0;
margin-bottom:20px;
	}
	
#article div#section03 h3 span,
#article div#section04 h3 span{
	position:absolute;
	right:15px;
	top:15px;
	}	
	