@charset "UTF-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: 「受験生へ」用CSS                                                          */
/* 作成日: 2011-3-31                                                                */
/* 最終更新日: 2011-3-31        　                                                  */
/*                                                                                  */
/* ################################################################################ */

div#examinee {
	width: 880px;
}

div#examinee:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* -------------------------------------------------------------------------------- */
/*      メインエリア                                                                */
/* -------------------------------------------------------------------------------- */

div#examinee div.mainArea {
	margin-left: 35px;
	float: right;
	width: 612px;
}

div#examinee div.mainArea h2.categoryTitle {
	margin-bottom: 5px;
}

div#examinee div.mainArea h2.single {
	padding-right: 140px;
	padding-bottom: 3px;
	width: 457px;
	line-height: 1.3;
}

div#examinee div.mainArea p.date {
	margin: -32px 0 13px;
	padding-right: 5px;
	color: #666666;
	background-color: inherit;
	text-align: right;
	font-weight: bold;
}


/* 詳細記事用 */

div#examinee div.mainArea div.eventList p {
	margin-bottom: 1em;
}

div#examinee div.mainArea div.eventList strong {
	font-weight: bold;
}

div#examinee div.mainArea div.eventList em {
	font-style: italic;
}

div#examinee div.mainArea div.eventList ul {
	margin-bottom: 1em;
	margin-left: 40px;
}

div#examinee div.mainArea div.eventList ol {
	margin-bottom: 1em;
	margin-left: 40px;
}

div#examinee div.mainArea div.eventList div.wp-caption {
	margin-bottom: 1em;
	padding-top: 5px;
	border: solid 1px #CCCCCC;
	background-color: #FEFEFE;
	text-align: center;
}

div#examinee div.mainArea div.eventList div.wp-caption p.wp-caption-text {
	margin-bottom: 0;
}

div#examinee div.mainArea div.eventList div.alignleft,
div#examinee div.mainArea div.eventList img.alignleft {
	margin-right: 12px;
	float: left;
}

div#examinee div.mainArea div.eventList div.alignright,
div#examinee div.mainArea div.eventList img.alignright {
	margin-left: 12px;
	float: right;
}

div#examinee div.mainArea div.eventList div.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

div#examinee div.mainArea div.eventList div.gallery dl.gallery-item dt {
	margin-bottom: 0;
	padding: 0;
	background-image: none;
}

div#examinee div.mainAre div.eventList div.gallery dl.gallery-item dd.gallery-caption {
	margin-bottom: 0;
	padding: 0;
	background-image: none;
}

div#examinee div.mainArea div.eventList .gallery {
	margin: auto;
}

div#examinee div.mainArea div.eventList .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

div#examinee div.mainArea div.eventList .gallery img {
	border: 2px solid #cfcfcf;
}
div#examinee div.mainArea div.eventList .gallery-caption {
	margin-left: 0;
}


/* リスト ==========================================================================*/

div#examinee div.mainArea div.eventList dl {
	margin-bottom: 20px;
	margin-left: 5px;
	padding-left: 10px;
	background-image: url(../images/event/icn04.gif);
	background-repeat: no-repeat;
}

div#examinee div.mainArea div.eventList dl dt {
	margin-bottom: 5px;
	font-weight: bold;
}

div#examinee div.mainArea div.eventList dl dd {
	padding-bottom: 4px;
	line-height: 1.3;
}


/* カテゴリー ======================================================================*/
div#examinee div.mainArea ul.categoryNav {
	margin-bottom: 20px;
	margin-left: 15px;
	width: 610px;
	list-style-type: none;
}

div#examinee div.mainArea ul.categoryNav li {
	margin-right: 20px;
	padding-left: 15px;
	float: left;
	background-image: url(../images/event/subnav-marker.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

div#examinee div.mainArea ul.categoryNav:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#examinee div.mainArea ul.categoryNav li a {
	color: #575757;
	background-color: inherit;
	text-decoration: none;
}

div#examinee div.mainArea ul.categoryNav li a:hover {
	text-decoration: underline;
}




/* -------------------------------------------------------------------------------- */
/*      サイドバー                                                                  */
/* -------------------------------------------------------------------------------- */

div#examinee div.sidebar {
	float: right;
	width: 212px;
}

div#examinee div.sidebar h2 {
	padding: 0;
}

div#examinee div.sidebar div.localNav ul {
	list-style-type: none;
}

div#examinee div.sidebar div.localNav ul li {
	width: 212px;
}

div#examinee div.sidebar div.localNav ul li a {
	padding-top: 13px;
	padding-left: 30px;
	display: block;
	color: #3F59D8;
	background-image: url(../images/interview/nav-bg.png);
	background-repeat: no-repeat;
	background-position: 0 -45px;
	height: 32px;
	font-size: 13px;
	text-decoration: none;
}

div#examinee div.sidebar div.localNav ul li a:hover,
div#examinee div.sidebar div.localNav ul li.current-cat a{
	background-position: 0 0;
	text-decoration: underline;
}
