@charset 'utf-8';
@import url("common.css");

/* ============= clear ============= */

#contact dl {
	height		: 1%;
}

#contact dl:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/* ============= ブログ一覧 ================================================== */

#blog {
	font-size	: 12px;
}

#blog #maincol_top {
	background-image	: url("../img/blog_top_bg.jpg");
	background-repeat	: no-repeat;
	background-position	: right top;
	height		: 314px;
	margin-top	: 10px;
}

#blog #maincol_top p {
	line-height	: 140%;
	width		: 157px;
	position	: relative;
	top		: 50px;
}

#blog h4 {
	margin-bottom	: 15px;
}

.blogbox {
	width		: 274px;
	height		: 150px;
	margin-bottom	: 30px;
}

.box_l {
	float		: left;
}

.box_r {
	float		: right;
}

.blogbox dl {
	background-image	: url("../img/dot_gray.gif");
	background-repeat	: repeat-x;
	background-position	: left bottom;
	line-height	: 140%;
	margin-bottom	: 10px;
	padding-bottom	: 4px;
}

.blogbox dt {
	margin-left	: 10px;
}

.blogbox dd {
	margin-left	: 20px;
}

/* ============= お問い合わせ ================================================== */

#contact {
	font-size	: 12px;
}

#contact dl {
	margin-bottom	: 15px;
}

#contact dt {
	width		: 220px;
	float		: left;
}

p#btns {
	margin-top	: 15px;
}

/* ============= 個人情報の取り扱いについて ================================================== */

#policy {
	font-size	: 12px;
	line-height	: 140%;
}

#policy .policy_block {
	margin-bottom	: 30px;
}

#policy h4, #policy h5, #policy p, #policy ul {
	margin-bottom	: 10px;
}

#policy h4 {
	font-size	: 14px;
}

#policy h5 {
	font-size	: 12px;
}

#policy ul {
	padding-left	: 20px;
}

#policy table {
	border-collapse	: collapse;
	width		: 100%;
}

#policy th, #policy td {
	padding		: 3px;
	border		: 1px solid #AAA;
}

#policy th {
	background-color	: #EEE;
	text-align	: left;
}