@charset "utf-8";

/*
Theme Name: BizVektor sgh
Theme URI: http://bizvektor.com/en/
Description: BizVektor theme will allow you to build a high-quality web site. It is possible to change the color, to switch to a completely different design. In addition, it is also possible to increase the number of designs by plug-ins.
Author: Vektor,Inc.
Author URI: http://www.vektor-inc.co.jp
Version: 1.1.0

Tags: white, red, blue, black, green, orange, purple, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style,theme-options
Text Domain: biz-vektor
License: GNU General Public License
License URI: license.txt

BizVektor Global Edition WordPress theme, Copyright (C) 2014 Vektor,Inc.
BizVektor Global Edition WordPress theme is licensed under the GPL.
*/
.sticky {
  font-size: 1em;
  font-weight: nomal;
  padding: 0px;
  margin: 1px;
}

.bypostauthor {}

.bypostauthor #comments li.comment .commentBox {
  border-color: #ccc;
}




/*	ここからtwentytencss
/*-------------------------------------------*/


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

/* =Fonts
-------------------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #333;
  background: #fff;

}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

.site-main-top {
  background: url(images/top/slide_bg.gif) repeat-x left 100px;
  width: 100%;
}

.search .site-main-top {
  background: none;
  width: 100%;
}

.site-main {
  width: 100%;
}

/* Structure the footer area */
#footer_bottom {
  background: #008ff3;
  color: #fff;
  text-align: left;
}

#footer_top {
  background: #CEE9F3 url(images/common/foot_bg.gif) repeat-x;
  height: 147px;
  clear: both;
  width: 100%;
}

#footer_top #inner {
  width: 80%;
  margin: 0 auto;
}


#footer_top #inner #banner_area img {
  margin: 20px 2px 0 0;
  float: left;
}

#footer_bottom #inner {
  padding: 20px 0;
  letter-spacing: 0.1em;
  width: 80%;
  margin: 0 auto;
  font-size: 11px;
}

#footer_bottom #inner a {
  float: right;
  width: 108px;
  display: block;
}


#primary {
  width: 23%;
  float: left;
}

#primary-sp #menu,
#primary #menu {
  background: #d9000a;
  margin: 0 0 20px 0;
  /*width:100%;*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 14px;
  border-bottom: 8px solid #B70008;
}

#primary-sp #menu ul li,
#primary #menu ul li {
  border-bottom: dotted 1px #d9000a;
  background: #faf4e7;
}

#primary #menu ul li.child {
  background: #fff;
}

#primary-sp #menu ul li:last-child,
#primary #menu ul li:last-child {
  border-bottom: none;
}

#primary-sp #menu ul li a,
#primary #menu ul li a {
  color: #333;
  display: block;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  background: url(images/common/sidemenu_arrow01.gif) no-repeat 10px 13px;
}

#primary #menu ul li.child a {
  padding-left: 30px;
  background: url(images/common/sidemenu_child01.png) no-repeat 20px 13px;
}

#primary-sp #menu ul li a:hover,
#primary #menu ul li a:hover {
  color: #fff;
  background: #d9000a url(images/common/sidemenu_arrow02.gif) no-repeat 10px 13px;
}

#primary #menu ul li.child a:hover {
  background: #d9000a url(images/common/sidemenu_child02.png) no-repeat 20px 13px;
}

#primary-sp #searcharea,
#primary #searcharea {
  background: #FDFCF7;
  padding: 8px 12px 8px 8px;
  border-top: 1px solid #efecdb;
  border-left: 1px solid #efecdb;
  border-right: 1px solid #efecdb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-bottom: 8px solid #F0EFEA;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 1.8;
}

#primary-sp #searcharea .searchform-label,
#primary #searcharea .searchform-label {
  margin: 8px 0 5px 0;
  width: 100%;
  background: #5D9EC4;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#primary-sp #searcharea .searchform-controls,
#primary #searcharea .searchform-controls {
  text-align: center;
}

#primary-sp #searcharea .searchform-controls input,
#primary #searcharea .searchform-controls input {
  background: #2c7eae url(images/common/searchicon.png) no-repeat 70px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-style: none;
  border-bottom: 3px solid #1d6995;
  padding: 5px;
  font-family: verdana;
  margin-top: 5px;
  width: 90px;
  cursor: pointer;
  font-size: 11px;
}

#primary-sp #searcharea .searchform-controls input[type="button"],
#primary #searcharea .searchform-controls input[type="button"] {
  background: #2c7eae url(images/common/reseticon.png) no-repeat 70px;
  margin-left: 10px;
}

#primary-sp #searcharea .searchform-controls input[type="button"]:hover,
#primary #searcharea .searchform-controls input[type="button"]:hover {
  background: #5D9EC4 url(images/common/reseticon.png) no-repeat 70px;
}

#primary-sp #searcharea .searchform-controls input:hover,
#primary #searcharea .searchform-controls input:hover {
  background: #5D9EC4 url(images/common/searchicon.png) no-repeat 70px;
}


/* =Header
-------------------------------------------------------------- */

.site-header {
  background: url(images/common/head_bg.gif) repeat-x #FAF4E7 top;
  /*height:138px;*/
  position: fixed;
  z-index: 999;
  border-bottom: solid 1px #e9e0cd;
  margin: auto;
  width: 100%;
}

.site-header2 {
  background: url(images/common/head_bg.gif) repeat-x #FAF4E7 top;
  height: 92px;
  border-bottom: solid 1px #e9e0cd;
  margin: auto;
  width: 100%;
}

.site-title {
  margin: 0 0 0 0;
  height: 100%;
  float: left;
  width: 40%;
  text-align: left;
  padding: 2% 0 0 0;
}

.header-inner2 {
  width: 70%;
  margin: 0 auto 0 auto;
  min-height: 92px;
  padding: 0;
  position: relative;
}

.header-inner2 a img.lang {
  z-index: 100;
  left: 92%;
  top: 7px;
  position: absolute;
}

.header-inner {
  width: 70%;
  margin: 0 auto 0 auto;
  min-height: 139px;
  padding: 0;
  position: relative;
}

.picarea_headlogo img,
.header-inner img {
  max-width: 100%;
  height: auto;
}

.header-inner form {
  /*z-index:100;
left:62%;
top:1rem;
position:absolute;*/
}

.header-inner form input[type="submit"] {
  background-color: #E60012;
  border: 1px solid #E60012;
  margin-right: .5rem;
  border-radius: 4px;
}

.header-inner form input[type="text"] {
  border: 1px solid #E60012;
  border-radius: 2px;
}

.header-button {
  float: right;
  text-align: right;

}

.sitemap {
  /*z-index:100;
left:83%;
top:7px;
position:absolute;*/
  padding: 0 5%;
}

.lang {
  /*z-index:100;
left:92%;
top:7px;
position:absolute;*/

}




.site-header-regist {
  background: url(images/common/head_bg.gif) repeat-x #FAF4E7 top;
  height: 170px;
  z-index: 999;
  border-bottom: solid 1px #e9e0cd;
  margin: 0 auto 25px auto;
  width: 100%;
}

.site-title-regist {
  float: left;
  margin: 20px 0 0 0;
  width: 32%;
  height: 138px;
}

.header-inner-regist {
  width: 80%;
  margin: 0 auto 0 auto;
  min-height: 139px;
  padding: 0;
  position: relative;
}

.header-inner-regist .sitemap {
  padding: 7px 0;
  float: right;
}

.header-inner-regist #nav {
  margin: 0 0 0 40px;
}

@media only screen and (min-width: 1601px) {
  .header-inner-regist #nav {
    margin-top: 20px;
  }
}


.site-title-regist a {
  width: 367px;
  height: 139px;
}

#nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  width: 58%;
}

#nav li {
  float: left;

  margin: 0;
  width: 18%;
  margin: 0;
}

#nav li.pdd {
  padding: 0 1% 0;
}

#nav li img {
  max-width: 100%;
  height: auto;
}


/* =Content
-------------------------------------------------------------- */

#main,
#main2 {
  clear: both;
  padding: 80px 0 0 0;
  width: 100%;
  overflow: hidden;
}

#main2 {
  padding: 0;
}

#content-top {
  width: 100%;
}

#content {
  width: 100%;
  margin-left: 37px;
}


#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
  margin: 0;
}

#content pre,
#content kbd,
#content tt,
#content var {
  font-size: 15px;
  line-height: 21px;
}

#content code {
  font-size: 13px;
}


h2.title,
h2.title2 {
  margin-bottom: 15px;
}

.hentry {
  margin: 0 0 20px 0;
}

.home .sticky {
  background: #f2f7fc;
  border-top: 4px solid #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}

.single .hentry {
  margin: 0 0 36px 0;
  width: 70%;
  float: right;
}

.page-title {
  color: #000;
  font-weight: bold;
  margin: 0;
  background: url(images/common/searchmark.gif) no-repeat left 3px;
  padding-left: 25px;
  font-size: 15px;
  margin-bottom: 15px;
}

.page-title span {
  color: #333;
  font-style: italic;
  font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
  color: #4864b3;
  text-decoration: none;
}

.entry-title,
#content h4.entry-title,
h3.subtitle {
  color: #000;
  font-weight: 400;
  border-top: solid 3px #E30010;
  border-bottom: dotted 1px #E30010;
  padding: 8px 0 8px 5px;
  margin: 0 0 5px 0;
  font-size: 15px;
}

h1.entry-title {
  margin: 0px 0 5px 0;
}

h3.subtitle {
  margin: 15px 0 5px 0;
}

.entry-title a:link,
.entry-title a:visited {
  color: #000;
  text-decoration: none;
}

.entry-meta {
  color: #777;
  font-size: 12px;
  margin-bottom: 20px;
}

.entry-meta abbr,
.entry-utility abbr {
  border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}

.entry-content,
.entry-summary {
  clear: both;
  padding: 0;
}

.entry-content p {
  line-height: 1.6;
}


#content .entry-summary p:last-child {
  margin-bottom: 12px;
}


.entry-content fieldset {
  border: 1px solid #e7e7e7;
  margin: 0 0 24px 0;
  padding: 24px;
}

.entry-content fieldset legend {
  background: #fff;
  color: #000;
  font-weight: bold;
  padding: 0 24px;
}


.entry-content label {
  color: #777;
  font-size: 12px;
}

.entry-content select {
  margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
  font-size: 10px;
}

.entry-content blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 24px;
  text-align: right;
  width: 33%;
}

.entry-content blockquote.right {
  float: right;
  margin-left: 24px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

.page-link {
  clear: both;
  color: #000;
  font-weight: bold;
  line-height: 48px;
  word-spacing: 0.5em;
}

.page-link a:link,
.page-link a:visited {
  background: #f1f1f1;
  color: #333;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}

.home .sticky .page-link a {
  background: #d9e8f7;
}

.page-link a:active,
.page-link a:hover {
  color: #ff4b33;
}

body.page .edit-link {
  clear: both;
  display: block;
}

#entry-author-info {
  background: #f2f7fc;
  border-top: 4px solid #000;
  clear: both;
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0;
  overflow: hidden;
  padding: 18px 20px;
}

#entry-author-info #author-avatar {
  background: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  height: 60px;
  margin: 0 -104px 0 0;
  padding: 11px;
}

#entry-author-info #author-description {
  float: left;
  margin: 0 0 0 104px;
}

#entry-author-info h2 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
}

