@charset "UTF-8";


/* *****************************************************
 *	section
 *	greeting table
 *	outline
 *	history
 *	map
 *	message
 * *****************************************************/


/* *****************************************************
 *	section
 * *****************************************************/
div.company-section{
	width:1000px;
	margin:0 auto;
}

/* *****************************************************
 *	greeting table
 * *****************************************************/
dl.greeting{
	display: -webkit-flex;
	display: flex;
	align-items:stretch;
	width:100%;
	margin-bottom:25px;
}

dl.greeting dt{
	width:230px;
	margin-right:25px;
	/* line-height:0; */

	line-height:1.6;
	text-align:center;
}

dl.greeting dd{
	position: relative;
	-webkit-flex: 1;
	flex: 1;
	font-size: 15px;
	font-size: 1.5rem;
	line-height:1.7;
}

/* *****************************************************
 *	outline
 * *****************************************************/
ul.outlineTable{
	width:100%;
	margin-bottom:30px;
	border-bottom:1px #d0d0d0 solid;
	list-style-type:none;
}

ul.outlineTable > li{
	padding:1px 0;
	border-top:1px #d0d0d0 solid;
}

ul.outlineTable > li dl{
	word-spacing: -1em;
	display: table;
	display: block\9;
	font-size:0;
	width:100%;
}

ul.outlineTable > li dl dt,
ul.outlineTable > li dl dd{
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;

	font-size: 14px;
	font-size: 1.4rem;
}

ul.outlineTable > li dl dt{
	position:relative;
	width:25%;
	padding:14px 10px;
}

ul.outlineTable > li dl dd{
	width:75%;
	padding:14px 10px 12px 20px;
	background:#f9f9f9;
	line-height:1.3;
}

ul.outlineTable > li dl dd a:link,
ul.outlineTable > li dl dd a:visited{
	color:#003f8e;
	text-decoration:underline;
}

/* *****************************************************
 *	history
 * *****************************************************/
 ul.historyTable{
	width:100%;
	margin-bottom:30px;
	border-bottom:1px #d0d0d0 solid;
	list-style-type:none;
}

ul.historyTable > li{
	padding:1px 0;
	border-top:1px #d0d0d0 solid;
}

ul.historyTable > li dl{
	word-spacing: -1em;
	display: table;
	display: block\9;
	font-size:0;
	width:100%;
}

ul.historyTable > li dl dt,
ul.historyTable > li dl dd{
	word-spacing: normal;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;

	font-size: 14px;
	font-size: 1.4rem;
}

ul.historyTable > li dl dt{
	position:relative;
	width:10%;
	padding:14px 10px 14px 30px;
}

ul.historyTable > li dl dd{
	width:90%;
	padding:14px 10px 12px 10px;
	line-height:1.3;
}

ul.historyTable > li dl dd a:link,
ul.historyTable > li dl dd a:visited{
	color:#003f8e;
	text-decoration:underline;
}

/* *****************************************************
 *	map
 * *****************************************************/
div.map{
	margin-bottom:30px;
}

/* *****************************************************
 *	message
 * *****************************************************/
div.message{
	margin-bottom:25px;
	padding:15px;
	background:#F9F9F9;
	line-height:1.5;
}

