/*
SMALL (BASE) SIZE
These are the small/base styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************

Stylesheet: Base/Small Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/*********************
LINK STYLES
*********************/
a, a:visited {
  /*adds highlight on hover */
  /* on click */
  /* mobile tap color */ }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 P STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination a:hover {
  color: black; }

/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

#respond ul {
  margin-left: 0px; }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0;
    background: #e7e7e7; }
  .commentlist li.depth-3 {
    background: #dadada; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em; }
  .commentlist .comment-reply-link {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
    float: right; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      background-color: #007095; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      color: #FFFFFF; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none;
    /* deep nesting */ }

#sidebar-offcanvas .widgettitle {
  color: #fff; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*
MEDIUM
*/
@media print, screen and (min-width: 40.063em) {
  /******************************************************************

  Stylesheet: Medium Stylesheet

  Styles apply to 40.063em and up.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }

  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
  /*********************
  FOUNDATION STYLES
  *********************/
  /*********************
  PLUGIN STYLES
  *********************/ }
/*
LARGE
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media print, screen and (min-width: 64.063em) {
  /******************************************************************

  Stylesheet: Large Stylesheet

  Styles apply to 64.063em and up.

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    max-width: 1140px; }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em;
      padding-left: 1em; }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */
  /*********************
  FOUNDATION STYLES
  *********************/
  /*********************
  PLUGIN STYLES
  *********************/ }
/*
XLARGE
*/
@media print, screen and (min-width: 90.063em) {
  /******************************************************************

  Stylesheet: X-Large Stylesheet

  Styles apply to 90.063em and up.


  ******************************************************************/ }
/*
XXLARGE
*/
@media print, screen and (min-width: 120.063em) {
  /******************************************************************

  Stylesheet: XX-Large Stylesheet

  Styles apply to 120.063em and up.

  ******************************************************************/ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media print, screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /*

  EXAMPLE
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go.

  */ }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/

/*
@media print {
  /******************************************************************

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

  ******************************************************************/







/******************************************

Sougou System Modification

******************************************/

@media print, screen {

/* Default Link Styles */

a {
  color: #00468C;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #eee;
	text-decoration: underline; }
  a img {
    border: none; }



/* Microformats */
.vcard {
  display: inline-block;
  margin: 0;
  border: none;
  padding: 0; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: normal;
    font-size: 0.7rem; }

.vevent .summary {
  font-weight: normal; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: normal;
  border: none;
  padding: 0 0.0625rem; }



/* Base */

.font-foundation-icons	{ font-family: 'foundation-icons'; }

body,h1, h2, h3, h4, h5, h6 {
	font-family: "メイリオ", "Meiryo", Verdana, Arial, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
.sub-nav dt, .sub-nav dd, .sub-nav li {
	font-family: "メイリオ", "Meiryo", Verdana, Arial, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
#inner-header, .top-bar-section ul li a {
	font-family: "メイリオ", "Meiryo", Verdana, Arial, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.ml_10 {
	margin-left: 10px;
}
.mr_10 {
	margin-right: 10px;
}
.mt_10 {
	margin-top: 10px;
}
.mb_10 {
	margin-bottom: 10px;
}
.ml_20 {
	margin-left: 20px;
}
.mr_20 {
	margin-right: 20px;
}
.mt_20 {
	margin-top: 20px;
}
.mb_20 {
	margin-bottom: 20px;
}
.ml_30 {
	margin-left: 30px;
}
.mr_30 {
	margin-right: 30px;
}
.mt_30 {
	margin-top: 30px;
}
.mb_30 {
	margin-bottom: 30px;
}
.pl_10 {
	padding-left: 10px;
}
.pr_10 {
	padding-right: 10px;
}
.pt_10 {
	padding-top: 10px;
}
.pb_10 {
	padding-bottom: 10px;
}
.pl_20 {
	padding-left: 20px;
}
.pr_20 {
	padding-right: 20px;
}
.pt_20 {
	padding-top: 20px;
}
.pb_20 {
	padding-bottom: 20px;
}
.pl_30 {
	padding-left: 30px;
}
.pr_30 {
	padding-right: 30px;
}
.pt_30 {
	padding-top: 30px;
}
.pb_30 {
	padding-bottom: 30px;
}
.w90 {
	width: 90%;
}
.w70 {
	width: 70%;
}
.w50 {
	width: 50%;
}
.w20 {
	width: 20%;
}
.w15 {
	width: 15%;
}
.w13 {
	width: 13%;
}
.w10 {
	width: 10%;
}
.h90 {
	height: 90%;
}
.h70 {
	height: 70%;
}
.h50 {
	height: 50%;
}
.h20 {
	height: 20%;
}
.h15 {
	height: 15%;
}
.h10 {
	height: 10%;
}
.font_red  {
	color: red;
}
.font_big  {
	font-size: 150%;
}
.font_small  {
	font-size: 80%;
}

/* Lists */
ul,
ol,
dl {
  font-size: inherit;
}


/*********************
HEADER STYLES
*********************/
.header {
	 margin-bottom: 0px;
	 min-height:120px;
	 height:auto !important;
	 height:120px;
	 background: #EEEEEE;
	 z-index: 100;
}
.header #inner-header li {
	 list-style: none;
}
#header_logowaku  {
	width: 45%;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 5px;
	float: left;
}
.header #inner-header h1  {
	display: none;
}
#header_logo  {
	width: 142px;
	height: 60px;
	text-align: left;
	overflow: hidden;
	margin: 30px 0 0;
}
#header_logo a  {
	background-image: url(../images/logo.png);
	background-size: 142px 60px;
	padding-top: 60px;
	text-align: left;
	display: block;
}

