@charset "UTF-8";

/* CSS Document */

@charset "utf-8";
html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 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, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  color: #333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, textarea {
  display: block;
}

img, object, embed, video, iframe {
  max-width: 100%;
}

img, video, embed, object {
  height: auto;
}

embed, object {
  height: 100%;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

thead th, thead td {
  font-weight: bold;
  vertical-align: bottom;
}

a img, th img, td img {
  vertical-align: top;
}

button, input, select, textarea {
  margin: 0;
}

textarea {
  overflow: auto;
}

button {
  width: auto;
  overflow: visible;
}

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

input[type="radio"], input[type="checkbox"] {
  font-size: 110%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  font: 13px arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: #ffffff;
  color: #444;
  line-height: 180%;
}

a {
  color: #336699;
}

a:hover {
  color: #19334d;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1.0em;
}

h1 {
  font-size: 1.5714285714285716em;
  line-height: 1em;
  text-align: center;
}

h2 {
  font-size: 2.142857142857143em;
  line-height: 1.1em;
}

h3 {
  font-size: 1.7142857142857142em;
  line-height: 1.3em;
}

h4 {
  font-size: 1.2857142857142858em;
  line-height: 1.3em;
}

h5 {
  font-size: 1.1428571428571428em;
  line-height: 1.3em;
}

h6 {
  font-size: 1em;
  line-height: 1.3em;
  text-transform: uppercase;
}

hgroup h1, hgroup h2, hgroup h3, hgroup h4 {
  margin-bottom: .1em;
}

.subheader {
  font-size: 1.2em;
  font-weight: normal;
  color: #8f8f8f;
  margin-bottom: 1em;
}

p, ul, ol, dl, dd, dt, blockquote, td, th {
  line-height: 1.5em;
}

ul, ol, ul ul, ol ol, ul ol, ol ul {
  margin: 0 0 0 2em;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

ul, ol, dl, blockquote, hr, pre, hgroup, table, form, fieldset {
  margin-bottom: 1.5em;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

blockquote {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  border-left: 1px solid #ccc;
  color: #666;
}

blockquote small, cite {
  color: #888;
  font-style: italic;
}

blockquote p {
  margin-bottom: 1em;
  font-style: italic;
}

small, blockquote cite {
  font-size: 0.85em;
  line-height: 1;
}

blockquote .pull-right, .row blockquote .pull-right {
  float: none;
  text-align: right;
  display: block;
}

address {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

sub, sup {
  font-size: 0.7em;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figcaption {
  font-size: 0.85em;
  font-style: italic;
}

ins, mark {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-size: 90%;
  font-family: Menlo, Monaco, monospace, sans-serif;
}

pre {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1.5em;
  white-space: pre;
  overflow: auto;
}

code {
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
  background: #f8f8f8;
  border: 1px solid #ddd;
}

kbd {
  padding: 0 6px;
  border-radius: 4px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #ffffff inset;
  background-color: #fafafa;
  border-color: #ccc #ccc white;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: #444;
  font-weight: bold;
  white-space: nowrap;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
  font-size: 13px;
}

fieldset {
  padding: 2em 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid #dddddd;
}

legend {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1em;
}

tfoot th, tfoot td {}

th, td {
  padding: 0.75em 0.5em;
}

table caption {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0.5em;
  color: #666;
}

table.simple td, table.simple th {
  border: none;
  padding: 0.75em 0.7em 0.75em 0;
}

table.bordered td, table.bordered th {
  border: 1px solid #ddd;
}

table.stroked td, table.stroked th {
  border-bottom: 1px solid #eee;
}

table.striped tbody tr:nth-child(odd) td {
  background-color: #f8f8f8;
}

table.hovered tbody tr:hover td, table.hovered thead tr:hover th {
  background-color: #f6f6f6;
}

.thead-gray td, .thead-gray th {
  background-color: #f0f0f0;
}

.thead-black td, .thead-black th {
  font-weight: normal;
  color: #f6f6f6;
  color: rgba(255, 255, 255, 0.9);
  background-color: #222;
}

table.bordered .thead-black td, table.bordered .thead-black th {
  border: 1px solid #444;
}

.forms label {
  display: block;
  margin-bottom: 2px;
}

.descr {
  color: #999999;
  font-size: 0.85em;
  line-height: 1.5em;
}

div.descr {
  margin: 4px 0;
}

.columnar div.descr {
  margin-bottom: 10px;
}

.forms ul {
  list-style: none;
  margin: 0;
}

.forms ul li {
  margin-bottom: 10px;
}

.forms.columnar ul li {
  margin-bottom: 15px;
}

fieldset.liner {
  border: none;
  padding: 0;
}

fieldset.liner legend {
  padding: 0;
  width: 100%;
  padding-bottom: 12px;
}

fieldset.liner legend span {
  padding: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  display: block;
}

.forms ul.multicolumn:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.forms ul.multicolumn li {
  float: left;
  margin-right: 12px;
  margin-bottom: 0;
  line-height: 1.8em;
}

.forms ul.multicolumn li label {
  margin-bottom: 0;
}

.forms ul.multicolumn li.width-50 {
  width: 48%;
  margin-right: 2%;
}

.forms ul.multicolumn li.width-33 {
  width: 31%;
  margin-right: 2%;
}

.forms.columnar legend {
  margin-bottom: 1em;
}

.forms.columnar label {
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 20px;
}

.forms.columnar .push, .forms.columnar div.descr {
  margin-left: 170px;
}

.forms.columnar li fieldset label {
  float: none;
  width: auto;
  text-align: left;
  margin-right: 0;
}

.forms.columnar li fieldset {
  border: none;
  padding: 0;
  margin: 0;
  padding-left: 170px;
  position: relative;
}

.forms.columnar li fieldset section {
  padding: 0;
  position: absolute;
  width: 150px;
  text-align: right;
  left: 0;
  top: 0;
}

.forms.columnar li fieldset section label {
  float: none;
  width: auto;
  margin-right: 0;
  text-align: right;
}

.forms.columnar li fieldset div.descr {
  margin-left: 0;
}

.forms li.form-section {
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding: 1.5em 0 .7em 0;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

.columnar li.form-section {
  padding-left: 170px;
}

table.tableforms td {
  font-size: 90%;
  padding: 1px 10px 3px 0 !important;
  border: none;
}

table.tableforms tr.labels td {
  padding-top: .8em !important;
  font-weight: bold;
}

input[type="radio"], input[type="checkbox"] {
  position: relative;
  top: -1px;
}

input[type="text"], input[type="password"], input[type="email"], textarea {
  position: relative;
  z-index: 2;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  border: 1px solid #ccc;
  margin: 0;
  padding: 5px 5px;
  background-color: white;
  color: #333;
  font-size: 13px;
  line-height: 1;
  border-radius: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: border 0.3s ease-in;
  -moz-transition: border 0.3s ease-in;
  -ms-transition: border 0.3s ease-in;
  -o-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}

textarea {
  line-height: 1.4em;
}

.error, .success {
  margin-left: 5px;
  font-weight: normal;
  font-size: 0.85em;
}

input.input-error, textarea.input-error, select.input-error, .input-error {
  border-color: #da3e5a;
  box-shadow: 0 0 0 2px rgba(218, 62, 90, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input.input-success, textarea.input-success, select.input-success, .input-success {
  border-color: #18a011;
  box-shadow: 0 0 0 2px rgba(24, 160, 17, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input.input-gray, textarea.input-gray, select.input-gray, .input-gray {
  border-color: #ccc;
  box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input.input-search {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
  border-radius: 15px;
}

.input-append, .input-prepend {
  display: inline-block;
  background-color: #eee;
  height: 23px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 8px;
  color: #333;
  font-size: 14px;
  line-height: 23px;
}

.input-prepend {
  margin-right: -1px;
}

.input-append {
  position: relative;
  z-index: 1;
  margin-left: -1px;
}

.btn {
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
  border: 1px solid #dadada;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom-color: #a9a9a9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0px #ffffff;
}

.btn, .btn:hover {
  color: #000;
}

.btn:hover {
  filter: none;
  background: none;
  background: #eee;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.btn-big.btn-active, .btn-big.btn-active:hover {
  padding: 11px 25px;
}

.btn-active, .btn-active:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  color: #555;
  border: none;
  background: none;
  filter: none;
  background-color: #ddd;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  padding: 7px 17px 8px 17px;
}

.btn-small {
  padding: 4px 12px;
  font-size: 11px;
}

.btn-small.btn-active {
  padding: 5px 12px;
}

.btn-big {
  padding: 10px 24px;
  font-size: 20px;
}

.btn-square {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-round {
  border-radius: 15px;
  border-radius: 0 \0;
}

.btn-full {
  width: 100%;
}

.btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}

.btn-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.btn-group>.btn, .btn-group>input {
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -1px;
}

.btn-group>.btn:first-child {
  border-radius: 4px 0 0 4px;
}

.btn-group>.btn:last-child {
  border-radius: 0 4px 4px 0;
}

.btn-group>.btn.btn-round:first-child, .btn-group>.input-search:first-child {
  border-radius: 15px 0 0 15px;
}

.btn-group>.btn.btn-round:last-child, .btn-group>.input-search:last-child {
  border-radius: 0 15px 15px 0;
}

.btn-append {
  margin-left: -2px;
  border-radius: 0 4px 4px 0;
}

.btn.disabled, .btn[disabled] {
  border: none;
  filter: none;
  background: none;
  background-color: #e9e9e9;
  opacity: 0.6;
  cursor: default;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

@-moz-document url-prefix("http://") {
  input[type=submit].btn::-moz-focus-inner, button.btn::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
}

.row {
  margin-bottom: 1.5em;
}

.container.row {
  margin-bottom: 0;
}

.container:after, .row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.half, .third, .quarter, .fifth, .sixth, .twothird, .twofifth, .threefifth, .fourfifth, .fivesixth, .threequarter {
  margin-left: 3.1914893617021276%;
  float: left;
  min-height: 1px;
}

.half:first-child, .third:first-child, .quarter:first-child, .fifth:first-child, .sixth:first-child, .twothird:first-child, .twofifth:first-child, .threefifth:first-child, .fourfifth:first-child, .fivesixth:first-child, .threequarter:first-child {
  margin-left: 0;
}

.sixth {
  width: 14.007092198581558%;
}

.fifth {
  width: 17.4468085106383%;
}

.quarter {
  width: 22.606382978723403%;
}

.third {
  width: 31.205673758865245%;
}

.half {
  width: 48.40425531914894%;
}

.threequarter {
  width: 74.20212765957446%;
}

.twothird {
  width: 65.60283687943262%;
}

.twofifth {
  width: 38.08510638297872%;
}

.threefifth {
  width: 58.72340425531915%;
}

.fourfifth {
  width: 79.36170212765958%;
}

.fivesixth {
  width: 82.8014184397163%;
}

.push-half, .push-threequarter, .push-quarter, .push-third, .push-twothird, .push-fifth, .push-twofifth, .push-threefifth, .push-fourfifth, .push-sixth, .push-fivesixth {
  position: relative;
}

.push-half {
  left: 51.59574468085106%;
}

.push-third {
  left: 34.39716312056737%;
}

.push-quarter {
  left: 25.79787234042553%;
}

.push-fifth {
  left: 20.638297872340427%;
}

.push-sixth {
  left: 17.198581560283685%;
}

.push-threequarter {
  left: 77.39361702127658%;
}

.push-twothird {
  left: 68.79432624113474%;
}

.push-twofifth {
  left: 41.27659574468085%;
}

.push-threefifth {
  left: 61.91489361702128%;
}

.push-fourfifth {
  left: 82.55319148936171%;
}

.push-fivesixth {
  left: 85.99290780141843%;
}

.split .half, .split .third, .split .quarter, .split .fifth, .split .sixth, .split .twothird, .split .twofifth, .split .threefifth, .split .fourfifth, .split .fivesixth, .split .threequarter {
  margin-left: 0;
}

.split .half {
  width: 50%;
}

.split .threequarter {
  width: 75%;
}

.split .quarter {
  width: 25%;
}

.split .third {
  width: 33.3%;
}

.split .twothird {
  width: 66.6%;
}

.split .fifth {
  width: 20%;
}

.split .twofifth {
  width: 40%;
}

.split .threefifth {
  width: 60%;
}

.split .fourfifth {
  width: 80%;
}

.split .sixth {
  width: 16.6%;
}

.split .fivesixth {
  width: 83.4%;
}

.inner {
  padding: 1.5em;
}

.inner-left {
  padding-left: 1.5em;
}

.inner-right {
  padding-right: 1.5em;
}

.inner-nobottom {
  padding-bottom: 1px;
}

.inner-double {
  padding: 3em;
}

.inner-double-left {
  padding-left: 3em;
}

.inner-double-right {
  padding-right: 3em;
}

.inner-double-nobottom {
  padding-bottom: 1px;
}

.row .push-right {
  float: right;
}

.row .centered {
  float: none;
  margin: 0 auto;
}

.block-two, .block-three, .block-four, .block-five, .block-six {
  list-style: none;
  margin-left: -3.1914893617021276%;
  margin-bottom: 0;
}

.block-two:after, .block-three:after, .block-four:after, .block-five:after, .block-six:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.block-two>li, .block-three>li, .block-four>li, .block-five>li, .block-six>li {
  height: auto;
  float: left;
  margin-bottom: 1.5em;
  margin-left: 3.1914893617021276%;
}

.block-two>li {
  width: 46.80851063829787%;
}

.block-three>li {
  width: 30.141843971631204%;
}

.block-four>li {
  width: 21.80851063829787%;
}

.block-five>li {
  width: 16.80851063829787%;
}

.block-six>li {
  width: 13.47517730496454%;
}

.image-left {
  float: left;
  margin: 0 1em 1em 0;
}

.image-right {
  float: right;
  margin: 0 0 1em 1em;
}

.image-left img, .image-right img {
  position: relative;
  top: .4em;
}

p.lead {
  font-size: 1.2em;
}

.supersmall {
  font-size: 0.7em;
}

.small {
  font-size: 0.85em;
}

.big {
  font-size: 1.2em;
}

input.big {
  padding: 2px 0;
  font-size: 1.2em;
}

.text-centered {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.clear {
  clear: both;
}

.last {
  margin-right: 0 !important;
}

.end {
  margin-bottom: 0 !important;
}

.handle {
  cursor: move;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.req, .required {
  font-weight: normal;
  color: #da3e5a;
}

.highlight {
  background-color: #e5ecf5 !important;
}

.width-33 {
  width: 33%;
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

input.width-100 {
  width: 98.6%;
}

textarea.width-100 {
  width: 99.4%;
}

select.width-100 {
  width: 99.4%;
}

.black {
  color: #000000;
}

.gray-dark {
  color: #555555;
}

.gray {
  color: #777777;
}

.gray-light {
  color: #999999;
}

.white {
  color: #ffffff;
}

.red, .error {
  color: #da3e5a;
}

.green, .success {
  color: #18a011;
}

a.white:hover {
  color: #d9d9d9;
  color: rgba(255, 255, 255, 0.8);
}

a.green:hover, a.red:hover, a.error:hover {
  color: #000000;
}

@media only screen and (max-width:767px) {
  .row .half, .row .third, .row .quarter, .row .fifth, .row .sixth, .row .twothird, .row .twofifth, .row .threefifth, .row .fourfifth, .row .fivesixth, .row .threequarter {
    margin-left: 0;
    width: 100%;
  }
  .push-half, .push-threequarter, .push-quarter, .push-third, .push-twothird, .push-fifth, .push-twofifth, .push-threefifth, .push-fourfifth, .push-sixth, .push-fivesixth {
    left: 0;
  }
  .row .pull-right {
    float: none;
  }
  .block-two, .block-three, .block-four, .block-five, .block-six {
    margin-left: 0;
    margin-bottom: 1.5em;
  }
  .block-two>li, .block-three>li, .block-four>li, .block-five>li, .block-six>li {
    float: none;
    margin: 0;
    width: 100%;
  }
  .forms.columnar label {
    float: none;
    text-align: left;
    width: auto;
  }
  .forms.columnar .push, .forms.columnar div.descr {
    margin-left: 0;
  }
  .forms .multicolumn li {
    float: none;
    margin-right: 0;
  }
  .forms .multicolumn li.width-50, .forms .multicolumn li.width-33 {
    width: 100%;
  }
  .forms.columnar li fieldset, .forms.columnar li fieldset section {
    width: 100%;
    padding-left: 0;
    text-align: left;
    position: static;
  }
  .forms fieldset {
    padding: 0;
    padding-top: 1em;
    border: none;
  }
  .forms fieldset legend {
    padding: 0;
  }
}
@charset "utf-8";
body {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 15px;
  background: #fff;
  color: #444;
  line-height: 180%;
  word-break: break-all;
}

a {
  color: #45AAB8;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

a:hover {
  color: #666;
}

a:active, a:focus {
  outline: 0;
}

img {
  border: 0;
  padding: 0px;
  margin: 0px;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 10px 20px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 20px 10px 0;
  display: inline;
}

.alignright, .right {
  float: right;
  margin: 0 0 10px 20px;
}

.alignleft, .left {
  float: left;
  margin: 0 20px 10px 0;
}

.clear {
  clear: both;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.two1 {
  width: 48%;
  margin: 5px 1%;
  padding: 0px;
  float: left;
}

.two {
  width: 48%;
  margin: 5px 1%;
  padding: 0px;
  float: left;
}

.three {
  width: 31%;
  margin: 5px 1%;
  float: left;
}

.three1 {
  width: 31%;
  margin: 5px 1%;
  float: left;
}

.three2 {
  width: 62%;
  margin: 5px 1%;
  float: left;
}

.three3 {
  width: 40%;
  margin: 5px 1%;
  float: left;
}

.three33 {
  width: 27%;
  margin: 5px 1%;
  float: left;
}

.four {
  width: 9%;
  margin: 0px 0px;
  float: right;
}

.four1 {
  width: 25%;
  margin: 0px 2px;
  float: right;
}

ol {
  margin: 0 0 0 5px;
  padding: 0 0 0 0;
  list-style: decimal;
}

ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: disc;
}

li {
  margin: 0 0 0 15px;
  padding: 0 0 0 0;
}

li a {
  color: #45AAB8;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

li a:hover {
  color: #666;
}

.wrapper {
  margin: auto;
  max-width: 960px;
  padding: 30px 10px;
  _width: 960px;
}

#header {
  width: 100%;
}

.header-inner {
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding: 60px 0 5px 0;
  max-width: 960px;
  _width: 960px;
}

#header h1 {
  text-align: center;
  margin: 0;
}

.logo {
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#nav {
  position: fixed;
  z-index: 1000;
  width: 100%;
  text-align: center;
  background: #f9f9f9;
  margin: 0 auto 0px auto;
}

#nav ul {
  list-style: none;
  margin: auto;
}

.main-navigation {
  clear: both;
  margin: 0 auto;
  position: relative;
}

ul.nav-menu, div.nav-menu>ul {
  margin: 0;
  padding: 0;
}

.nav-menu li {
  display: inline-block;
  position: relative;
  margin: 0 0;
}

.nav-menu li a {
  color: #333;
  display: block;
  font-size: 13px;
  text-decoration: none;
  padding: 10px 30px 10px 30px;
}

.nav-menu li:hover>a, .nav-menu li a:hover {
  background-color: #eee;
}

.nav-menu .sub-menu, .nav-menu .children {
  background-color: #eee;
  display: none;
  padding: 0;
  position: absolute;
  z-index: 99999;
}

.nav-menu .sub-menu ul, .nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

ul.nav-menu ul a, .nav-menu ul ul a {
  color: #333;
  margin: 0;
  width: 100px;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
  background-color: #dedede;
}

ul.nav-menu li:hover>ul, .nav-menu ul li:hover>ul {
  display: block;
}

.nav-menu .current_page_item>a, .nav-menu .current_page_ancestor>a, .nav-menu .current-menu-item>a, .nav-menu .current-menu-ancestor>a {
  color: #333;
  background: #ddd;
}

#top-slide {
  width: 50%;
  padding: 0px;
  margin: 10px auto 10px auto;
  height: 100%;
  overflow: hidden;
}

.cycle-slideshow {
  overflow: hidden;
  max-width: 100%;
  margin: auto;
  text-align: center;
  height: auto;
}

#main {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#toplist {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
}

.toplist ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.toplist li {
  font-size: 13px;
  margin: 6px 0px 0px 0px;
  padding: 2px 0px 2px 0px;
  list-style: none;
  border-bottom: 1px dotted #dedede;
}

.toplist li a {
  color: #666;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.toplist li a:hover {
  background-position: 3px 50%;
  color: #999;
}

.top-title {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 40px 0px 10px 0px;
  margin: 20px auto 30px auto;
  border-bottom: double 3px #ccc;
  width: 400px;
  color: #333;
  text-align: center;
}

.top-gallery-midashi {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 0px 0px 10px 0px;
  margin: 20px auto 50px auto;
  border-bottom: double 3px #ccc;
  width: 280px;
  color: #333;
  text-align: center;
}

#latest-bloc {
  width: 100%;
  background: #f5f5f5;
  padding: 0;
  margin: 0px auto 0px auto;
}

.latest-midashi {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 0px 0px 10px 0px;
  margin: 10px auto 50px auto;
  border-bottom: double 3px #ccc;
  width: 280px;
  color: #333;
  text-align: center;
}

.latest {
  width: 960px;
  margin: -20px auto 50px auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

li.item {
  height: 540px;
  margin-bottom: 130px;
}

.item-img {
  margin: 20px 0 10px 0;
 /* height: 309px;*/
  overflow: hidden;
  text-align: center;
}

.item-cat {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 84%;
  color: #999;
  padding: 0 0 0px 0;
  margin: 0 0 10px 0;
}

.item-cat a {
  color: #444;
}

.item-date {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 80%;
  color: #ccc;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.item h2 {
  font-size: 17px;
  line-height: 150%;
  font-weight: normal;
  letter-spacing: 0.03em;
}

.item-title {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 0 0 0 0;
}

h2.item-title {
	margin: 0px 0 0 0;
	font-size: 12px;
	line-height: 1.6;
}


.item-title a {
  color: #444;
}

.item-title a:hover {
  color: #999;
}

.item-text {
  font-size: 13px;
  color: #444;
  line-height: 140%;
}

.item {
 /* border-bottom: 1px dotted #ddd; */
}

.top-2retsu {
  width: 100%;
  margin: 0 auto 0px auto;
}

.top-2retsu img {
  width: 100%;
}

.first-block {
  float: left;
  width: 50%;
  padding: 30px 0px 30px 0;
}

.last-block {
  float: right;
  width: 47%;
  font-size: 14px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
  padding: 30px 0 20px 0;
}

p {
  font-size: 15px;
  color: #444;
  line-height: 190%;
  padding: 10px 0px 10px 0px;
}

p a {
  color: #45AAB8;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

p a:hover {
  color: #666;
}

p a:active, a:focus {
  outline: 0;
}

#date {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
  padding: 0 0 0 0;
  color: #999;
  letter-spacing: 0.1em;
}

.pagetitle {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 0px 0px 10px 0px;
  margin: 10px auto 50px auto;
  border-bottom: double 3px #ccc;
  color: #333;
  text-align: center;
}

.pagetitle2 {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 0px 0px 10px 0px;
  margin: 15px auto 50px auto;
  border-bottom: double 3px #ccc;
  width: 450px;
  color: #333;
  text-align: center;
  background: none;
}

.pagetitle a {
  color: #333;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

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

.blog-date {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 80%;
  color: #ccc;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.blog-title {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 /*
  margin: 40px 0px 20px 0px;
  padding: 40px 0px 30px 0px;
  text-align: left;
  font-size: 18px;
  line-height: 140%;
  font-weight: bold;
  color: #333;
  background: url(https://gamebar-gholic.com/wp/wp-content/uploads/2017/11/h-bg1.png) no-repeat;
 */
  
  font-size: 16px;
  font-weight: bold;
  color: #333;
border-bottom:3px solid #333;
  margin: 40px 0px 20px 0px;
  padding: 40px 0px 50px 90px;
  text-align: left;
 
}

.blog-title a {
  color: #333;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.blog-title a:hover {
  color: #666;
}

.blog-date2 {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 80%;
  color: #ccc;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
}

.blog-title2 {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 15px 0px;
  font-size: 21px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
}

.blog-title2 a {
  color: #333;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.blog-title2 a:hover {
  color: #666;
}

.subtitle {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 0 0;
  margin: 30px 0 10px 0;
  letter-spacing: 0.1em;
  color: #666;
}

blockquote {
  color: #666;
  border: 1px dotted #ccc;
  margin: 10px 0 10px 0;
  padding: 10px 20px;
}

#blog-foot {
  clear: both;
  font-size: 75%;
  text-align: left;
  margin: 50px 0 0 0;
  padding: 2px 5px 2px 0px;
  font-weight: normal;
  color: #999;
  border-top: 1px dotted #ccc;
}

#blog-foot-archives {
  clear: both;
  font-size: 75%;
  text-align: left;
  margin: 50px 0 100px 0;
  padding: 2px 5px 2px 10px;
  font-weight: normal;
  color: #999;
  background: #f7f7f7;
  border-bottom: 0px dotted #ccc;
}

#blog-foot span, #blog-foot-archives span {
  color: #999;
}

.single-thumbnail {
  margin: 13px 0 0 0;
}

.post h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
border-bottom:3px solid #333;
  margin: 40px 0px 20px 0px;
  padding: 10px 0px 30px 50px;
  text-align: left;

}

.post h3 {
  font-size: 16px;
  line-height: 130%;
  font-weight: bold;
  color: #333;
  background: url(https://gamebar-gholic.com/wp/wp-content/uploads/2017/11/h-bg2.png) no-repeat;
  margin: 40px 0px 20px 0px;
  padding: 10px 0px 30px 50px;
  text-align: left;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
border-bottom:3px solid #333;
margin: 20px 0px 10px 0px;
    padding: 40px 0px 10px 10px;
  text-align: left;
}






.breadcrumb {
  margin: 10px 0 0px 0;
  line-height: 120%;
}

.breadcrumb div {
  display: inline;
  font-size: 11px;
  color: #999;
}

.breadcrumb span, .breadcrumb span a {
  color: #45aab8;
}

#next {
  font-size: 85%;
  font-weight: lighter;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

#next-archives {
  font-size: 85%;
  text-align: center;
  margin-top: -50px;
  padding-bottom: 30px;
}

.next-pagenavi {
  text-align: center;
  margin-top: 10px;
}

.pager {
  text-align: center;
}

a.page-numbers, .pager .current {
  background: #f0f0f0;
  border: solid 1px #ddd;
  border-radius: 2px;
  padding: 5px 8px;
  margin: 0 2px;
}

.pager .current {
  background: #ccc;
  border: solid 1px 999;
  color: #fff;
}

.similar-head {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 50px 0 15px 0;
  padding: 10px 0 10px 0px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}

.similar ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.similar li {
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}

.similar li a {
  color: #555;
}

.similar li a:hover {
  color: #888;
}

.similar h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  padding: 0 0 0 5px;
}

table.similar-text {
  width: 100%;
  color: #444;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: dotted 1px #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}

table.similar-text img {
  width: 150px;
}

table.similar-text th {
  text-align: left;
  width: 150px;
}

table.similar-text td {
  font-size: 14px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}

table.similar-side {
  width: 100%;
  color: #444;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.similar-side img {
  width: 80px;
}

table.similar-side th {
  text-align: left;
  width: 80px;
}

table.similar-side td {
  font-size: 13px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}

.comment-head {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-style: normal;
  margin: 0px 0px 10px 0px;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #ccc;
}

.commentlist li {
  list-style: none;
  font-size: 90%;
  color: #888;
}

.commentlist {
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
}

li.comment {
  list-style: none;
  font-size: 90%;
  color: #888;
  margin: 30px 0px 30px 0px;
}

.comment p {
  font-size: 14px;
}

.comment-reply-title {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 50px 0 15px 0;
  padding: 0 0 2px 0;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  background: url() no-repeat;
}

#comment {
  width: 95%;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  font-size: 90%;
  text-align: center;
}

.sticky {}

.gallery-caption {}

.bypostauthor {}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#sidebar {
  width: 100%;
  margin: 23px 0px 40px 0px;
  padding: 0 0 0 0;
}

#sidebar p {
  margin-bottom: 20px;
}

#sidebar h2 {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  letter-spacing: 0.1em;
  margin: 0px 0px 10px 0px;
  padding: 0 0 0 0;
  background: url() no-repeat;
  border-bottom: 1px solid #ccc;
}

.sidebar-title {
    background: rgba(0, 0, 0, 0) url("https://gamebar-gholic.com/wp/wp-content/uploads/2017/11/h-bg2.png") no-repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 0 0 10px;
    padding: 5px 0 10px 50px;
}

#sidebar h3 {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  line-height: 30px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0px solid #ccc;
}

#sidebar ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#sidebar li {
  font-size: 13px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  border-bottom: 1px dotted #ccc;
}

#sidebar li a {
  display: inline;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

#sidebar li a:hover {}

#sidebar ul.children {
  margin-bottom: -6px;
  display: block;
  padding: 5px 0 0 0;
}

#sidebar ul.children li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

#sidebar ul.sub-menu {
  margin-bottom: -6px;
  display: block;
  padding: 5px 0 0 0;
}

#sidebar ul.sub-menu li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

#sidebox-new {
  color: #666;
  margin: 0 0 50px 0;
  padding: 0 0 0 0;
}

