/*
 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  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;
  line-height: 170%;
  background-image: url(../img/body_bg.gif);
}

ul {
  list-style: none;
}

ol {
  list-style-image: none;
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

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

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;
}

.mt30 {
  margin-top: 30px;
}

.mr20 {
  margin-right: 20px;
}

.bg03 {
  background-color: #EEFAFF;
}

input {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}


/* End RESET */

/* ========= COMMON ======== */
#container {
  width: 1000px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-color: #FFF;
}

#content {
  width: 932px;
  padding: 34px;
}

a,
a:link,
a:visited {
  color: #024d3d;
}

a:hover {
  color: #096F59;
}

.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;
}

h1 {
  margin: 0px;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

h2 {
  background-repeat: no-repeat;
  padding-top: 17px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 20px;
  color: #3e406c;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 24px;
  border-top: 1px solid #3e406c;
  border-left: 1px solid #3e406c;
  border-right: 1px solid #3e406c;
  border-bottom: 2px solid #3e406c;
}

.column h3 {
  margin: 10px 0px;
  padding-left: 15px;
  background: url(../img/ico_h3.gif) no-repeat 1px 4px;
  font-size: 120%;
  font-weight: bold;
}

.text8 {
  font-size: 11px;
}

.text16 {
  font-size: 16px;
}

.text01 {
  color: #887638;
  font-size: 140%;
  font-weight: bold;
}

.text02 {
  color: #cc5d17;
  font-size: 110%;
  font-weight: bold;
}

.text03 {
  color: #FF002F;
  font-size: 110%;
  font-weight: bold;
}

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

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

.text-r {
  color: #C00;
}

.text-r a {
  color: #C00;
}

.text-g {
  font-size: 15px;
  color: #7A8816;
  font-weight: bold;
}

.point {
  font-weight: bold;
  color: #C00;
}

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

.bg01 {
  background-color: #FEF8F2;
}

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

#page-top {
  width: 966px;
  text-align: right;
  clear: both;
  padding-bottom: 2px;
  display: block;
  padding-right: 34px;
  padding-top: 30px;
}

/*=== HEADER === */
header .header {
  width: 1000px;
  padding: 0px;
}

header .header-btn {
  width: 994px;
  padding: 3px;
  background-color: #0f0c76;
  text-align: right;
  height: 10px;
}

/*===== NAVIGATION =====*/
.side {
  width: 200px;
  float: left;
}

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

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

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

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

}

.line {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}

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

/*======== MAIN ========*/
#main {
  float: right;
  width: 700px;
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}

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

.con-box-list {
  width: 100%;
  clear: both;
}

.con-box-list li {
  clear: both;
  background-image: url(../img/li-bg.png);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 10px;
}

.con-box h1 {
  border-left: 3px solid #3e406c;
  font-size: 180%;
  font-weight: bold;
  color: #3e406c;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 5px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

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

.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: 27%;
  float: left;
}

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

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

.abaut {
  width: 100%;
}

.abaut table {
  width: 100%;
}

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

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

.abaut2 {
  width: 100%;
}

.aboutbox {
  width: 800px;
  /*clear: both;*/
  padding-bottom: 40px;
  overflow-y: auto;
  height: 400px;
  background-color: antiquewhite;
}

.abaut2 table {
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #E7E7E7;
  margin-top: 30px;
  height: 300px;
}

.abaut2 th {
  font-weight: bold;
  color: #cc5d17;
  background-color: #FCF9EB;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E7E7E7;
  padding: 5px;
  vertical-align: middle;
}

.abaut2 td {
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E7E7E7;
}

.abaut3 {
  width: 100%;
}

.abaut3 table {
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #E7E7E7;
  margin-top: 30px;
  border-right: 1px solid #E7E7E7;
}

.abaut3 th {
  width: 100%;
  font-weight: bold;
  color: #4A8C37;
  background-color: #FCF9EB;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E7E7E7;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #E7E7E7;
}