.entry-utility {
  clear: both;
  color: #777;
  font-size: 11px;
  line-height: 18px;
  background: #FAF4E7;
  border: 1px solid #E9E0CD;
  padding: 2px 5px 2px 10px;
}

.entry-meta a,
.entry-utility a {
  color: #777;
}

.entry-meta a:hover,
.entry-utility a:hover {
  color: #4864b3;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}

.home .hentry.format-aside,
.home .hentry.category-asides {
  padding: 0;
}

.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
  padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
  border: 10px solid #f1f1f1;
  margin-bottom: 0;
}

.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
  float: left;
  margin-right: 20px;
  margin-top: -4px;
}

.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
  padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px;
}

.attachment .entry-content .nav-previous a:before {
  content: '\2190\00a0';
}

.attachment .entry-content .nav-next a:after {
  content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

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

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
  /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}






/* =トップページセクション
-------------------------------------------------------------- */
#section_top {
  width: 70%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  /*height:700px;*/
}


#section_top #topleft {
  width: 26%;
  margin-right: 30px;
}

#section_top #topleft ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#section_top #topleft ul li {
  margin: 0 0 10px 0;
  padding: 0;
}

#section_top #topleft ul li img {
  display: inline;
}

#section_top #topright {
  /*height:310px;*/
  width: 67%;
  float: right;
  background: #fff;
  /* border-radius */
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: solid 1px #e1e1e1;
  /* box-shadow */
  box-shadow: rgba(199, 199, 199, 0.4) 0px 0px 2px 1px;
  -webkit-box-shadow: rgba(199, 199, 199, 0.4) 0px 0px 2px 1px;
  -moz-box-shadow: rgba(199, 199, 199, 0.4) 0px 0px 2px 1px;
  padding: 1% 2% 1.5% 2%;
}

#section_top #topright #info {
  /*float:left;*/
}

#section_top #topright #info > a,
#section_top #topright #news > a,
#section3 .newsbox > a,
#sct3 .newsbox > a,
#section4 .newsbox > a,
#section8 .newsbox > a {
  background-color: #FF342C;
  display: inline-block;
  padding: 0 0 0 1.5rem;
  width: 97.5%;
  border-radius: 4px;
  color: #fff;
  line-height: 35px;
  font-size: 100%;
  text-decoration: none;
  clear: both;
}



#section_top #topright #info > a:hover,
#section_top #topright #news > a:hover,
#section3 .newsbox > a:hover,
#sct3 .newsbox > a:hover,
#section4 .newsbox > a:hover,
#section8 .newsbox > a:hover {
  text-decoration: none;
  color: #fff;
}

#section_top #topright #info > a img,
#section_top #topright #news > a img,
#section3 .newsbox > a img,
#sct3 .newsbox > a img,
#section4 .newsbox > a img,
#section8 .newsbox > a img {
  float: right;
}

#section_top #topright #news > a span,
#section_top #topright #info > a span,
#section3 .newsbox > a span,
#sct3 .newsbox > a span,
#section4 .newsbox > a span,
#section8 .newsbox > a span {
  font-size: 80%;
  padding: 0 0 0 .5rem;
}

#section_top #topright #news dl,
#section_top #topright #info dl,
#section3 .right .newsbox dl,
#sct3 .right .newsbox dl,
#section4 .newsbox dl,
#section8 .newsbox dl {
  margin: 1% 0 1.5% 0;
  height: auto;
  /*overflow-y:scroll;*/
}


#section_top #regist_area {
  border: dotted 1px #94C521;
  padding: 5px 0;
  overflow: hidden;
  background: #E6EFBF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100%;
}

#section_top #regist_area .auto {
  margin: 0 auto;
  width: 95%;
}

#section_top #regist_area .auto span {
  float: right;
  width: 40%;
}

#section_top #regist_area p {
  margin: 0;
  padding: 4px 0 0 0;
  float: left;
}

#section_top #regist_area .regist_btn {
  background: #94C521 url(images/top/ico_regist.png) no-repeat 85%;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-style: none;
  border-bottom: 3px solid #5E8011;
  padding: 6px 0px 3px 0px;
  width: 45%;
  text-align: center;
  text-decoration: none;
  float: left;
  margin: 0 0 0 4px;
  line-height: 1;
  display: block;
}

#section_top #regist_area .cancel_btn {
  background: #94C521 url(images/top/ico_cancel.png) no-repeat 85%;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-style: none;
  border-bottom: 3px solid #5E8011;
  padding: 6px 0px 3px 0px;
  width: 45%;
  text-align: center;
  text-decoration: none;
  float: right;
  margin: 0 0 0 4px;
  line-height: 1;
  display: block;
}

#section_top #regist_area .regist_btn:hover {
  background: #5E8011 url(images/top/ico_regist.png) no-repeat 85%;
}

#section_top #regist_area .cancel_btn:hover {
  background: #5E8011 url(images/top/ico_cancel.png) no-repeat85%;
}



* html body dl dd div {
  display: inline-block;
}


#content #section_top #topright #info dt,
#content #section_top #topright #news dt,
#content #section3 .right .newsbox dt,
#content #sct3 .right .newsbox dt,
#content #section4 .newsbox dt,
#content #section8 .newsbox dt {
  float: left;
  width: 115px;
  clear: both;
  padding-top: 7px;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 400;
}



#section_top #topright #info dd,
#section_top #topright #news dd,
#section3 .right .newsbox dd,
#sct3 .right .newsbox dd,
#section4 .newsbox dd,
#section8 .newsbox dd {
  padding-left: 95px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 7px;
  border-bottom: 1px dotted #999;
  margin: 0;
}


#section_top #topright #news {
  /*width:360px;
float:left;
margin-left:41px;*/
}


#section_inner .picarea_sec1logo,
#section_inner .left {
  width: 21%;
  height: auto;
  float: left;
}

#section_inner .right,
#content #section_inner .right {
  text-align: left;
}

#slide_wrap {
  overflow: hidden;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

#slide {
  height: auto;
  float: left;
  margin: 0 20px 0 0;
  width: 68%;
}

@media only screen and (min-width: 1550px) {
  #slide {
    width: 67%;
  }
}

@media only screen and (min-width: 1750px) {
  #slide {
    width: 66%;
  }
}

.metaslider {
  max-width: 100% !important;
  height: auto;
}

#top_movarea {
  width: 28%;
  height: 100%;
  position: relative;
  padding: 20% 0 0;
  float: right;
}

iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.entry-content iframe {
  position: relative;
  top: auto;
  right: auto;
  width: 420px !important;
  height: 315px !important;
}

iframe #player .html5-video-player .html5-video-controls {
  display: none !important;
}

.cap {
  background: #151617;
  color: #e0e0e2;
  font-size: 10px;
  /*height:16px;*/
  width: 96%;
  display: inline-block;
  margin: 0;
  padding: 5px 0 5px 4%;
  position: absolute;
}

h3.movtitle {
  font-size: 0.9em;
  margin-bottom: 10px;
  background: #FDFCF7;
  border: 1px solid #EFECDB;
  padding: 5px 5px 5px 10px;
  border-radius: 3px;
  font-weight: bold;
}

.movimg {
  display: block;
  float: right;
}

.nivo-caption {
  font-size: 11px;
}


section {
  margin: 0;
  padding: 0px;
}

#section_inner {
  margin: 0 auto;
  width: 70%;
  padding: 50px 0;
  overflow: hidden;
}

#section_inner .right {
  width: 73%;
  float: right;
}




#section1 {
  background: url(images/top/sec1_bg.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.2, #faf4e7), to(#faf4e7));
  background: url(images/top/sec1_bg.png), linear-gradient(to bottom, #fff, #faf4e7 20%, #faf4e7);
  background: url(images/top/sec1_bg.png), -moz-linear-gradient(top, #fff, #faf4e7 20%, #faf4e7);
  background-repeat: repeat-x;
  background-position: top;
  /*background:#faf4e7 url(images/top/sec1_bg.png) repeat-x top;*/
  padding-top: 159px;
  margin-top: -159px;
  clear: both;
  width: 100%;
}

#en {
  background: url(images/top/sec1_bg.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.2, #faf4e7), to(#faf4e7));
  background: url(images/top/sec1_bg.png), linear-gradient(top, #fff, #faf4e7 20%, #faf4e7);
  background-repeat: repeat-x;
  background-position: top;
  clear: both;
  width: 100%;
}

#en .outlinetxt {
  padding: 1em 0 2em;
  width: 100%;
}

.outlinetxt {
  padding: 0;
  width: 100%;
}

ul#outmenu {
  clear: both;
  margin-top: 20px;
  padding-top: 20px;
}

#content #outmenu li {
  margin-bottom: 10px;

}

#outmenu li a {
  display: block;
  padding: 15px 0;
  border-bottom: 5px solid #B03B2F;
  background: #DD4B3B url(images/top/sec5_arrow.png) no-repeat right;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}

#outmenu li a:hover {
  background: #FF473D url(images/top/sec5_arrow.png) no-repeat right;
}


#section2 {
  background: #fff url(images/top/sec2_bg.gif) repeat-x top;
  padding-top: 159px;
  margin-top: -159px;
  clear: both;
  width: 100%;
}

#section2_en {
  background: #fff url(images/top/sec2_bg.gif) repeat-x top;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
}


#sc_searcharea {
  background: #FDFCF7;
  padding: 20px;
  border-top: 1px solid #efecdb;
  border-left: 1px solid #efecdb;
  border-right: 1px solid #efecdb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-bottom: 8px solid #F0EFEA;

}

#sc_searcharea .searchform-controls {
  text-align: center;
}

#sc_searcharea .searchform-controls input {
  background: #2c7eae url(images/top/searchicon_l.png) no-repeat 105px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-style: none;
  border-bottom: 3px solid #1d6995;
  padding: 10px;
  font-family: verdana;
  width: 150px;
  cursor: pointer;
}


#sc_searcharea .searchform-controls input[type="button"] {
  background: #2c7eae url(images/top/reseticon_l.png) no-repeat 105px;
  margin-left: 10px;
}

#sc_searcharea .searchform-controls input[type="button"]:hover {
  background: #5D9EC4 url(images/top/reseticon_l.png) no-repeat 105px;
}

#sc_searcharea .searchform-controls input:hover {
  background: #5D9EC4 url(images/top/searchicon_l.png) no-repeat 105px;
}



#sc_searcharea .searchform-label {
  width: 100%;
  border-left: solid 5px #2C7EAE;
  padding: 0 0 0 10px;
  margin: 15px 0 10px 0;
  line-height: 1;
}

#sc_searcharea .btsc01 {
  display: block;
  padding: 15px;
  border-bottom: 5px solid #4A7D9C;
  background: #5d9ec4 url(images/top/sec5_arrow.png) no-repeat right;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}

#sc_searcharea .btsc02 {
  display: block;
  padding: 15px;
  border-bottom: 5px solid #4A7D9C;
  background: #5d9ec4 url(images/top/sec5_arrow.png) no-repeat right;
  border-radius: 5px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
}

#sc_searcharea a:hover.btsc01,
#sc_searcharea a:hover.btsc02 {
  background: #82bddf url(images/top/sec5_arrow.png) no-repeat right;
}

#section3,
#sct3 {
  background: #faf4e7 url(images/top/sec1_bg.gif) repeat-x top;
  padding-top: 159px;
  margin-top: -159px;
  clear: both;
  width: 100%;
}

#section4 {
  background: #fff url(images/top/sec2_bg.gif) repeat-x top;
  padding-top: 159px;
  margin-top: -159px;
  width: 100%;
  clear: both;
}

