@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：ダイヤモンド・キッズ・カレッジ
作成日：2011.03.31
修正日：2013.02.22
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット
 * ------------------------------------ */
@import "reset.css";
@import "common.css";


/* ------------------------------------
 * ブロックごとの設定
 * ------------------------------------ */

/*--- 現在地 ------------------*/

#locator {
	top: 46px;
	background-position: 0 -410px;
}


/*--- 見出し等 共通パーツ ------------------*/

em.notice {
	color: #c00;
}

#content .title {
	margin-bottom: 10px;
	padding: 5px;
	background: #Fff;
}

#content .section {
	margin-bottom: 10px;
	padding: 30px 50px;
	background: #fff;
}

#content .section .headcopy {
	margin-bottom: 50px;
}

#content .section h3,
#content .section h4,
#content .section h5 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ffd700;
	line-height: 1;
	color: #c69025;
	font-size: 116%;
}

#content .section h4,
#content .section h5 {
	margin-top: 30px;
}

#content p.notice {
	text-align: right;
	font-size: 93%;
}


/*--- タイムスケジュール ------------------*/

div.timeSchedule .date {
	display: inline;
	float: left;
	width: 190px;
}

div.timeSchedule .date em {
	font-size: 146.5%;
}

div.timeSchedule .date span {
	margin-top: 5px;
	display: block;
	line-height: 1.35;
}

div.timeSchedule dl {
	border: solid 1px #ddd5ac;
	border-bottom: none;
	display: inline;
	float: right;
	width: 410px;
}

div.timeSchedule dt,
div.timeSchedule dd {
	padding: 5px 0;
	border-bottom: solid 1px #ddd5ac;
}

div.timeSchedule dt {
	clear: both;
	display: inline;
	float: left;
	width: 170px;
	height: auto;
	min-height: 40px;
	padding: 5px;
	background: #fff4d8;
	text-align: center;
}

div.timeSchedule dd {
	height: auto;
	min-height: 40px;
	margin-left: 180px;
	padding: 5px;
	border-left: solid 1px #ddd5ac;
}

div.timeSchedule ul {
	border-top: solid 1px #ddd5ac;
	border-right: solid 1px #ddd5ac;
	display: inline;
	float: right;
	width: 403px;
	zoom: 1;
}

div.timeSchedule ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.timeSchedule li {
	padding: 5px 0;
	border-bottom: solid 1px #ddd5ac;
	border-left: solid 1px #ddd5ac;
	display: inline;
	float: left;
	width: 200px;
	text-align: center;
}

div.timeSchedule p.notice {
	clear: both;
	text-align: right;
}


/*--- 会場、アクセス、参加対象、募集人数 ------------------*/

.quadrisection {
	clear: both;
	margin: 0 -20px;
	position: relative;
	width: 650px;
}

.quadrisection li {
	margin-left: 20px;
	display: inline;
	float: left;
	width: 295px;
}

.quadrisection li.odd {
	clear: both;
	float: left;
}

.quadrisection em {
	margin-bottom: 3px;
	display: block;
	font-size: 116%;
}

.quadrisection em.notice {
	margin: 0;
	display: inline;
	color: #c00;
	font-size: 100%;
}

.quadrisection ul.hedge li {
	margin: 0 0 0 1em;
	padding: 0;
	display: block;
	float: none;
	text-indent: -1em;
}

.quadrisection ol {
	padding-left: 2em;
}

.quadrisection ol li {
	margin: 0;
	display: list-item;
	float: none;
	list-style: decimal outside none;
	width: auto;
}

.quadrisection a.more {
	clear: both;
	display: inline;
	float: right;
}

.quadrisection .free {
	margin: 15px 5px 3px 0;
	padding: 2px 4px;
	border: solid 1px #f30;
	display: inline-block;
	color: #f30;
}

/* イレギュラー対応 */
.place em {
	margin-bottom: 3px;
	display: block;
	font-size: 116%;
}


/*--- スペシャル ------------------*/

.special em {
	margin-bottom: 3px;
	display: block;
	font-size: 116%;
}

.special em.notice {
	margin: 0;
	display: inline;
	color: #c00;
	font-size: 100%;
}



/*--- 参加予定者 ------------------*/

#content ul.participants {
	overflow: hidden;
	zoom: 1;
}

#content ul.participants li {
	clear: both;
	margin-bottom:-1px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd5ac;
}

#content ul.participants li img {
	margin-right: 10px;
	border: solid 1px #ccc;
	display: inline;
	float: left;
	width: 90px;
}

#content ul.participants li em {
	margin-bottom: 3px;
	display: block;
	font-weight: bold;
	font-size: 108%;
}

ul.participants li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/*--- 申し込み ------------------*/

#form .wrap div {
	padding-top: 10px;
	display: inline;
	width: 295px;
	height: 150px;
	color: #fff;
	text-align: center;
}

#form .wrapB div {
	display: display;
	width: 550px;
	height: 150px;
	margin: 0 auto;
	padding-top: 10px;
	color: #fff;
	text-align: center;
}


#form .fax {
	float: left;
	background: #10b820;
}

#form .online {
	float: right;
	background: #3197ed;
}