#header_rightwaku  {
	float: right;
	width: 50%;
	padding-top: 24px;
	height: auto;
	margin: 0px auto 0;
}
.header_contactwaku  {
	width: 100%;
	float: left;
}
#header_tel  {
	display: none;
}
#header_searchwaku  {
	width: 100%;
	text-align: right;
	float: right;
}
#header_search  {
	margin: 10px 0 10px 0;
}

#header_search  {
	font-size: 65%;
	margin: 0;
	padding: 0;
	clear: both;
}
#inner-header #header_rightwaku form  {
	margin: 0;
	padding: 0;
}
#inner-header input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 2px 0 0 2px;
  padding: 0;
  height: 1.5rem;
  width: 73%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
  float:left;
}
#inner-header label {
  display: none;
}
#header_siryou {
  margin: 0;
}
#header_siryou .button {
  border-radius: 0;
  padding: 2px 20px;
  font-size: 0.8rem;
  background-color: #FF3366;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  text-decoration: none;
  margin: 0 0 0.7rem;
}
#header_siryou button:hover, #header_siryou button:focus, #header_siryou .button:hover, #header_siryou .button:focus {
  background-color: #AE002B;
}

#header_searchwaku .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  padding: 3px 0;
  font-size: 0.7rem;
  background-color: #555;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  width: 25%;
}
#header_searchwaku button:hover, #header_searchwaku button:focus, #header_searchwaku .button:hover, #header_searchwaku .button:focus {
  background-color: #000;
}

#header_textsize {
	display: none;
}

/* Wrapped around .top-bar to contain to grid width */

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }

.contain-to-grid {
  background: url(../images/topbar_back.gif) repeat-x;
}
#navi_fixed  {
  position: fixed;
  top: 10px;
  left: 0px;
  z-index: 100;
}
.top-bar {
  background: url(../images/topbar_back.gif) repeat-x;
  }

.top-bar-section ul li {
  background: url(../images/topbar_back.gif) repeat;
}
.top-bar-section li a {
  background: url(../images/topbar_back.gif) repeat;
}
    .top-bar-section ul li:not(.has-form) a:not(.button) {
      background: none; }

      .top-bar-section ul li:not(.has-form) a:not(.button):hover {
        background-color: #0078a0;
        background: #008CBA;
		text-decoration: none;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
		}



#inner-content .breadcrumbs {
	margin: 25px 15px 0;

}
.breadcrumbs > * span {
 text-transform: uppercase;
 color: #333; }


 /*********************
POSTS & CONTENT STYLES
*********************/

.large-4 {
	width: 100%;
}
.large-8 {
	width: 100%;
}
.large-12 {
	width: 100%;
}
.medium-4 {
	width: 100%;
}
.medium-8 {
	width: 100%;
}
.medium-12 {
	width: 100%;
}
#content {
	padding: 0px;
	z-index: 0;
}
  #content a:hover, #content a:focus {
    background: none;
    color: #00554F; }
#topimage  {
	text-align: center;
	padding: 0;
}

.byline  {
	font-size: 80%;
}
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    line-height: 1rem;
    font-size: 70%;
    text-transform: uppercase;
    color: #002DB2; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #002DB2; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: not-allowed; }
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }


#category_image  {
	text-align: center;
	padding: 0;
	background: url(../images/category_back.jpg) no-repeat center center;
	margin: 10px auto;
	padding: 37px 0 20px;
	background-color: #FFF;
}
#category_image_shop  {
	text-align: center;
	padding: 0;
	background: url(../images/category_shop.jpg) no-repeat center center;
	margin: 10px auto;
	padding: 100px 0 10px 0;
	background-color: #FFF;
	line-height: 150%;
}

.sub_titlepict {
	text-align: center;
	margin: 20px auto 30px;
	width: 100%;
	font-size:200%;
	text-shadow: 0px 0px 5px #ffffff ,0px 0px 5px #ffffff,
	　　　　　　　0px 0px 5px #ffffff,0px 0px 5px #ffffff;
	color: #1E1F56;
}

#main h1 {
	width: 100%;
	background: url(../images/h1_back.png) no-repeat 10px center;
	background-color: #EFF1F8;
	padding: 25px 20px 20px 45px;
	border-top: 2px dotted #aaa;
	border-bottom: 2px dotted #aaa;
	color: #555;
	line-height: 140%;
	font-size: 170%;
}
#main h1.entry-title  {
	width: 100%;
	background: url(../images/h1_back.png) no-repeat 10px center;
	background-color: #EFF1F8;
	padding: 25px 20px 20px 45px;
	border-top: 2px dotted #aaa;
	border-bottom: 2px dotted #aaa;
	color: #555;
	line-height: 140%;
	font-size: 170%;
}

#main h2  {
	clear: both;
	background: url(../images/h2_back.png) no-repeat center left;
	border-bottom: 2px dotted #ccc;
	font-size: 150%;
	padding: 15px 0 12px 35px;
	line-height: 140%;
	margin: 80px 0 20px 0;
}
#main h2:first-child  {
	margin: 20px 0 20px 0;
}
#main h1 + h2 {
	margin-top: 20px;
}
#main h2 + h3 {
	margin-top: 20px;
}