#section4 .picarea_sec4logo {
  width: 23%;
  margin: 70px auto 15px auto;
}

#section4 .picarea_sec4logo img {
  margin: 0 auto;
}

.center_box {
  text-align: center;
  font-size: 15px;
}

#section5 {
  background: #faf4e7 url(images/top/sec1_bg.gif) repeat-x top;
  padding-top: 159px;
  margin-top: -159px;
  clear: both;
  width: 100%;
}

#section5 #outmenu {
  margin-top: 50px;
  padding-top: 50px;
}

#section6 {
  padding-top: 179px;
  margin-top: -179px;
  height: 2700px;
}

#section7 {
  padding-top: 179px;
  margin-top: -179px;
  height: auto;
}

#section7 ul {
  margin-top: 10px;
  font-size: 14px;
}

#section7 ul li a {
  font-weight: bold;
}

#section7 ul li {
  margin-bottom: 5px;
}

#section8 {
  padding-top: 179px;
  margin-top: -179px;
  height: auto;
}

html >

/**/
body #section8 {
  padding-top
  /*\**/
  : 0\9;
  margin-top
  /*\**/
  : 0\9;
}

#section8 .newsbox {
  margin-top: 15px;
}

section h1,
section h2,
section h2 {
  margin: 0;
  padding: 0;
}


#content table.illust {
  display: flex;
  justify-content: center;
  list-style-type: none;
  width: 100%;
  border: none;
}

#content table.illust td {
  border: none;
  padding: 0;
}


.newsbox {
  background: #fff;
  /* border-radius */
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;

  /* box-shadow */
  box-shadow: rgba(199, 199, 199, 0.4) 0px 0px 2px 1px;
  -webkit-box-shadow: rgba(199, 199, 199, 0.4) 0px 0px 2px 1px;
  -moz-box-shadow: rgba(199, 199, 199, 0.4) 0px 0px 2px 1px;
  padding: 1em;
  margin: 0 0 20px 0;
  /*width:764px;*/
  border: solid 1px #e1e1e1;
}

.newsbox table {
  margin: 10px 0 15px 0;
  /*width:763px;*/
}

.newsbox td,
.newsbox th {
  margin-bottom: 7px;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 7px;
  padding-top: 7px;
}

.newsbox th {
  width: 100px;
  font-weight: 400;
  vertical-align: top;
}




.checkbox-wrapper {
  float: left;
  padding-right: 2em;

}

/* =指定校検索
-------------------------------------------------------------- */
.searchform-label {
  display: block;
  float: left;
  overflow: hidden;

  font-weight: bold;
  width: 200px;
}

.searchform-input-wrapper {
  display: block;
  float: left;
  text-align: left;
  width: 100%;
}

/* =指定校一覧
-------------------------------------------------------------- */
.sc_title28,
.sc_title27,
.sc_title {
  background: #e7f6fa url(images/common/sc26_bg.png) no-repeat 7px center;
  font-weight: bold;
  padding: 6px 7px 8px 40px;
  margin: 0 0 10px 0;
  border-top: solid 4px #5d9ec4;
  border-bottom: solid 1px #5d9ec4;
  font-size: 14px;
}

.sc_title27 {
  background: #e7f6fa url(images/common/sc27_bg.png) no-repeat 7px center;
}

.sc_title28 {
  background: #e7f6fa url(images/common/sc28_bg.png) no-repeat 7px center;
}

.sc_title28 ul,
.sc_title27 ul,
.sc_title ul {
  margin: 0;
  padding: 0;
  float: right;
  display: inline;
  width: 40%;
  /*width:272px;*/
  background-color: #FAF4E7;
  border: solid 1px #ABDCEA;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5em;
}

.sc_title28 ul li,
.sc_title27 ul li,
.sc_title ul li {
  float: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.sc_title28 ul li.pdflink,
.sc_title27 ul li.pdflink,
.sc_title ul li.pdflink {
  background: url(images/school/sclist_bt01.gif) no-repeat;
  width: 31%;
  height: 100%;
  background-size: contain;
}

.sc_title28 ul li.sclink,
.sc_title27 ul li.sclink,
.sc_title ul li.sclink {
  background: url(images/school/sclist_bt02.gif) no-repeat;
  width: 28%;
  height: 100%;
  background-size: contain;
}

.sc_title28 ul li.sghlink,
.sc_title27 ul li.sghlink,
.sc_title ul li.sghlink {
  background: url(images/school/sclist_bt03.gif) no-repeat;
  width: 40%;
  height: 100%;
  background-size: contain;
}

.sc_title28 ul li a,
.sc_title27 ul li a,
.sc_title ul li a {
  color: #fff;
  display: block;
}

/* k.sato add wp4.7.2対応 */
.sc_title28 p,
.sc_title27 p,
.sc_title p {
  display: inline;
}

#content table.sclist {
  border: solid 1px #ccc;
  width: 100%;
  margin-top: 15px;
}

#content table.sclist td,
#content table.sclist th {
  padding: 5px;
  border: solid 1px #ccc;
}

#content table.sclist th {
  border-top: solid 3px #5D9EC4;
  background: #E7F6FA;
}

#content table.sclist td {
  text-align: center;
  valign: middle;
}

#content table.sclist td.scname {
  text-align: left;
}

#content table.contact {
  border: solid 1px #ccc;
  width: 100%;
  margin: 15px 0;
}

#content table.contact td,
#content table.contact th {
  padding: 5px;
  border: solid 1px #ccc;
  font-weight: 400;
}

#content table.contact th {
  border-left: solid 5px #c4020b;
  background: #FDFCF7;
  vertical-align: middle;
  text-align: center;
}

#content #contact {
  text-align: center;
  margin-bottom: 20px;
}

#content #contact input {
  width: 100px;
  height: 40px;
  background: #DD4B3B url(images/common/contact_arrow.png) no-repeat 70px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-style: none;
  border-bottom: 5px solid #B03B2F;
  cursor: pointer;
}

#content #contact input:hover {
  background: #ff473d url(images/common/contact_arrow.png) no-repeat 70px;
}

#sitemaparea {
  padding: 0 20px;
}

#sitemaparea ul li {
  margin: 0.8em 0 0.8em 0;
  list-style-position: inside;
  border-bottom: dotted 1px #d9ccaf;
  padding-bottom: 0.8em;

}

#sitemaparea ul li a {
  display: block;
  text-decoration: none;
  background: url(images/common/map_arrow01.gif) no-repeat left 3px;
  padding-left: 20px;
  color: #333;
  font-size: 14px;
}

#sitemaparea ul li a.home {
  background: url(images/common/homeicon.png) no-repeat left 3px;
}



#sitemaparea ul li ul {
  margin-left: 20px;
  padding: 0;
}

#sitemaparea ul li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#sitemaparea ul li ul li a {
  border-bottom: none;
  padding-bottom: 0;
  background: url(images/common/sidemenu_arrow01.gif) no-repeat left 3px;
  padding-left: 15px;
  font-size: 12px;
}

#outline {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#outline h4 {
  border-bottom: dotted 1px #ccc;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
}

#outline p {
  padding-left: 2em;
}



.caution {
  color: #E50011;
  font-size: 0.9em;
}

/* =メール登録フォーム
-------------------------------------------------------------- */

.regist_wrap {
  width: 80%;
  margin: 0 auto;
  height: 400px;
  text-align: left;
}

.regist_wrap .txt {
  width: 808px;
  margin: 20px auto 0 auto;
  text-align: center;
}

.regist_wrap #contact {
  text-align: center;
  margin-bottom: 20px;
}

.regist_wrap #contact input {
  width: 100px;
  height: 40px;
  background: #DD4B3B url(images/common/contact_arrow.png) no-repeat 70px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-style: none;
  border-bottom: 5px solid #B03B2F;
  cursor: pointer;
}

.regist_wrap #contact input:hover {
  background: #ff473d url(images/common/contact_arrow.png) no-repeat 70px;
}

table.regist {
  border: solid 1px #ccc;
  width: 808px;
  margin: 0px auto 15px auto;
  border-collapse: collapse;
}

.regist td,
.regist th {
  padding: 5px;
  border: solid 1px #ccc;
  font-weight: 400;
}

.regist th {
  border-left: solid 5px #c4020b;
  background: #FDFCF7;
  vertical-align: middle;
  text-align: center;
}

.regist_title {
  margin: 0 auto 15px auto;
  width: 808px;
}

.regist_title p {
  margin: 15px auto 0 auto;
}


.regist_foot #inner {
  width: 80%;
  margin: 0 auto;
}

.regist_foot #inner #banner_area {
  width: 80%;
  float: left;

}

.regist_foot #inner #banner_area img {
  margin: 0 8px 0 0;
  display: block;
  float: left;
}

.regist_foot #inner #social {
  width: 381px;
  height: 60px;
  float: right;
  margin-top: 40px;
}

/*	英語ぺージ
/*-------------------------------------------*/

.englist {
  background: #FDFCF8;
  width: 100%;
  border-collapse: collapse;
  margin-top: 1em;
}

.englist th,
.englist td {
  border: 1px solid #DAD4C6;
  padding: 7px;
}



.englist th {
  background: #E7F6FA;
  border-top: 5px solid #5D9EC4;
  border-bottom: 1px solid #5D9EC4;
}

.englist th.scname {
  width: 32%;
}

.illust {
  text-align: center;
}

/*	SGHロゴマークについてページ
/*-------------------------------------------*/

#content #prof {
  margin-top: 30px;
}

#content #prof .right {
  width: 70%;
  float: right;
  font-size: 0.9em;
  text-align: left;
}



#content #prof .right h4 {
  border-bottom: solid 2px #E60012;
  margin: 0 0 20px 0;
  font-size: 1.2em;
  font-weight: bold;
}

.picarea_hara img {
  width: 28%;
  height: auto;
}

div.picarea_logol {
  position: relative;
  width: 292px;
  height: 129px;
  margin: 20px auto;
}


.logol_cap {
  text-align: center;
}

div.picarea_logovariation {
  text-align: center;
}


/*	検索結果
/*-------------------------------------------*/
.notf-serch {
  padding: 10px 0;
}

.notf-serch .searchform-label {
  float: left;
}

.notf-serch form#searchform {
  width: 65%;
  margin: 0 auto;
  min-height: 139px;
  padding: 0;
  position: relative;
  background: none;
}

.notf-serch form#searchform input[type="submit"] {
  color: #fff !important;
  background-color: #E60012;
  border: 1px solid #E60012;
  margin-right: .5rem;
  border-radius: 4px;
}

#content .notf-serch form#searchform input#s[type="text"] {
  width: 75%;
  border: 1px solid #E60012;
  border-radius: 2px;
  margin: 0;
}


/*	汎用
/*-------------------------------------------*/

a[href$=".pdf"] {
  background: url(images/common/ico_pdf.png) no-repeat right;
  padding-right: 20px;
}

a[href$=".doc"] {
  background: url(images/common/ico_word.png) no-repeat right;
  padding-right: 20px;
}

.pdflink a {
  background: none;
  padding-right: 0;
}

.pt40 {
  padding-top: 40px;
}

/*	ここからplaincss
/*-------------------------------------------*/


