@charset "UTF-8";
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html,
body {
  width: 100%; }

/* =mixin
----------------------------------------------- */
/* rem */
/* =extend
----------------------------------------------- */
/* opacity */
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/* =Content
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }


h1, h2 {
  font-size: 2.4rem;
  color: #fff;
  background-color: #333;
  padding: 8px 16px;
  margin-bottom: 1.6rem}

h3 {
  font-size: 2.4rem;
  color: #900;
  margin-bottom: 1.6rem; }

h4 {
  font-size: 2.1rem;
  color: #000;
  margin-bottom: 1.3rem; }

h5 {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 1rem; }

h6 {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 0.8rem; }

/* inks */
a {
  color: #000;
  text-decoration: underline; }

a:visited {
  color: #666; }

a:hover,
a:focus,
a:active {
  color: #900; }

.site a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

/* Text elements */
p {
  margin-bottom: 1rem; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-left: 1.5rem; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

.format-quote blockquote {
  margin: 0; }

address,
.post-format-content {
  margin: 0 0 1.5em; }

pre {
  background: #ededed;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */ }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  background: #e6e6e6;
  color: #262626;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 2%; }

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb; }

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type=text],
input[type=email],
textarea {
  color: #ccc;
  border: 1px solid #eee; }

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #111; }

input[type=text],
input[type=email] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.page-title {
  background-color: #fff;
  border-bottom: 5px solid #1e4a66;
  -webkit-box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
  box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
  color: #1e4a66;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 25px;
  padding: 25px; }

.hentry {
  background-color: #fff;
  border-bottom: 5px solid #1e4a66;
  -webkit-box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
  box-shadow: 0 0 3px rgba(100, 100, 100, 0.25);
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.hentry:hover {
  border-bottom-color: #ea5449;
  -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.5); }

.attachment-feat-img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  height: auto; }

.hentry:hover .entry-title {
  color: #ea5449; }

.entry-title a {
  color: #1e4a66; }

.hentry:hover .entry-title a {
  color: #ea5449; }

.entry-title a:hover {
  color: #ea5449; }

.hentry:hover .entry-title a:hover {
  color: #1e4a66; }

.entry-header {
  padding: 1.5em 25px 0 25px; }

.entry-meta {
  clear: both;
  color: #737373;
  font-size: .9em; }

footer.entry-meta {
  padding: 0 25px; }

.byline {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.entry-content,
.entry-summary {
  margin: 0;
  padding: 1.5em 25px 0 25px; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

blockquote,
.quote-caption {
  color: #1e4a66;
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.6em; }

.quote-caption {
  margin: 0 1.5em 1.5em; }

.format-link .entry-content p {
  margin: 0 1.5em 1.5em 1.5em; }

.format-link .entry-content a {
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.6em; }

.sticky {
  background-color: #f6f6f6;
  border-bottom-color: #ea5449; }

.sticky .entry-title {
  color: #ea5449;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.5em; }

.sticky .entry-title a {
  color: #ea5449; }

.sticky .entry-title a:hover {
  color: #1e4a66; }

/* =basic layout
----------------------------------------------- */
#main-in, #site-info, .dl01, .dl02, .dl03, .dl04, .tablewrap {
  zoom: 1; }
  #main-in:after, #site-info:after, .dl01:after, .dl02:after, .dl03:after, .dl04:after, .tablewrap:after {
    display: block;
    content: "";
    clear: both; }

html {
  font-size: 62.5%;
  /* for rem */ }

body {
  background: #dfdfdf;
  font-family: Meiryo,'Hiragino Kaku Gothic Pro',Verdana,arial,sans-serif;
  line-height: 1.6;
  color: #000; }

/* =Layout
----------------------------------------------- */

#masthead-wrap {
  background-color: #fff;
  -webkit-box-shadow: rgba(100, 100, 100, 0.25) 0 2px 3px;
  -moz-box-shadow: rgba(100, 100, 100, 0.25) 0 2px 3px;
  box-shadow: rgba(100, 100, 100, 0.25) 0 2px 3px;
  position: fixed;
  top:0;
  padding-top: 0;/*add20141226*/
  margin-top: -0.5em;/*add20141226*/
  z-index: 1000;
  width: 100%; }

.logged-in #masthead-wrap {
  /*top: 32px;*/ }

.wp-admin .logged-in #masthead-wrap {
  top: 0; }

#masthead {
  color: #fff;
  margin: 0 auto 8px auto;
  width: 1040px; }

.header-image,
.site-logo {
  width: auto;
  max-height: 150px; }

hgroup {
  width: 600px; }
  hgroup .site-title {
    background-color: #fff;
    float: left; }
  hgroup h1.site-title a {
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100); }
  hgroup h1.site-title:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  hgroup .introduction {
    color: #000;
    font-size: 1.6em;
    float: left;
    margin-top: 40px; }

.content-title {
  width: 1008px;
  margin: 0;
  padding: 0;
  line-height: 0;
  border: 0.1rem #ccc solid; }

#sns-button {
  float: right;
  margin-top: 40px; }
  #sns-button li {
    display: inline;
    margin-right: 16px;
    opacity: 1;
    filter: alpha(opacity=100); }
  #sns-button li:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  #sns-button a {
    text-decoration: none; }

#gloval-nav {
  clear: both;
  width: 1008px;
  color: #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;}
  #gloval-nav li {
    padding: 0 46px;
    border-right: 1px solid #ccc;
    display: inline; }
  #gloval-nav li:last-child {
    border-right: none; }
  #gloval-nav a {
    text-decoration: none; }

#main {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 16px auto 0 auto;
  width: 1008px; }

#main-in {
  width: 100%;
  background-color: #fff;
  margin-bottom: 48px; }