#main h3  {
	clear: both;
	background: url(../images/h3_back.png) no-repeat center left;
	border-bottom: 1px dotted #ccc;
	font-size: 130%;
	padding: 15px 0 12px 30px;
	line-height: 140%;
	margin-top: 40px;
	margin-bottom: 20px;
}
body.tax-faqs_cat #main h3  {
	margin-top: 0;
}
#main h4  {
	clear: both;
	background: url(../images/h4_back.png) no-repeat center left;
	border-bottom: 1px dotted #ccc;
	font-size: 120%;
	padding: 15px 0 12px 30px;
	line-height: 140%;
	margin-top: 40px;
	margin-bottom: 20px;
}
#main h5  {
	clear: both;
	background: url(../images/h5_back.png) no-repeat center left;
	border-bottom: 1px dotted #ccc;
	font-size: 110%;
	padding: 15px 0 12px 30px;
	line-height: 140%;
	margin-top: 40px;
	margin-bottom: 20px;
}
#main .pict_dai  {
	clear: both;
	background: none;
	border-bottom: none;
	font-size: 130%;
	padding: 0;
	line-height: 140%;
	margin-top: 10px;
	margin-bottom: 0;
}
section.entry-content p  {
	margin-bottom: 40px;
	font-size: 100%;
}
section.entry-content img.alignleft  {
	margin: 0 20px 25px 0;
}
section.entry-content img.alignright  {
	margin: 0 0 25px 20px;
}

#bannerspace_1  {
	margin: 15px 0;
	padding: 0;
	clear: both;
}
#bannerspace_1 p  {
	margin: 10px 0 15px;
}


#bannerspace_2  {
	margin: 20px 0;
	padding: 10px 0 0 0;
	clear: both;
	text-align:center;
	display: table;
	width: 100%;
}
#bannerspace_2 p  {
	margin: 10px 10px 0 10px;
}


.index_mypage {
  border: 1px solid #DDD;
  border-radius: 5px;
  background-color: #F7F7F7;
  text-align: center;
  max-width: 960px;
  padding: 15px 0;
}

.index_mypage_column {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}

.index_dl1  {
	width: 100%;
	min-height:170px;
    height:auto !important;
	height: 170px;
	border: 1px solid #DDD;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	background-color: #F7F7F7;
	margin: 15px auto;
	padding: 15px 0 5px;
	text-align: center;
}
.index_dl1 dt {
	text-align: center;
	width: 111px;
	height: 111px;
	margin: 15px;
	float: left;
}
.index_dl1 dd {
	text-align: left;
	margin: 15px;
}
.index_dl1 dd span.bt_syousai img {
	width: 127px;
	height: 15px;
	margin-top: 20px;
}
h3.h3_under_orange  {
	border-bottom: 3px solid #FF4000;
	font-size: 150%;
	margin: 50px auto 25px;
	padding-top: 40px;
	clear: both;
	text-align: center;
	display: table;
}
.text_center  {
	margin: 10px auto 25px;
	text-align: center;
	display: table;
}
.index_dl2  {
	width: 100%;
	min-height:220px;
    height:auto !important;
	height: 220px;
	float: left;
	margin: 15px auto;
}
.index_dl2 dt {
	text-align: center;
	margin: 15px;
}
.index_dl2 dd {
	text-align: center;
	margin: 15px;
}
.infowaku {
	width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
	margin: 20px auto;

}
.infowaku .info_daimeiwaku {
	margin: 0 0 15px 0;
	height: 63px;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	padding: 10px 0;
}
.infowaku .info_daimeiwaku h3 {
	float: left;
	width: 125px;
	height: 31px;
	margin: 10px 0 10px 3px;
}
.infowaku .info_daimeiwaku p.bt_ichiran {
	float: right;
	margin: 10px auto;
	text-align: center;
	vertical-align:middle;
}
.infowaku .info_daimeiwaku p.bt_ichiran a {
	display: block;
	width: 79px;
	height: 31px;
	padding: 5px 0;
	color: #FFF;
	font-size: 80%;
}
.infowaku .info_daimeiwaku p.color_red {
	background-color: #D90000;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.infowaku .info_daimeiwaku p.color_gray {
	background-color: #555555;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.infowaku .info_daimeiwaku p.color_blue {
	background-color: #010084;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

.infowaku_dl {
	clear: both;
	padding: 0 5px;
	height: 200px;
	margin-bottom: 50px;
}
.infowaku_dl dl {
	overflow: auto;
	height: 200px;
    width: 100%;
	font-size: 90%;
}
.infowaku_dl dt {
	margin: 0;
	padding: 7px 20px 7px 0;
	clear: both;
	line-height: 100%;
	font-size: 80%;
}
.infowaku_dl dd {
	padding: 0 0 7px 0;
	margin: 0 20px 10px 0;
	line-height: 100%;
	border-bottom: 1px dotted #CCC;
}
.infowaku_dl dd a {
	text-decoration: underline;
}

.infowaku_ul {
	margin: 5px auto 35px;
}
.infowaku_ul ul {
	margin: 20px auto 10px;
	list-style-type: disc;
	height: 300px;
	width: auto;
	font-size: 90%;
	overflow: auto;
	padding-left: 0px;
}
.infowaku_ul ul li {
	height: auto;
	width: auto;
	margin-bottom: 10px;
	margin-right: 15px;
	list-style-type: none;
	text-align: left;
	padding: 7px 0;
	border-bottom: 1px dotted #CCC;
	line-height: 150%;
}
.infowaku_ul ul li a {
	display: block;
	line-height: 200%;
	padding-top: 3px;
}
.infowaku_ul ul li span {
	display: inline-block;
	margin: 0 0 0 20px;
	text-align: center;
	width: 105px;
	font-size: 75%;
	padding: 0;
	padding-top: 2px;
	padding-bottom: 1px;
	color: white;
	line-height: 120%;
}
.infowaku_ul ul li span.news {
	background-color: #DC6473;
}
.infowaku_ul ul li span.feature {
	background-color: #60ACE3;
}
.infowaku_ul ul li span.movie {
	background-color: #76C575;
}
.infowaku_ul ul li span.new_product {
	background-color: #7F86D9;
}
.infowaku_ul ul li span.function_verup {
	background-color: #786D6D;
}

	
table {
	margin-bottom: 1.25rem;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table thead, table tfoot {
	background: #f5f5f5
}
table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
	padding: 0.5rem 0.625rem 0.625rem;
	font-size: inherit;
	font-weight: bold;
	color: #444;
	text-align: left;
}
table tr th, table tr td {
	padding: 1rem;
	font-size: inherit;
	color: #444;
    text-align: left;
}
table tr th {
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
}
table tr td {
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background: none;
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
	display: table-cell;
	line-height: 1.5rem
}


table.tables thead tr th, table.tables thead tr td, table.tables tfoot tr th, table.tables tfoot tr td {
	padding: 0.5rem;
	font-size: 80%;
	font-weight: bold;
	color: #444;
	text-align: left;
}
table.tables tr th, table.tables tr td {
	padding: 0.5rem;
	font-size: 80%;
	color: #444;
    text-align: left;
}


table.office_table {
	width: 100%;
	border-collapse: collapse;
}
table.office_table th.t_top {
    border-top: #b3b3b3 4px solid;
}
table.office_table th {
	border: none;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 1rem;
	font-weight: normal;
}
table.office_table td.t_top {
	border-top: #FC3802 4px solid;
}
table.office_table td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 1rem;
}