#sidebox-new ul {
  floate: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#sidebox-new li {
  font-size: 12px;
  floate: left;
  list-style: none;
  margin: 0 0 0 0;
  padding: 6px 0 5px 0px;
}

#sidebox-new li a {
  color: #666;
  list-style: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

#sidebox-new li a:hover {
  color: #999;
}

#footer {
  background: #f9f9f9;
  clear: both;
  width: 100%;
  font-size: 80%;
  margin: 20px auto 0px auto;
  padding: 25px 0;
}

.footer-inner {
  margin: 0px auto 0px auto;
  max-width: 960px;
  _width: 960px;
}

#sociallink {
  text-align: center;
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
}

#copyright {
  font-size: 10px;
  color: #999;
  text-align: center;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.widget {
  margin: 0 0 30px 0;
}

.widget_recent_entries li a, .widget_archive li a, .widget_categories li a, .widget_nav_menu li a {
  margin: 0 0 0 0px;
}

.textwidget {
  font-size: 13px;
  color: #444;
  line-height: 170%;
  margin: 0 0 30px 0;
  padding: 5px 0 0 0;
}

#topbox {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#topbox ul {
  floate: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#topbox li {
  font-size: 12px;
  floate: left;
  margin: 0 0 0 0;
  padding: 5px 0px 4px 0px;
  list-style: none;
  border-bottom: 1px dotted #ddd;
}

