@charset "utf-8";
@import "../common/css/0-import.css";

/*------------------------------------------------------------
	about/index.html
------------------------------------------------------------*/
ul#globalNavi li.navi03 a img {
	visibility: hidden;
}

#conts h2 {
	margin-bottom: 15px;
}

#conts h2.mb16 {
	margin-bottom: 16px;
}

#conts img.mb19 {
	padding: 0 0 19px 23px;
	display: block;
}

#conts .bigBox {
	padding: 20px 0 20px 0;
	margin-bottom: 20px;
	border: 1px solid #cddfe1;
	width: 635px;
}

#conts .bigBox h3 {
	margin: 0 0 21px 22px;
	+margin-bottom: 20px;
}

#conts .bigBox h3.mb16 {
	margin-bottom: 16px;
	+margin-bottom: 15px;
}

#conts .bigBox table {
	margin: 0 0 20px 23px;
	+margin-left: 22px;
	border: 1px solid #fff;
	border-collapse: separate;
	width: 590px;
	+width: 591px;
	font-size: 13px;
}

#conts .bigBox table.mb0 {
	margin-bottom: 0;
}

#conts .bigBox table th {
	padding: 7px 0 6px 8px;
	_padding-bottom: 2px;
	width: 190px;
	background-color: #f5f9f9;
	border: 1px solid #fff;
	color: #0099aa;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

#conts .bigBox table td {
	padding-left: 9px;
	border-left: 1px solid #fff;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
}

#conts .bigBox table .spacer td {
	padding: 0;
	height: 1px;
	background: url(../img/about_line01.jpg) repeat-x left bottom;
}

#conts .bigBox table td a {
	color: #ff99cc;
}

#conts .bigBox .map {
	margin: 0 22px 0 23px;
	border: 1px solid #cddfe1;
	border-top: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#conts .bigBox table {
		margin:  0 0 20px 22px;
	}
	
	#conts .bigBox h3 {
		margin-bottom: 20px;
	}

	#conts .bigBox h3.mb16 {
		margin-bottom: 15px;
	}
}