table.contact_table {
	height: auto;
	width: 95%;
	margin-top: 8px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
	border: none;
    border-collapse: separate;
    border-spacing: 0px 5px;
}
table.contact_table th {
	background-color: #DFF2FF;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
	border:none;
}
table.contact_table td {
	border-collapse: collapse;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
	border: none;
	border-bottom: 1px solid #B0DFFF;
}

.table-wrap {
	position: relative;
	overflow-x: scroll;
}

#mapwaku {
	width: 100%;
	text-align: center;
	padding: 15px;
	margin: 20px 0;
	height: 280px;
	background-color: #F8F7F0;
	border: 1px solid #DDD;
	border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
}

.pict_pc_left  {
	float: none;
}

.products_list  {
	margin: 10px 0 40px;
}
.products_list li  {
	width: 95%;
	margin: 20px 10px;
	float: none;
	background-color: #F0F3FF;
	border: 1px solid #EEEEEE;
	list-style: none;
}
.products_list li:nth-child(2n+1)  {
	clear: both;
}
.products_list li p  {
	font-size: 80%;
}
.products_list li .title  {
	width: 93%;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 2px;
	margin: 12px;
	font-size: 120%;
}
.products_list li .thumb  {
	float: left;
	width: 33%;
	padding: 0 10px 0 0;
	margin: 10px 0 10px 15px;
}
.products_list li p.excerpt  {
	font-size: 80%;
	margin: 10px;
}

.shopitem_list  {
	margin: 10px 0 40px;
}
.shopitem_list li  {
	display: table;
	width: 95%;
	margin: 20px 10px;
	float: none;
	background-color: #F0F3FF;
	border: 1px solid #EEEEEE;
	list-style: none;
}
.shopitem_list li:nth-child(2n+1)  {
	clear: both;
}
.shopitem_list li p  {
	font-size: 80%;
}
.shopitem_list li p.title  {
	width: 93%;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 2px;
	margin: 12px;
	font-size: 120%;
}
.shopitem_list li p.thumb  {
	float: left;
	width: 33%;
	padding: 0 10px 0 0;
	margin: 0 0 10px 15px;
}
.shopitem_list li p.price_t  {
	padding: 0 5px 0 0;
	margin: 0 0 10px 0;
	font-size: 75%;;
}
.shopitem_list li p.price_k  {
	padding: 0;
	margin: 0;
	color: red;
	font-size: 100%;
}
#toppage_banner_space  {
	margin: 20px 0 0 3px;

}

.page-navigation  {
	clear:both;
}

/* q and a ------------------------------------- */
dl.q_a {
	height: auto;
	width: 95%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 10px;
}
dl.q_a dt {
	clear: both;
	background: url(../images/h4_back.png) no-repeat center left;
	border-bottom: 1px dotted #ccc;
	font-size: 120%;
	padding: 15px 0 10px 30px;
	line-height: 140%;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}
dl.q_a dd {
	padding: 8px 0 8px 30px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	width: auto;
	text-align: justify;
	list-style-type: none;
	margin-left: 10px;
}
	
#main .faqs h2   {
	clear: both;
	background: url(../images/h4_back.png) no-repeat center left;
	border-bottom: 1px dotted #ccc;
	font-size: 120%;
	padding: 15px 0 10px 30px;
	line-height: 140%;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}
#main .faqs section.entry-content p.excerpt   {
	padding: 8px 0 8px 30px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	width: auto;
	text-align: justify;
	list-style-type: none;
	margin-left: 10px;
	margin-bottom:  20px;
}
	

.pict_waku1  {
	border: #e3e3e3 1px solid;
	background-color: #FFF;
	width: 100%;
	height: auto;
	padding: 20px;
	text-align:center;
}
.pict_waku2  {
	border: #e3e3e3 1px solid;
	width: 100%;
	height: auto;
	padding: 20px;
	text-align:center;
}

#siteseal {
	float: left;
	margin: 2px 15px 0 0;
	padding: 0;
}
#inside-cart #siteseal
 {
	float: left;
	margin: 18px 15px 0 0;
	padding: 0;
}

/* contactform7 ------------------------------------- */
.wpcf7-mail-sent-ok {
display: none !important;
}

 /*********************
LEFTSIDE STYLES
*********************/

#sidebar1  {
	margin: 0 0 20px 0;
	text-align: center;
}
#sidebar2  {
	margin: 0 0 20px 0;
}
.widget  {
	margin: 18px 0 20px 0;
	padding: 0;
}
#sidebar1 h3 {
	font-size: 120%;
	border: 1px dotted #333;
	background-color: #F9F9F9;
	padding: 15px;
	margin-top: 18px;
	line-height: 150%;
	border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
}