/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
/*	#main
/*		#content
/*			.child_page_block
/*			.childPageBox
/*			.mainFoot
/*			images
/*			.navigation
/*			.paging
/*			.infoList
/*				.infoListBox
/*			#comments
/*			contactform7
/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
/*	post
/*-------------------------------------------*/
/*			#comments
/*-------------------------------------------*/
/*	sitemap & 404 &search
/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/
/*		facebookページ
/*			メニューを折りたたむ
/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
form,
input {
  margin: 0;
  padding: 0;
}

hr {
  display: none;
}

th {
  font-weight: lighter;
}

img {
  border: none;
  vertical-align: bottom;
}

/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/

body {
  color: #666;
  text-align: center;
}

/* Text elements */
body {
  font-size: 87.5%;
  line-height: 130%;
  -webkit-text-size-adjust: 100%;
}

dt {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

input[type="text"],
input[type="email"],
textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 2px;
  font-size: 12px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

a:link {
  overflow: hidden;
  color: #4864b3;
  text-decoration: none;
}

a:hover,
a:active {
  color: #4864b3;
}

a:hover {
  text-decoration: underline;
}

.adminEdit {
  clear: both;
  float: none;
  display: block;
  overflow: hidden;
  padding: 0px 0px 20px;
}

.assistive-text {
  display: none;
}

/*-------------------------------------------*/
/*	Btn
/*-------------------------------------------*/

#searchform input[type=submit],
p.form-submit input[type=submit],
form#searchform input#searchsubmit,
#content form input.wpcf7-submit,
#confirm-button input {
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  position: relative;
  width: auto;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding: 8px 20px 6px;
  text-decoration: none;
}

.header-inner form#searchform input#searchsubmit,
#spheader form#searchform input#searchsubmit {
  font-size: 100%;
  line-height: 110%;
  text-align: center;
  width: auto;
  border: none;
  display: inline-block;
  overflow: inherit;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  margin: .8rem 0 0 .5rem;
  color: #fff;
  background-color: #E60012;
  border: 1px solid #E60012;
  margin-right: .5rem;
  border-radius: 4px;
}

a.btn,
.linkBtn a,
input[type=button],
input[type=submit] {
  display: inline-block;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
  padding: 8px 20px 6px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background-color: #efefef;
}

a.btn:hover,
.linkBtn a:hover {
  background-color: #e5e5e5;
  color: #666;
}

a.btn.btnS,
.linkBtn.linkBtnS a {
  padding: 5px 10px;
  font-size: 85.7%;
}

a.btn.btnL,
.linkBtn.linkBtnL a {
  padding: 10px 30px;
  font-size: 114.3%;
  text-align: center;
}

a.btn.btnAdmin,
.linkBtn.linkBtnAdmin a {
  color: #666666 !important;
  background-color: #e5e5e5;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 0 #fff;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#e5e5e5));
  background: -moz-linear-gradient(#fff, #e5e5e5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#e5e5e5)";
}

#searchform input[type=submit],
p.form-submit input[type=submit] {
  padding: 6px 15px;
}

#searchform label {
  display: none;
}

form#searchform input#searchsubmit {
  padding: 4px 10px;
}

.moreLink {
  margin-bottom: 0px;
  height: auto;
  display: block;
}

.moreLink a {
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  overflow: hidden;
  font-size: 10px;
  line-height: 105%;
  text-decoration: none;
  background: url(images/icon_try1_gray.gif) 5px 50% no-repeat #efefef;
  color: #666;
  padding: 5px 15px 5px 20px;
}

.moreLink a:hover {
  text-decoration: none !important;
  background-color: #e5e5e5;
}

html,
body,
#wrap {
  height: 100%;
  min-height: 100%;
}

/*-------------------------------------------*/
/*	レイアウト
/*-------------------------------------------*/

#header,
#pagetop,
#footMenu,
#footer {
  text-align: center;
  clear: both;
}

.innerBox {
  text-align: left;
  /*width:94%; margin:0px 3%;*/
}

.innerBox img {
  max-width: 100%;
}

#main {
  width: 100%;
  margin: 0px auto;
}

#main #container {
  overflow: visible;
}

#main #container #content {
  margin: 0 0px 0px 0px;
  padding-bottom: 0;
}

#main #container #sideTower {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  width: 100%;
}

#header #headContact {
  width: 50%;
}

#main #container #content.wide {
  width: 99%;
  float: none;
  padding-bottom: 30px;
  overflow: visible;
}

/*-------------------------------------------*/
/*	#headerTop
/*-------------------------------------------*/
#headerTop {
  color: #666;
  overflow: hidden;
  width: 100%;
  padding: 2px 0px;
  clear: both;
  font-size: 85.7%;
  display: none;
}

#headerTop #site-description {
  font-size: 10px;
  line-height: 120%;
  color: #999;
}

/*-------------------------------------------*/
/*	#header
/*-------------------------------------------*/
#header {
  display: block;
  overflow: hidden;
}

#header {
  padding-top: 15px;
  text-align: left;
}

#header #site-title {
  font-size: 24px;
  line-height: 45px;
  margin: 0px;
  padding-bottom: 10px;
  position: relative;
  font-weight: lighter;
}

#header #site-title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#header #site-title a img {
  max-height: 60px;
  margin-top: 3px;
}

#header #headContact {
  font-size: 100%;
  line-height: 110%;
  margin: 0px 0px 10px;
  white-space: nowrap;
  text-align: left;
}

#header #headContactInner {}

#header #headContact #headContactTxt,
#header #headContact #headContactTime {
  font-size: 10px;
}

#header #headContact #headContactTxt {
  letter-spacing: 0px;
  margin-bottom: 1px;
}

#header #headContact #headContactTel {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 2px;
  font-family: 'Lato', sans-serif;
}

#header #headContact #headContactTime {
  font-size: 12px;
  line-height: 15px;
}

/*-------------------------------------------*/
/*	#gMenu
/*-------------------------------------------*/
#gMenu {
  display: none;
}


/*-------------------------------------------*/
/*	#panList
/*-------------------------------------------*/
#panList {
  clear: both;
  font-size: 10px;
  color: #999;
  padding: 0px;
  display: block;
  overflow: hidden;
  width: 100%;
}

#panList #panListInner {
  display: block;
  overflow: hidden;
  text-align: left;
  padding: 0px;
  line-height: 24px;
  border-bottom: 1px solid #fff;
}

.home #panList {
  display: none;
}

#panList ul {
  display: inline-block;
}

#panList ul li {
  display: inline-block;
  padding-right: 5px;
}

/*-------------------------------------------*/
/*	#pageTitBnr
/*-------------------------------------------*/
#pageTitBnr {
  margin: 0px;
  clear: both;
}

#pageTitBnr #pageTitInner {
  display: block;
  overflow: hidden;
}

#pageTitBnr #pageTitInner #pageTit {
  font-size: 22px;
  display: inline;
  float: left;
  margin: 20px 0 18px;
  width: 100%;
  line-height: 115%;
  font-weight: lighter;
}

#pageTitBnr #pageTitInner #titleTxtSub {
  text-align: left;
  color: #999;
  font-family: 'Comfortaa', cursive;
  font-size: 14px;
  letter-spacing: 3px;
  float: left;
  margin-top: 25px;
  line-height: 105%;
}

/*-------------------------------------------*/
/*	#main
/*-------------------------------------------*/
#main {
  display: block;
  overflow: visible;
  clear: both;
}

#main {
  zoom: 1;
}

/* facebookコメント欄が消えるのでhiddenではなくclearfix */
#main:before,
#main:after {
  content: "";
  display: table;
}

#main:after {
  clear: both;
}

#main #container {
  padding-top: 20px;
}

/*		#content
/*-------------------------------------------*/

#main #container #content-inner {
  width: 70%;
  margin: 0 auto;
}

#main #container #content-innerR {
  padding-bottom: 25px;
  width: 70%;
  float: right;
}

#content {
  margin-bottom: 36px;
  text-align: left;
  display: block;
  overflow: visible;
}

#content hr {
  clear: both;
  display: block;
  margin: 1em 0;
}

#content .post {
  padding-bottom: 25px;
  width: 100%;
}

#content .alert {
  color: #f00;
}

#content .caption {
  font-size: 11px;
  line-height: 110%;
}

#content .center {
  text-align: center;
}

#content .right {
  text-align: right;
}

#content .right .searchform-params {
  text-align: left;
}

#content .nowrap {
  white-space: nowrap;
}

#content .sectionBox {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

#content .entry-meta {
  margin-bottom: 15px;
  font-size: 11px;
  color: #666;
}

#content .leadTxt {
  color: #333;
}

#content h1 {
  /*font-size:2em;*/
  margin-bottom: 2em;
}

#content h2,
#content h1.contentTitle,
#content h1.entryPostTitle {
  clear: both;
  /*font-size:128.6%; padding:13px 0px 8px;border-bottom:1px solid #ccc; border-top:2px solid #000; line-height:114.3%;*/
  font-weight: bold;
  color: #333;
  position: relative;
}

#main #container #content-innerR h1 img,
#main #container #content-innerR h2 img,
#main #container #content-innerR h3 img {
  width: 100%;
}

.archive #main #container #content-innerR h1 img,
.archive #main #container #content-innerR h2 img,
.archive #main #container #content-innerR h3 img {
  width: auto;
}

#content #content-inner h1.contentTitle {
  width: 70%;
  margin: 0;
}

#content #section_inner h2,
#section_inner h2 {
  clear: both;
  font-size: 100%;
  padding: 0;
  font-weight: bold;
  color: #333;
  position: relative;
  line-height: 114.3%;
  border: none;
  background: none;
  box-shadow: none;
  text-align: center;
}

#content h1.entryPostTitle {
  margin: 0px 0px 5px;
}

#content h1,
#content h2:first-child {
  margin: 0px 0px 25px;
}

#content h2 {
  margin: 30px 0px 25px;
}

#content h2 a {
  text-decoration: none;
}

#content h2.imageTit {
  margin: 0px 0px 30px;
  border: none;
  padding: 0px;
  background: none;
}

#content h3 {
  clear: both;
  margin: 30px 0px 10px;
  /*font-size:18px; padding:2px 0px 0px 15px; border-left:3px solid #666;color:#333; text-align:center; */
}

#content h3.sy_27:before {
  content: '';
  display: inline-block;
  background-image: url(http://www.sghc.jp/wp/wp-content/themes/bizvektor-sgh/images/common/sc27_bg.png);
  width: 27px;
  height: 19px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 10px;
}

#content h3.sy_28:before {
  content: '';
  display: inline-block;
  background-image: url(http://www.sghc.jp/wp/wp-content/themes/bizvektor-sgh/images/common/sc28_bg.png);
  width: 27px;
  height: 19px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 10px;
}

#content h3.sy_26:before {
  content: '';
  display: inline-block;
  background-image: url(http://www.sghc.jp/wp/wp-content/themes/bizvektor-sgh/images/common/sc26_bg.png);
  width: 27px;
  height: 19px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 10px;
}

#content #section_inner h3,
#section_inner h3 {
  border-left: none;
  text-align: center;
}

#content h4 {
  clear: both;
  font-size: 16px;
  margin: 30px 0px 10px;
  padding: 0px 0px 2px;
  border-bottom: 1px dotted #ccc;
}

#content #primary h4 {
  clear: both;
  font-size: 16px;
  margin: 0;
  padding: 0px;
  border-bottom: none;
}

#content h5 {
  clear: both;
  font-size: 16px;
  margin: 30px 0px 10px;
  padding: 0;
}

#content h6 {
  clear: both;
  font-size: 14px;
  margin: 30px 0px 8px;
  padding: 0;
}