#primary {
  float: left;
  margin: 32px;
  width: 687px; }

#primary.full-width-page {
  float: none;
  margin-right: 0;
  width: 100%; }

#secondary {
  float: right;
  width: 216px;
  padding: 32px 32px 32px 0; }

.pagetop {
  display: none;
  position: fixed;
  bottom: 200px;
  right: 0; }
  .pagetop i {
    background: #000 url(../images/toppage.png) no-repeat 0 10px;
    padding: 16px 32px;
    opacity: 0.7;
    filter: alpha(opacity=70); }

#colophon-wrap {
  clear: both;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fefefe; }

#colophon a:hover {
  color: #fff; }

#site-map {
  background-color: #fff;
  -webkit-box-shadow: rgba(100, 100, 100, 0.25) 0 -2px 3px;
  -moz-box-shadow: rgba(100, 100, 100, 0.25) 0 -2px 3px;
  box-shadow: rgba(100, 100, 100, 0.25) 0 -2px 3px;
  width: 100%; }
  #site-map div {
    width: 1008px;
    margin: 0 auto; }
    #site-map div a:hover {
      color: #900;
      text-decoration: none; }
    #site-map div h4, #site-map div dl {
      float: left;
      margin-top: 48px; }
    #site-map div h4 {
      margin-left: 48px;
      margin-right: 208px; }
    #site-map div dl {
      margin-right: 80px; }
    #site-map div dl:last-child {
      margin-right: 0; }
    #site-map div dt {
      display: none;
      /*color: #999;
      margin-bottom: 48px;*/ }
    #site-map div dd {
      line-height: 1;
      position: relative;
      list-style-type: none;
      margin-left: 0;
      padding-left: 2rem; }
      #site-map div dd::before {
        position: absolute;
        content: "＞";
        left: 0;
        top: 0; }
    #site-map div ul {
      border-top: dashed 1px #666;
      clear: both;
      padding: 24px 0;
      text-align: right; }
      #site-map div ul li {
        list-style: none;
        display: inline; }

#site-info {
  clear: both;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #8F8F8F;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px inset;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px inset;
  padding: 32px 0; }
  #site-info div {
    width: 1008px;
    margin: 0 auto; }
    #site-info div h4, #site-info div dl {
      float: left;
      margin-top: 16px; }
    #site-info div h4 {
      margin-left: 48px;
      margin-right: 176px; }
    #site-info div dl {
      margin-right: 32px; }
    #site-info div dl:last-child {
      margin-right: 0; }
    #site-info div dd {
      line-height: 1;
      margin-bottom: -1rem; }

#site-copyright {
  background: #dfdfdf; }
  #site-copyright address {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 16px 0;
    width: 1040px;
    margin: 0 auto;
    text-align: center; }

/* =Menu
----------------------------------------------- */
.main-navigation {
  display: block;
  float: right;
  width: 50%; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: right; }

.main-navigation li {
  display: inline-block;
  position: relative; }

.main-navigation a {
  color: #818181;
  display: block;
  font-size: .8em;
  padding: 3px 20px;
  text-decoration: none; }