.widgettitle  {
	font-size: 120%;
	border: 1px dotted #333;
	background-color: #F9F9F9;
	padding: 15px;
	line-height: 150%;
	border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
}
#sidebar1 ul  {
	list-style: none;
	margin: 5px 0 50px;
}
#sidebar1 ul li  {
	width: 100%;
	margin-bottom: 7px;
	text-align: left;
}
#sidebar1 ul li a  {
	font-size: 100%;
	display: block;
	padding: 7px 15px 6px 25px;
	background-image: url(../images/list_icon.png);
	background-position: 5px 12px;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}
#sidebar1 ul li a:hover  {
	background-color: #556AA4;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFF;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
}
#sidebar1 ul li.current_page_item a  {
	background-image: url(../images/list_icon.png);
	background-position: 5px -70px;
	font-weight: bold;
	background-color: #556AA4;
	color: #FFF;
}
#sidebar1 ul li.current a {
	background-image: url(../images/list_icon.png);
	background-position: 5px -70px;
	font-weight: bold;
	background-color: #556AA4;
	color: #FFF;
}
#sidebar1 ul li.current-cat a {
	background-image: url(../images/list_icon.png);
	background-position: 5px -70px;
	font-weight: bold;
	background-color: #556AA4;
	color: #FFF;
}
#sidebar1 ul li.parentpage a.on {
	background-image: url(../images/list_icon.png);
	background-position: 5px -70px;
	font-weight: bold;
	background-color: #556AA4;
	color: #FFF;
}
#sidebar1 ul li.current-menu-item a  {
	background-image: url(../images/list_icon.png);
	background-position: 5px -70px;
	font-weight: bold;
	background-color: #556AA4;
	color: #FFF;
}
#sidebar1 ul li.current-menu-item ul li a  {
	background-image: url(../images/list_icon.png);
	background-position: 5px 12px;
	font-weight: normal;
	background-color: transparent;
	color: #00468C;
}
#sidebar1 ul li.current-cat ul li a  {
	background-image: url(../images/list_icon.png);
	background-position: 5px 12px;
	font-weight: normal;
	background-color: transparent;
	color: #00468C;
}
#sidebar1 ul li ul  {
	margin-bottom: 0px;
	margin-left: 10px;
}
#sidebar1 .sidebanner  {
	margin: 15px;
	width: 250px;
}	
body.post-type-archive-dictionary #sidebar1 ul li.page-item-118 a {
	background-image: url(../images/list_icon.png);
	background-position: 5px -70px;
	font-weight: bold;
	background-color: #556AA4;
	color: #FFF;
}
body.tax-custom_cat #sidebar1 ul li.page-item-118 a {
	background-image: url(../images/list_icon.png);
	background-position: 5px -70px;
	font-weight: bold;
	background-color: #556AA4;
	color: #FFF;
}
body.single-dictionary #sidebar1 ul li.page-item-118 a {
	background-image: url(../images/list_icon.png);
	background-position: 5px -70px;
	font-weight: bold;
	background-color: #556AA4;
	color: #FFF;
}


body.category-kouen #sidebar1 ul li.page-item-116 a {
	background-image: url(../images/list_icon.png);
	background-position: 5px -70px;
	font-weight: bold;
	background-color: #556AA4;
	color: #FFF;
}

body.page-id-120 #sidebar1 ul li.page-item-120 a {
	background-image: url(../images/list_icon.png);
	background-position: 5px -70px;
	font-weight: bold;
	background-color: #556AA4;
	color: #FFF;
}

#sidebar1 input[type="text"],
#sidebar1 input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 2px 0 3px 2px;
  padding: 0;
  height: 1.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
  float:left;
}
#remembermew  {
  margin: 5px 0 0 2px;
}
#sidebar1 .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  padding: 10px 0;
  font-size: 0.7rem;
  width: 100%;
}

#sidebar1 ul.ucart_login_body li .loginbox ul  {
	list-style: none;
	margin: 0 0 20px 0px;
}
#sidebar1 ul.ucart_login_body li .loginbox ul li  {
	width: 100%;
	margin-bottom: 7px;
}
#sidebar1 ul li .loginbox ul li a  {
	font-size: 100%;
	display: block;
	margin: 0;
	padding: 7px 15px 6px 25px;
	background-image: url(../images/list_icon.png);
	background-position: 5px 12px;
	background-repeat: no-repeat;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	border-radius: 6px;        /* CSS3草案 */
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;   /* Firefox用 */
}
#sidebar1 ul.ucart_login_body li .loginbox ul li a:hover  {
	background-color: #556AA4;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFF;
		-webkit-transition: all 0.2s linear;
		transition: all 0.2s linear;
}

.ucart_calendar_body table.usces_calendar  {
	width: 100%;
}
.ucart_calendar_body table.usces_calendar th  {
	width: 14%;
	margin: 0;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.ucart_calendar_body table.usces_calendar td  {
	width: 14%;
	margin: 0;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}





/*********************
FOOTER STYLES
*********************/
.footer {
	 clear: both;
	 background: url(../images/footer_back.gif) repeat-x bottom left;
	 background-color: #EEEEEE;
	 border-top: 1px dotted #283B99;
	 margin-top: 0px;
}
#inner-footer nav {
	display: none;
}



#inner-footer .sub-nav {
	 margin: 20px 0;
	 width: 100%;
	 padding: 0.5em;
	 text-align:left;
	 list-style: none;
}
#inner-footer .sub-nav li {
	 margin: 0.5em 0 0.5em 0em;
	 text-align: left;
	 line-height: 250%;
	 width: 95%;
	 list-style: none;
}
#inner-footer .sub-nav li a {
	 padding:0.3em 0.3em 0.3em 2em;
	 border: 1px dotted #CCC;
	 float: none;
	 display: block;
	 color: #000;
	 background-image: url(../images/arrow_icon1.png);
	 background-repeat:no-repeat;
	 background-position: 10px center;
}
#inner-footer .sub-nav li a:hover {
	 color: #556AA4;
	 background-color: #EFEFEF;
}