#content p {
  margin-bottom: 20px;
  padding: 0px 5px;
}

#content blockquote,
#content .sectionFrame {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 25px 25px 5px;
  margin-bottom: 20px;
  clear: both;
}

#content blockquote h2:first-child,
#content blockquote h3:first-child,
#content blockquote h4:first-child,
#content blockquote h5:first-child,
#content blockquote h6:first-child,
#content .sectionFrame h2:first-child,
#content .sectionFrame h3:first-child,
#content .sectionFrame h4:first-child,
#content .sectionFrame h5:first-child,
#content .sectionFrame h6:first-child {
  margin-top: 0;
}

#content strong {
  font-weight: bold;
}

#content address {
  margin-bottom: 20px;
}

#content ul {
  margin: 0 auto;
}

#content li {
  margin-bottom: 0;
}

#content ul li {
  list-style: none;
  padding: 0px;
}

#content ul ul {
  margin-top: 10px;
}

#content ul ul li {
  list-style: circle;
}

#content ol {
  margin: 0px 0px 20px 40px;
}

#content ol li {
  list-style: decimal;
  padding: 0px;
}

#content table {
  border-top: 1px solid #ccc;
  margin: 10px -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 85.7%;
  line-height: 141.7%;
}

#content table thead th {
  font-weight: bold;
}

#content th,
#content thead th {
  padding: 9px 24px;
  background-color: #f5f5f5;
  white-space: nowrap;
}

#content tfoot th,
#content tfoot td {
  font-weight: bold;
}

#content table th,
#content table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  vertical-align: top;
}

#content table.mobile-block th,
#content table.mobile-block td {
  border-top: none;
  display: block;
}

#content table ul {
  margin-bottom: 0px;
  margin-left: 15px;
}

#content table ul li {
  margin: 2px 0px;
}

#content table.mobile-block th,
#content table.mobile-block td {
  border-top: none;
  display: block;
}

#content dt {
  color: #000;
  padding-bottom: 3px;
  margin-bottom: 10px;
  margin-bottom: 0;
  color: #c00;
}

#content dd {
  margin: 0px 0px 30px;
  padding: 0px;
}

#content ul.list_btn {
margin-top: 15px;

}

.list_btn li {
  list-style: none;
  border: solid 1px #ddd;
  border-radius: 50px;
  padding: 6px 16px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  background: #fff;
}

.list_btn a {
  display: contents;
}

li.web:before {
  content: '';
  display: inline-block;
  background-image: url(/wp/wp-content/themes/bizvektor-sgh/images/common/web.png);
  width: 20px;
  height: 19px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 5px;
}
li.file:before {
  content: '';
  display: inline-block;
  background-image: url(/wp/wp-content/themes/bizvektor-sgh/images/common/file.png);
  width: 20px;
  height: 19px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 5px;
}
/*#content iframe	{ border:1px solid #ccc; }


/*			.child_page_block
/*-------------------------------------------*/
#content .child_page_block {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  width: 100%;
}

#content .child_page_block .child_page_blockInner {
  display: block;
  overflow: hidden;
  padding: 15px 0px;
}

#content .child_page_block.layout_even {
  float: right;
}

#content .child_page_block h4 {
  border: none;
  padding: 0px 0px 2px;
  margin: 0px;
  border-bottom: 1ps solid #ccc;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0);
}

#content .child_page_block h4 a {
  text-decoration: none;
  color: #4d4d4d;
}

#content .child_page_block h4 a:hover {
  text-decoration: underline;
}

#content .child_page_block .childText {
  display: block;
  overflow: hidden;
}

#content .child_page_block p {
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 133%;
  padding: 0px;
}

#content .child_page_block p a {
  text-decoration: none;
  color: #666;
}

#content .child_page_block p a:hover {
  text-decoration: underline;
  color: #4864b3;
}

#content .child_page_block .thumbImage {
  float: left;
  display: block;
  border: 1px solid #ccc;
  margin-right: 13px;
}

#content .child_page_block .thumbImage .thumbImageInner {
  display: block;
  overflow: hidden;
  width: 80px;
  border: 1px solid #fff;
}

#content .child_page_block .thumbImage .thumbImageInner img {
  width: 80px;
  height: 80px !important
    /* ie8 */
  ;
}

/*			.childPageBox
/*-------------------------------------------*/
#content .childPageBox {
  display: none;
}

#content .childPageBox .textBox {
  overflow: hidden;
  border: 1px solid #ff0000;
}

/*			.mainFoot
/*-------------------------------------------*/
#content .mainFoot {
  display: block;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 30px;
}

#content .mainFoot .mainFootInner {}

#content .mainFootContact {
  display: block;
  overflow: hidden;
  text-align: center;
}

#content .mainFootContact p.mainFootTxt {
  font-size: 10px;
  letter-spacing: 0px;
  margin-bottom: 5px;
}

#content .mainFootContact p.mainFootTxt span {
  display: block;
}

#content .mainFootContact p.mainFootTxt span.mainFootCatch {
  line-height: 120%;
}

#content .mainFootContact p.mainFootTxt span.mainFootTel {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 2px;
  line-height: 100%;
}

#content .mainFootContact p.mainFootTxt span.mainFootTime {
  line-height: 120%;
}

#content .mainFootContact .mainFootBt a {
  display: block;
  overflow: hidden;
  background-color: #999;
  max-width: 350px;
  margin: 0px auto;
}

#content .mainFootContact .mainFootBt a img {
  max-width: 100%;
}

/*			images
/*-------------------------------------------*/
#content img,
#section_inner img {
  margin: 0;
  max-width: 100% !important;
  height: auto !important;
}

#content .attachment img {
  max-width: 900px;
}

#content .alignleft,
#content img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

#content .alignright,
#content img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
  margin-bottom: 12px;
}

#content .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 0 0 5px;
  text-align: center;
  border: 1px solid #e5e5e5;
  max-width: 100% !important;
}

#content .wp-caption img {
  margin: 5px 0 2px;
  max-width: 95% !important;
  height: auto !important;
}

#content .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

#content .wp-smiley {
  margin: 0;
}

#content .gallery {
  margin: 0 auto 18px;
}

#content .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

#content .gallery img {
  border: 2px solid #cfcfcf;
}

#content .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

#content .gallery dl {
  margin: 0;
}

#content .gallery img {
  border: 10px solid #f1f1f1;
}

#content .gallery br + br {
  display: none;
}

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

/*			.navigation
/*-------------------------------------------*/
.navigation {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding: 10px 0px 15px;
  clear: both;
}

.navigation a:link,
.navigation a:visited {
  color: #888;
  text-decoration: none;
}

.navigation a:active,
.navigation a:hover {
  color: #4864b3;
}

.nav-previous {
  float: left;
  width: 50%;
}

.nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#nav-above {
  margin: 0 0 18px 0;
}

#nav-above {
  display: none;
}

.paged #nav-above,
.single #nav-above {
  display: block;
}

/*			.paging
/*-------------------------------------------*/
.paging {
  display: block;
  overflow: hidden;
  padding: 20px 0px 20px;
  text-align: center;
}

.paging span,
.paging a {
  margin: 0 1px;
  padding: 6px 10px;
  color: #999;
  border: 1px solid #999;
  text-decoration: none;
  border-radius: 3px;
}

.paging span.current,
.paging a:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}

.paging span.txt_hellip {
  border: none;
  margin: 0;
  padding: 6px 0px;
}

/*			.infoList
-------------------------------------------------------------- */
#content .infoList {
  padding-bottom: 20px;
  width: 100%;
}

#content .infoList .post {
  padding-bottom: 0;
  width: 100%;
  float: none;
}

#content .infoList ul {
  margin: 10px 0px 5px;
  list-style: none;
}

#content .infoList ul li {
  border-bottom: 1px solid #ccc;
  padding: 6px 0px;
  list-style: none;
  margin-bottom: 0px;
}

#content .infoList ul li a {}

#content .infoList ul li a:hover {
  color: #f00;
}

#content .infoList .infoDate {
  margin-right: 8px;
  color: #c00;
}

#content .infoList .infoCate a {
  color: #666;
  margin-right: 4px;
  background-color: #e5e5e5;
  color: #666;
  font-size: 11px;
  padding: 2px 7px 1px;
  line-height: 14px;
  text-decoration: none;
  position: relative;
}

#content .infoList .infoCate a:hover {
  background-color: #000;
  color: #f5f5f5;
  text-decoration: none;
}

#content .infoList ul li .infoTxt {
  display: block;
  overflow: hidden;
  clear: both;
}

#content .infoList ul li .infoTxt a {
  text-decoration: none;
  background: url(images/icon_arrow2_red.gif) left 7px no-repeat;
  padding-left: 10px;
  color: #666;
  display: block;
  overflow: hidden;
}

#content .infoList ul li .infoTxt a:hover {
  color: #4864b3;
  text-decoration: underline;
}

/*				.infoListBox
/*-------------------------------------------*/
#content .infoList .infoListBox {
  display: block;
  overflow: hidden;
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

#content .infoList .infoListBox div.entryTxtBox {
  margin: 0px;
  display: block;
  overflow: hidden;
}

#content .infoList .infoListBox div.entryTxtBox.haveThumbnail {
  float: left;
}

#content .infoList .infoListBox div.entryTxtBox p {
  margin-bottom: 3px;
  padding: 0px;
  line-height: 150%;
}

#content .infoList .infoListBox div.entryTxtBox p.entryMeta {
  margin-bottom: 4px;
}

#content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoDate,
#content .infoList .infoListBox div.entryTxtBox p.entryMeta .infoCate {
  color: #666;
}

#content .infoList .infoListBox div.entryTxtBox h4.entryTitle {
  margin: 0px 0px 5px;
  padding: 0px 0px 2px;
  display: block;
  line-height: 120%;
  font-size: 114.3%;
}

#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a {
  text-decoration: none;
}

#content .infoList .infoListBox div.entryTxtBox h4.entryTitle a:hover {
  text-decoration: underline;
}

#content .infoList .infoListBox div.entryTxtBox p.moreLink {
  margin: 0px;
  padding: 0px;
}

#content .infoList .infoListBox div.thumbImage {
  display: block;
  overflow: hidden;
  float: right;
  text-align: right;
}

#content .infoList .infoListBox div.thumbImage div.thumbImageInner {
  display: block;
  overflow: hidden;
  margin: 1px;
}

#content .infoList .infoListBox div.thumbImage div.thumbImageInner img {
  width: 98px;
  height: auto;
  border: 1px solid #ccc;
}


/*			form
/*-------------------------------------------*/
#content form table {
  margin-top: 25px;
}

#content form input[type=text],
#content form input[type=email],
#content form textarea {
  position: relative;
  overflow: hidden;
  margin: 5px 5px 5px 0px;
  width: 90%;
}

#content form input[type=radio] {
  width: auto;
}

#content form input[type=checkbox] {
  width: auto;
}

/*-------------------------------------------*/
/*	#sideTower
/*-------------------------------------------*/
#sideTower {
  clear: both;
}

.sideTower .localSection {
  margin-bottom: 50px;
}

.sideTower .localHead {
  font-size: 14px;
  border-top: 2px solid #666;
  border-bottom: 1px solid #ccc;
  padding: 13px 10px 10px;
  font-weight: bold;
  position: relative;
}

.sideTower .localHead a {
  text-decoration: none;
  color: #666;
}

.sideTower .localHead a:hover {
  text-decoration: underline;
}

