/*======================================

	林建設工業
	保有船舶CSS

=======================================*/

/*======================================
	保有船舶 共通
=======================================*/
#about_ship h3.title{
	font-size: 170%;
	font-weight: bold;
	background: #e6e6e6;
	padding: 5px 15px;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
	margin-bottom: 50px;
}

.line_title{
	font-weight: bold;
}

.content_wrap{
	position: relative;
}
#info_wrap{
	max-width: 800px;
	width: calc(100% - 250px);
}


/*======================================
	ship_list
=======================================*/
#ship_list{
	margin-bottom: 120px;
}
#ship_list a.btn_01{
	max-width: 160px;
	font-size: 100%;
	padding: 15px 0;
	background-size: 9px;
	background-position: top 15px right 10px;
}

#ship_list li:not(:last-child){
	margin-bottom: 100px;
}

#ship_list .img{
	float: left;
	max-width: 280px;
	width: 35%;
	margin-right: 5%;
}
#ship_list .info{
	position: relative;
	float: right;
	max-width: 485px;
	width: 60%;
	border-top: solid 1px #000;
	background: url(../img/about_ship/bk_list.png);
	background-repeat: repeat-y;
}

#ship_list .btn_wrap{
	margin-top: 15px;
}

#ship_list .info dt{
	position: absolute;
	left: 20px;
	padding-top: 10px;
	font-weight: bold;
}
#ship_list .info dd{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 90px;
	border-bottom: solid 1px #000;
}

#info_wrap > .btn_wrap > .txt{
	display: block;
	text-align: center;
	margin-top: 15px;
}



@media screen and (max-width:800px) {
	#info_wrap{
		width: 100%;
	}
	#info_wrap > .btn_wrap{
		padding-top: 50px;
		margin-bottom: 70px;
	}
}


@media screen and (max-width:600px) {
	#ship_list .info{
		float: none;
		max-width: 100%;
		width: 100%;
	}
	#ship_list .img {
		float: none;
		width: 100%;
		margin: 30px auto 0 auto;
	}

	#ship_list .info{
		background: none;
	}
	#ship_list .info dt{
		position: relative;
		left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		background: #e6e6e6;
	}
	#ship_list .info dd{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
}

@media screen and (max-width:500px) {
	#ship_list .info{
		background: none;
	}
	#ship_list .info dt{
		position: relative;
		left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		background: #e6e6e6;
	}
	#ship_list .info dd{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	
	#ship_list .info{
		float: none;
		max-width: 100%;
		width: 100%;
	}
	#ship_list .img {
		float: none;
		width: 100%;
		margin: 30px auto 0 auto;
	}
}
