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

/*/////////////////////////////////////////////////////////
file name: company.css
description: 会社案内専用スタイルシート

1.レイアウト
2.スマートフォン縦横
3.スマートフォン横

///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト =========== */

dl.listCompany {
	border-bottom: 3px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
}


dl.listCompany dt {
	float: left;
	width: 160px;
	font-weight: bold;
	line-height: 1.4;
	background-image: url(../../common/images/hd_list.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 1px 0 0 12px;
	min-height: 22px;
}

dl.listCompany dd {
	padding-left: 180px;
	line-height: 1.4;
}

dl.listCompany dd p {
	padding-bottom: 0;
}

#gmap02 {
	width: 100%;
	height: 340px;
}

.company-video {
	margin-top:126px;
}



/* ===========  2.667px以下スマホ縦横 =========== */
@media screen and (max-width: 667px) {
dl.listCompany dt {
	float: none;
	width: 100%;
}

dl.listCompany dd {
	padding-left: 0;
	margin-top: 10px;
}

.company-video {
	margin-top:0;
}

}

/* ===========  3.スマホ横 =========== */
@media only screen and (max-device-width:667px) and (orientation:landscape) {

	
}