/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
th,
strong,
address {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
/* basic class */
.clear {
  clear: both;
}
br.clear {
  line-height: 0px;
  font-size: 0px;
  height: 0px;
}
.acenter {
  text-align: center;
}
.aright {
  text-align: right;
}
.aleft {
  text-align: left;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.vtop {
  vertical-align: top;
}
.vmiddle {
  vertical-align: middle;
}
.vbottom {
  vertical-align: bottom;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.inline_block {
  display: inline-block;
  display: -moz-inline-box;
  *display: inline;
  *zoom: 1;
}
textarea {
  font-size: 100%;
}
/* for iphone */
* {
  -webkit-text-size-adjust: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.reset_css * {
  line-height: 180%;
  text-align: inherit;
}
.reset_css img {
  margin: 6px 0;
  max-width: 100%;
  height: auto;
}
.reset_css p {
  margin: 10px 0;
}
.reset_css b {
  font-weight: bold;
}
.reset_css i,
.reset_css em {
  font-style: italic;
}
.reset_css font {
  color: inherit;
}
.reset_css address {
  font-style: italic;
}
.reset_css strong {
  font-weight: bold;
}
.reset_css h1 {
  font-size: 260%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h2 {
  font-size: 200%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h3 {
  font-size: 160%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h4 {
  font-size: 140%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h5 {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css h6 {
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0;
}
.reset_css ul,
.reset_css ul li {
  list-style: disc outside none;
  margin-left: 20px;
}
.reset_css ol,
.reset_css ol li {
  list-style: decimal outside;
  margin-left: 20px;
}
.reset_css blockquote {
  width: 90%;
  margin: 0 auto;
}
.reset_css table {
  margin: 10px 0;
  border: solid 1px;
}
.reset_css th,
.reset_css td {
  border: solid 1px;
  padding: 5px;
}
body {
  color: #000;
  background-color: #fff;
  font-family: "Shin Go Regular";
}
a {
  color: #6A6664;
  text-decoration: none;
}
a:hover {
  color: #8E8A88;
}
.visible-sm {
  display: none;
}
/************
	header
************/
#header_wrapper {
  width: 100%;
  height: 155px;
  background: #fff;
}
#header {
  width: 960px;
  height: 104px;
  margin: 0 auto;
}
#header .name {
  float: left;
  padding-top: 9px;
  margin-right: 20px;
}
#header .sub_name {
  float: left;
  padding-top: 36px;
  font-family: "Gothic MB101 Light";
  font-size: 12px;
  margin-right: 24px;
}
#header .tel {
  float: left;
  padding-top: 21px;
}
#header .header_link {
  float: right;
  width: 170px;
}
#header .header_link .link {
  width: 80px;
  float: left;
  padding-top: 6px;
  border-top: 3px solid #78BDCF;
  font-family: "Gothic MB101 Light";
  font-size: 12px;
  text-align: center;
}
#header .header_link .link a {
  text-decoration: none;
  color: #000;
}
#header .header_link .link a:hover {
  color: #78BDCF;
}
#header .header_link .link2 {
  float: right;
  margin-right: 1px;
}
#gloval_menu {
  width: 100%;
}
#gloval_menu .gloval_menu_inner {
  width: 960px;
  margin: 0 auto;
  height: 30px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gloval_menu .gloval_menu_inner a .menu {
  float: left;
  width: 160px;
  height: 30px;
  text-align: center;
  border-left: 1px solid #555555;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gloval_menu .gloval_menu_inner a .menu .menu_main {
  font-family: "Arial";
  font-size: 16px;
  margin-bottom: 1px;
  color: #000;
}
#gloval_menu .gloval_menu_inner a .menu .pd_l {
  padding-left: 1px;
}
#gloval_menu .gloval_menu_inner a .menu .menu_sub {
  font-family: "Gothic MB101 Light";
  font-size: 12px;
  color: #000;
}
#gloval_menu .gloval_menu_inner a .menu_4 {
  width: 159px;
}
#gloval_menu .gloval_menu_inner a .bd_r {
  border-right: 1px solid #555555;
}
#gloval_menu .gloval_menu_inner a:hover .menu .menu_main {
  color: #78BDCF;
}
#gloval_menu .gloval_menu_inner a:hover .menu .menu_sub {
  color: #78BDCF;
}
/************
	footer
************/
#footer_wrapper {
  width: 100%;
  height: 180px;
  background: #78BDCF;
}
#footer {
  width: 960px;
  margin: 0 auto;
}
#footer .f_menu_wrapper {
  width: 960px;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #C9E5EC;
  margin-bottom: 13px;
  text-align: center;
}
#footer .f_menu_wrapper .f_menu {
  font-family: "Gothic MB101 Medium";
  font-size: 12px;
  color: #fff;
  margin-left: -16px;
}
#footer .f_menu_wrapper .f_menu a {
  text-decoration: none;
  color: #fff;
}
#footer .f_menu_wrapper .f_menu a:hover {
  color: #3A8DA3;
}
#footer .address_wrapper {
  padding-bottom: 17px;
  border-bottom: 1px solid #C9E5EC;
  margin-bottom: 13px;
}
#footer .address_wrapper .footer_name {
  float: left;
  margin-right: 20px;
}
#footer .address_wrapper .a_text {
  float: left;
  padding-top: 11px;
  font-family: "Gothic MB101 Medium";
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
#footer .address_wrapper .a_text .space2 {
  margin-left: 3px;
}
#footer .address_wrapper .mg_r {
  margin-right: 38px;
}
#footer .copyright {
  font-family: "Gothic MB101 Medium";
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: relative;
}
#footer .copyright a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
/************
	wrapper
************/
#wrapper {
  width: 100%;
  padding: 1px 0 100px 0;
  overflow: hidden;
}
/****************
	main_title
****************/
#main_title_wrapper {
  width: 100%;
  height: 150px;
  background: url(../img/base/bg_main_title.png) no-repeat center top;
}
#main_title_wrapper .main_title {
  width: 960px;
  margin: 0 auto;
}
#main_title_wrapper .main_title .page_title {
  padding-top: 61px;
}
/**************
	pnkz
**************/
#pnkz {
  width: 960px;
  margin: 9px auto 0 auto;
}
#pnkz ol {
  margin-left: 2px;
}
#pnkz ol li {
  font-family: "Gothic MB101 Regular";
  font-size: 12px;
  float: left;
  color: #333326;
  line-height: 16px;
  word-break: break-all;
}
#pnkz ol li.root:after {
  content: ">";
  margin: 0 5px;
  color: #78BDCC;
}
#pnkz ol li a {
  color: #78BDCC;
}
#pnkz ol li a:hover {
  text-decoration: underline;
}
/**************
	sidebar
**************/
#side_wrapper {
  width: 250px;
  float: right;
}
#side_wrapper .menu_area .area_title {
  height: 60px;
  color: #fff;
  line-height: 60px;
  background: url(../img/base/bg_side_title.png) no-repeat left top;
  text-align: center;
  font-family: arial, sans-serif;
  letter-spacing: 0.5px;
  font-size: 18px;
}
#side_wrapper .menu_area .area_content {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 4px solid #E5E5E5;
}
#side_wrapper .menu_area .area_content .menu {
  border-bottom: 1px solid #E5E5E5;
}
#side_wrapper .menu_area .area_content .menu.menu4 {
  border-bottom: 0;
}
#side_wrapper .menu_area .area_content .menu a {
  display: block;
  height: 50px;
  padding: 4px;
}
#side_wrapper .menu_area .area_content .menu a .menu_inner {
  background: url(../img/base/arrow_link.png) no-repeat right top;
  display: block;
  width: 100%;
  height: 100%;
}
#side_wrapper .menu_area .area_content .menu a .menu_inner .pic {
  float: left;
  margin-right: 11px;
}
#side_wrapper .menu_area .area_content .menu a .menu_inner .text {
  font-family: "Gothic MB101 Light";
  color: #000;
  font-size: 14px;
  float: left;
  margin-top: 11px;
}
#side_wrapper .menu_area .area_content .menu a .menu_inner .text .sub {
  display: block;
  margin-top: 7px;
}
#side_wrapper .menu_area .area_content .menu a:hover {
  background: #E4F2F5;
}
/**************
	page
**************/
#page {
  width: 960px;
  margin: auto;
  padding: 20px 0 0 0;
}
#page #left_wrapper {
  width: 690px;
  float: left;
  font-family: "Gothic MB101 Light";
  color: #000000;
}
#page #left_wrapper .main404_wrapper {
  font-family: "Gothic MB101 Regular";
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 400px;
}
#page #left_wrapper .main404_wrapper .error_tit {
  font-family: "Gothic MB101 Medium";
  font-size: 18px;
  margin-bottom: 20px;
}
#page #left_wrapper .main404_wrapper .back {
  margin-top: 30px;
}
#page #left_wrapper .main404_wrapper .back a {
  text-decoration: underline;
}
#page #left_wrapper .wait {
  font-size: 14px;
  line-height: 20px;
  padding: 30px 0 600px 0;
}
#page #left_wrapper .reset_css {
  word-break: break-all;
  line-height: 18px;
  font-size: 12px;
}
#page #left_wrapper .reset_css * {
  line-height: 18px;
  max-width: 100%;
  word-break: break-all;
}
#page #left_wrapper .reset_css *.alignleft {
  float: left;
  margin-right: 10px;
}
#page #left_wrapper .reset_css *.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#page #left_wrapper .reset_css *.alignright {
  float: right;
  margin-left: 10px;
  margin-bottom: 12px;
}
#page #left_wrapper .reset_css *.wp-caption-text {
  margin-top: -5px;
  margin-bottom: 0;
  text-align: center;
}
#page #left_wrapper .reset_css *.gallery-caption {
  margin-top: 5px;
}
#page #left_wrapper .reset_css img {
  margin: 0 0 9px 0;
}
#page #left_wrapper .reset_css div {
  margin: 0 0 12px 0;
}
#page #left_wrapper .reset_css p,
#page #left_wrapper .reset_css ul,
#page #left_wrapper .reset_css ol,
#page #left_wrapper .reset_css dl,
#page #left_wrapper .reset_css pre {
  margin: 0 0 12px 0;
}
#page #left_wrapper .reset_css p img,
#page #left_wrapper .reset_css ul img,
#page #left_wrapper .reset_css ol img,
#page #left_wrapper .reset_css dl img,
#page #left_wrapper .reset_css pre img {
  margin: 0;
}
#page #left_wrapper .reset_css table {
  margin: 0 0 12px 0;
}
#page #left_wrapper .reset_css table * {
  margin: 0;
}
#page #left_wrapper .reset_css table th,
#page #left_wrapper .reset_css table td {
  padding: 5px 10px;
}
#page #left_wrapper .reset_css h1,
#page #left_wrapper .reset_css h2,
#page #left_wrapper .reset_css h3,
#page #left_wrapper .reset_css h4,
#page #left_wrapper .reset_css h5,
#page #left_wrapper .reset_css h6 {
  line-height: 130%;
  margin: 0 0 12px 0;
}
#page #left_wrapper .reset_css h1 img,
#page #left_wrapper .reset_css h2 img,
#page #left_wrapper .reset_css h3 img,
#page #left_wrapper .reset_css h4 img,
#page #left_wrapper .reset_css h5 img,
#page #left_wrapper .reset_css h6 img {
  margin: 0;
}
#page #left_wrapper .reset_css ul li,
#page #left_wrapper .reset_css ol li {
  list-style-position: inside;
}
#page #left_wrapper .reset_css ul li ul,
#page #left_wrapper .reset_css ol li ul,
#page #left_wrapper .reset_css ul li ol,
#page #left_wrapper .reset_css ol li ol {
  margin: 0;
}
#page #left_wrapper .reset_css pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#page #left_wrapper .reset_css blockquote {
  margin-bottom: 12px;
}
#page #left_wrapper .reset_css a:hover {
  text-decoration: underline;
}
/************
	wrapper
************/
#wrapper {
  width: 100%;
  padding: 1px 0 80px 0;
}
/**************
	index
**************/
#specific {
  width: 960px;
  margin: 0 auto;
  padding: 34px 0 0 0;
  color: #333;
  font-family: "Gothic MB101 Regular";
}
#specific #left_wrapper {
  width: 690px;
  float: left;
}
#specific #left_wrapper .specific_wrapper .specific_title {
  width: 100%;
  height: 55px;
  background: url(../img/specific/bg_title.png) no-repeat left top;
  padding-left: 19px;
  font-family: "Gothic MB101 Medium";
  font-size: 18px;
  color: #202020;
  line-height: 55px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#specific #left_wrapper .specific_wrapper .specific_item {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
#specific #left_wrapper .specific_wrapper .specific_item.last {
  border-bottom: 0;
  padding-bottom: 0;
}
#specific #left_wrapper .specific_wrapper .specific_item .tit {
  font-family: "Gothic MB101 Medium";
  font-size: 14px;
  margin-bottom: 8px;
}
#specific #left_wrapper .specific_wrapper .specific_item .text {
  font-size: 12px;
  line-height: 18px;
}
#specific #left_wrapper .specific_wrapper .specific_item .text a {
  color: #78BDCE;
}
#specific #left_wrapper .specific_wrapper .specific_item .text a:hover {
  text-decoration: underline;
}