#topbox li a {
  font-size: 12px;
  color: #444;
  margin: 0 0 0 0;
  padding: 5px 0px 4px 0px;
  list-style: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  display: inline-block;
}

#topbox li a:hover {
  color: #999;
}

#topbox h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0px dotted #fff;
}

#topbox h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-top: 0px dotted #fff;
  border-bottom: 0px dotted #fff;
}

#topbox h4 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0px dotted #fff;
}

#topbox ul.children {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

#topbox ul.children li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

#topbox ul.sub-menu {
  margin-bottom: 0px;
  display: block;
  padding: 5px 0 0 0;
}

#topbox ul.sub-menu li {
  padding-left: 15px;
  padding-top: 5px;
  border-top: 1px dotted #ccc;
  border-bottom: 0px dotted #ccc;
}

#sidebox {
  color: #666;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#sidebox ul {
  floate: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#sidebox li {
  font-size: 12px;
  list-style: none;
  floate: left;
  margin: 0 0 0 0;
  padding: 6px 0 5px 0px;
}

#sidebox li a {
  color: #666;
  list-style: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

#sidebox li a:hover {
  color: #999;
}

#sidebox h2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0px dotted #222;
}

#sidebox h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-top: 0px dotted #222;
  border-bottom: 0px dotted #222;
}

