/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
*/
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;
}

ol, ul {
  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;
}

body {
  font-size: 62.5%;
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #fff;
  min-width: 980px;
  border-top: 1px solid #684e04;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
button,
input,
select,
textarea {
  color: #333333;
  outline: none;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

a:link,
a:visited,
a:active {
  color: #70b034;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0 0 1em;
}

label,
input[type=submit] {
  cursor: pointer;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/*
 Header
----------------------------------------------------------- */
.headerTop {
  background: #F6F7FB;
  padding: 15px 0;
  margin: 0 0 15px;
}

.headerTop_text {
  float: left;
  margin-bottom: 0;
  font-weight: normal;
  letter-spacing: 1px;
}

.headerTop_right {
  float: right;
}

.headerTop_list li {
  float: left;
  margin-left: 20px;
}

.headerTop_list-icon01 {
  background: url("../../img/common/ico_header_nav_01.png") no-repeat 0 4px;
  padding: 0 0 0 20px;
}

.headerTop_list-icon02 {
  background: url("../../img/common/ico_header_nav_02.png") no-repeat 0 3px;
  padding: 0 0 0 20px;
}

.headerTop_list-icon03 {
  background: url("../../img/common/ico_header_nav_03.png") no-repeat 0 5px;
  padding: 0 0 0 20px;
}

.headerMid {
  margin: 0 0 15px;
}

.headerMid_text {
  font-size: 240%;
  font-weight: bold;
  letter-spacing: -1px;
  float: left;
}

.headerMid_text a{
  color: #000 !important;
	font-family: "Comic Sans MS", "cursive";
}

.headerMid_text a:hover{
  text-decoration: none;
}

.headerMid_text img{
  display: inline-block;
  width: auto;
  height: 50px;
  margin-right: 15px;
}

.headerSearch {
  margin-top: 13px;
  float: right;
  border: 1px solid #ddd;
  padding: 5px 10px 5px 15px;
  border-radius: 5px;
}

.headerSearch input[type="text"] {
  border: none;
  padding: 5px;
  font-size: 110%;
}

.gnav {
  background: url("../../img/common/bg_gnav.png") repeat-x bottom;
  padding-bottom: 5px;
}

.gnav_list {
  display: table;
  width: 100%;
  margin: 0 0 5px;
}

.gnav_list li {
  display: table-cell;
  width: 10%;
  border-right: 1px solid #D6D6D6;
  text-align: center;
  padding: 2px 0;
}

.gnav_list li:first-child {
  border-left: 1px solid #D6D6D6;
}

.gnav_list-active a {
  color: #70b034;
}

.gnav_list-active a:after,
.gnav_list-active a:before {
  content: "";
  position: absolute;
}

.gnav_list-active a:before {
  width: 12px;
  height: 4px;
  background: url("../../img/common/icon_gnav_arrow.png") no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
}

.gnav_list-active a:after {
  width: 100%;
  height: 5px;
  background: #70b034;
  left: 0;
  bottom: -12px;
}

.gnav_list a {
  color: #000;
  font-weight: bold;
  font-size: 110%;
  display: block;
  position: relative;
}

.gnav_list a:hover {
  color: #70b034;
  text-decoration: none;
}

.gnav_list a:hover:after,
.gnav_list a:hover:before {
  content: "";
  position: absolute;
}

.gnav_list a:hover:before {
  width: 12px;
  height: 4px;
  background: url("../../img/common/icon_gnav_arrow.png") no-repeat;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
}

.gnav_list a:hover:after {
  width: 100%;
  height: 5px;
  background: #70b034;
  left: 0;
  bottom: -12px;
}

/*
 Container
----------------------------------------------------------- */
.container {
  width: 980px;
  margin: 0 auto;
  position: relative;
  font-size: 130%;
  line-height: 1.8;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.largeContainer {
  padding-bottom: 30px;
  background: #F6F7FB;
}

.commonMoreBtn a {
  display: inline-block;
  border: 1px solid #70b034;
  padding: 7px 5px;
  position: relative;
  font-size: 120%;
}

.commonMoreBtn a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: url("../../img/common/icon_btn_arrow.png") no-repeat;
  right: 0;
  bottom: 0;
  position: absolute;
}

.commonMoreBtn a:hover {
  text-decoration: none;
  background: #fafafa;
}

/*
 Footer
----------------------------------------------------------- */
.footer_copy {
  text-align: center;
  background: #555555;
  color: #fff;
  padding: 15px 0;
  letter-spacing: 1px;
}

.footerNavi {
  border: solid #D9D9D9;
  border-width: 1px 0;
  background: #EDEDED;
  padding: 20px 0;
}

.footerNavi ul {
  display: table;
  width: 100%;
}

.footerNavi li {
  display: table-cell;
  text-align: center;
  border-left: 1px solid #C8C8C8;
}

.footerNavi li:first-child {
  border-left: none;
}

.footerNavi li a {
  color: #333;
}

.footerText {
  text-align: center;
  padding-top: 30px;
  margin: 0 0 30px;
  letter-spacing: 1px;
}

.footerText dd {
  font-size: 180%;
  font-weight: bold;
}

.pageTopBtn {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: -55px;
}

.pageTopBtn a {
  width: 70px;
  height: 70px;
  display: block;
  background: url("../../img/common/btn_pagetop.png") no-repeat;
}

.pageTopBtn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*
 Side
----------------------------------------------------------- */
.sideContainer_title {
  background: #70b034;
  color: #fff;
  padding: 10px 10px 10px 20px;
  font-size: 120%;
  position: relative;
}

.sideContainer_title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sideList {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}

.sideList li {
  border-bottom: 1px solid #F5F5F5;
}

.sideList a {
  display: block;
  background: #fff;
  padding: 10px 15px;
  font-size: 110%;
  font-weight: bold;
  position: relative;
}

.sideList a:hover {
  background: #fafafa;
  text-decoration: none;
}

.sideList a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: url("../../img/common/icon_btn_arrow.png") no-repeat;
  right: 0;
  bottom: 0;
  position: absolute;
}



