@charset "utf-8";
/* CSS Document */


.contactSection {
	color: #333;
}
.contactSection.space {
	height: 270px;
}
	.contactSection p {
		margin-bottom: 30px;
		font-size: 117%;
	}
	.contactSection p.thickHead {
		font-weight: bold;
		margin-bottom: 15px;
	}
	.contactSection ol {
		margin: 0 0 30px 17px;
		font-size: 117%;
	}
	.contactSection dl {
		font-size: 117%;
	}
		.contactSection dl dt {
			font-size: 129%;
			font-weight: bold;
			margin-bottom: 15px;
		}

#contents .contactHead {
	margin-bottom: 20px;
	padding-bottom: 4px;
	font-size: 150%;
	color: #151515;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}

#contents .contactSubHead {
	font-size: 150%;
	color:#333333;
	line-height:1.0;
	background:#e9f3f5;
	margin-bottom:20px;
	padding:8px 10px;
	font-weight: bold;
}

.contactBtn {
	width: 268px;
	margin: 45px auto 130px;
	/overflow: hidden; /* for IE6/7 */
  	/zoom: 1; /* for IE6/7 */
}
.contactBtn:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
input.button01,
input.button02 {
    width: 118px;
    height: 24px;
	cursor: pointer;
	float: left;
}

input.button02 {
	float: right;
}

/*--contactInfo-----------------------------------------*/
#contactInfo{
	margin: 30px 0 25px;
	/overflow: hidden;
	/zoom: 1;
}
#contactInfo dl{
	margin-bottom: 25px;
	padding-left: 20px;
	border-left: 5px solid #006994;
}
#contactInfo dl{
	float: left;
}
#contactInfo dl.coastal{ width: 340px; }
#contactInfo dl.allied{ width: 330px; }

#contactInfo dt{
	margin-bottom: 10px;
	font-size: 134%;
	font-weight: bold;
	color: #151515;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#contactInfo dt{
	margin-bottom: 10px;
	font-size: 134%;
	font-weight: bold;
	color: #151515;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#contactInfo .jp dt{
	background-image: url(../images/contact/icon-jp.gif);
}
#contactInfo .tw dt{
	background-image: url(../images/contact/icon-tw.gif);
}
#contactInfo dt span.flag{
	display: block;
	margin-bottom: 5px;
	padding-left: 40px;
	font-weight: normal;
	font-size: 92%;
}
#contactInfo dt span.site{
	padding: 0 10px;
	font-weight: normal;
	background: url(../images/contact/icon-site.gif) no-repeat right 50%;
}
#contactInfo dd.address{
	color: #666;
	font-size: 117%;
	margin-bottom: 5px;
}
#contactInfo dd.tel{
	font-size: 117%;
}
#contactInfo dd.tel span.num{
	color: #151515;
}
#contactInfo dd.tel span.num span{
	padding-left: 30px;
}


