@charset "UTF-8";
/*
Theme Name: メイクセラピー検定テーマ
Theme URI: http://maketherapy.com/
Description: メイクセラピー検定 
Author: NPO法人 日本人材教育協会
*/

.date {
	font-size: 70%;
}

/* 一覧ページ */
.sectionH2 {
	border-bottom: 1px solid #dcdddd;
	margin: 0 0 20px;
}
.sectionH2 h2 {
	font-size: 75%;
	margin: 0 0 10px;
}
.sectionH2 p {
	margin: 0 0 10px;
}
.sectionH2 .more-link {
	float: right;
	padding: 0 0 20px;
}
.sectionH2 .date {
	clear: both;
	float: right;
}

/* .pageNav */
.pageNav {
	margin: 30px auto 0;
}
.pageNav #wp_page_numbers {
	position: relative;
	overflow: hidden;
}
.pageNav #wp_page_numbers ul {
	border: none;
	left: 50%;
	float: left;
	position: relative;
	width: auto;
}
.pageNav #wp_page_numbers ul li {
	position: relative;
	left: -50%;
	float: left;
}

/* 個別ページ */
.category {
	margin: 0 0 27px;
}

.tltArea {
	border: 1px solid #eb6ea5;
	padding: 5px;
	position: relative;
	margin: 0 0 27px;
}
.tltArea h1 {
	color: #eb6ea5;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Helvetica,Meiryo;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	width: 540px;
}
.tltArea  .date {
	top: 50%;
	right: 5px;
	margin: -0.8em 0 0;/* line-height(1.6)の半分 */
	position: absolute;
	text-align: right;
	width: 10em;
}
.back {
	text-align: right;
}