.abaut3 td {
  width: 50%;
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E7E7E7;
  border-left: 1px solid #E7E7E7;
}

.abaut4 {
  width: 100%;
  font-size: 88%;
}

.abaut4 table {
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #E7E7E7;
  margin-top: 15px;
  border-left: 1px solid #E7E7E7;
}

.abaut4 th {
  font-weight: bold;
  color: #0154A7;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E7E7E7;
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #E7E7E7;
}

.abaut4 td {
  padding: 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E7E7E7;
  border-right: 1px solid #E7E7E7;
}

.info {
  width: 100%;
}

.info li {
  background-image: url(../img/text-bg01.png);
  background-repeat: no-repeat;
  background-position: left 10px;
  padding-left: 25px;
  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-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;
}

.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: 40px;
}

.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: 40px;
  padding-left: 10px;
}

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

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

.btn-box {
  text-align: center;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
}

a.cp_btn {
  display: block;
  width: 180px;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  transition: .4s;
  background: #cc5d17;
  margin: 0 auto;
}

a.cp_btn:hover {
  background: #fff;
  color: #cc5d17;
  border: 2px solid #cc5d17;
}

.program {
  width: 100%;
}

.program dl {
  width: 100%;
  margin-top: 10px;
}

.program dt {
  width: 100%;
  color: #F5A000;
  font-size: 16px;
  font-weight: bold;
  background-color: #E8F3ED;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}


.con-box .schedule dt {
  font-weight: bold;
  color: #000;
}

.con-box .schedule dd {
  padding: 0 0 15px 0;
  color: #0f0c76;
}


sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  font-size: 10px;
}
sub2 {
  height: 0;
  line-height: 1;
  vertical-align: super;
  position: relative;
  font-size: 10px;
}

.column p {
  line-height: 1.4;
  margin: 10px 0px 20px 2px;
}

/* @group Table */

table {
  border: 2px solid #D0D0D0;
  border-bottom-width: 2px;
}

th,
td {
  font-weight: normal;
  padding: 6px 6px;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  line-height: 1.4;
}

thead th {
  background-color: #6d5e4c;
  text-align: center;
  font-weight: bold;
}

tbody th {
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  background-color: #F8F5FE;
  font-weight: bold;
}


table.frm thead th {
  text-align: left;
}

table.frm tbody th {
  width: 120px;
  white-space: normal;
}

td ul {
  margin: 0 !important;
  padding: 0 !important;
}

td ul li {
  list-style-type: none;
}

td.fcell {
  border-right: none;
  white-space: nowrap;
   !important
}

table.price td {
  text-align: right;
}

table.free td {
  text-align: center;
}

td.free {
  text-align: center !important;
}

ol {
  display: block;
  padding-left: 20px;

}

li {
  padding-left: 1em;
  text-indent: -1em;
}

.nav li {
  padding-left: 0em;
  text-indent: 0em;
}

.committee td {
  white-space: nowrap;
}

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

.con-box dl {
  line-height: 1.4;
}

.con-box dt {
  font-weight: bold;
  color: #5B2A33;
  margin-top: 10px;
  margin-bottom: 5px;
}

.con-box dd {
  padding: 0 0 10px 30px;
}

.con-box dd button {
  padding: 5px;
  cursor:pointer;
}

.con-box dt a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border: 2px solid #C00;
  color: #C00;
}

.font-red {
  color: #C00;
}

.exhibition {
  width: 100%;
}

.exhibition p {
  line-height: 1.4;
  margin: 10px 0px 20px 2px;
}

.font-blue {
  color: #41bdf9;
}

.font-blue2 {
  color: #0f0c76;
}

.text_b {
  font-weight: bold;
}

.pt20 {
  padding-top: 20px;
}

.box-l {
  width: 48%;
  float: left;
}

.box-l select {
  font-size: 10px;
}

.box-r {
  width: 51%;
  float: right;
}

.box-r select {
  font-size: 10px;
}

.side img {
  margin-top: 10px;
  width: 200px;
}
