@charset "utf-8";

/* ****************************************************
  about styles
***************************************************** */




/* table
=========================================*/
#contents-area .about-table-block01 {
	clear: both;
	margin: 1.07em 0 0 0;/* 15px → 0.72em */
}

#contents-area .about-table-block01 table {
	border: solid #bbbbbb;
	border-width: 1px 1px 0 0;
	border-right: none;
}

#contents-area .about-table-block01 table th {
	padding: 10px 5px 10px 0;
	background-color: transparent;
	border: solid #bbbbbb;
	border-width: 0 0 1px 1px;
	border-right: none;
	border-left: none;
	font-weight: bold;
	vertical-align: top;
}

#contents-area .about-table-block01 table td {
	padding: 10px 5px 10px 0;
	border: solid #bbbbbb;
	border-width: 0 0 1px 1px;
	border-right: none;
	border-left: none;
	vertical-align: top;
}
#contents-area .about-table-block01 table td.top {
	border-width: 1px 0 1px 1px;
}

#contents-area .about-table-block01 table td .address-col {
	float: left;
	width: 230px;
	margin-right: 20px;
}

#contents-area .about-table-block01 table td.year {
	white-space: nowrap;
}
#contents-area .about-table-block01 table td.month {
	text-align: right;
	padding-right: 45px;
	white-space: nowrap;
}

#contents-area .about-table-block03 {
	clear: both;
	margin: 1.07em 0 0 0;/* 15px → 0.72em */
}

#contents-area .about-table-block03 table {
	border: #bbbbbb solid;
	border-width: 1px 1px 0 0;
}

#contents-area .about-table-block03 table th {
	padding: 10px;
	background: #f3f3f3;
	border: #bbbbbb solid;
	border-width: 0 0 1px 1px;
}

#contents-area .about-table-block03 table td {
	padding: 10px;
	border: #bbbbbb solid;
	border-width: 0 0 1px 1px;
	vertical-align: top;
}

#contents-area .head-line-none table {
	border-top: none;
}

#contents-area .about-table-block01 .cell-top-adjust ,
#contents-area .about-table-block02 .cell-top-adjust ,
#contents-area .about-table-block03 .cell-top-adjust {
	margin: 0 0 0 0;
}


/* two-col-img
=========================================*/
#contents-area .two-column .two-col-img01,
#contents-area .two-column .two-col-img02 {
	float: left;
}

#contents-area .two-column .two-col-img01 {
	margin-right: 50px;
}



/* company-info
=========================================*/
#contents-area .company-info {
	margin: 1.52em 0 0;
}


/* icon-table
=========================================*/
#contents-area .icon-table table,
#contents-area .icon-table td {
	border: none;
}
#contents-area .align-mid {
	vertical-align: middle;
}


/* Other
=========================================*/
#contents-area .align-top {
	vertical-align: top;
}

#contents-area .map-image {
	margin-top: 1.43em;
}

#contents-area .history-link {
	width: 300px;
}

#contents-area .support-col .col-txt {
	float: left;
	width: 515px;
}
#contents-area .support-col .col-img {
	float: right;
	width: 160px;
}


/* Clear fix
=========================================*/
#contents-area .two-column:after,
#contents-area .news-select:after,
#contents-area .support-col:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}

#contents-area .two-column,
#contents-area .news-select,
#contents-area .support-col {
	min-height: 1px;
}

* html #contents-area .two-column,
* html #contents-area .news-select,
* html #contents-area .support-col {/* for IE6 */
	height: 1px;
}

*:first-child+html #contents-area .two-column,
*:first-child+html #contents-area .news-select,
*:first-child+html #contents-area .support-col {/* for IE7 */
	zoom: 1;
}
