/*
 Theme Name: Plate template
 Author: Dang Quan
 Description: Lorem ipsum
 Author URI: xxx
*/

/*Reset CSS*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 90%;
    color: #333;
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    line-height: 170%;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

sup {
    font-size: 10px;
    vertical-align: top;
    line-height: 200%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    display: inline-block
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.center {
    display: block;
    text-align: center;
    width: 100%;
}

img {
    vertical-align: middle;
}

.center {
    text-align: center;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.cred {
    font-size: 16px;
    font-weight: bold;
    color: #C00;
}

/* End RESET */

/* ========= COMMON ======== */

#container {
    width: 1000px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

a,
a:link,
a:visited {
    color: #588792;
}

a:hover {
    opacity: .7;
}

.trans {
    opacity: 1;
    : all ease 0.26s;
    -moz-transition: all ease 0.26s;
    -o-transition: all ease 0.26s;
    transition: all ease 0.26s;
}

.trans:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: .6;
}

h2 {
    background-image: url(../img/title-bg.png);
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 10px;
    font-size: 18px;
    color: #4a4b47;
    line-height: 100%;
    font-weight: bold;
    margin-bottom: 24px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    margin-bottom: 10px;
    padding-bottom: 2px;
    color: #000;
}

.line {
    color: #333333;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    margin-bottom: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text01 {
    color: #333333;
}

.text02 {
    color: #4A8E37;
    font-size: 29px;
    font-weight: bold;
}

.text03 {
    color: #a52d7a;
}

.text12-bu {
    font-size: 12px;
    color: #a52d7a;
}

.text14-b {
    font-weight: bold;
    color: #674c51;
    font-size: 14px;
}

.text16-b {
    font-weight: bold;
    color: #674c51;
    font-size: 16px;
}

.text-b {
    font-weight: bold;
}

.text-br {
    font-weight: bold;
    text-align: right;
}

.text-ml400 {
    margin-left: 400px;
}

.text-r-b {
    font-size: 16px;
    font-weight: bold;
    color: #C00;
}

.text-r {
    color: #C00;
}

.torikeshi {
    text-decoration: line-through;
}

.li-bg {
    background-image: url(../img/text-bg02.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 15px;
    line-height: 160%;
}

.li-bg2 {
    background-image: url(../img/text-bg03.png);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 15px;
    line-height: 160%;
}

.bg01 {
    background-color: #f7f2f7;
}

.footer {
    font-size: 12px;
    color: #fff;
    background-color: #0474BE;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    clear: both;
    text-align: center;
}

#page-top {
    width: 100%;
    text-align: right;
    clear: both;
    padding-bottom: 2px;
}

/*=== HEADER === */

.main-imgL {
    float: left;
    width: 579px;
}

.main-imgR {
    float: right;
    width: 397px;
    text-align: center;
    padding-top: 20px;
}

header .header {
    position: relative;
    height: 289px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

header .header2 {
    position: relative;
    padding-top: 20px;
    padding-right: 0px;
    height: 71px;
    padding-bottom: 30px;
    background-image: url(../img/sub-img01-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}


/*===== NAVIGATION =====*/

.side {
    width: 200px;
    float: left;
}

.nav {
    width: 198px;
    background-image: url(../img/nav-bg.png);
    margin-top: 1px;
    border: 1px solid #CCC;
}

.nav a {
    display: block;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 18px;
    color: #000;
    text-decoration: none;
}

.nav a:hover {
    color: #666;
}

.nav-bg {
    background-image: url(../img/nav-bg02.png);
    background-repeat: repeat;
    background-position: left bottom;
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}

.nav {
    margin-bottom: 10px;
}

.nav li {
    background-image: url(../img/nav-li.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.fixed {
    position: fixed;
    top: 25px;
}

/*======== MAIN ========*/

#main {
    float: right;
    width: 760px;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 70px;
    padding-left: 0;
    text-align: left;
}

.top_btn a {
    width: 60%;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #fff;
    background-color: #16508F;
    padding: 15px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.top_btn a:hover {
    background-color: #1F6FC7;
}

.top_btn2 a {
    display: block;
    text-align: center;
    color: #000000;
}

.top_btn2 a:hover {
    color: #666666;
}

.con-box {
    width: 100%;
    clear: both;
    padding-bottom: 60px;
}

.con-box-r {
    width: 100%;
    clear: both;
    text-align: right;
}

.con-box-l {
    width: 100%;
    clear: both;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.con-box2 {
    width: 100%;
    clear: both;
    padding-bottom: 60px;
}

.con-box2 p {
    line-height: 160%;
}

.day {
    width: 17%;
    float: left;
}

.day-con {
    width: 83%;
    float: right;
}

.day-con a {
    width: 83%;
    color: #C00;
}

.abaut {
    width: 100%;
}

.abaut table {
    width: 100%;
}

.abaut th {
    width: 15%;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.abaut td {
    width: 85%;
    padding: 5px;
}

.abaut2 {
    width: 100%;
}

.abaut2 table {
    width: 100%;
    margin-bottom: 30px;
}

.abaut2 th {
    width: 20%;
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #4A8C37;
}

.abaut2 td {
    width: 80%;
    padding: 5px;
}

.info {
    width: 100%;
}

.info li {
    background-image: url(../img/text-bg01.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding-left: 13px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.Lbox {
    width: 280px;
    float: left;
}

.program {
    width: 100%;
}

.program dt {
    width: 100%;
}

.program dd {
    width: 100%;
    padding-bottom: 30px;
}

.program-box {
    width: 300px;
}

.program table {
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    margin-top: 20px;
}

.program th {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    background-color: #F2F2F2;
}

.program td {
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    vertical-align: middle;
}

.program2 {
    width: 100%;
    padding-bottom: 30px;
}

.program-box2 {
    width: 300px;
}

.program2 table {
    width: 70%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    margin-top: 20px;
}

.program2 th {
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    background-color: #F2F2F2;
}

.program2 td {
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    vertical-align: middle;
}

.contact {
    width: 100%;
}

.contact table {
    width: 100%;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCC;
    border-right-color: #CCC;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact th {
    text-align: left;
    font-weight: bold;
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    background-color: #F2F2F2;
}

.contact td {
    padding: 10px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    vertical-align: middle;
}

.formbtn {
    text-align: center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 80px;
    padding-left: 10px;
}

.btntxt {
    text-align: center;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
    padding-left: 40px;
    cursor: pointer;
}

.form {
    padding-bottom: 60px;
}

.form a {
    color: #c00;
}


.form h3 {
    font-weight: bold;
    color: #674c51;
    font-size: 16px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.contact input {
    padding: 7px;
}

.text_R {
    float: right;
    width: 400px;
}

.text_L01 {
    float: left;
    width: 100px;
}

.line-box {
    padding: 2%;
    border: 3px solid #588792;
}