.main-navigation ul ul {
  background-color: #141414;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px;
  display: none;
  float: left;
  position: absolute;
  top: 1.5em;
  left: 0;
  z-index: 99999;
  text-align: left; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.main-navigation ul ul a {
  width: 175px; }

.main-navigation li:hover > a {
  background-color: #ea5449;
  color: #fff; }

.main-navigation ul li:hover > ul {
  display: block; }

/* Small menu */
.menu-toggle {
  cursor: pointer; }

.main-small-navigation .menu {
  display: none; }

/* =Featured Content
----------------------------------------------- */
#featured-content.flexslider {
  border: none 0;
  margin-bottom: 25px;
  overflow: hidden; }

#featured-content.flexslider .slides img {
  height: auto;
  margin: 0 auto; }

#featured-content.flexslider .slides .featured-hentry-wrap {
  margin: 0 auto;
  position: relative;
  width: 960px; }

#featured-content.flexslider .slides .hentry .entry-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 5px solid #1e4a66;
  margin-bottom: 25px;
  padding: 1% 25px;
  position: absolute;
  bottom: 25px;
  right: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 500px; }

#featured-content.flexslider .slides .hentry {
  background: transparent;
  border: 0 none;
  margin: 0;
  padding: 0; }

#featured-content.flexslider .slides .hentry .entry-header:hover {
  background: white; }

#featured-content .flex-direction-nav li a {
  background-color: #fff;
  color: #1e4a66;
  font-size: 1.9em;
  line-height: 1em;
  opacity: 0;
  padding: .5% 1%;
  top: 48%;
  text-align: center;
  text-indent: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: auto;
  height: auto; }

#featured-content:hover .flex-direction-nav li a {
  opacity: .5; }

#featured-content.flexslider:hover .flex-direction-nav li a {
  background-color: #fff;
  opacity: .5; }

#featured-content.flexslider .flex-direction-nav li a:hover {
  background-color: #fff;
  opacity: .95; }

#featured-content .flex-direction-nav li .next {
  right: 0; }

#featured-content .flex-direction-nav li .prev {
  left: 0; }

#featured-content .flex-control-nav {
  bottom: 1%;
  right: 0;
  width: 100%; }

#featured-content .flex-control-nav li {
  background-color: rgba(30, 74, 102, 0);
  border-radius: 10px;
  padding: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#featured-content:hover .flex-control-nav li {
  background-color: rgba(30, 74, 102, 0.5); }

#featured-content .flex-control-nav li:hover {
  background-color: rgba(30, 74, 102, 0.95); }

#featured-content .flex-control-nav li a {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#featured-content:hover .flex-control-nav li a {
  background-color: rgba(255, 255, 255, 0.5); }

#featured-content .flex-control-nav li a:hover, #slider-wrapper .flex-control-nav li a.active {
  background-color: rgba(255, 255, 255, 0.95); }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
img.size-full,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  padding: 1%;
  max-width: 97.7%; }

.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 100%; }

.wp-caption-text {
  text-align: center; }

.wp-caption-text img {
  display: inline;
  margin: 0; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-content .gallery,
.site-content .tiled-gallery {
  margin-bottom: 1.5em; }

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-content .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

.jetpack-video-wrapper {
  margin-bottom: 1.5em; }

/* =Comments
----------------------------------------------- */
#comments {
  background-color: #f2f2f2;
  padding: 25px; }

.bypostauthor > article {
  background-color: #fafafa;
  padding: 10px; }

.comments-title {
  font-size: 1.7em;
  line-height: 1.3em; }

.commentlist .published, .commentlist .edit, .commentlist .reply {
  font-size: 1em;
  font-style: italic;
  line-height: 1.2em; }

.comment-navigation {
  margin-bottom: 1.6em; }

.commentlist, .commentlist li {
  list-style: none;
  margin: 0 0 25px 0; }

.commentlist .comment-content li {
  margin-left: 2.8em;
  list-style-type: decimal; }

.commentlist {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px; }

