@charset "utf-8";

/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px) {
.dsp_tbs, .dsp_smt {
	display: none;
}
.cen_pc { text-align: center; }
.fl { float: left; }	/* 左寄せ（float） */
.fr { float: right; }	/* 右寄席（float） */
	
/* ヘッダ */
#header {
	position: relative;
}
#header p.title {
	padding-top: 10px;
}
#header .contact {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
#header .contact p {
	text-align: center;
}
#header .contact .tel {
	display: block;
}
#header .contact a img {
	width: 25px;
	margin-right: 8px;
}
#header .contact .tel img {
	position: relative;
	top: -2px;
}
#header .contact .btn img {
	display: none;
}
#header .contact .btn {
	display: inline-block;
	padding: 7.5px 20px;
	border-radius: 5px;
	background-color: #3A5998;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}
#header .contact .btn img {
	width: 23px;
}
#header .in {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#menu ul {
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .contact .tel {
	font-size: 20px;
}
#header .contact .txt {
	margin: 0 9px;
	font-size: 11px;
}
#menu li a {
	width: 120px;
	max-width: 100%;
}
@media only screen and (max-width: 1380px){ 
	#header p.title {
		width: 35%;
	}
	#menu li a {
		width: 80px;
		max-width: 100%;
	}
}
@media only screen and (max-width: 1235px){ 
	#header p.title {
		width: 32%;
	}
}
/* コンテナ */
#wrap, #footer {
	min-width: 1150px;
}
#container {
	padding-bottom: 567px;
}
.main {
	width: 1100px;
	margin: auto;
}
#main {
	float: left;
	width: 840px;
}
#navi {
	float: right;
	width: 220px;
}
/* フッター */
#footer {
	position: relative;
	min-height: 567px;
	margin-top: -567px;
}
#footer .box, #footer .contact {
	height: 250px;
	/* 縦方向中央揃え */
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#footer .box dd p {
	display: inline-block;
}
#footer .box dd p+p {
	margin-left: 0.5em;
}
#footer .contact {
	height: 80px;
	margin: auto;
}
#footer .contact .btn {
	float: right;
}
/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
#top_menu .box {
	display: flex;
	justify-content: space-between;
}
#top_menu .box dl dt, #top_menu .box dl dd {
	width: 340px;
}
/*--------------------------------------------------
	会社情報
--------------------------------------------------*/
	#company_info table {
		float: left;
		width: 677px;
	}
	#company_info .fr {
		width: 389px;
		margin-bottom: 0;
	}
	#company_info .fr img:first-of-type {
		margin-bottom: 35px;
	}
	#company_info table td ul {
		float: left;
	}
	#company_info table td ul:first-of-type {
		margin-right: 20px;
	}
	#company_other .fr {
		width: 586px;
	}
/*--------------------------------------------------
	安全・環境
--------------------------------------------------*/
	#safe_training .in {
		float: right;
		width: 565px;
	}
/*--------------------------------------------------
	船舶紹介
--------------------------------------------------*/
#about dl {
	float: left;
	width: 300px;
	margin-left: 100px;
}
#about dl:nth-of-type(3n+1) {
	margin-left: 0;
	clear: both;
}
	
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
	#contact p {
		text-align: center;
	}
	
/*------------------------------------------------*/
	/* 背景固定 */
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
/* Hides from IE-mac \*/
* html .cf {
	height: 1%;
}
.cf {
	display: block;
}
/* End hide from IE-mac */ 
/*------------------------------------------------*/
}
