/*
 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-color: #EFEDF8;
}
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;
}

/* 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: #0154A7;
}
a:hover {
	color: #0179F1;
}
.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-image: url(../img/title-bg.png);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-bottom: 17px;
	padding-left: 10px;
	font-size: 15px;
	color: #7A8816;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 24px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
}
.text8 {
	font-size: 11px;
}
.text01 {
	color: #cc5d17;
	font-size: 140%;
	font-weight: bold;
}
.text02 {
	color: #cc5d17;
	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-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: #B7BF7F;
	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: #0154A7;
	text-align: right;
}

/*===== 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 #0154A7;
	font-size: 180%;
	font-weight: bold;
	color: #0154A7;
	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%;
}
.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%;
}
.abaut2 table{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	margin-top: 30px;
}
.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: 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-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;
}


.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;
}
.program dd{
	padding-bottom: 25px;
}
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 4px;     
}