#form .faxYuusouOnly {
	display: block;
	background: #10b820;
}


#form div h6,
#form div em {
	font-size: 116%;
}

#form a {
	margin: 10px auto;
	display: block;
	width: 254px;
	height: 56px;
	background-image: url(../img/schedule/btnForm.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#form .fax a {
	background-position: 0 0;
}
#form .fax a:hover {
	background-position: 0 -56px;
}

#form .online a {
	background-position: -254px 0;
}
#form .online a:hover {
	background-position: -254px -56px;
}

#form .faxYuusouOnly a {
	background-position: -508px 0;
}
#form .faxYuusouOnly a:hover {
	background-position: -508px -56px;
}


#form p {
	margin: 10px 0;
	clear: both;
	text-align: center;
}

#form p em {
	color: #c00;
	font-weight: bold;
}

#form p.done {
	text-align: left;
}

.closed {
	margin-bottom: 40px;
	text-align: center;
}

h5.closed {
	margin: 20px 0 0 !important;
	padding: 10px 0 !important;
	border-bottom: none !important;
	border-top: solid 1px #ddd5ac;
	font-weight: bold;
}


#postEntryseet {
	margin-bottom: 2%;
	padding: 2%;
	background: #00c012;
	color: #ffffff;
	text-align: center;
}
#postEntryseet h6 {
	margin-bottom: 1%;
	padding-bottom: 1%;
	border-bottom: dotted 1px #ffffff;
	font-size: 140%;
}
#postEntryseet span {
	color: #ddffa0;
}
#postEntryseet a {
	display: block;
	width: 300px;
	height: 56px;
	margin: 10px auto;
	background: url(../img/schedule/btnEntryseet.png) no-repeat;
	text-indent: -9999px;
}
#postEntryseet a {
	background-position: 0 0;
}
#postEntryseet a:hover {
	background-position: 0 -56px;
}
#postEntryseet .postAddress {
	font-size: 120%;
}






/*--- 問い合わせ・クレジット ------------------*/

#credit h5 {
	margin: 45px 0 0 !important;
	padding: 10px 0;
	border-top: solid 1px #ddd5ac;
	border-bottom: none !important;
	line-height: 1.5 !important;
	color: #676767;
	text-align: center;
	font-weight: normal;
	font-size: 100% !important;
}

#credit h6 {
	margin: 0;
	padding: 10px 0;
	border-top: solid 1px #ddd5ac;
	line-height: 1.5;
	color: #676767;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
}

#credit h5 em,
#credit h6 em {
	color: #c69025;
}

#credit h5 span {
	display: block;
	color: #676767;
}

#credit h6 span {
	display: block;
}

#credit h6 a {
	color: #676767;
	text-decoration: underline;
}

/* 協賛バナー */

#credit dl {
	border-top: solid 1px #ddd5ac;
	text-align: center;
}

#credit dt {
	padding-top: 25px;
}

#credit ul.bnr,
#credit ul.bnr_toku {
	text-align: center;
}

#credit ul.bnr_toku img {
	width: auto;
	height:36.5px;
}

#credit ul.bnr img {
	width: auto;
	height: 50px;
}
#credit ul.bnrSize2 img {
	width: auto;
	height: 60px;
}
#credit ul.bnr2 img {
	width: auto;
	height: 80px;
}

#credit ul.bnr img.bnrType2 {
	width: auto;
	height: 30px;
}

#credit ul.bnr li.noimage {
	vertical-align: 50%;
}

#credit ul.bnr li,
#credit ul.bnr_toku li {
	margin: 2px;
    display: -moz-inline-box; /*for FF2*/
    display: inline-block; /*Modern Browser & FF3*/
}
    /* Windows IE6 only */
    * html #credit ul.bnr li
    {
        display: inline;  
        zoom: 1;
    }
    /* Windows IE7 only */
    *+html #credit ul.bnr li
    {
        display: inline;
        zoom: 1;
    }

#credit ul.bnr li:first-child {
	padding-left: 0;
}

#credit ul.bnr li.first-child { /*IE-expression (first-child) */
	padding-left: 0;
}

#credit ul.bnr li { /* IE-expression (first-child) */
behavior: expression(
this.className += (this.previousSibling == null) ? " first-child" : "",
this.style.behavior = "none"
);
}

#credit ul.bnrL li {
	padding: 15px 0;
}

#credit ul.bnrL li:first-child {
	padding: 0 0 15px;
}

#credit ul.bnrL li.first-child { /*IE-expression (first-child) */
	padding: 0 0 15px;
}

#credit ul.bnrL li { /* IE-expression (first-child) */
behavior: expression(
this.className += (this.previousSibling == null) ? " first-child" : "",
this.style.behavior = "none"
);
}


/* 縦並びバナー */
.verticalBnr li {
	margin-bottom: 2%;
}
.verticalBnr li.sizeup img {
	width: 120px;
}

/* //縦並びバナー */





/*--- 一覧表示 ------------------*/
 
ul.list {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
 
ul.list li a {
	margin-left: 0;
	text-decoration: underline;
}
 
ul.list li a:hover {
	text-decoration: underline;
}