@charset "utf-8";

/*---------------------

	コメント
	
---------------------*/

#coment{
	width:100%;
	margin-bottom:50px;
}

#coment strong{
	font-size:16px;
}

#coment strong .blue{
	color:#C30D23;
	font-size:18px;
}

#coment .inner{
	width:100%;
	display: flex;
	/*align-items: center;*/
}

#map{
	width:450px;
	text-align: center;
	border:1px solid #00A5DD;
	display: flex;
	align-items: center;
	justify-content: center;
}

#coment .text{
	flex:1;
	margin-left:20px;
}

#coment a{
	color:#16A3CE;
	
}

#coment .logo{
	text-align: center;
}

#mapd{
	text-align: center;
	display: none;
}

#mapd img{
	width:100%;
}
/*---------------------

	会社概要
	
---------------------*/

#outline table{
	width:100%;
	border-collapse:separate;
	border-spacing:0 3px;
}

#outline th,
#outline td{
	padding:15px 8px;
}

#outline th{
	width:130px;
	font-weight:bold;
	/*vertical-align:top;*/
	background-color:#6DB2DF;
	color:#fff;
}

#outline td{
	background-color:#F3F0ED;
}

#outline td span.map{
	padding:0 5px;
	background-color:#00ABEB;
	border-radius:5px;
color:#fff;
margin-left:5px;
}

#outline td span.map a{
	color:#fff;
	text-decoration:none;
}

#outline td span.map a:hover{
	text-decoration:underline;
}

#outline td.name{
	font-size:120%;
	font-weight:bold;
}

#outline table table{
	width:100%;
border-collapse:collapse;border-spacing:0;

}

#outline table table th,
#outline table table td{
	padding:3px;
	background-color:#F3F0ED;
}

#outline table table th{
	font-weight:normal;
	font-size:100%;
}

/*---------------------

	アクセス
	
---------------------*/

#accsess .map{
	width:740px;
	background-color:#BAD6E0;
	padding:3px 0;
	text-align:center;
	margin:0 auto;
}

#accsess iframe{
	width:730px;
height:730px;
	margin:0 auto;
}