﻿@charset "utf-8";

/*/////////////////////////////////////////////////////////////////////////

	合格者のセンター試験対策法　2009

/////////////////////////////////////////////////////////////////////////*/

h2 {
	margin-bottom: 30px;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	margin: 40px 0 10px;
}
h5 {
	margin-bottom: 5px;
}

/*======================================
	体験談
======================================*/
.taiken {
	margin: 20px auto 30px;
}
.image {
	float: left;
	width: 153px;
}
.image img {
	vertical-align: bottom;
}
.image p.t {
	padding: 3px 0;
	color: white;
	background: #229fe2;
	text-align: center;
	font-size:  x-small;
	line-height: 1.25;
}
.image p.k {
	padding: 3px 0;
	color: white;
	background: #0f4494;
	text-align: center;
	font-size:  x-small;
	line-height: 1.25;
}
.taiken .txt {
	float: right;
	width: 572px;
}
.taiken dl {
	margin-top: 5px;
	padding: 1px;
	border: 1px solid #ccc;
}
.taiken dl dt {
	padding-top: 5px;
	padding-left: 5px;
	background: #eee;
}
#conts .taiken dl dd {
	padding: 7px 10px;
	line-height: 1.25;
}

/* 体験談2段組み
--------------------------------------------------------------------*/
.taiken2 {
	float: left;
	width: 49%;
}
#conts .taiken2 .txt {
	float: right;
	width: 200px;
	line-height: 1.5;
}
#conts .taiken2 dl.editor dd {
	line-height: 1.25;
}
dl.editor {
	clear: both;
	margin-top: 10px;
	padding: 1px;
	border: 1px solid #ccc;
}
dl.editor dt {
	padding-top: 5px;
	padding-left: 5px;
	background: #eee;
}
dl.editor dd {
	padding: 7px 10px;
}