@charset "UTF-8";

#contentsMainArea h2 {
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
}

#contentsMainArea .postTitle {
	background-color: #004c20;
	padding: 10px 0 10px 20px;
}
#contentsMainArea .postTitle img {
	display: block;
}

.post {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0;
	padding: 30px 20px 20px;
	clear: both;
	overflow: hidden;
	height:100%;
}

.post .course {
	clear:both;
	overflow:hidden;
	height:100%;
}
.post .course .entry {
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.post .course p {
	font-size: 1.2em;
	line-height: 2em;
	margin-bottom: 2em;
}

.post .course .photo {
	float:right;
	margin-left:20px;
	margin-bottom:15px;
}

.post .course ul {
	margin: -2em 0 2em;
}
.post .course li {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-left: 1em;
}
.post .course li span {
	margin-left: -1em;
}
.post .course strong {
	font-weight: bold;
}

/* entryBox */
.post .entryBox-attention {
	width: 406px;
	background-color: #eee;
	border: 1px solid #ddd;
	margin: 20px 0 20px;
	padding: 20px;
	clear: both;
	overflow: hidden;
	height:100%;
}
.post .entryBox-number {
	width: 406px;
	border: 1px solid #ddd;
	margin-top: -1px;
	padding: 20px;
	clear: both;
	overflow: hidden;
	height:100%;
	*position: relative;/*ie6*/
}

.post .entryBox-attention h4,
.post .entryBox-number h4 {
	color: #094;
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}

.post .entryBox-attention dl,
.post .entryBox-attention dt,
.post .entryBox-attention dd,
.post .entryBox-number dl,
.post .entryBox-number dt,
.post .entryBox-number dd {
	margin: 0;
	padding: 0;
}
.post .entryBox-attention dl,
.post .entryBox-number dl {
	padding-bottom: 1em;
}
.post .entryBox-attention dt,
.post .entryBox-number dt {
	width: 60px;
	font-size: 1.2em;
	line-height: 1.66em;
	float: left;
}
.post .entryBox-attention dd,
.post .entryBox-number dd {
	font-size: 1.2em;
	line-height: 1.66em;
	margin-left: 60px;
	margin-bottom: 1em;
}

.post .entryBox-attention .reserve,
.post .entryBox-number .reserve {
	margin-left: 60px;
	margin-bottom: 10px;
	clear: both;
}
.post .entryBox-attention .reserve2 {
	margin-left: 60px;
	clear: both;
}

.post .entryBox-attention .center {
	font-size: 1.2em;
	line-height: 1.66em;
	text-align: center;
	margin-bottom: 0.5em;
}
.post .entryBox-attention strong,
.post .entryBox-number strong {
	font-weight: bold;
}

/* notes */
.post .notes {
	font-size: 1.2em;
	line-height: 1.66em;
	margin: 2em 0 10px;
	padding-left: 20px;
	clear: both;
	overflow: hidden;
	height:100%;
}

.post .notes strong {
	font-weight:bold;
}

/* profileBlock */
.profileBlock {
	margin-top: 0;
}
.profileBlock .profile {
	border-top: none;
	margin-top: 0;
}
.profileBlock img {
	margin-left: -170px;
}
.profileBlock .profile p {
	padding-left: 170px;
}

/* postBlock*/
.postBlock {
	border-top: 3px solid #004c20;
	margin: 20px 0;
}
.postBlock .post {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 20px 0 190px;
	clear: both;
	overflow: hidden;
	height: 100%;
}
.postBlock .post .side {
	display : inline;
	float: left;
	margin-left: -170px;
	margin-bottom: 20px;
}

.postBlock .post .side li {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	background: url('../images/arrow.gif') no-repeat top left;
	margin-bottom: 20px;
	padding-left: 20px;
}

.postBlock .post dl,
.postBlock .post dt,
.postBlock .post dd {
	margin: 0;
	padding: 0;
}
.postBlock .post dt {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.postBlock .post dd {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 2em;
}
