@charset "utf-8";

/*-------------------- CompanyInfo --------------------*/

#CompanyInfo table {
	margin-bottom: 40px;
	border: 1px #ddd solid;
	box-shadow:rgba(208, 208, 208, 0.498039) 0px 6px 5px -5px;
		-webkit-box-shadow:rgba(208, 208, 208, 0.498039) 0px 6px 5px -5px;
		-moz-box-shadow:rgba(208, 208, 208, 0.498039) 0px 6px 5px -5px;
	behavior: url(../css/PIE.htc);
}

#CompanyInfo table th,
#CompanyInfo table td {
	padding: 16px 20px 14px;
	font-size: 100%;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px #ddd dotted;
}

#CompanyInfo table .list dt {
	clear: left;
}
	
	/* 要素にあわせてlistの横幅指定 */
	#CompanyInfo table .list.w100 dt {
		width: 100px;
	}



#CompanyInfo table .list dt,
#CompanyInfo table .list dd {
	float: left;
}

#CompanyInfo table .list dt.last,
#CompanyInfo table .list dd.last {
	margin-bottom: 0;
}

#CompanyInfo table address {
	line-height: 200%;
}


/*-------------------- GoogleMap --------------------*/

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.gmap iframe,
.gmapr object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#map_canvas {
	width: 100%;
	height: 400px;
	margin-bottom: 1em;
}


/*-------------------- Top & History & News --------------------*/

#News article {
	margin-bottom: 2em;
}

.report_list .repo_covers {
	float: left;
	width: 34%;
}

.report_list .repo_content {
	float: right;
	width: 64%;
}

.report_list h3 {
	margin: 0 0 10px;
	padding: 5px 20px;
	border: 0;
	width: 100px;
	font-size: 100%;
	text-align: center;
	text-align: 200%;
	color: #f0f0f0;
	background-color: #555;
}

.report_list p {
	margin: 0;
}

.report_list article {
	padding: 16px 20px 14px;
	border: 1px #ddd solid;
	box-shadow:rgba(208, 208, 208, 0.498039) 0px 6px 5px -5px;
		-webkit-box-shadow:rgba(208, 208, 208, 0.498039) 0px 6px 5px -5px;
		-moz-box-shadow:rgba(208, 208, 208, 0.498039) 0px 6px 5px -5px;
	behavior: url(../css/PIE.htc);
}

.report_list aside {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px #ddd dotted;
	font-size: 80%;
}

.report_list aside>div {
	display: table;
	table-layout: fixed;
	margin-bottom: 0.5em;
	white-space: normal;
}

.report_list aside>div .aside_tag,
.report_list aside>div .aside_data {
	display: table-cell;
	vertical-align: top;
}


.report_list aside>div .aside_tag {
	width: 70px;
}

.report_list aside>div .aside_tag span {
	display: inline-block;
	width: 50px;
	text-align: center;
	color: #2196F3;
	background-color: #f0f0f0;
}

.report_list aside>div .aside_data span {
	display: inline-block;
	width: 100%;
}

.report_list aside>div .aside_data a {
	border-bottom: 1px dotted;
}

.report_list i.next {
	display: block;
	width: 100%;
	font-size: 300%;
	color: #ddd;
	text-align: center;
}