@charset "UTF-8";
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	text-size-adjust: 100%;
}
/* .clearfix */
.clearfix {
	margin-bottom: 1.5em;
}
.clearfix, header, header div, article {
	min-height: 1px;
}
.clearfix:after, header:after, header div:after, article:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* body */
body {
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 1.7;
	margin: 0 auto;
}
/* a */
a {
	color: #08C;
}
a:visited {
	color: #06B;
}
a:hover {
	color: #3AD;
}
img {
	vertical-align: bottom;
}
img.margintop {
	margin-top: 30px;
}
ul, ol {
	list-style-position: inside;
}
address {
	font-style: normal;
}
/* heading */
h1, h2, h3, h4, h5, h6 {
	color: #08C;
	font-weight: normal;
	line-height: 1.4;
}
/* table */
table {
	border-collapse: collapse;
	margin-bottom: 2em;
	width: 100%;
}
table tr {
	border-bottom: 1px solid #CCC;
}
table tr th {
	background-color: #CCE9F6;
	padding: 0.5em 1.5em;
	vertical-align: middle;
	white-space: nowrap;
}
table tr td {
	padding: 0.5em 1.5em;
}
article section h1 {
	font-size: 250%;
	margin-bottom: 0.5em;
}
article section section h1 {
	font-size: 200%;
}
article section h2 {
	font-size: 180%;
}
article section h3 {
	font-size: 140%;
}
article section h4 {
	font-size: 130%;
}
article section h5 {
	font-size: 120%;
}
article section h6 {
	font-size: 110%;
}
article section h2, article section h3, article section h4, article section h5, article section h6 {
	margin-bottom: 1em;
}
article section h1 span, article section h2 span, article section h3 span, article section h4 span, article section h5 span, article section h6 span {
	font-size: 70%;
}
hr {
	border: 0;
	border-top: 1px solid #CCC;
	clear: both;
	display: block;
	height: 1px;
	margin: 2em 0;
}
small {
	font-size: 80%;
}
article section .big {
	font-size: 200%;
}
/* header */
header {
	background: url(../img/back_header01.gif) repeat-x left 125px;
}
header div {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
/* header div section */
header div section {
	float: left;
	width: 480px;
}
header div section p {
	font-size: 80%;
	line-height: 40px;
}
header div section h1 {
	float: left;
	height: 86px;
	margin-bottom: 14px;
}
header div section ul.seminar {
	right: 0;
	list-style: none;
	margin-top: 20px;
	position: absolute;
	width: 330px;
}
/* header div ul */
header div ul {
	float: right;
	font-size: 70%;
	list-style: none;
}
header div ul li {
	float: left;
	line-height: 40px;
	margin-right: 10px;
}
header div ul li:last-child {
	margin-right: 0; /* reset */
}
/* header ul.nav */
header ul.nav {
	list-style: none;
	margin: 0 auto;
	width: 961px;
}
header ul.nav li {
	background-color: #FFF;
	float: left;
	position: relative;
}
/* header ドロップダウンメニュー */
header ul.nav li ul {
	list-style: none;
	position: absolute;
	top: 80px;
	width: 240px;
	z-index: 2;
}
header ul.nav li ul li {
	float: none; /* reset */
	font-size: 90%;
}
header ul.nav li ul li:hover {}
header ul.nav li ul li a {
	background-color: #08C;
	display: block;
	color: #FFF;
	line-height: 3em;
	text-decoration: none;
	text-indent: 1em;
}
header ul.nav li ul li a:hover {
	background-color: #3AD;
}
/* header 電話番号 */
header ul.nav2 + p {
	bottom: 0;
	right: 0;
	position: absolute;
}
/* article */
article {
	background: url(../img/back_article01.gif) no-repeat center bottom;
	padding-bottom: 40px;
}
/* breadcrumb */
.breadcrumb {
	color: #999;
	font-size: 70%;
	margin: 0.25em auto 2em;
	width: 960px;
}
/* section */
article section {
	border-bottom: 2px dotted #08C;
	margin: 0 auto;
	padding: 30px 0 20px;
	width: 960px;
}
article section:last-child, article section section {
	border-bottom: none; /* reset */
}
article section.medium {
	width: 800px;
}
article section.small {
	width: 640px;
}
article section p, article section ul, article section ol, article section address {
	margin-bottom: 2em;
}
/* float */
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
article section.medium p.alignleft, article section.medium p.alignright, article section.medium div.alignleft, article section.medium div.alignright {
	width: 380px;
}
article section div.small {
	margin: 0 auto;
	width: 640px;
}
/* footer */
footer {
	background-color: #CCE9F6;
	padding: 40px 0 0;
	text-align: center;
	width: 100%;
}
footer div {
	margin: 0 auto 40px;
	width: 960px;
}
footer div h1 {
	float: left;
	width: 225px;
}
footer div ul {
	background-color: #E6F6FF;
	border-radius: 10px;
	float: left;
	font-size: 90%;
	line-height: 1.5em;
	list-style: none;
	margin-left: 20px;
	padding: 10px 15px;
	text-align: left;
	width: 195px;
}
footer div ul li {
	margin-bottom: 0.5em;
}
footer div ul li span {
	display: block;
	margin-bottom: 0.5em;
}
footer div ul li ul {
	float: none; /* reset */
	list-style: inside; /* reset */
	margin-left: 0; /* reset */
	padding: 0; /* reset */
}
footer div ul li ul li {
	margin-bottom: 0; /* reset */
}
footer div ul li ul li a {
	text-decoration: none;
}
footer p {
	background-color: #08C;
	color: #FFF;
	font-size: 80%;
	padding: 2em 0;
}
/* .totop */
p.totop {
	bottom: 10px;
	margin: 0;
	position: fixed;
	right: 30px;
}
/* .btn */
article section p.btn {
	margin: 2em auto;
}
article section p.btn a {
	background-color: #08C;
	border-radius: 2em;
	color: #FFF;
	font-size: 140%;
	padding: 1em 2em;
	text-decoration: none;
}
article section p.btn a:hover {
	background-color: #3AD;
}