#sidebox h4 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-bottom: 0px dotted #222;
}

.footer-widget-title {
  font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  color: #999;
  margin: 0 0px 10px 0px;
}

.widget ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.widget li {
  font-size: 88%;
  list-style: none;
}

.widget li a {
  color: #666;
  display: block;
}

.widget li a:hover {
  color: #999;
}

.widget-adspace {
  margin: 30px 0 -30px 0px;
}

.search fieldset {
  margin: -20px 0 20px 0px;
  border: 0px solid #eee;
}

.search input {
  font: 11px arial, sans-serif;
  color: #c0c0c0;
  width: 80%;
  padding: 5px 5px;
  vertical-align: middle;
  border: none;
  background: none;
}

.search button {
  width: 15px;
  height: 15px;
  cursor: pointer;
  vertical-align: middle;
  border: none;
  background: url(images/search.png) no-repeat;
}

.moji100px {
  font-size: 100px;
  line-height: 170%;
}

.moji90px {
  font-size: 90px;
  line-height: 170%;
}

.moji80px {
  font-size: 80px;
  line-height: 170%;
}

.moji70px {
  font-size: 70px;
  line-height: 170%;
}

.moji60px {
  font-size: 60px;
  line-height: 170%;
}

.moji50px {
  font-size: 50px;
  line-height: 170%;
}