#inner-footer .sub-nav li ul li a {
	 background-image: url(../images/arrow_icon2.png);
	 background-repeat:no-repeat;
	 background-position: 10px center;
}
#inner-footer .sub-nav li ul li ul li a {
	 background-image: url(../images/arrow_icon2.png);
	 background-repeat:no-repeat;
	 background-position: 10px center;
}



#inner-footer #footer_address  {
	clear: both;
	text-align: center;
	margin: 10px;
	padding-top: 20px;
}
#inner-footer #footer_address h4  {
	font-size: 70%;
	margin-bottom: 7px;
}
#inner-footer #footer_logo  {
	width: 112px;
	height: 47px;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
#inner-footer #footer_logo a  {
	background-image: url(../images/logo.png);
	background-size: 112px 47px;
	padding-top: 47px;
	display: block;
}

address  {
	font-size: 70%;
	font-style:normal;
	line-height: 150%;
	padding-top: 10px;
}
#inner-footer #footer_tel  {
	margin-bottom: 30px;
	font-size: 70%;
	font-style:normal;
	line-height: 150%;
}
#inner-footer #footer_copyright  {
	float: none;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
	margin-left: 0px;
}
#inner-footer .copyright  {
	font-size: 70%;
	padding-top: 10px;
	color: #FFF;
}

#inner-footer #footer_trademark  {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 5px;
	border-top: 1px dotted #CCC;
}

#inner-footer #footer_trademark a {
	 padding:0.3em 0.3em 0.3em 2em;
	 color: #000;
	 background-image: url(../images/arrow_icon2.png);
	 background-repeat:no-repeat;
	 background-position: 10px center;
}
#inner-footer #footer_trademark a:hover {
	 color: #0000cd;
}

