﻿body{
	background-color: #eee;
	color: #333;
	}

#seminar{
	width: 700px;
	margin: 0 auto;
	padding: 10px 50px;
	background-color: #fff;
	}

address{
	width: 800px;
	margin: 0 auto;
	color: #D5D5D5;
	padding: 16px 0;
	text-align: center;
	font-style: normal;
	background: #333;
	}

/*
==================================================================================

見出し

==================================================================================
*/

h1{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #000;
	}

h2{
	font-size: 1.8em;
	line-height: 1.0em;
	color: #4b3e2e;
	padding-top: 64px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #4b3e2e;
	}


ul.memo{
	font-size: 1.0em;
	padding-left: 1.5em;
	}

.caution{
	color: #c00;
	}

/*
==================================================================================

セミナー概要

==================================================================================
*/

table.info{
	border-collapse: collapse;
	width: 100%;
	}

table.info th{
	font-size: 1.4em;
	text-align: left;
	color: #666;
	letter-spacing: 2px;
	padding: 8px 16px;
	border-bottom: 1px dotted #ccc;
	}

table.info td{
	font-size: 1.4em;
	margin-left: 6em;
	line-height: 1.4em;
	padding: 8px 16px;
	border-bottom: 1px dotted #ccc;
	}

/*
==================================================================================

プログラム

==================================================================================
*/

table.program{
	border-collapse: collapse;
	width: 100%;
	}

table.program th{
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em;
	padding: 16px;
	border-bottom: 3px solid #ddd;
	white-space: nowrap;
	}
table.program th em{
	font-style: normal;
	font-weight: normal;
	}

table.program td{
	padding: 16px;
	border-bottom: 1px solid #ddd;
	}
table.program td h3{
	font-size: 1.6em;
	color: #ac514e;
	}
table.program td h3 span{
	font-size: 12px;
	}
table.program td p{
	font-size: 1.2em;
	color: #555;
	line-height: 1.5em;
	padding-top: 8px;
	}

/*
==================================================================================

協賛企業

==================================================================================
*/

div.sponsor{
	
	}

div.sponsor h3{
	font-size: 1.4em;
	padding-top: 16px;
	padding-bottom: 4px;
	}
div.sponsor p{
	font-size: 1.2em;
	line-height: 1.5em;
	clear: both;
	}
div.sponsor p img{
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	}

/*
==================================================================================

フォーム

==================================================================================
*/

form{
	border: 4px solid #eee;
	padding: 30px;
	margin-top: 16px;
	margin-bottom: 32px;
	}

form table{
	border-collapse: collapse;
	width: 100%;
}

form table th{
	font-size: 1.2em;
	text-align: left;
	background-color: #eee;
	padding: 16px;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	}

form table td{
	font-size: 1.2em;
	padding: 16px;
	border-bottom: 1px solid #ccc;
	}

form table td.submit{
	text-align: center;
	}

/*input関連のサイズ*/
form input,
form select,
form option{
	font-size: 14px;
	padding: 1px;
	}

form textarea{
	font-size: 12px;
	width: 100%;
	height: 6em;
	}

form .s{
	width: 60px;
	}
form .m{
	width: 160px;
	}
form .l{
	width: 100%;
	}

form .num{
	text-align: right;
}

/*
==================================================================================

サンクス

==================================================================================
*/

div.thanks {
	padding: 16px;
	height: 300px;
	}

div.thanks p{
	font-size: 1.4em;
	}

/*
==================================================================================

フッター

==================================================================================
*/

div.footer{
	padding-bottom: 32px;
}

div.footer ul{
	list-style: none;
	font-size: 1.2em;
}
div.footer li{
	padding-bottom: 8px;
	line-height: 1.4em;
}