.sideTower .sideWidget {
  margin: 0px;
}

.sideTower .sideWidget li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  line-height: 121.4%;
}

.sideTower .sideWidget li a {
  display: block;
  padding: 13px 10px 11px 28px;
  text-decoration: none;
  color: #666;
  background: url(images/icon_arrow1_gray.gif) 10px 50% no-repeat;
}

.sideTower .sideWidget li a:hover,
.sideTower .sideWidget li.current_page_item a,
.sideTower .sideWidget li.current-cat a {
  background-color: #efefef;
}

.sideTower .sideWidget li ul {
  display: block;
  margin: 0px;
}

.sideTower .sideWidget li ul li {
  display: block;
  border-bottom: none;
  border-top: 1px solid #ccc;
}

.sideTower .sideWidget li ul li a {
  padding: 11px 10px 9px 28px;
  background: url(images/icon_arrow2_gray.gif) 12px 14px no-repeat;
}

/* 親ページのアクティブだと背景色が子ページにも適応される為 */
.sideTower .sideWidget li ul li a,
.sideTower .sideWidget li.current-cat ul li a,
.sideTower .sideWidget li.current_page_item ul li a {
  background-color: inherit;
}

.sideTower .sideWidget li ul li a:hover,
.sideTower .sideWidget li.current-cat ul li a:hover,
.sideTower .sideWidget li.current_page_item ul li a:hover {
  background-color: #efefef;
}

.sideTower .sideWidget li ul li.current-cat a,
.sideTower .sideWidget li ul li.current_page_item a,
.sideTower .sideWidget li ul li a:hover {
  background-image: #efefef;
}

/* 曾孫 */
.sideTower .sideWidget li ul li ul li a {
  padding-left: 33px;
}

.sideTower .sideWidget li ul li ul li a,
.sideTower .sideWidget li ul li.current-cat ul li a,
#sideTower .sideWidget li ul li.current_page_item ul li a {
  background-position: 17px 14px;
}

.sideTower li ul {
  margin-left: 15px;
}

.sideTower li.sideBnr {
  margin-bottom: 10px;
}

.sideTower li.sideBnr#sideContact a {
  display: block;
  overflow: hidden;
  width: auto;
  background-color: #999;
  width: 220px;
  margin: 0px auto;
  text-align: center;
}

.sideTower ul#snsBnr {
  border-top: 1px solid #ccc;
  margin-bottom: 20px;
  text-align: center
}

.sideTower ul#snsBnr li {
  border-bottom: 1px solid #ccc;
}

.sideTower .sideWidget {
  margin-bottom: 20px;
}

.sideTower .sideWidget .textwidget {
  padding-top: 10px;
}

.sideTower .sideWidget h4 {
  clear: both;
  font-size: 14px;
  margin: 0px 0px 15px;
  padding: 4px 0px 2px 12px;
  border-left-style: solid;
  border-left-width: 3px;
  background-color: #f5f5f5;
}

.sideTower .sideWidget ul#recentcomments li {
  padding: 13px 10px 11px 30px;
  background: url(images/icon_arrow1_gray.gif) 10px 50% no-repeat;
}

.sideTower .sideWidget ul#recentcomments li a {
  padding: 0;
  background: none;
}

.sideTower .sideWidget select {
  margin: 10px 0;
  padding: 5px;
  width: 100%;
  border: 1px solid #ccc;
}

.sideTower .sideWidget select option {
  padding: 2px 5px;
}

.sideTower .ttBoxSection {
  padding: 0;
}

.sideTower .ttBoxSection .ttBox {
  padding: 13px 0px 11px;
  border-bottom: 1px solid #ccc;
  font-size: 85.7%;
  line-height: 135.7%;
}

.sideTower .ttBoxSection .ttBox a {
  color: #666;
}

.sideTower .ttBoxSection .ttBox .ttBoxThumb {
  width: 64px;
}

.sideTower .ttBoxSection .ttBox .ttBoxThumb img {
  border: 1px solid #ccc;
}

form#searchform {
  padding: 5px 0px 5px 7px;
  background-color: #e5e5e5;
  display: block;
  overflow: hidden;
  position: relative;
}

form#searchform input#s {
  margin: 1em 0px 0px 1em;
  padding: 5px;
  width: 10em;
  float: left;
}

form#searchform input#searchsubmit {
  margin: 0px 10px 0px 0px;
  float: right;
  background: -webkit-gradient(linear, left top, left bottom, from(#E60012), to(#E60012));
  width: 15%;
  border-radius: 5px;
}

.header-inner form#searchform {
  padding: 0;
  background: none;
  display: block;
  overflow: inherit;
  position: relative;
  float: left;
}

#spheader form#searchform {
  background: none;
}

.header-inner .header-button a {
  padding-top: 1.9%;
  float: right;
}

/*-------------------------------------------*/
/*	#pagetop
/*-------------------------------------------*/
#footerSection #pagetop {
  display: none;
}

#pagetop {
  display: block;
  overflow: hidden;
  clear: both;
  z-index: 5;
}

#pagetop a {
  float: right;
  display: block;
  position: relative;
  padding: 5px 15px 13px;
  font-size: 11px;
  text-decoration: none;
  margin-bottom: 0px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
}

#pagetop a:hover {}

/*-------------------------------------------*/
/*	#footMenu
/*-------------------------------------------*/
#footMenu {
  padding: 10px 0px;
  display: block;
  overflow: hidden;
  width: 100%;
  z-index: 10;
  position: relative;
}

#footMenu .innerBox {
  border-bottom: 1px solid #ccc;
  padding: 15px 0px;
}

#footMenu .menu {
  margin: 0px;
  padding: 0px;
  border-left: 1px solid #666;
  display: block;
  overflow: hidden;
}

#footMenu .menu li {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
  float: left;
  line-height: 100%;
  font-size: 12px;
}

#footMenu .menu li a {
  padding: 0px 15px 0px;
  line-height: 1em;
  text-decoration: none;
  border-right: 1px solid #666;
}

#footMenu .menu li a:hover {
  text-decoration: underline;
}

/*-------------------------------------------*/
/*	#footer
/*-------------------------------------------*/
#footer {
  margin: 0px;
  padding: 20px 0px 20px;
  display: block;
  overflow: hidden;
}

#footer {
  text-align: left;
}

#footer dl#footerOutline {
  margin: 0px;
  line-height: 150%;
  width: 300px;
}

#footer dl#footerOutline dt {
  margin-bottom: 8px;
  line-height: 150%;
}

#footer dl#footerOutline dt img {
  margin-bottom: 5px;
  max-width: 260px;
}

#footer dl#footerOutline dd {
  font-size: 85.7%;
  line-height: 150%;
}

/*		#footerSiteMap
/*-------------------------------------------*/
#footerSiteMap {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 15px;
}

#footerSiteMap .menu {
  font-size: 87.5%;
  vertical-align: text-top;
}

#footerSiteMap .menu a {
  color: #999;
  text-decoration: none;
}

#footerSiteMap .menu a:hover {
  color: #f00;
}

#footerSiteMap .menu li {
  display: block;
  vertical-align: text-top;
  line-height: 116.7%;
  margin-bottom: 6px;
}

#footerSiteMap .menu li a {
  background: url(images/icon_arrow1_gray.gif) left 50% no-repeat;
  padding: 8px 15px 8px 18px;
  overflow: hidden;
  display: block;
}

#footerSiteMap .menu li a:hover {
  background-image: url(images/icon_arrow1_red.gif);
}

#footerSiteMap .menu li ul {
  margin-top: 6px;
}

#footerSiteMap .menu li li {
  display: block;
}

#footerSiteMap .menu li li a {
  background: url(images/icon_arrow2_gray.gif) 2px 50% no-repeat;
  padding: 8px 18px;
}

#footerSiteMap .menu li li a:hover {
  background-image: url(images/icon_arrow2_red.gif);
}

#footerSiteMap .menu li ul ul {
  padding-left: 5px;
}

/*-------------------------------------------*/
/*	#siteBottom
/*-------------------------------------------*/
#siteBottom {
  clear: both;
  padding: 15px 0px 40px;
  font-size: 88%;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
}

#siteBottomInner {
  text-align: center;
}

#siteBottom a {
  color: #666;
  text-decoration: none;
}

#siteBottom #copy {
  text-align: center;
}

#siteBottom #powerd,
#siteBottom #powerd a {
  color: #ccc;
}

/*-------------------------------------------*/
/*	▼各テンプレートごとの設定
/*-------------------------------------------*/

/*-------------------------------------------*/
/*	top
/*-------------------------------------------*/
.home #gMenu {
  /*border-bottom:1px solid #ccc;*/
}

.home #main {
  padding-top: 162px;
  repeat-x left 138px;
}

#topMainBnr {
  position: relative;
  display: block;
  overflow: visible;
  padding: 10px 0;
}

#topMainBnrFrame {
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
  width: 96%;
}

#topMainBnrFrame #topManiBnrInnerFrame {
  overflow: hidden;
}

#topMainBnrFrame img {
  width: 100%;
  position: relative;
}

#topMainBnrFrame ul.slides li {
  overflow: hidden;
  /*display:block; */
}

.home #content {
  padding-bottom: 0;
}

#topFreeArea {
  margin-bottom: 35px;
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  -moz-box-shadow: 0 2px 1px #efefef;
  -webkit-box-shadow: 0 2px 1px #efefef;
  box-shadow: 0 2px 1px #efefef;
}

#topPr .topPrOuter {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#topPr h3 {
  margin: 0px 0px 9px;
  line-height: 120%;
  font-size: 16px;
  padding-left: 10px;
}

/* a をブロック指定しないと高さが揃わない */
#topPr h3 a {
  text-decoration: none;
  color: #333;
  display: block;
  overflow: hidden;
}

#topPr p a {
  text-decoration: none;
  line-height: 16px;
  color: #666;
}

#topPr a:hover {
  text-decoration: underline;
}

#topPr p.topPrDescription {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 120%;
  padding: 0px;
}

#topPr .prImage {
  float: left;
  width: 70px;
  margin-right: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

#topPr .prImage img.imageWide {
  display: none;
}

#topPr .prImage img.imageSmall {
  display: block;
}

#topPr .topPrTxtBox {
  display: block;
  overflow: hidden;
}

#content .infoList {
  position: relative;
}

#content #topInfo h2,
#content #topBlog h2 {
  margin-bottom: 0px;
}

#content #topInfo,
#content #topBlog {
  margin-bottom: 10px;
}

#content #topBlog.infoList ul li .infoDate {
  display: block;
  float: left;
}

#content #topBlog.infoList ul li .infoTxt {
  clear: none;
}

#content .infoList .rssBtn {
  text-align: right;
  position: relative;
  margin-top: -34px;
  margin-bottom: 15px;
}

#content .infoList .rssBtn a {
  background-color: #e5e5e5;
  color: #000;
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 10px;
  position: relative;
}

#topContentsBottom {
  margin-bottom: 20px;
}


/*-------------------------------------------*/
/*	post
/*-------------------------------------------*/
#content .entry-content {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  width: 100%;
}

#content .post .entry-content,
#content .hentry .entry-content {
  width: 100%;
}

#content .entry-content.post-content h1.entryPostTitle {
  margin-bottom: 0px;
}

#content .entry-utility {
  clear: both;
  margin-top: 15px;
}

#content .entry-utility dl.tag-links,
  {
  display: inline;
}

