@charset "utf-8";
/* CSS Document */
#ink {
	margin-bottom: 50px;
}
#ink table {
	margin-bottom: 20px;
	border: 1px #CCC solid;
	border-collapse: collapse;
	border-spacing: 0;
}
#ink table th {
	padding: 5px 10px;
	border: 1px #CCC solid;
	background: #f4f4f4;
	text-align: left;
}
#ink table .headline th {
	background: #f5ecd6;
}
#ink table td {
	padding: 5px 10px;
	border: 1px #CCC solid;
	text-align: center;
}
#ink .att li {
	margin-bottom: 40px;
}
.caution-s {
	font-size: 12px;
	margin-right: 110px;
	padding-left: 1.5em;
	text-align: right;
	text-indent: -1.5em;
}
/* はがき情報 */
#hagaki_area {
	overflow: hidden;
	margin-top: 70px;
	margin-bottom: 30px;
}
#hagaki_area img {
	float: left;
	margin-right: 20px;
}
#hagaki_area ul {
	overflow: hidden;
}
#hagaki_area li {
	background: url(../images/hr_dotted.png) repeat-x 1px bottom;
	line-height: 45px;
}
.printer {
	border-top: 4px dotted #EAE4D7;
}
.box_mt35 {
	margin-top: 35px;
}
#link {
	border-top: 4px dotted #EAE4D7;
}