@charset 'UTF-8';

/* ========================================
OUTLINE
	OKAMURA VISPLAY Design Competition
	「コンペ概要」CSS
======================================== */

/* 汎用 - 表組 */

table.expl {
	width: 592px;
	margin-top: -0.8em;
	}

table.expl th,
table.expl td {
	padding: 0.8em 0;
	border-bottom: 1px dotted #c3c3c3;
	vertical-align: top;
	}

table.expl th.sub,
table.expl td.sub {
	padding-bottom: 0;
	border-bottom: none;
	}

table.expl th {
	padding-right: 0.5em;
	font-weight: bold;
	vertical-align: middle;
	}


/* 汎用 - リスト */

ul.atn {
	margin-top: 0.8em;
	}

ul.atn li {
	margin-top: 0.2em;
	padding-left: 1em;
	text-indent: -1em;
	}

ul.uo li {
	list-style-type: disc;
	margin-left: 1.2em;
	margin-top: 0.2em;
	}


/* 汎用 - PDFアイコン */

a.pdf {
	position: relative;
	}

a.pdf img.pdf {
	position: absolute;
	left: -11px;
	top: -6px;
	}


/* ----- 日程 ----- */

ol.schedule {
	margin-right: -11px;
	}

ol.schedule li {
	float: left;
	}


/* ----- 応募方法 ----- */

dl.apply dt {
	font-weight: bold;
	}

dl.apply dd {
	margin-bottom: 25px;
	}

dl.apply dd ul.btns {
	margin: 15px 0;
	}

dl.apply dd ul.btns li {
	float: left;
	margin-right: 20px;
	}

dl.apply dd ul.btns li a {
	display: block;
	}

dl.apply dd ul.btns li a.pdf {
	margin-left: 5px;
	}

dl.apply dd p.send {
	margin: 15px 0;
	padding: 15px;
	background-color: #f2f2f2;
	}

dl.apply dd table.presentation {
	margin-top: 0.8em;
	border-top: 1px dotted #c3c3c3;
	}


/* ----- 各種ダウンロード ----- */

div.download {
	margin: -15px -11px 0;
	border: 1px solid #8e8e8e;
	border-top: none;
	}

div.download table.expl {
	width: 612px;
	margin-top: 0;
	}

div.download table.expl th {
	padding-right: 0;
	border-right: 1px dotted #c3c3c3;
	background-color: #f1f1f1;
	text-align: center;
	}

div.download table.expl td {
	padding: 15px 0 15px 50px;
	}

div.download table.expl td a {
	display: block;
	width: 203px;
	}

div.download dl {
	padding: 15px;
	}

div.download dl dt {
	font-weight: bold;
	}

div.download dl dd {
	margin: 10px 40px 0;
	padding: 10px 20px 10px 140px;
	background-color: #f2f2f2;
	}

/* ----- 受賞作品特別展示に関して ----- */
.exhibition {
	margin-top: 10px;
	padding: 15px;
	_padding: 5px 15px 15px 15px;
	background: #f4f4f4;
	}

.exhibition h3 {
	font-weight: bold;
	}

.exhibition table.expl {
	margin-top: 0.8em;
	width: 562px;
	}

.exhibition table.expl th,
.exhibition table.expl td {
	padding: 0.8em 0;
	border-top: 1px dotted #c3c3c3;
	vertical-align: top;
	}

.exhibition table.expl th {
	width: 120px;
	}

.exhibition table.expl td {
	width: 442px;
	}

.exhibition table.expl th.sub,
.exhibition table.expl td.sub {
	padding-bottom: 0;
	}