#content .entry-utility dl.tag-links dt,
#content .entry-utility dl.tag-links dd {
  display: inline;
  font-size: 85.7%;
  line-height: 120%;
}

#content .entry-utility dl.tag-links dt {
  display: inline-block;
  border: 1px solid #e5e5e5;
  font-weight: lighter;
  margin-right: 10px;
  padding: 0px 10px;
  background-color: #e5e5e5;
  color: #999;
}


/*			#comments
/*-------------------------------------------*/
#comments {
  clear: both;
}

#comments ol.commentlist {
  margin: 0px 0px 15px 0px;
}

#comments ol.commentlist li {
  list-style: none;
}

#comments li.comment .commentBox {
  border: 4px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 10px;
}

#comments li.comment .comment-author img {
  float: left;
  border: 2px solid #ccc;
  margin-right: 10px;
}

#comments li.comment .comment-author cite.fn {
  font-style: normal;
  line-height: 120%;
}

#comments li.comment .comment-meta.commentmetadata {
  font-size: 85.7%;
  line-height: 120%;
}

#comments li.comment .comment-body {
  margin-left: 50px;
  margin-top: 10px;
}

#comments li.comment .comment-body p {
  margin-bottom: 10px;
}

#comments li.comment .reply {}

#comments #respond .required {
  color: #e50000;
}

#content #commentform p {
  margin-bottom: 5px;
}

#content #commentform input,
#content #commentform textarea {
  display: block;
  width: 95%;
  padding: 4px;
}

#content #commentform p.form-allowed-tags {
  font-size: 10px;
  line-height: 120%;
  color: #666;
  width: 95%;
  margin-bottom: 10px;
}

#content #commentform p.form-submit input {
  width: auto;
  padding: 10px 20px;
}

#content ol.commentlist li.post.pingback {
  padding-bottom: 0;
}

/*-------------------------------------------*/
/*	sitemap & 404 &search
/*-------------------------------------------*/
#content.wide {
  display: block;
  overflow: hidden;
}

#content #sitemapPostList {
  margin-top: 20px;
}

#content #sitemapPostList h5 {
  margin: 0px;
  padding: 0px;
  font-weight: lighter;
  font-size: 14px;
}

#content ul.linkList {
  margin: 0px;
  padding: 0px;
  font-size: 85.7%;
}

#content ul.linkList li {
  list-style: none;
  margin-bottom: 0px;
}

#content ul.linkList li a {
  background: url(images/icon_arrow1_gray.gif) left 8px no-repeat;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
  color: #666;
}

#content ul.linkList li a:hover {
  background-image: url(images/icon_arrow1_red.gif);
  text-decoration: underline;
  color: #4864b3;
}

#content ul.linkList li li a {
  background: url(images/icon_arrow2_gray.gif) left 10px no-repeat;
}

#content ul.linkList li li a:hover {
  background-image: url(images/icon_arrow2_red.gif);
}

#content ul.linkList li li li a {
  background: url(images/icon_try2_gray.gif) left 10px no-repeat;
}

#content ul.linkList li li li a:hover {
  background-image: url(images/icon_try2_red.gif);
}

#content ul.linkList ul {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 10px;
}

#content .error404 {
  text-align: center;
  padding-bottom: 30px;
}

#sitemapOuter {
  border: 4px solid #e5e5e5;
  padding: 20px;
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

#content form#searchform label {
  display: none;
}

#content form#searchform input#s {
  width: 70%;
}

#likeBox {
  border: 1px solid #00ff00;
  width: 100% !important;
}

.fbConnectWidgetTopmost {
  border: 1px solid #00ff00;
  width: 100% !important;
}


/* =sidebar
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/



#primary #menu {
  background: #d9000a;
  margin: 0 0 20px 0;
  /*width:100%;*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 14px;
  border-bottom: 8px solid #B70008;
}

#primary #menu ul li {
  border-bottom: dotted 1px #d9000a;
  background: #faf4e7;
}

#primary #menu ul li:last-child {
  border-bottom: none;
}

#primary #menu ul li a {
  color: #333;
  display: block;
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  background: url(images/common/sidemenu_arrow01.gif) no-repeat 10px 13px;
}

#primary #menu ul li a:hover {
  color: #fff;
  background: #d9000a url(images/common/sidemenu_arrow02.gif) no-repeat 10px 13px;
}

/*-------------------------------------------*/
/*	ie8
/*-------------------------------------------*/
.sp,
#top_sp_main {
  display: none\9;
}

#section2 {
  background: none\9;
}

.nivo-caption {
  filter: alpha(opacity=100) !important;
}

span.caution {
  color: #333\9;
}

.header-inner form#searchform input#searchsubmit,
#spheader form#searchform input#searchsubmit {
  margin: 10px 0 0 10px\9;
}

#section_top #topright #info > a,
#section_top #topright #news > a,
#section3 .newsbox > a,
#sct3 .newsbox > a,
#section4 .newsbox > a,
#section8 .newsbox > a {
  padding: 0 0 0 20px\9;
}


/*-------------------------------------------*/
/*	Responsive Structure
/*-------------------------------------------*/
/*-------------------------------------------*/
/*	680以下
/*-------------------------------------------*/


@media only screen and (max-width: 680px) {

  .pc {
    display: none;
  }

  .sp {
    background-color: #FAF4E7;
  }

  body #wrap {
    border-top: solid 10px #FF342C;
  }

  #gMenu {
    clear: both;
    display: block;
    overflow: visible;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    float: left;
  }

  #gMenu.itemClose .menu {
    display: none;
  }

  #gMenu.itemOpen .menu {
    display: block;
  }

  #gMenu .assistive-text {
    display: block;
    overflow: hidden;
    position: relative;
    left: 0px;
    font-weight: lighter;
    text-align: left;
    cursor: pointer;
    background-color: #FF342C;
    background-color: #FF342C;
    border-top: 1px;
    color: #fff;
  }

  #gMenu .assistive-text span {
    display: block;
    overflow: hidden;
    padding: 8px 0px;
    width: 96%;
    margin: 0px 3%;
  }

  #gMenu .screen-reader-text {
    position: absolute;
    left: -9000px;
  }

  #gMenu #gMenuInner {
    overflow: visible;
    display: block;
    position: relative;
    padding: 0px;
  }

  #gMenu #gMenuInner.innerBox {
    margin: 0px;
    width: 100%;
  }

  #gMenu .menu {
    display: block;
    overflow: visible;
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0px;
    border-top: 1px solid #515D78;
  }

  #gMenu .menu li {
    width: 100%;
    display: block;
    position: relative;
  }

  #gMenu .menu li a {
    color: #333;
    display: block;
    overflow: hidden;
    padding: 11px 28px 9px;
    margin: 0px;
    line-height: 110%;
    text-decoration: none;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #515D78;
    background: url(images/common/arrow.png) no-repeat 10px center;
  }

  #gMenu .menu li a strong {
    font-weight: lighter;
  }

  #gMenu .menu li a span {
    display: none;
  }

  #gMenu .menu li.current_page_item > a,
  #gMenu .menu li > a:hover {
    background-color: #F7FAFE;
    color: #333;
  }

  #gMenu .menu li li span {
    display: none;
  }

  #gMenu .menu li li a {
    padding-left: 34px;
    background: url(images/arrow_sp.png) no-repeat 21px center;
  }

  #gMenu .menu li li li a {
    padding-left: 35px;
  }

  #gMenu .menu li li li li a {
    padding-left: 45px;
  }

  #slidearea {
    display: none;
  }

  #spheader {
    text-align: left;
    width: 95%;
    margin: 0 auto;
  }

  #main,
  .home #main,
  #main #container {
    padding-top: 0;
  }

  div#slide {
    width: 100%;
    height: 100%;
  }

  #section_top,
  #section_inner {
    width: 95%;
  }

  #section_top #topright {
    width: 95%;
    float: none;
  }

  #top_movarea {
    display: none;
  }

  #main #container #content-inner {
    width: 99%;
  }

  .picarea_headlogoen .site-title {
    width: 100%;
  }

  .site-main-top {
    background: #FAF4E7;
  }

  #slide_wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  #top_sp_main {
    width: 100%;
    margin-left: 10px;
  }

  #top_sp_main ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
  }

  #top_sp_main li {
    vertical-align: middle;
    float: left;
    padding: 0;
    margin: 0;
    width: 19%;
  }

  .metaslider {
    height: auto;
  }

  #section1,
  #section2,
  #section3,
  #sct3,
  #section4,
  #section5,
  #section6,
  #section7,
  #section8 {
    padding-top: 0;
    margin-top: 0;
    height: auto;
  }

  #section1 {
    background: #FAF4E7;
  }

  #section_top #regist_area {
    text-align: center;
  }

  #section_top #regist_area p {
    float: none;
    padding: 0;
    width: 100%;
  }

  #content #topleft {
    width: 80%;
    float: none;
    margin: 0 auto 1em;
  }

  #content #topleft ul li {
    margin-bottom: 1px;
  }

  #content #topleft ul li img {
    width: 100%;
  }

  #section_top #topright #info > a,
  #section_top #topright #news > a,
  #section3 .newsbox > a,
  #sct3 .newsbox > a,
  #section8 .newsbox > a,
  #section4 .newsbox > a {
    width: 92%;
  }

  #section_top #topright #info > a.listtit,
  #section_top #topright #news > a.listtit,
  #section3 .newsbox > a.listtit,
  #sct3 .newsbox > a.listtit,
  #section4 .newsbox > a.listtit,
  #section8 .newsbox > a.listtit {
    margin: 0 auto;
    display: block;
  }

  a.listtit span {
    font-size: 80%;
  }

  .picarea_sec1logo,
  #section_inner .left {
    display: none;
  }

  #section_inner .right {
    float: none;
    margin: 0;
    width: 100%;
  }

  #section_top #regist_area .auto span {
    float: none;
    width: 100%;
  }

  #main #container #content-innerR {
    width: 100%;
  }

  #pageTitBnr #pageTitInner #pageTit {
    background-color: #D9000A;
    display: inline-block;
    padding: 0 0 0 1.5rem;
    color: #fff;
    line-height: 1.5em;
    text-decoration: none;
    font-size: 1rem;
    margin: 0 auto;
    font-weight: bold !important;
  }

  .outlinetxt {
    width: 100%;
    padding: 0;
  }

  section ul.illust {
    width: 100%;
  }

  #section_inner .right ul.illust li {
    width: 33%;
  }

  .searchform-input-wrapper input {
    width: auto;
  }

  #sc_searcharea .searchform-controls input[type="button"] {
    margin-left: 0;
  }

  #primary {
    width: 100%;
    float: none;
    clear: both;
  }

  #primary-sp {
    width: 100%;
    float: none;
    clear: both;
  }

  #primary-sp #menu {
    margin: 0 auto 1em;
    text-align: center;
  }

  #primary-sp #menu ul li.child {
    background: #fff;
  }

  #primary-sp #menu ul li.child a {
    padding-left: 30px;
    background: url(images/common/sidemenu_child01.png) no-repeat 20px 13px;
  }

  #primary-sp #menu ul li.child a:hover {
    padding-left: 30px;
    background: url(images/common/sidemenu_child02.png) no-repeat 20px 13px #D9000A;
  }

  #content #content-inner h1.contentTitle {
    width: 100%;
  }

  #content .entry-content,
  #content .infoList,
  #content .post {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
    float: none;
    width: 100%;
  }

  #content h1.page-title {
    margin-top: 1em;
  }

  .entry-content iframe {
    position: relative;
    top: auto;
    right: auto;
    width: 100% !important;
  }

  #main #container #content-innerR h2 img,
  h2.title {
    display: none;
  }

  #main #container #content-innerR h2.title2 {
    background: #E2000F;
    padding: .5em 1em;
  }

  #main #container #content-innerR h2.title2 span {
    background: #E2000F;
    color: #fff;
  }

  #footer_top img,
  #content img,
  .sp img {
    max-width: 100%;
    height: auto;
  }

  #footer_top #inner #banner_area {
    margin: 0 auto;
  }

  #footer_top #inner #banner_area img {
    margin: 20px 0 0 0;
  }

  #footer_top #inner #banner_area img.mo {
    width: 43%;
    padding-right: 1em;
  }
  #footer_top #inner #banner_area img.bnr {
    width: auto;
    height: 53px;
    padding-right: 1em;
    margin-top: 14px;
  }
  #footer_top #inner #banner_area img.tu {
    width: 52%;
  }

  #footer_bottom #inner a {
    float: none;
    width: 100%;
    display: block;
  }

  .sc_title28,
  .sc_title27,
  .sc_title {
    padding: 6px 7px 30px 40px;
  }

  .sc_title28 ul,
  .sc_title27 ul,
  .sc_title ul {
    clear: both;
    width: 80%;
    float: left;
  }

  .sc_title28 ul li,
  .sc_title27 ul li,
  .sc_title ul li {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .pagefoot {
    background: none;
    border-top: solid 1px #F0EFEA;
  }

  .pagefoot li {
    background: none;
    text-align: left;
    padding: 1em;
    line-height: 1.5em;
    background-color: #FAF4E7;
    border-bottom: dotted 1px #E4E1D5;
  }

  .pagefoot li a:link,
  .pagefoot li a:visited,
  .pagefoot li a:active {
    color: #555;
  }

  .fa-chevron-circle-right {
    color: #0279CD;
  }
}


