@charset "UTF-8";

/*************************************************************
 *
 * sitename のインデックスページ専用スタイル
 *
 * Last Modified: 2010/03/05
 * Copyright (c) 2010 OSHIMA Nozomi All Rights Reserved.
 *
 *************************************************************/


/**
 * スタイルのインポート
 */

@import url("base.css");


/**/
#section-terms h4,
#section-privacy h4 {
	margin-bottom: .5em;
	font-weight: bold;
}
#section-terms p,
#section-privacy p {
	margin-left: 1em;
	font-size: .85em;
}
#section-terms .lastModified,
#section-privacy .lastModified {
	margin-left: 0;
}

/**
 * 合格体験記
 */

.expBox {
    padding-bottom: 25px;
}
.expBoxTitle {
	margin-bottom: .25em;
	color: #C36;
	font-size: 1.2em;
	font-weight: bold;
}
.expBoxSpec {
	font-size: .9em;
}
.expBoxSpec dt {
	clear: both;
	float: left;
	width: 190px;
	padding-top: .5em;
	color: #F90;
	font-weight: bold;
}
.expBoxSpec dd {
	padding-left: 190px;
	padding-top: .5em;
	border-top: 1px dotted #CCC;
}
.expBoxSpecCenter {
	width: 100%;
	margin-bottom: .5em;
	table-layout: fixed;
	font-size: .85em;
	line-height: 1.1;
}
.expBoxSpecCenter th,
.expBoxSpecCenter td {
	padding: .25em;
	border: 1px solid #DDD;
	text-align: center;
}
.expBoxSpecCenter th {
	background: #EDEDED;
}




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

#contact .section .contactBox {
	padding-bottom: 1em;
}
#contact .section .contactBox h4 {
	margin-bottom: 1em;
	font-weight: bold;
}
#contact .notice {
	padding-top: 1em;
	font-size: .85em;
	font-style: oblique;
	color: #555;
	border-top: 1px dotted #999;
}
#contact .notice address {
	margin-left: 1em;
	font-style: oblique;
}

/* EOF */