.moji40px {
  font-size: 40px;
  line-height: 170%;
}

.moji30px {
  font-size: 30px;
  line-height: 170%;
}

.moji29px {
  font-size: 29px;
  line-height: 170%;
}

.moji28px {
  font-size: 28px;
  line-height: 170%;
}

.moji27px {
  font-size: 27px;
  line-height: 170%;
}

.moji26px {
  font-size: 26px;
  line-height: 170%;
}

.moji25px {
  font-size: 25px;
  line-height: 170%;
}

.moji24px {
  font-size: 24px;
  line-height: 170%;
}

.moji23px {
  font-size: 23px;
  line-height: 170%;
}

.moji22px {
  font-size: 22px;
  line-height: 170%;
}

.moji21px {
  font-size: 21px;
  line-height: 170%;
}

.moji20px {
  font-size: 20px;
  line-height: 170%;
}

.moji19px {
  font-size: 19px;
  line-height: 170%;
}

.moji18px {
  font-size: 18px;
  line-height: 170%;
}

.moji17px {
  font-size: 17px;
  line-height: 170%;
}

.moji16px {
  font-size: 16px;
  line-height: 170%;
}

.moji15px {
  font-size: 15px;
  line-height: 170%;
}

.moji14px {
  font-size: 14px;
  line-height: 170%;
}