/*-------------------------------------------*/
/*	681px以上  759px以下
/*-------------------------------------------*/

@media screen and (min-width: 681px) and (max-width: 759px) {

  .sp,
  #top_sp_main {
    display: none;
  }

  .header-inner2,
  .header-inner,
  #section_top,
  #section_inner {
    width: 85%;
  }

  #slide {
    height: auto;
  }

  #slide_wrap {
    max-height: 200px;
  }

  .header-button {
    width: 50%;
  }

  .home #main {
    background: none;
  }

  #section_top #regist_area {
    text-align: center;
  }

  #section_top #regist_area p {
    float: none;
    padding: 0;
    width: 100%;
  }

  #section_top #regist_area .auto span {
    float: none;
    width: 100%;
  }

  #section_top #topright #info > a,
  #section_top #topright #news > a,
  #section3 .newsbox > a,
  #sct3 .newsbox > a,
  #section4 .newsbox > a,
  #section8 .newsbox > a {
    width: 94%;
  }

  #section_top #topright #info > a.listtit,
  #section_top #topright #news > a.listtit,
  #section3 .newsbox > a.listtit,
  #sct3 .newsbox > a.listtit,
  #section4 .newsbox > a.listtit,
  #section8 .newsbox > a.listtit {
    margin: 0 auto;
    display: block;
  }

  #main #container #content-inner {
    width: 100%;
  }

  #header-button {
    width: 50%;
  }

  form#searchform input#s {
    margin: 1em .5em 0px 0;
    padding: 2px;
    width: 8em;
    float: left;
  }

  .header-inner form#searchform input#searchsubmit {
    font-size: 12px;
    line-height: .5em;
    margin: 1em 0 0 0;
  }

  #searchsubmit {
    width: 5%;
  }

}

/*-------------------------------------------*/
/*	760px以上  1024px以下
/*-------------------------------------------*/

@media screen and (min-width: 760px) and (max-width: 1024px) {

  .sp,
  #top_sp_main {
    display: none;
  }

  .header-inner2,
  .header-inner,
  #section_top,
  #section_inner {
    width: 85%;
  }

  #slide {
    height: auto;
  }

  #main #container #content-inner {
    width: 100%;
  }

  #header-button {
    width: 50%;
  }

  form#searchform input#s {
    margin: 1em .5em 0px 0;
    padding: 2px;
    width: 8em;
    float: left;
  }

  .header-inner form#searchform input#searchsubmit {
    font-size: 12px;
    line-height: .5em;
    margin: 1em 0 0 0;
  }

  #searchsubmit {
    width: 5%;
  }

  #section_top #regist_area {
    text-align: center;
  }

  #section_top #regist_area p {
    float: none;
    padding: 0;
    width: 100%;
  }

  #section_top #regist_area .auto span {
    float: none;
    width: 100%;
  }

  #section_top #topright #info > a,
  #section_top #topright #news > a,
  #section3 .newsbox > a,
  #sct3 .newsbox > a,
  #section8 .newsbox > a,
  #section4 .newsbox > a {
    width: 94%;
  }

  #section_top #topright #info > a.listtit,
  #section_top #topright #news > a.listtit,
  #section3 .newsbox > a.listtit,
  #sct3 .newsbox > a.listtit,
  #section8 .newsbox > a.listtit,
  #section4 .newsbox > a.listtit {
    margin: 0 auto;
    display: block;
  }

  .site-main-top {
    background: none;
  }

  form#searchform input#searchsubmit {
    padding: 6px 10px;
  }
}


/*-------------------------------------------*/
/*	1025px以上
/*-------------------------------------------*/
@media only screen and (min-width: 1025px) {

  .sp,
  #top_sp_main {
    display: none;
  }

}

/*-------------------------------------------*/
/*	1500px以上
/*-------------------------------------------*/
@media only screen and (min-width: 1500px) {

  .sp,
  #top_sp_main {
    display: none;
  }

  .site-main-top {
    background: url(images/top/slide_bg.gif) repeat-x left 150px;
  }

  #main #container {
    padding-top: 30px;
  }
}

/*-------------------------------------------*/
/*	1600px以上
/*-------------------------------------------*/
@media only screen and (min-width: 1600px) {
  .site-main-top {
    background: url(images/top/slide_bg.gif) repeat-x left 170px;
  }
}










/* =Print Style
-------------------------------------------------------------- */

@media print {
  body {
    background: none !important;
  }

  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
  }

  #headerTop,
  #header,
  #panList,
  #gMenu,
  #pagetop,
  #sideTower,
  #footMenu,
  #footer,
  #siteBottom {
    display: none !important;
  }

  #pageTitBnr,
  #content table th {
    box-shadow: none !important;
  }

  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important;
  }

  #container {
    margin: 0;
    width: 100%;
  }
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
  @media print and (-webkit-min-device-pixel-ratio:0) {
    body {
      zoom: 96%;
    }

    #section_top #topleft {
      zoom: 99%;
    }

  }

  .home #main,
  #main #container {
    padding: 0;
  }

  body {
    background: none !important;
  }

  body,
  html {
    margin: auto;
    padding: auto;
  }

  #container,
  .site-header,
  #footer,
  #content_wrap {
    margin: auto;
    padding: auto;
    width: auto;
  }

  #slide_wrap {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }


  #content_wrap {
    margin: auto;
    padding: 15px 0 0 0;
    _display: table;
  }

  #primary,
  #content {
    display: table-cell;
    float: none;
    vertical-align: top;
  }



  #section_top,
  #section1,
  #section3,
  #sct3,
  #sectionlogo {}


  #section1,
  #section2,
  #section3,
  #sct3,
  #section4,
  #section5,
  #section6,
  #section7,
  #section8,
  #en,
  #section2_en {
    background: #fff !important;
    height: auto !important;
  }

  #section7 {
    margin-bottom: 50px;
  }






  .site-header,
  .picarea_headlogo,
  .header-button,
  .sp,
  #spheader,
  .header-button,
  #topleft,
  #footerSection,
  #top_movarea,
  #primary,
  #pageTitBnr,
  li img,
  .site-header2,
  .site-header-regist,
  #footer_top,
  #footer_bottom {
    display: none !important;

  }

  #section_top #topright {
    width: 95%;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 1px #e1e1e1;
    box-shadow: rgba(199, 199, 199, 0.4) 0px 0px 2px 1px;
    -webkit-box-shadow: rgba(199, 199, 199, 0.4) 0px 0px 2px 1px;
    -moz-box-shadow: rgba(199, 199, 199, 0.4) 0px 0px 2px 1px;
    padding: 1% 2% 1.5% 2%;
  }

  #section_top {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;

  }

  #section_top,
  #section2,
  #section3,
  #sct3 {
    page-break-after: always;
  }

  #section_inner {
    margin: 0 auto;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
  }

  #slide {
    height: auto;
    float: left;
    margin: 0;
    width: 100%;
  }

  .site-main-top {
    background: none;
  }

  #main #container #content-innerR,
  #main #container #content-inner {
    width: 100%;
  }

  .regist_wrap {
    width: 100%;
  }

  #main,
  #main2 {
    clear: both;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }

}

@media only screen and (min-width: 1350px) {
  #top_movarea .cap {
    line-height: 19px;
    height: 18px;
    font-size: 11px;
  }
}

/*TOP動画調整用*/
#top_movarea .cap {
  height: 35px;
}

.nivoSlider {
  border-bottom: solid 17px #000;
}

.head_event {
  color: #333 !important;
  font-size: 13px !important;
}

#section_top #topright #news dl,
#section_top #topright #info dl,
#section3 .right .newsbox dl,
#sct3 .right .newsbox dl,
#section4 .newsbox dl,
#section8 .newsbox dl {
  margin-left: 8px !important;
}


/*TOP改修用*/
@media only screen and (min-width: 680px) {
  .top_list {
    width: 68.5% !important;
  }
}

.sc2 {
  background: none !important;
}

.sc3 {
  padding-top: 150px !important;
  margin-top: -150px !important;
}

.sc4 {
  padding-top: 150px !important;
  margin-top: -150px !important;
  background: #fff url(images/top/sec2_bg.gif) repeat-x top !important;
}

.sc5 {
  background: #faf4e7 url(images/top/sec1_bg.gif) repeat-x top !important;
}

@media only screen and (max-width: 680px) {
  .sc3 {
    padding-top: 5px !important;
    margin-top: -5px !important;
  }

  .sc4 {
    padding-top: 5px !important;
    margin-top: -5px !important;
  }
}

.top_main {
  background: url(images/top/slide_bg.gif) repeat-x top 80px left 100px !important;
}

@media only screen and (max-width: 1450px) {
  .top_main {
    background: url(images/top/slide_bg.gif) repeat-x top 55px left 100px !important;
  }
}

@media only screen and (max-width: 680px) {

  .page-id-10962 #panListInner,
  .page-id-10962 #pageTitBnr {
    display: none !important;
  }
}

.eventplan_label {
  background: #32408e;
  color: #fff;
  padding: 2px 7px;
  border-radius: 5px;
}


.listborder {
  border-top: 1px solid #eee;
  padding: 0 20px 25px;
}


#content ul.list_btn li {
padding: 5px 15px;
border-radius: 16px;
}

div.even {
background: #eff8fe;
}

.listborder a {
color: #546490;
}

.listborder ul.list_btn a {
color: #555;
}

.listborder ul.list_btn a li:hover {
background: #eee;
}

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

@media screen and (max-width: 680px) {
  .btncenter {
    margin: 0 auto !important;
    display: block !important;
    padding-bottom: 30px;
  }
}