/*
 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, 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;
	line-height: 170%;
	background-color: #EDF5EB;
}
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;
}
/* 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: #003D2A;
}
a:hover {
	color: #0287FF;
}
.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: 12px;
	padding-bottom: 14px;
	padding-left: 10px;
	font-size: 18px;
	color: #003F2C;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 24px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
}
.text01 {
	color: #64AD4D;
	font-size: 140%;
	font-weight: bold;
}
.text02 {
	color: #64AD4D;
	font-size: 110%;
	font-weight: bold;
}
.text-r-b {
	font-size: 16px;
	font-weight: bold;
	color: #C00;
}
.text-r {
	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: #F5FAEB;
}
.footer {
	font-size: 12px;
	color: #FFF;
	background-color: #63AD4F;
	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: #003F2D;
	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 ol{
	list-style-position: outside;
	padding-left: 20px;
}
.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-style: solid;
	font-size: 180%;
	font-weight: bold;
	color: #63AD4F;
	border-left-width: 3px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
	border-left-color: #63AD4F;
	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: #78B865;
}
.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: #4A8C37;
	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;
}
