@charset "utf-8";
/* Copyright 2017 FSField All Rights Reserved. */

/* ------------------------------------------------------------

COMPANY 会社案内

------------------------------------------------------------ */

.company{
	display:table;
	width:100%;
	margin-bottom:10px;
}

.company > p{
	display:table-cell;
	vertical-align:middle;
	background:#0083B5;
	width:25%;
	color:#FFF;
	font-weight:bold;
	padding:18px 30px;
}

.company div.inner{
	display:table-cell;
	background:#EEF5F9;
	padding:18px 30px;
}

/*--スライド写真--*/
#photo{overflow:hidden;}

#photo p{float:left;}

#photo ul{
	width:210px;
	float:right;
}

#photo ul li{
	margin-bottom:24px;
	cursor:pointer;
	transition:opacity .3s;
}

#photo ul li:hover{opacity:0.8;}

#photo ul li:last-child{margin-bottom:0;}

/*--地図--*/
#map{
	width:980px;
	height:360px;
}

/* table
---------------------------------------------- */
#table_company{width:100%;}

#table_company tr{
	background-image: linear-gradient(to right, #A5BDC9, #A5BDC9 1px, transparent 1px, transparent 3px);
	background-size: 5px 1px;
	background-position: bottom;
	background-repeat: repeat-x;
}

#table_company tr:last-child{background:none;}

#table_company th{
	width:32%;
	padding:20px 0;
	text-align:left;
}

#table_company td{padding:20px 0;}

#table_company tr:first-child th{padding-top:10px;}
#table_company tr:first-child td{padding-top:10px;}
#table_company tr:last-child th{padding-bottom:10px;}
#table_company tr:last-child td{padding-bottom:10px;}

