@charset "UTF-8";

#article h1.h101 {
	background: url(../images/h101.jpg) no-repeat left top;
}

#contactArea {
	padding: 0 0 0 60px;
}
#contactArea #attention {
	width: 480px;
	margin-bottom: 10px;
	border: 1px dotted #f31e73;
	padding: 10px 30px;
	font-size:0.8em;
}
#contactArea table{
	width: 500px;
	border-collapse: separate;
	font-size: 0.8em;
}
#contactArea table td{
	padding: 15px 10px;

}
#contactArea .btnArea {
	padding: 20px 0 0 0;
	width: 100%;
	text-align: center;
}
#contactArea #btn_back {
	margin-top: 20px;
}
#contactArea .icn {
	display: block;
	width: 11px;
	height: 12px;
	float: left;
	margin-right: 5px;
	background: url(../img/common/icn_right.gif) no-repeat 0 0;
}
#contactArea table .leading {
	text-align: center;
}
#contactArea table .caution {
	color: #f31e73;
}
#contactArea table tr td.entry{
	width:30%;
	vertical-align:top;
	text-align:right;
}
#contactArea table tr td.box{
	width:70%;
}
#contactArea table .pink {
	color:#f31e73;
}
#contactArea table strong {
	font-weight:bold;
}

