@charset "utf-8";
/* CSS Document */
/*=================================================
英語お問い合わせページ /cgi_e/inquiry.html
===================================================*/

.int_box p,dl,dt,dd{
	line-height:1.7;
	}
.new_line{
	margin-top:10px;
	}

/*=================================================*/
div.contact_area dl{
	margin:30px auto 0 50px;
	width:650px;
	overflow:hidden;
	line-height:1.3;
	}
div.contact_area dl dt{
	position: relative;
	width:150px;
	float:left;
	clear: both;
	margin-bottom:30px;
	margin-left:20px;
	font-weight: bold;
	}
div.contact_area dl dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid transparent 5px;
	border-left: solid 5px #09C;
}	
div.contact_area dl dd{
	width:300px;
	margin-left:180px;
	margin-bottom:30px;
	}
p.contact_link{
	margin:20px 0;
	}
p.contact_link a{
	position: relative;
	margin-left:70px;
	font-weight: bold;
	}
p.contact_link a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid transparent 5px;
	border-left: solid 5px #09C;
	}	