.moji13px {
  font-size: 13px;
  line-height: 170%;
}

.moji12px {
  font-size: 12px;
  line-height: 170%;
}

.moji11px {
  font-size: 11px;
  line-height: 170%;
}

.moji10px {
  font-size: 10px;
  line-height: 150%;
}

.moji9px {
  font-size: 9px;
  line-height: 370%;
}

.mincho {
  font-family: 'century', 'Times New Roman', 'Baskerville', 'Optima', 'Palatino', 'Georgia', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.bold {
  font-weight: bolder;
}

.italic {
  font-style: italic;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-top40 {
  margin-top: 40px;
}

.margin-top50 {
  margin-top: 50px;
}

.margin-top60 {
  margin-top: 60px;
}

.margin-top70 {
  margin-top: 70px;
}

.margin-top80 {
  margin-top: 80px;
}

.margin-top90 {
  margin-top: 90px;
}

.margin-top100 {
  margin-top: 100px;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom30 {
  margin-bottom: 30px;
}

.margin-bottom40 {
  margin-bottom: 40px;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

.margin-bottom60 {
  margin-bottom: 60px;
}

.margin-bottom70 {
  margin-bottom: 70px;
}

.margin-bottom80 {
  margin-bottom: 80px;
}

.margin-bottom90 {
  margin-bottom: 90px;
}

.margin-bottom100 {
  margin-bottom: 100px;
}

table {
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

table tr {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

table td {
  text-align: left;
  vertical-align: top;
  line-height: 170%;
  text-align: justify;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-left: 0px dotted #CCCCCC;
}

table#plan {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 0px;
  border: 1px #999 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table#plan th {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border: 1px #999 solid;
  border-width: 0 0 1px 1px;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ddd;
}

table#plan td {
  font-size: 13px;
  text-align: center;
  padding: 10px;
  border: 1px #999 solid;
  border-width: 0 0 1px 1px;
  white-space: normal;
  vertical-align: middle;
}

table#flow {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0px #CCC solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table#flow th {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  padding: 10px 0px;
  border: 0px #CCC solid;
  border-bottom: 1px #CCC solid;
  white-space: normal;
  vertical-align: middle;
}

table#flow td {
  font-size: 13px;
  text-align: left;
  padding: 10px;
  border-bottom: 1px #CCC solid;
  white-space: normal;
  vertical-align: middle;
}

table#contact {
  font-size: 13px;
  width: 100%;
  color: #444;
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  border: 0px #CCC solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table#contact th {
  font-weight: bold;
  line-height: 120%;
  text-align: left;
  padding: 10px;
  white-space: nowrap;
}

table#contact td {
  font-size: 13px;
  text-align: left;
  padding: 10px;
  white-space: normal;
  vertical-align: middle;
}

