﻿@charset "utf-8";

/* CURRICULUM */
#curriculum {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-top: 3px;
}
#curriculum h2 {
    margin-bottom: 10px;
}
#curriculum h3 {
    margin-bottom: 5px;
}
.curriculum_title2 {
    clear: both;
    margin-left: 0px;
    margin-bottom: 10px;
}
#curriculum table {
    float: left;
    width: 142px;
    margin-bottom: 20px;
    margin-right: 4px;
    border-collapse: collapse;
    border: 1px solid #eaebeb;
    color: #2d2b2b;
}
#curriculum table.last {
    margin-right: 0;
}
#curriculum table thead th,
#curriculum table tfoot th {
    background: #92b0f4;
}
#curriculum table th,
#curriculum table td {
    padding: 0 5px;
}
#curriculum table th {
    background: #e2e3e4;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
#curriculum table th.kamoku {
    background: #e9ebec;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}
#curriculum table td {
    background: #eef0f2;
    text-align: center;
}
#curriculum .sTxt {}
/* UNIFORM */
#uniform {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-top: 3px;
}
#uniform h2 {
    margin-bottom: 10px;
}
#uniform p {
    margin-bottom: 15px;
}
#uniform p#thumnail {
    text-align: center;
}
#uniform p#thumnail img {
    margin-right: 5px;
}
#uniform p#thumnail img.last {
    margin-right: 0;
}
/* KOKA */
#kouka {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-top: 3px;
}
#kouka h2 {
    margin-bottom: 20px;
}
#kouka p {
    margin-bottom: 10px;
}
#kouka table {
    background: #f6f5f7;
}
#kouka table caption {
    text-align: left;
}
#kouka table td {
    padding: 3px 5px;
}
#kouka table td a {
    color: #333333;
    text-decoration: none;
}
#kouka table td a:hover {
    color: #ff0000;
}
/* KYOIN */
#kyoin {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-top: 3px;
}
#kyoin h2 {
    margin-bottom: 20px;
}
#kyoin p {}
#kyoin table {
    margin-bottom: 50px;
}
#kyoin table tbody th {
    padding-right: 5px;:
}
#kyoin table tbody th,
#kyoin table tbody td {
    padding-bottom: 5px;
    vertical-align: top;
}
#kyoin hr {
    margin-bottom: 30px;
    border: 2px solid #d4d2d7;
}
#kyoin #detail {}
#kyoin #detail img {
    float: left;
    width: 188px;
    margin-right: 10px;
}
#kyoin #detail h2,
#kyoin #detail p {
    margin-left: 200px; 
    margin-bottom: 10px;
}
#kyoin #detail h2 {
    font-weight: normal;
}
#kyoin #detail h2 span {
    display: block;
}
/* FAQ */
#faq {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-top: 3px;
}
#faq h2 {
    margin-bottom: 20px;
}
#faq h3 {
    margin-bottom: 15px;
    padding: 3px 5px;
    background: #eeecf0;
    font-weight: normal;
}
#faq p {
    margin-bottom: 20px;
    padding-left:2em;
}
/* shokudo */
#shokudo {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-top: 20px;
}
#shokudoDate {
    margin: 20px 0;
    color: #333333;
}

/* KISHO */
#kisho {
    float: left;
    width: 440px;
    margin-right: 20px;
    padding-top: 3px;
}
#kisho h2 {
    margin-bottom: 20px;
}
#kisho p {
    margin-bottom: 20px;
    padding-left:2em;
}
#kisho ol {
	margin-bottom: 20px;
	padding-left: 30px;
}
#kisho ol.inner {
	margin-bottom: 10px;
	padding-top: 10px;
	list-style-type: none;
	text-indent: -2em;
}