.commentlist li {
  margin-top: 1.6em;
  padding: 1.6em 0 0 0;
  border-top: 1px solid #e5e5e5; }

.commentlist .children {
  margin-left: 0; }

.commentlist li li {
  padding-left: 10%; }

.commentlist .avatar {
  float: left;
  margin: 0 13px 10px 0; }

.comment-meta {
  margin: 0 0 2px 0;
  font-size: 0.8em;
  color: #bbb;
  line-height: 1.7em; }

.comment-meta .comment-author cite {
  font-style: normal;
  font-weight: 400;
  color: #333;
  font-size: 1em; }

.comment-author {
  margin-right: 10px; }

.comment-meta a {
  font-style: normal;
  color: #777;
  border-bottom: 1px solid #e5e5e5; }

.comment-author a {
  color: #333; }

.comment-meta a:hover {
  color: #000;
  border-bottom: none; }

.comments-closed {
  padding: 10px 25px;
  font-size: 1em;
  color: #888;
  background: #f5f5f5; }

.comment-content {
  font-size: 0.85em;
  line-height: 1.9em;
  clear: left; }

.comment-content p {
  margin-bottom: 1em; }

.commentlist .comment-content li {
  border-top: none 0;
  margin: 0;
  padding: 0; }

.commentlist .comment-content ul, .commentlist .comment-content ol {
  margin-bottom: 1.692307em; }

.commentlist .comment-content li ul, .commentlist .comment-content li ol {
  margin-bottom: 0.3em; }

.commentlist blockquote, .commentlist blockquote blockquote blockquote {
  font-size: 1em; }

/* =Widgets
----------------------------------------------- */
.widget .widget-title {
  color: #fff;
  background-color: #333;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 4px 16px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.widget ul {
  list-style-type: none;
  margin: 0; }
.widget ul li {
  margin-bottom: 3px; }
.widget ul ul {
  margin-left: 10px; }
.widget img {
  height: auto; }

/* Make sure gravatar profile thumbnail fits in widgets */
.widget img.grofile-thumbnail {
  max-width: 100% !important;
  height: auto !important; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Recent comment widget */
.widget_recent_comments table td {
  line-height: 1.5;
  padding-bottom: 12px;
  vertical-align: top; }

#not-found-secondary {
  overflow: hidden;
  width: 100%; }

#not-found-secondary .widget {
  float: left;
  margin-right: 5%;
  padding: 2%;
  width: 26%; }

#not-found-secondary .widget.widget_archive {
  margin-right: 0; }

/* =Plugins
----------------------------------------------- */
img#wpstats {
  background-color: #818181;
  border-radius: 4px;
  display: block;
  margin: -20px auto 0;
  padding: 2px;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

img#wpstats:hover {
  background-color: #ea5449; }

/* =Infinity Styles
-------------------------------------------------------------- */
.infinite-scroll #wrapper:after {
  clear: both;
  content: '';
  display: block; }

.infinite-scroll #content {
  margin-bottom: 1.5em; }

.infinite-scroll.neverending #content {
  margin-bottom: 1.5em; }

#infinite-footer .container {
  float: none; }

.infinite-loader {
  clear: both;
  color: #fff;
  padding: 0 0 1.5em 0; }

#infinite-handle {
  margin: 0 0 3em 0; }

#infinite-handle span {
  border: 0 none;
  clear: both; }

.infinite-scroll .infinite-wrap {
  border: 0 none;
  padding: 0; }

/* Elements to hide: (footer widgets, post navigation, regular footer) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending .footer {
  display: none; }

/* Hooks to infinity-end body class to restore footer */
.infinity-end.neverending .footer {
  display: block; }

/*
	=side column
---------------------------------- */
/*
	=second page
---------------------------------- */
/*	=ul
---------------------------------- */
.decimal {
  margin-left: 3rem;
  margin-bottom: 1rem; }
  .decimal li {
    list-style-type: decimal; }

.kome {
  margin-left: 1rem;
  margin-bottom: 1rem; }
  .kome li {
    position: relative;
    list-style-type: none;
    padding-left: 2rem; }
    .kome li::before {
      position: absolute;
      content: "※";
      left: 0;
      top: 0; }

.square {
  margin-left: 1rem;
  margin-bottom: 1rem; }
  .square li {
    position: relative;
    list-style-type: none;
    padding-left: 2rem; }
    .square li::before {
      position: absolute;
      content: "■";
      left: 0;
      top: 0; }

.circle {
  margin-left: 1rem;
  margin-bottom: 1rem; }
  .circle li {
    position: relative;
    list-style-type: none;
    padding-left: 2rem; }
    .circle li::before {
      position: absolute;
      content: "●";
      left: 0;
      top: 0; }

.topicpass {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  overflow: auto;
  _zoom: 1; }
  .topicpass li {
    float: left;
    list-style: none; }
  .topicpass li + li:before {
    margin: 0 8px;
    content: ">"; }

/*	dl
---------------------------------- */
.dl01 {
  margin-bottom: 8px; }
  .dl01 dt {
    width: 1.4em;
    float: left; }
  .dl01 dd {
    margin-left: 1.4em; }