table#wp-calendar {
  width: 100%
}

table#wp-calendar th {
  text-align: center;
}

table#wp-calendar td {
  text-align: center;
}



.bt-dl a {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #94d8c6;
  text-align: center;
  margin: 20px 0 40px 0;
  padding: 10px 10px;
}

.bt-dl a:hover {
  color: #fff;
  background: #4CBE9F;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

@media only screen and (min-width:960px) {
  #sidebar {
    width: 300px;
  }
}

@media only screen and (min-width:768px) and (max-width:959px) {
  .wrapper {
    width: 728px;
  }
  .header-inner {
    width: 728px;
    margin: auto;
    padding-top: 30px;
  }
  #nav {
    position: static;
  }
  li.item {
    height: 510px;
    margin-bottom: 68px;
  }
  .item-img {
    margin: 0 0 10px 0;
    height: 234px;
    overflow: hidden;
  }
  .twothird {
    width: 460px;
    margin-right: 10px;
  }
  .latest {
    width: 728px;
  }
  .footer-inner {
    width: 728px;
  }
}

@media only screen and (max-width:767px) {
  .wrapper {
    width: 100％;
  }
  .header-inner {
    width: 100％;
    margin: auto;
    padding-top: 10px;
  }
  .logo {
    text-align: center;
  }
  .contact {
    display: none;
  }
  #header h1, #header .logo {
    float: none;
    margin-bottom: 0px;
  }
  #nav {
    position: static;
    z-index: 1000;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    margin: 0 auto 0px auto;
  }
  .nav-menu li a {
    color: #333;
    display: block;
    font-size: 12px;
    padding: 10px 10px;
    text-decoration: none;
  }
  #top-slide {
    width: 100%;
    padding: 0px;
    margin: 0px auto 20px auto;
  }
  li.item {
    height: 520px;
    margin-bottom: 40px;
  }
  .item-img {
    margin: 0 0 10px 0;
    height: 200px;
    overflow: hidden;
  }
  .latest {
    width: 300px;
  }
  p {
    font-size: 15px;
  }
  .first-block {
    float: left;
    width: 30%;
    padding: 30px 0px 30px 0;
  }
  .last-block {
    float: right;
    width: 66%;
    font-size: 14px;
    text-align: left;
    white-space: normal;
    vertical-align: middle;
    padding: 25px 0 20px 0;
  }
  .footer-inner {
    width: 300px;
  }
  .two {
    width: 100%;
  }
  .four {
    width: 22%;
    margin: 0px 4px;
    float: left;
  }
  .two1 {
    width: 50%;
    margin: 5px 1%;
    padding: 0px;
    float: left;
  }
  .three1 {
    width: 31%;
    margin: 5px 1%;
    float: left;
  }
  .three {
    width: 100%;
    margin: 5px 1%;
    float: left;
  }
  .three2 {
    width: 62%;
    margin: 5px 1%;
    float: left;
  }
  .three3 {
    width: 100%;
    margin: 5px 1%;
    float: center;
  }
  .three33 {
    width: 100%;
    margin: 5px 1%;
    float: center;
  }
}