#inner-footer .trademark  {
	font-size: 80%;
	padding-top: 10px;
	color: #000;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}




}  

	/* @media print, screen */

	@media print, screen and (min-width: 40.063em) {


	body #global_navigation  {
		position: relative;
	}
	#header_logowaku  {
		width: 45%;
		float: left;
		margin: 0;
	}
	#header_rightwaku  {
		float: right;
		width: 50%;
		margin: 0;
	}
	#main .large-4 {
		width: 30%;
	}

		
	.infowaku_ul ul {
		height: 230px;
	}

	.infowaku_ul ul li a {
		margin-top: -26px;
		padding-left: 220px;
	}
	.infowaku_ul ul li a::before {
		content: "";
		white-space: normal;
	}

	.index_mypage_column {
	  height: 120px;
	  padding: 0;
	  font-size: 80%;
	}
	.index_dl1  {
		margin: 10px 30px 15px 0;
		min-height: 290px;
		height:auto !important;
		height: 290px;
	}
	.index_dl1.last  {
		margin: 10px 0 15px 0;
	}

	.index_dl1 dt {
		margin: 10px auto;
		float: none;
	}
	.index_dl1 dd {
		text-align: center;
		margin: 15px 30px;
		font-size: 80%;
	}
	.products_list li  {
		width: 47%;
		float: left;
	}
	.shopitem_list li  {
		width: 46%;
		float: left;
	}



	#main .infowaku.large-4 {
		width: 100%;
	}
	#bannerspace_1  {
		margin: 0 0 30px 0;
		padding: 0;
	}
	#inner-content #main #bannerspace_1 p  {
		width: 49%;
		margin-left: 0px;
		margin-bottom: 25px;
		padding: 0;
	}
	#inner-content #main #bannerspace_1 p:first-child  {
		padding-left: 0px;
		float: left;
	}
	#inner-content #main #bannerspace_1 p:last-child  {
		float: right;
	}
	#bannerspace_2 p  {
		float: left;
	}
	#sidebar1 .sidebanner  {
		float: left;
		margin: 5px;
	}	

	}  /* @media print, screen and (min-width: 40.063em) */


		@media print, screen and (min-width: 50.000em) {

		.index_dl1  {
			min-height: 270px;
			height:auto !important;
			height: 270px;
		}
		#main .infowaku.large-4 {
			width: 30%;
		}
		.infowaku {
			margin: 0 30px 15px 0;
		}
		.infowaku.last  {
			margin: 0 0 15px 0;
		}

		#sidebar1 ul.ucart_login_body li .loginbox ul  {
			margin: 0 0 20px -20px;
		}

		}  /* @media print, screen and (min-width: 50.000em) */


		@media print, screen and (min-width: 60.000em) {

		/*********************
		HEADER STYLES
		*********************/
		body {
			 margin-bottom: 0px;
			 background-image:url(../images/body_back.gif);
			 background-repeat: repeat-x;
		}
		.header {
			 background: none;
		}
		#header_logowaku  {
			margin: 0;
			float:left;
			width: 56%;
			padding-top: 35px;
			height:85px;
		}
		.header #inner-header h1  {
			display: block;
			font-size: 60%;
			height: auto;
			margin-bottom: 15px;
			text-align: left;
			padding-top: 0;
			float: right;
			width: 75%;
		}
		#header_logo  {
			width: 112px;
			height: 47px;
			text-align: center;
			overflow: hidden;
			margin: 0 auto;
		}
		#header_logo a  {
			background-size: 112px 47px;
			padding-top: 47px;
			display: block;
		}
		#header_rightwaku  {
			float: right;
			width: 44%;
			margin-top: 8px;
			padding-top: 24px;
			height: 112px;
		}
		.header_contactwaku  {
			width: 100%;
			float: left;
		}
		#header_siryou  {
			width: 65%;
			float: left;
			margin: 0;
		}
		#header_tel  {
		  display:block;
			margin: 0 0 10px 0;
			height: 19px;
			padding: 0px;
			width: auto;
			float: right;
		}
		#header_tel img  {
			 height:auto;
		}
		#header_searchwaku  {
			float: right;
			width: 250px;
			text-align: right;
		}
		#header_search  {
			margin: 10px 0 10px 0;
			padding: 0px;
		}

		#header_textsize {
		  display:block;
		  width: 155px;
		  height: 22px;
		  float: left;
		  margin: 3px 2px 0 0;
		}
		#header_textsize .fontsize {
		  background: url(../images/header_font_size.gif) no-repeat left top;
		  width: 155px;
		  height: 22px;
		}
		#header_textsize .fontsize_label {
		  width: 56px;
		  height: 22px;
		  float: left;
		  font-size: 12px;
		  text-indent: -99999px;
		}
		#header_textsize .fontsize_button {
		  width: auto;
		  height: 22px;
		}
		#header_textsize .fontsize_button ul {
		  list-style: none;
		}
		#header_textsize .fontsize_button li {
		  margin-right: 5px;
		}
		#header_textsize .fontsize_button li a {
		  width: 22px;
		  height: 22px;
		  display: block;
		  text-indent: -9999px;
		  text-decoration: none;
		}
		#fontsize_small a.on,
		#fontsize_small a.textresizer-active,
		#fontsize_small a:hover {
		  background: url(../images/header_font_size.gif) no-repeat -73px -22px;
		}
		#fontsize_normal a.on,
		#fontsize_normal a.textresizer-active,
		#fontsize_normal a:hover {
		  background: url(../images/header_font_size.gif) no-repeat -100px -22px;
		}
		#fontsize_large a.on,
		#fontsize_large a.textresizer-active,
		#fontsize_large a:hover {
		  background: url(../images/header_font_size.gif) no-repeat -127px -22px;
		}
		#header_textsize .fontsize dt,
		#header_textsize .fontsize dd,
		#header_textsize .fontsize li {
		  float: left;
		}


		#header_search  {
			margin: 0;
			padding: 0;
		}
		#inner-header #header_rightwaku form  {
			margin: 0;
			padding: 0;
		}
		#inner-header input[type="text"] {
		  -webkit-appearance: none;
		  border-radius: 0;
		  background-color: #FFFFFF;
		  font-family: inherit;
		  border-style: solid;
		  border-width: 1px;
		  border-color: #cccccc;
		  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
		  color: rgba(0, 0, 0, 0.75);
		  display: block;
		  font-size: 0.875rem;
		  margin: 2px 0 0;
		  padding: 0;
		  height: 1.5rem;
		  width: 70%;
		  -webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  box-sizing: border-box;
		  transition: all 0.15s linear;
		  float:left;
		}
		#inner-header label {
		  display: none;
		}

		  .top-bar-section {
			transition: none 0 0;
			left: 0 !important; }
			.top-bar-section ul {
			  width: auto;
			  height: auto !important;
			  display: inline; }
			  .top-bar-section ul li {
				background: url(../images/topbar_back.gif) repeat-x;
				border-right: 1px dotted #CCC;
				float: left; }
			  .top-bar-section ul li:first-child {
				  border-left: 1px dotted #CCC;
				  margin-left: 5px;}
				.top-bar-section ul li .js-generated {
				  display: none; }
			.top-bar-section li.hover > a:not(.button) {
			  background-color: transparent;
			  background: none;
			  color: #FFFFFF; }
			.top-bar-section ul li:not(.has-form) a:not(.button) {
			  padding: 0 1.5rem 0 1.5rem;　 /*グローバルメニュー　各要素左右余白*/
			  line-height: 2.8125rem;
			  background: none; }
			  .top-bar-section ul li:not(.has-form) a:not(.button):hover {
				background-color: #0078a0;
				background: #008CBA;
				text-decoration: none;
				-webkit-transition: all 0.2s linear;
				transition: all 0.2s linear;
				}
			.top-bar-section li.active:not(.has-form) a:not(.button) {
			  padding: 0 1rem 0 1.5rem;　 /*グローバルメニュー　各要素左余白*/
			  line-height: 2.8125rem;
			  color: #FFFFFF;
			  background: #008CBA; }
			  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
				background: #0078a0;
				color: #FFFFFF; }
			.top-bar-section .has-dropdown > a {
			  padding-right: 2.5rem !important; }
			  .top-bar-section .has-dropdown > a:after {
				content: "";
				display: block;
				width: 0;
				height: 0;
				border: inset 5px;
				border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
				border-top-style: solid;
				margin-top: -2.5px;
				top: 1.40625rem; }
			.top-bar-section .has-dropdown.moved {
			  position: relative; }
			  .top-bar-section .has-dropdown.moved > .dropdown {
				display: block;
				position: absolute !important;
				height: 1px;
				width: 1px;
				overflow: hidden;
				clip: rect(1px, 1px, 1px, 1px); }
			.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
			  display: block;
			  position: static !important;
			  height: auto;
			  width: auto;
			  overflow: visible;
			  clip: auto;
			  position: absolute !important; }
			.top-bar-section .has-dropdown > a:focus + .dropdown {
			  display: block;
			  position: static !important;
			  height: auto;
			  width: auto;
			  overflow: visible;
			  clip: auto;
			  position: absolute !important; }
			.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
			  border: none;
			  content: "\00bb";
			  top: 1rem;
			  margin-top: -1px;
			  right: 5px;
			  line-height: 1.2; }
			.top-bar-section .dropdown {
			  left: 0;
			  top: auto;
			  background: transparent;
			  min-width: 100%; }
			  .top-bar-section .dropdown li a {
				color: #FFFFFF;
				white-space: nowrap;
				padding: 12px 0.9375rem;
				background: #31315E; }
			  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
				color: #FFFFFF;
				background: #31315E; }
			  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
				color: #FFFFFF;
				background-color: #3E3E77;
				background: #00536F; }
			  .top-bar-section .dropdown li label {
				white-space: nowrap;
				background: #333333; }
			  .top-bar-section .dropdown li .dropdown {
				left: 100%;
				top: 0; }
			.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
			  border-bottom: none;
			  border-top: none;
			  border-right: solid 1px #4e4e4e;
			  clear: none;
			  height: 2.8125rem;
			  width: 0; }
			.top-bar-section .has-form {
			  background: #333333;
			  padding: 0 0.9375rem;
			  height: 2.8125rem; }
			.top-bar-section .right li .dropdown {
			  left: auto;
			  right: 0; }
			  .top-bar-section .right li .dropdown li .dropdown {
				right: 100%; }
			.top-bar-section .left li .dropdown {
			  right: auto;
			  left: 0; }
			  .top-bar-section .left li .dropdown li .dropdown {
				left: 100%; }


		 /*********************
		POSTS & CONTENT STYLES
		*********************/

		#inner-content .breadcrumbs {
			margin: 25px 15px 0 15px;

		}
		.large-4 {
			width: 28%;
		}
		.large-8 {
			width: 72%;
		}
		.medium-4 {
			width: 28%;
		}
		.medium-8 {
			width: 72%;
		}

		#content #inner-content {
		  padding: 0.5rem 0 1.5rem;
		}
		body.home #content #inner-content {
		  padding: 1.5rem 0;
		}

		.top-bar {
			background: none;
		}
		.top-bar-section li:not(.has-form) a:not(.button) {
			background: none;
		}
		.top-bar-section li:not(.has-form) a:not(.button):hover {
			background: none;
		}

		#main .large-4 {
			width: 31%;
		}

		.index_dl1  {
			min-height: 250px;
			height:auto !important;
			height: 250px;
		}

		.index_dl2  {
			width: 30%;
			float: left;
			margin: 15px 0 15px 25px;
		}
		.index_dl2:first-child  {
			margin: 15px 0 15px 0;
		}
		h3.h3_under_orange  {
			font-size: 200%;
			margin: 50px auto 25px;
		}

		#main .infowaku.large-4 {
			width: 30%;
		}
		.infowaku {
			margin: 0;
			padding: 0 20px 0 0;
		}
		.infowaku.last  {
			margin: 0 0 15px 0;
		}


		#bannerspace_1  {
			margin: 0 0 22px;
			clear: both;
		}


		 /*********************
		LEFTSIDE STYLES
		*********************/
		#sidebar1 ul  {
			list-style: none;
		}
		#sidebar1 ul li ul  {
			margin-left: 0px;
		}


		/*********************
		FOOTER STYLES
		*********************/

		.footer {
			 background: url(../images/footer_back.gif) repeat-x bottom left;
			 background-color: #EEEEEE;
			 border-top: 1px dotted #283B99;
			 margin-top: 30px;
		}
		#inner-footer nav {
			 width: 100%;
			 background-color: inherit;
			 border-top: none;
			 border-bottom: 1px dotted #CCC;
			 margin-bottom: 30px;
			 margin-top: 0px;
			 display: block;
		}
		#inner-footer .sub-nav {
			 margin: 20px 0;
			 width: 100%;
			 padding: 0.5em;
			 text-align:left;
			 list-style: none;
		}
		#inner-footer .sub-nav li {
			 font-size: 85%;
			 margin: 0.2em 0;
			 text-align: left;
			 line-height: 150%;
			 width: 20%;
			 height: 100%;
			 border-right: 1px dotted #CCC;
			 float: left;
			 min-height:260px;
			 height:auto !important;
			 height:260px;
			 padding: 0 5px
		}
		#inner-footer .sub-nav li:first-child {
			 border-left: 1px dotted #CCC;
		}
		#inner-footer .sub-nav * li {
			 width: 100%;
			 border-right: none;
			 min-height:15px;
			 height:auto !important;
			 height:15px;
			 padding: 0;
			 margin-left: -17px;
		}
		#inner-footer .sub-nav * li:first-child {
			 border-left: none;
		}
		#inner-footer .sub-nav li a {
			 padding:0.3em 0em 0.3em 1.7em;
			 border: none;
			 float: none;
			 display: block;
			 color: #000;
			 border: none;
			 background-position: 5px 8px;
		}
		#inner-footer .sub-nav li a:hover {
			 color: #002DB2;
			 text-decoration: underline;
		}

		#inner-footer .sub-nav * li a {
			 background-position: 10px 5px;
		}
		#inner-footer .sub-nav li.active a {
			 background-color: transparent;
		}

		address  {
			margin-bottom: 7px;
		}
		#inner-footer #footer_address  {
			margin: 0px;
			padding-top: 0;
			border-top: none;
		}

		}  /* @media print, screen and (min-width: 60.000em) */



			@media print, screen and (min-width: 64.063em) {

				.top-bar-section ul li:not(.has-form) a:not(.button) {
				  padding: 0 2.5rem 0 2.4rem; } /*グローバルメニュー　各要素左右余白*/
				.top-bar-section li.active:not(.has-form) a:not(.button) {
				  padding: 0 2.5rem 0 2.4rem; }　 /*グローバルメニュー　各要素左余白*/

			}  /* @media print, screen and (min-width: 64.063em) */


			@media print, screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2),
			(min-resolution: 2dppx) {

			#header_logo a,
			#footer_logo a  {
					background-image: url(../images/logo@2x.png);
			}

			}  /* @media print, screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2),
			(min-resolution: 2dppx) */

