@charset "UTF-8";
/* CSS Document */

/*  Article
---------------------------------------------------------- */

#contentsL .article {
	width: 630px;
	margin: 30px auto 20px;
}

/*=== Article (section_left) ===*/

#contentsL .article .section_left {
	float: left;
	width: 302px;
	height: 100px;
	border: 4px solid #e2e2e2;
}
#contentsL .article .section_left h4,
#contentsL .article .section_right h4 {
	font-size: 110%;
	font-weight: 600;
	color: #1e1e1e;
	padding: 5px 0px 10px 20px;
}


/*=== Article (section_right) ===*/

#contentsL .article  .section_right {
	float:  right;
	width: 302px;
	height: 100px;
	border: 4px solid #e2e2e2;
}
#contentsL .article .section_left .contactTxt {
	font-size: 84%;
	font-weight: 300;
	padding-bottom: 5px;
	padding-left: 20px;
}
#contentsL .article .section_left .contactTel,
#contentsL .article .section_right .contactMail {
	font-size: 135%;
	font-weight: 600;
	color: #d1172a;
	padding-bottom: 2px;
	padding-left: 20px;
}
#contentsL .article .section_right .contactMail a {
	font-size: 120%;
	font-weight: 600;
	color: #d1172a;
	text-decoration: none;
}
#contentsL .article .section_right .contactMail a:hover {
	font-size: 120%;
	font-weight: 600;
	color: #d1172a;
	text-decoration: underline;
}
