@charset "utf-8";
/* CSS Document */


#wrapper h2 {
  display: block;
  color: #006699;
  margin: 0 0 30px 30px;
  padding: 1px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

#wrapper h2 span {
  display: block;
  font-size: 19px;
  padding: 27px 15px 27px 20px;
  border-left: 5px solid #67BEDC;
  background: rgb(239,239,239);
  background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239,239,239,1)), color-stop(25%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(75%, rgba(255,255,255,1)), color-stop(100%, rgba(239,239,239,1)));
  background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%);
  background: -o-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%);
  background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%);
  background: linear-gradient(to bottom, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef', GradientType=0 );
}

/*
船の紹介
-------------------------------------------------*/

.the_ship{
	clear:both;
	width:851px;
	margin:20px auto;
	overflow:hidden;
}

.the_ship .profile_title {
  height: 35px;
  border: solid 1px rgba(239,239,239,1);
  box-sizing: border-box;
  padding: 3px;
  background: rgb(239,239,239);
  background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(239,239,239,1)), color-stop(10%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(75%, rgba(255,255,255,1)), color-stop(100%, rgba(239,239,239,1)));
  background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%);
  background: -o-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%);
  background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%);
  background: linear-gradient(to bottom, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(239,239,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef', GradientType=0 );
}
.the_ship .profile_title span {
  font-size: 16px;
  font-weight: bold;
  color: #006699;
  height: 100%;
  display: grid;
  align-content: center;
  border-left: 5px solid #67BEDC;
  padding-left: 5px;
}

.the_ship .photo{
	width:511px;
	float:left;
}

.the_ship .profile{
	width:328px;
	float:right;
}

.the_ship .profile dl{
	margin-bottom:30px;
}

.the_ship .profile dl dt{
}

.the_ship .profile dl dd{
	margin-top:15px;
}

.the_ship .profile .detail_table{
	width:294px;
	margin:0 auto;
}

.the_ship .profile .detail_table th{
	text-align:left;
	border-bottom:1px dotted #D8D8D8;
	padding:5px 0px 5px 10px;
}

.the_ship .profile .detail_table td{
	text-align:left;
	border-bottom:1px dotted #D8D8D8;
	padding:5px 30px 5px 0px;
}

.the_ship .profile .service_table{
	width:280px;
	margin:0px auto;
}

.the_ship .profile .service_table td{
	padding:0px 0px 10px 10px;
	vertical-align:top;
	text-align:left;
	
}

.guide_list{
	width:300px;
	margin:0 auto;
}

.guide_list li{
	list-style-type:none;
	background-image:url(../image/sj/li01.png);
	background-repeat:no-repeat;
	background-position:left 0.35em;
	padding-left:10px;
	margin-bottom:5px;
}

.guide_list .caution{
	background-image:none;
	text-indent:-1em;
}


/*
印刷ボタン
-------------------------------------------------*/
.bt_print{
	display:block;
	width:400px;
	margin:40px auto;
}


/**/

.center{
	text-align:center;
}

/*
真印刷ボタン
*/

.print_box{
	width:800px;
	margin:20px 50px 20px 0px;
	float:right;
	overflow:hidden;
}

.print_box li{
	float:right;
	display:inline;
	margin-left:10px;
}