.dl02 {
  margin-bottom: 8px; }
  .dl02 dt {
    width: 5em;
    float: left; }
  .dl02 dd {
    margin-left: 5em; }

.dl03 {
  margin-bottom: 8px; }
  .dl03 dt {
    width: 8em;
    float: left; }
  .dl03 dd {
    margin-left: 8em; }

.dl04 {
  margin-bottom: 8px; }
  .dl04 dt {
    width: 12em;
    float: left;
    margin-bottom: 8px; }
  .dl04 dd {
    margin-left: 12em;
    margin-bottom: 8px; }

/*	table
---------------------------------- */
.table01 {
  width: 100%;
  margin-bottom: 8px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  font-size: 1.6rem; }
  .table01 th {
    background: #E0F1F4;
    padding: 8px 10px 6px;
    border: 1px solid #ccc;
    font-weight: normal;
    vertical-align: middle; }
  .table01 td {
    padding: 8px 10px 6px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle; }
  .table01 caption {
    padding-top: 5px;
    caption-side: bottom; }

.table02 {
  width: 100%;
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1.6rem; }
  .table02 th {
    background: #F6DED7;
    padding: 8px 10px 6px;
    border: 1px solid #ccc;
    font-weight: normal;
    vertical-align: middle; }
  .table02 td {
    padding: 8px 10px 6px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle; }
  .table02 caption {
    padding-top: 5px;
    caption-side: bottom; }
  .table02 ul {
    text-align: left; }
  .table02 ul.half {
    overflow: hidden;
    float: left;
    width: 50%; }

.tableform1,
.tableform2 {
  width: 100%;
  margin-bottom: 24px;
  font-size: 16px;
  font-size: 1.6rem; }
  .tableform1 th,
  .tableform2 th {
    padding: 8px 20px 6px;
    border: 1px solid #ccc;
    font-weight: normal;
    vertical-align: middle; }
  .tableform1 td,
  .tableform2 td {
    padding: 8px 20px 6px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle; }
  .tableform1 em,
  .tableform2 em {
    font-style: normal;
    color: #ff3300;
    font-size: 9px;
    font-size: 0.9rem;
    padding-left: 10px; }
  .tableform1 input[type="text"],
  .tableform2 input[type="text"] {
    width: 320px;
    padding: 3px; }
  .tableform1 .zip input[type="text"],
  .tableform1 .tel input[type="text"],
  .tableform2 .zip input[type="text"],
  .tableform2 .tel input[type="text"] {
    width: 80px;
    padding: 3px; }
  .tableform1 textarea,
  .tableform2 textarea {
    width: 320px;
    padding: 3px; }
  .tableform1 th, .tableform1 td,
  .tableform2 th,
  .tableform2 td {
    text-align: left; }

.tableform1 th {
  background: #F6DED7; }

.tableform2 th {
  background: #EAF5F8; }

.btnForm {
  margin: 20px;
  text-align: center; }
  .btnForm input {
    margin: 0 8px;
    padding: 8px 32px;
    width: 250px;
    background: #999;
    color: #fff;
    border-radius: 5px;
    border: 0;
    letter-spacing: 5px; }
    .btnForm input:hover {
      cursor: pointer;
      background: #F7576B; }
    .btnForm input:last-child {
      background: #E50012; }

.w200 {
  width: 200px; }

form h2 {
  color: #ED8599; }
form select {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0; }

/*	other
---------------------------------- */
.fsL {
  font-size: 16px;
  font-size: 1.6rem; }

.fsXL {
  font-size: 21px;
  font-size: 2.1rem; }

.fsXXL {
  font-size: 28px;
  font-size: 2.8rem; }

.t_right {
  text-align: right; }

.t_left {
  text-align: left; }

.boxed {
  border: 2px solid #ccc;
  padding: 8px 16px; }
  .boxed p:last-child {
    margin-bottom: 0; }

.imgR {
  float: right;
  margin: 0 0 8px 8px; }

.imgL {
  float: left;
  margin: 0 8px 8px 0; }

.bb {
  border-bottom: 1px dashed #ccc; }

.bt {
  border-top: 1px dashed #ccc; }

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

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }


  /*  profile
---------------------------------- */
.page-area {
  width: 707px;margin:32px 0 32px 0; !important;
}

  /*  diary
----------------------------------*/
.single p {
  text-indent: 1em;
  margin-bottom: 0;
} 