@media only screen and (min-width:480px) and (max-width:767px) {
  .wrapper {
    width: 420px;
  }
  .footer-inner {
    width: 420px;
  }
  li.item {
    height: 530px;
    margin-bottom: 40px;
  }
  .item-img {
    margin: 0 0 10px 0;
    height: 280px;
    overflow: hidden;
  }
  .latest {
    width: 420px;
  }
  .two {
    width: 100%;
  }
  .four {
    width: 22%;
    margin: 0px 4px;
    float: left;
  }
  .two1 {
    width: 50%;
    margin: 5px 1%;
    padding: 0px;
    float: left;
  }
  .three1 {
    width: 31%;
    margin: 5px 1%;
    float: left;
  }
  .three {
    width: 100%;
    margin: 5px 1%;
    float: left;
  }
  .three2 {
    width: 62%;
    margin: 5px 1%;
    float: left;
  }
  .three3 {
    width: 100%;
    margin: 5px 1%;
    float: center;
  }
  .three33 {
    width: 100%;
    margin: 5px 1%;
    float: center;
  }
}

.twitter-timeline {
  width: 100%;
  height: 300px;
}

div.fb_iframe_widget, div.fb_iframe_widget iframe[style], div.fb_iframe_widget span {
  width: 100% !important;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube iframe, .youtube object, .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#toc_container {
  margin-left: auto;
  margin-right: auto;
}

#toc_container {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}


/*--------------------------------
スマホのフッターメニュー
---------------------------------*/

ul.footer_menu {
  margin: 0 auto;
  padding: 3px 0;
  width: 100%;
  overflow: hidden;
  display: table;
}

ul.footer_menu li {
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  list-style-type: none;
  font-size: 10px;
}

ul.footer_menu li a i {
  font-size: 24px;
}

ul.footer_menu li a {
  border: none;
  display: block;
  color: #666;
  text-align: center;
  text-decoration: none;
margin-top: 5px;
}

.footer_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999999999;
  -moz-opacity: 0.9;
  opacity: 0.9;
}