@charset "utf-8";

/*
Theme Name: BizVektor子テーマ
Template: biz-vektor
Author: Hideki Ishibashi
Tags: 
Version: 1
*/

/* ipad対策*/
@media screen and(max-width:980px){
    #topMainBnrFrame{
        overflow: hidden;//Next,Prevのはみ出し
    }
}
wrap {
    overflow: hidden;//縦が短いページをiPadで見ると横スクロールが発生する対策
}

/* ipad対策ここまで*/





/* kiji-design
================================================== */

.kiji-midashi,#content h1.entryPostTitle{
    border-left: 4px solid #000;
    color:;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 20px 0 10px;
    padding: 5px 0 5px 15px;
}

.kiji-midashi-2{
  font-size: 16px;
  position: relative;
  margin-bottom: .8em;
  letter-spacing: .1em;
}
.kiji-midashi-2::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}
.kiji-midashi-2 strong{
  line-height: 1.3;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1em;
  background: #fff;
}

.kiji-midashi-3 {
    border-bottom: 1px dotted #444444;
    margin: 15px 0 10px;
    padding: 5px 0;
}

.kiji-midashi-4,
.item-box h4 a {
    background-color: #004488;
    display: block;
    font-size: 18px; color:#FFF;
    margin: 0px 0px 20px;
    padding: 15px 10px 12px; border-radius:3px;
    line-height: 1.5;
}
.kiji-midashi-4.red{ background-color: #BF2020;}
.kiji-midashi-4.green{ background-color: #360;}


.news-title {
    background-color: #e5e2d3;
    border: 1px solid #ccc;
    color: #444444;
    font-size: 16px;
    line-height: 1;
    margin: 15px 0 0;
    padding: 10px;
}

.news-box {
    border: 1px solid #CCCCCC;
    height: 150px;
    overflow: auto;
    padding: 7px;
}

.news-box ul {
    margin: 0;
    padding: 0;
}

.news-box ul li {
    background-image: url("./images/icon-arrow-black.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #CCCCCC;
    color: #333333;
    font-size: 1em;
    list-style: none outside none;
    margin: 0 0 5px !important;
    padding: 0 0 5px 17px !important;
}

.news-box ul li a {
    margin-left: 15px;
}

#gaiyo-table {
    border-collapse: separate;
}
#gaiyo-table td {
    border-bottom: 1px dotted #696969;
    padding: 5px;
}

#gaiyo-table th {
    border-bottom: 1px dotted #696969;
    font-weight: normal;
    width: 20%;
    padding: 5px 5px 5px 15px;
}

.section-divider {
    display: none;
}

#main .panel {
    border: none;
    box-shadow: none;
}


/* Trust form
================================================== */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"] {}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    background-color: #fff5d6 !important;
    border: 1px dotted #999999 !important;
}

#trust-form {
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
}

#trust-form .w85 {
    width: 85%;
}

div#trust-form.contact-form table th {
    width: 30%;
}
div#trust-form.contact-form span.require {
    margin-left: 3px;
    color: #F60; font-size:12px;
}

/*-------------------------------------------*/


/*	初期化
/*-------------------------------------------*/

* {
    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: #333;
    font-family: Arial, 'meiryo', 'メイリオ', 'ms pgothic', 'ms pゴシック', osaka, sans-serif;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
}
body,html{
min-width:1220px;
}

/* Text elements */

body{
    font-size: 16px;
}

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 {
    overflow: hidden;
    color: #F60;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover,
a:active {
    color: #F90;
}

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

.assistive-text {
    display: none;
}
.container-bottom {
    clear: both;
}

/*-------------------------------------------*/


/*	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;
}
#trust-form input[type=submit]{
	background-color:#000;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none;
    font-size:22px;padding: 10px 20px!important;
}
#trust-form input[type=submit]:hover{
	opacity:0.7;
}
#confirm-button:before{
	display:block; content: '上記の内容でよろしければ、入力内容確認ボタンをクリックして下さい。'; 
}
div#trust-form #confirm-button { margin-bottom:20px;
}

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;
}

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: 6px 10px;
}

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

.moreLink a {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    overflow: hidden;
    font-size: 12px;
    line-height: 105%;
    text-decoration: none;
    color: #000; border:1px solid #F60;
    padding: 8px 15px; border-radius:3px;
}

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

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


/*-------------------------------------------*/


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

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


#header #headContact {
    width: 50%;
}

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


/*-------------------------------------------*/


/*	#headerTop
/*-------------------------------------------*/

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

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


/*-------------------------------------------*/


/*	#header
/*-------------------------------------------*/

#header {
    display: block;
    overflow: hidden;
    padding: 5px 0 10px;
}

#header #site-title {
    padding-bottom: 15px;
    float: left;
}
#header #headContact {
    float: right;
    text-align: right;
}
#header #headerInner {
    display: table;
    text-align: left;
}
#header .logo {
    display: table-cell;
}
#header .head-contact {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}
#header #headContact #headContactTxt {
    font-size: 11px;
}
#header #headContact #headContactTime {
    font-size: 12px;
}
#header #headContact #headContactTel {
    font-size: 24px;
    margin-bottom: 4px;
}



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

#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;
}

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


/*-------------------------------------------*/


/*	#gMenu
/*-------------------------------------------*/

#gMenu {
    clear: both;
    display: block;
    overflow: visible;
    position: relative;
    width: 100%;
}

#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: #f5f5f5;
}

#gMenu .assistive-text span {
    display: block;
    font-size: 20px;
    margin: 0 3%;
    overflow: hidden;
    padding: 20px 0;
    width: 94%;
}

.itemClose h3 {
    background-image: url("images/menu-arrow.png");
    background-position: 3px center;
    background-repeat: no-repeat;
    padding-left: 28px;
}

.itemOpen h3 {
    background-image: url("images/menu-arrow-below.png");
    background-position: 3px center;
    background-repeat: no-repeat;
    padding-left: 28px;
}

#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 {
    font-size: 20px;
    list-style: none;
    margin: 0px 0px 0px;
    padding: 0px;
    display: block;
    overflow: visible;
    border-top: 1px solid #ccc;
}

#gMenu .menu li {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
}

#gMenu .menu li a {
    color: #000;
    display: block;
    overflow: hidden;
    padding: 25px 30px 20px;
    margin: 0px;
    line-height: 110%; 
    text-decoration: none;
    letter-spacing: 0px;
    text-align: center;
    position: relative;
}

#gMenu .menu li a strong {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif; letter-spacing:1px;font-stretch: condensed; 
}

#gMenu .menu li a span {
    display: block;
    font-size: 10px;
    line-height: 140%;
    letter-spacing: 1px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    color: #999;
}

#gMenu .menu li.current_page_item a,
#gMenu .menu li.current_page_ancestor a {}

#gMenu .menu li a:hover {opacity:0.7;
}

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

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

/* メニュー */
#gMenu {
}
#gMenu .menu {
    border-top: none;
}
#gMenu.itemClose .menu {
    display: block;
}
#gMenu .menu:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#gMenu .assistive-text {
    position: absolute;
    top: -9000px;
}
/* display:noneだと読み上げない / 横にオフセットするとIEで読み込みまでの間表示される */
#gMenu .menu li {
    float: left;
    width: auto;
    border-bottom: none;
    overflow: visible;
}
#gMenu .menu li a {
    text-align: center;
}
#gMenu .menu li:hover ul {
    display: block;
    position: absolute;
    z-index: 100;
    border-top: 1px solid #ccc;
    position: absolute;
    width: 200px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    opacity: 0.97;
}
#gMenu .menu li:hover li {
    background: #fff;
    border-bottom: 1px solid #ccc;
    width: 200px;
    position: relative;
}
#gMenu .menu li:hover li a,
#gMenu .menu li.current_page_item li a,
#gMenu .menu li.current-menu-ancestor li a,
#gMenu .menu li.current-page-ancestor li a,
#gMenu .menu li.current_page_ancestor li a {
    background: none;
    background-color: #fff;
    color: #4d4d4d;
    text-align: left;
    border-right: none;
}
#gMenu .menu li:hover li a:hover,
#gMenu .menu li.current_page_item li a:hover,
#gMenu .menu li.current-menu-ancestor li a:hover,
#gMenu .menu li.current-page-ancestor li a:hover,
#gMenu .menu li.current_page_ancestor li a:hover {
    background-color: #f5f5f5;
}
#gMenu .menu li:hover ul li ul {
    position: absolute;
    left: 200px;
    top: 10px;
    border-top: none;
}
#gMenu .menu li:hover ul li ul,
#gMenu .menu li:hover ul li ul li {
    display: none;
}
#gMenu .menu li:hover ul li:hover ul,
#gMenu .menu li:hover ul li:hover ul li {
    display: block;
}
#gMenu .menu li:hover ul li:hover ul {
    border-top: 1px solid #ccc;
}

#content form span.wpcf7-form-control-wrap .wpcf7-list-item {
    padding-top: 2px;
    padding-bottom: 2px;
}
#footerSiteMap .menu li li li a {
    background-position: 5px 3px;
}
#sitemapOuter {
    padding: 20px 50px;
}
#content #sitemapPageList {
    float: left;
    width: 49%;
}
#content #sitemapPostList {
    float: right;
    width: 49%;
    margin-top: 0px;
}
#content ul.linkList li a {
    padding: 3px 15px;
}
.innerBox,
 #gMenuInner.innerBox {
    margin: 0 auto;
    width: 1200px;
}
/* メニュー　ここまで */
/*-------------------------------------------*/

/* スライドショー*/

.flex-direction-nav li .next{right: -5px;top: 44%;}
.flex-direction-nav li .prev{left: -5px;top: 44%;}


/*	#panList
/*-------------------------------------------*/

#panList {
    clear: both;
    color: #999;
    display: block;
    overflow: hidden;
    line-height: 1;
    margin-top: 10px;
}

#panList #panListInner {
    display: block;
    overflow: hidden;
    text-align: left;
    padding: 0px;
}

.home #panList {
    display: none;
}

#panList ul {
    display: inline-block;
}

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

.bread_crumb {
    font-size: 12px;
    margin: 10px 0px;
    overflow: hidden;
}

.bread_crumb li {
    float: left;
}

.bread_crumb li::after {
    content: "≫";
    padding-left: 10px;
    margin-right: 5px;
}

.bread_crumb li:last-child::after {
    content: none;
}


/*-------------------------------------------*/


/*	#pageTitBnr
/*-------------------------------------------*/

#pageTitBnr {
    margin: 0px;
    clear: both;
    display: none;
}

#pageTitBnr #pageTitInner {
    display: block;
    overflow: hidden;
    height: 60px;
}

#pageTitBnr #pageTitInner #pageTit {
    font-size: 22px;
    display: inline;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    line-height: 105%;
    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;
    zoom: 1;
    padding-top: 40px;
}

/* facebookコメント欄が消えるのでhiddenではなくclearfix */

#main:before,
#main:after {
    content: "";
    display: table;
}

#main:after {
    clear: both;
}

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


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

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

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

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

#content .alert {
    color: #f00;
}

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

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

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

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

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

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

#content .leadTxt {
    color: #333;
}

#content h1 {
    font-size: 2em;
    margin-bottom: 2em;
}
#content h2,
#content h1.contentTitle {
    border-top: 3px solid #dfdfdf;
    clear: both;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0px 0px;
    position: relative; line-height:1.5;
}
.category #content h1.contentTitle {
    border-top: 1px solid #333f;
    clear: both;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;border-bottom: 1px solid #333;
}

#content h1,
#content h2 {
    margin: 0px 0px 15px;
}

#content h2 a,.wp-show-posts-meta a {
    text-decoration: none; color:#333;
}
#content h2 a:hover,.wp-show-posts-meta a:hover { color:#F60;
	opacity:0.7;
}

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

#content h3,
#content h4,
#content h5,
#content h6 {
    clear: both;
}

#content p {
    margin: 0px;
    padding: 0px;
}

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

#content strong {
    font-weight: bold;
}

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

#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-collapse: separate;
    border-spacing: 0;
}

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

#content tr th,
#content tfoot tr th,
#content tfoot tr td {
}

#content tr th,
#content tr td {
    vertical-align: top;
}

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

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

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

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


/*			.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: #c00;
}

#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 .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: #ff4b33;
}

.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: 0px 2px;
    padding: 6px 12px;
    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.pageIndex {
    display: none;
}


/*			.infoList
-------------------------------------------------------------- */

#content .infoList {
    padding-bottom: 20px;
}

.page #content .infoList {
    border-top: 1px solid #e5e5e5;
}

#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 {
    background-color: #e5e5e5;
    color: #666;
    font-size: 11px;
    line-height: 1;
    margin-right: 4px;
    padding: 2px 7px;
    position: relative;
    text-decoration: none;
}

#content .infoList .infoCate a:hover {
    background-color: #F60;
    color: #fff;
    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: #c00;
    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;
    margin-right: 230px;
}

#content .infoList .infoListBox div.entryTxtBox p {
    margin-bottom: 3px;
    padding: 0px; font-size:15px;
}

#content .infoList .infoListBox div.entryTxtBox p.entryMeta {
    background-color: #f7f7f7;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
    padding: 5px;
}

#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 {
    border-left: 4px solid #000;
    color:;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0px 0 5px;
    padding: 5px 0 5px 15px;
}

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

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

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

#content .infoList .infoListBox div.thumbImage {
    width: 35%;
    display: block;
    overflow: hidden;
    float: right;
    text-align: right;
    position: absolute;
    top: 20px;
    right: 0px;
}

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

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


/*			form
/*-------------------------------------------*/
#content form input[type=text],
#content form input[type=email],
#content form textarea {
    position: relative;
    overflow: hidden;
    padding: 5px 10px;
}

#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: 16px; color:#FFF; background-color:#000;
    padding: 3px 10px; font-family:"Arial Narrow", Arial, Helvetica, sans-serif; letter-spacing:1px;font-stretch: condensed;
    font-weight: bold;
    position: relative;
}

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

#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: #333;
    background: url(images/icon_arrow1_gray.gif) 10px 50% no-repeat;
}
#sideTower .sideWidget .months li a {
    padding: 2px;
}

#sideTower .sideWidget li a:hover,
#sideTower .sideWidget li.current_page_item a,
#sideTower .sideWidget li.current-cat a {
    background-color:rgba(0,0,0,0.1);
}

#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:rgba(0,0,0,0.1);
}

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


/* 曾孫 */

#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;
}

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

form#searchform input#s {
    margin: 0px 0px 0px 5px;
    padding: 5px;
    width: 70%;
    float: left;
}

form#searchform input#searchsubmit {
    margin: 0px 10px 0px 0px;
    float: right;
    background-color: #ccc;
    width: 15%;
    border-radius: 5px;
}


/*-------------------------------------------*/


/*	#pagetop
/*-------------------------------------------*/

#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: 30px 0px 20px;
    display: block;
    overflow: hidden;
    color: #eee;
    background-color: #333; font-size:14px;
}#footer a {
    color: #ccc; text-decoration:none; padding:5px 10px;
}

#footer #footerOutline {
    margin: 0px;
    line-height: 150%;
    float: left;
    font-size: 11px;
    width: 300px;
}

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

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

#footer #footerOutline dd {
    font-size: 85.7%;
    line-height: 150%;
}
#footerOutline > a {
    display: block;
    margin-bottom: 10px;
}
#footer .sharedaddy {
    display: none;
}

/*		#footerSiteMap
/*-------------------------------------------*/

#footerSiteMap {
    float: right;
    font-size: 12px;
    padding-top: 0;
    width: 640px;
}

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

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

#footerSiteMap .menu a:hover {
    color: #f00;
}
#footer .menu li {
    float: left;
}

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

#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 {
    background-color: #000; padding:8px 0px;
    clear: both;color: #ccc;
    padding-bottom: 10px;
}

#siteBottomInner {
    text-align: center;
}

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

#siteBottom #copy {
    font-size: 12px;
    text-align: center;
}

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


/*-------------------------------------------*/


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


/*-------------------------------------------*/


/*	top
/*-------------------------------------------*/

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

#topMainBnr img {
    //width: 970px !important;
}

#topMainBnrFrame {
    width: 970px;
    min-height: 330px;
    margin: 0 auto;
}
#topMainBnrFrame #topManiBnrInnerFrame {
    overflow: hidden;
}

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

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

#topFreeArea {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}

#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;
}

#topPr h3 a {
    text-decoration: none;
    color: #333;
}

#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;
    margin-right: 15px;
    position: relative;
}

#topContentsBottom {
    margin-bottom: 20px;
}


/*-------------------------------------------*/


/*	post
/*-------------------------------------------*/

#content .entry-content {
    display: block;
    /*overflow:hidden;*/
    margin-bottom: 25px;
}
#content .entry-content .thumbnail{ margin-bottom:20px; max-width:100%; height: auto;
}
#content .entry-content.post-content h1.entryPostTitle {
    margin-bottom: 0px;
}

#content .entry-utility {
    clear: both;
}

#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: #c00;
}

#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;
}

#content .mainFootContact p.mainFootTxt {
    float: left;
    margin-bottom: 0px;
    text-align: left;
}
#content .mainFootContact p.mainFootTxt .mainFootCatch {
    font-size: 120%;
}
#content .mainFootContact .mainFootBt {
    float: right;
}
#content .mainFootContact .mainFootBt a {
    width: 350px;
    min-height: 50px;
}
#content .mainFootContact .mainFootBt a img {
    width: auto;
}
.paging span.pageIndex {
    display: inline;
}

#topPr {
    display: block;
    overflow: hidden;
    margin-bottom: 25px;
}
#topPr .topPrOuter {
    padding-bottom: 0px;
    border-bottom: none;
}
#topPr #topPrLeft {
    width: 33.1%;
    text-align: left;
    float: left;
    display: block;
    overflow: visible;
}
#topPr #topPrCenter {
    width: 33.1%;
    text-align: center;
    float: left;
    display: block;
    overflow: visible;
}
#topPr #topPrRight {
    width: 33.1%;
    text-align: right;
    float: right;
    display: block;
    overflow: visible;
}
#topPr #topPrLeft .topPrInner {
    float: left;
}
#topPr #topPrCenter .topPrInner {
    margin: 0px auto;
}
#topPr #topPrRight .topPrInner {
    float: right;
}
#topPr .topPrInner {
    text-align: left;
    width: 95%;
}
#topPr .topPrInner p {
    padding: 0px;
}
#topPr .topPrInner p.topPrDescription {
    font-size: 12px;
}
#topPr .prImage {
    float: none;
    width: 100%;
    margin-right: 0px;
}
#topPr .prImage img {
    height: auto;
}
#topPr .prImage img.imageWide {
    display: block;
}
#topPr .prImage img.imageSmall {
    display: none;
}
#content .child_page_block {
    width: 48%;
}
#content .child_page_block.layout_odd {
    float: left;
    clear: both;
}

#main #container {
    overflow: hidden;
    padding-top: 0; 
}
#main #container #content {
    float: left;
    width: 800px;
}
#main #container #sideTower {
    float: right;
    width: 300px;
    clear: none;
}
body.left-sidebar #main #container #content {
    float: right;
}
body.left-sidebar #main #container #sideTower {
    float: left;
}
body.home.one-column #main #container #content {
    float: none;
    width: 100%;
}
body.home.one-column #main #container #sideTower {
    float: none;
    display: none;
}
form#searchform input#s {
    width: 110px;
}
#sideTower form#searchform input#searchsubmit {
    width: 30%;
}

/*			.childPageBox
/*-------------------------------------------*/
#content .childPageBox {
    display: block;
}
#content .childPageBox {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 0px;
    display: block;
    overflow: hidden;
    width: 638px;
    margin-bottom: 20px;
}
#content .childPageBox h4 {
    font-weight: lighter;
    margin: 15px 20px 10px;
    padding: 0px 0px 3px;
    font-size: 14px;
}
#content .childPageBox h4 a {
    text-decoration: none;
    color: #666
}
#content .childPageBox ul {
    margin: 0px 20px 15px;
    padding: 0px;
    display: block;
    overflow: hidden;
    font-size: 85.7%;
    line-height: 125%;
}
#content .childPageBox ul li {
    float: left;
    display: block;
    width: 33%;
    list-style: none;
    margin: 0px;
}
#content .childPageBox ul li a {
    background: url(images/icon_arrow1_gray.gif) left 5px no-repeat;
    padding: 3px 5px 3px 17px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    color: #666;
}
#content .childPageBox ul li a:hover,
#content .childPageBox ul li.current_page_item a {
    background-image: url(images/icon_arrow1_red.gif);
    text-decoration: underline;
    color: #c00;
}
#content .childPageBox ul li ul {
    margin: 0px;
    font-size: 91.7%;
}
#content .childPageBox ul li ul li {
    float: none;
    width: auto;
}
#content .childPageBox ul li ul li a {
    background: url(images/icon_arrow2_gray.gif) left 6px no-repeat;
    padding: 3px 5px 3px 14px;
    text-decoration: none;
    margin-left: 3px;
}
#content .childPageBox ul li ul li a:hover,
#content .childPageBox ul li ul li.current_page_item a {
    background-image: url(images/icon_arrow2_red.gif);
}
#content .childPageBox ul li ul li ul {
    padding-left: 8px;
    font-size: 100%;
    line-height: 120%;
}
#content .childPageBox ul li.current_page_item ul li a {
    color: #666;
    text-decoration: none;
    background-image: url(images/icon_arrow2_gray.gif);
}
#content .childPageBox ul li.current_page_item ul li a:hover {
    color: #c00;
    text-decoration: underline;
    background-image: url(images/icon_arrow2_red.gif);
}
#content .mainFootContact .mainFootBt a img {
    width: 100%;
}














/* 共通 ------------------------------------------------------------------ */
*{ box-sizing:border-box;}

@media screen and (min-width: 768px) {
	/* telリンク対策 */
	a[href^="tel:"] {

		pointer-events: none; color:#333; text-decoration:none;
	}
}

a.tel {
    font-size: 36px; color: #960;
    text-decoration: none!important;
    line-height: 120%; font-family: "Century Gothic"; font-weight:bold;
}
a.tel.s {
    font-size: 26px;
}
a.tel:before {
    content: "\f098";
    font-family: FontAwesome;
    margin-right: 8px;
}

a:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=80)”;
    /* IE 8 */
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#headerTop,#header,#topMainBnr,#topMainBnrFrame,#gMenu .menu li a title{ display:none;}

.home #main #container.innerBox,.page-id-2983 #main #container.innerBox { width:100%;}

/* 固定menu*/
.menu-menu-container {
    position: fixed;
    height: 90px;
    background: rgba(255,255,255,0.95);
    z-index: 50;
    top: 0;
    width: 100%;
}
.logged-in .menu-menu-container {
    top: 32px;
}
.home #main{ padding-top:90px;}

#gMenu .menu{width:1200px; margin:auto;}
#gMenu .menu li:first-child  { margin-right:250px;}
#gMenu .menu li:first-child a { padding-top:15px; padding-bottom:10px;}

#gMenu .menu li a:after{ display:block; font-size:12px; font-weight:normal;}
#gMenu .menu li#menu-item-124 a:after{ content: "チームWADAについて";}
#gMenu .menu li#menu-item-177 a:after{ content: "ブログ";}
#gMenu .menu li#menu-item-403 a:after{ content: "活動内容";}
#gMenu .menu li#menu-item-404 a:after{ content: "Tシャツ";}
#gMenu .menu li#menu-item-123 a:after{ content: "お問い合わせ";}

/* Top ------------------------------------------------------------------ */
.container-top .textwidget{ position:relative; }
.container-top .textwidget img.copy{ position: absolute; top:32%; right:7%; width:auto;z-index: 30;}
.topMain{ margin-bottom:20px;min-width:1200px;}
.topMain,.topMain img{ width:100%; border-spacing:0;}
.topMain a img:hover{ filter: brightness(115%)contrast(115%); opacity:1;}

.cntn,.page-id-2983 .sharedaddy{width:1200px; margin:auto;}
.cntn1,.page-id-62 #main #container,.page-id-396 .entry-content{width:960px; margin:auto;}
.section{ padding:70px 0px;}

.blog-box{ width:370px; float:left; margin-right:40px; background-color:#f3f3f3;}
.blog-box:last-child{ margin-right:0px; }
.wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
    margin-bottom: 0em;
}
.wp-show-posts-entry-title{ margin-bottom:0px!important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;}
section.wp-show-posts article:first-child h2{ border-top:none!important; padding-top:0!important;}
 
.about{ background:url(https://teamwada.net/wp-content/uploads/about_bg.jpg) no-repeat center top; min-width:1200px; height:730px;}
.about .cntn{ padding:120px 50px 0px 550px;}



/* promo ------------------------------------------------------------------ */
#promo{
	background:url(https://teamwada.net/wp-content/uploads/promo3.png) center; background-size:cover;
	padding:50px 0px; text-align:center;  margin-top:90px; background-color:#ccc; 
	}
#promo h1.contentTitle,.entitle{
	font-size:40px;letter-spacing:3px; 
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif; letter-spacing:1px;font-stretch: condensed; 
	text-align:center; font-weight:bold; line-height:1.4;
	}

/* blogタイトル表示	*/
.category #promo,.archive #promo,.single #promo,.page-id-2983 #promo{ display:none;}
.category .promo #promo,.archive .promo #promo,.single .promo #promo{ display: block;}


.entitle{
	margin-top:100px; clear:both;color:#333;
	}
	
.tlSquare {
position: relative;font-size:24px; letter-spacing:2px;margin:50px 0px;
line-height: 1.4;
padding:0.4em 1.2em 0.2em 1.5em;
display: inline-block;
top:0;
}
.tlSquare:before,.tlSquare:after{ 
  position: absolute;
  top: 0;
  content:'';
width: 8px;
height: 100%;
display: inline-block;
}
.tlSquare:before{
border-left: solid 1px black;
border-top: solid 1px black;
border-bottom: solid 1px black;
  left: 0;
}
.tlSquare:after{
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

ul.icon,ul.icon_check{
	margin:0;
	padding:0;
}
ul.icon li,ul.icon_check li{
	list-style:none; margin:3px 0px; position:relative;
	padding:0px 0px 0px 25px; 
}
ul.icon li:before{
    content: "\f192";
    color: #bbb;
    font-family: FontAwesome; 
	position:absolute;top:0; left:3px;
}
ul.icon_check li:before{
    content: "\f14a";
    color: #F2B753;
    font-family: FontAwesome;
	position:absolute;top:0; left:3px;
}

/* page ------------------------------------------------------------------ */
.box{background-color:#FFF; padding:20px; border-radius:3px; }
.sdw{box-shadow:20px 20px 20px 0px #dedede;}
.bd{ border:1px solid #ccc;}
.bgGray{ background-color:#F3f3f3;}
.bgBlack{ background-color:#000!important; color:#FFF!important;}
.bgBlack .tlSquare:before,.bgBlack .tlSquare:after{ border-color:#FFF;
}

/* about */
.aboutBox td{ position:relative;}
.aboutBox td .img { position: absolute;top:0; width:360px;}
.aboutBox td .img h4{ margin-top:30px; border-left:3px solid #F90; padding-left:15px; line-height:1.5;}
.aboutBox td .ts{ float:right; margin-right:50px; margin-top:-50px;}
.aboutBox td .ts.bd{ width:860px; padding:60px 80px; margin-right:0;}

/* activity */
.act .bttn{ margin:10px;}

/* blog */
#sideTower ul li ul li ul,#recentcomments,.wpp-list,.widget_archive{ font-size:12px;}
#sideTower .sideWidget li ul li ul li{ border-top:none;}
#sideTower li.cat-item-11 { /*background-color:#DBE9F4;*/border-left:3px solid #048;}
#sideTower li.cat-item-12 { /*background-color:#FCE4E4;*/border-left:3px solid #C00;}
#sideTower li.cat-item-13 { /*background-color:#DBEECC;*/border-left:3px solid #360;}

/* Tshirts */
.ts { padding:100px 80px; margin-top:-20px; width:650px; }

.trim{
	text-align:center;border-bottom:1px solid #CCC;border-left:1px solid #CCC; padding:15px 0px 10px;
}
tr:first-child .trim{;border-top:1px solid #CCC;
}
.trim img{
    height: 220px; width:auto; 
}

table tr td.trim:last-child {border-right:1px solid #CCC; }
table tr:last-child td.trim {border-bottom:1px solid #CCC; }

/* Live */
.page-id-2983 #gMenu,.page-id-2983 #panList{ display:none;}
.page-id-2983 #main {padding-top:0;}
.page-id-2983 .cntn { width:800px;}

/* bttn ---------------------------;--------------------------------------- */

a.bttn {
    font-size: 16px;
    display: block;
    letter-spacing: 1px;
    border-radius: 3px;
    color: #000!important;
    background-color: #FFF;
    line-height: 1.4;
    text-decoration: none;
    padding: 10px 35px 10px 30px!important;
    border: 1px solid #F60; display:inline-block;
}
a.bttn:before {
    content: "\f105";
    font-family: FontAwesome; color:#F60;
    margin-right: 10px;
}
a.bttn:hover{ background-color: #F60!important; color:#FFF!important;}
a.bttn:hover:before {color:#FFF!important;}

a.bttn.mail:before {content: "\f0e0";}
a.bttn.big {padding: 30px 100px!important;font-size: 20px!important;}

/* Table ---------------------------;--------------------------------------- */
.table1  { border-top:1px solid #ccc; border-left:1px solid #ccc;}
.table1 th  {
	background-color: #f5f5f5; padding:10px 12px;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
.table1 td  { padding:10px 12px;border-bottom:1px solid #ccc;border-right:1px solid #ccc; background-color:#fff;}

.clm2 td{ padding-right:30px;}
.clm3 td{ padding-right:30px; width:300px;}
.clm2 td:last-child,.clm3 td:last-child{ padding-right:0;}

/* Font ------------------------------------------------------------------ */

.fzSS  { font-size:  75%;}
.fzS   { font-size:  85%;}
.fzM   { font-size: 100%;}
.fzL   { font-size: 113%;}
.fzLL  { font-size: 160%;}
.fzLLL { font-size: 200%;}

.fcOrange { color: #F60;}
.fcYellow { color: #FF6;}
.fcRed {color: #F00;}
.fcGreen,.tokucho .box { color: #4D8D2E;}
.fcPink { color: #F69;}
.fcBrown { color: #960;}
.fcBlue { color: #399;}
.fcWhite { color: #FFF;}

.ffEn { font-family:"Arial Narrow", Arial, Helvetica, sans-serif; letter-spacing:1px;font-stretch: condensed;}
.taC{ text-align:center;}
.clear{ clear:both;}
.normal { font-weight:normal;}
.photo img{box-shadow: 2px 2px 2px 2px lightgray; padding:3px; background-color:#FFF; margin:3px;}

/* Floats ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}

/* Width ------------------------------------------------------------------ */
.w10    { width:10%;}
.w20    { width:20%;}
.w30    { width:30%;}
.w35    { width:35%;}
.w40    { width:40%;}
.w50    { width:50%;}
.w60    { width:60%;}
.w70    { width:70%;}
.w80    { width:80%;}
.w90    { width:90%;}

/* Margin ------------------------------------------------------------------ */
.mt00 { margin-top: 0!important;}
.mt05 { margin-top: 5px!important;}
.mt10 { margin-top:10px!important;}
.mt15 { margin-top:15px ;}
.mt20 { margin-top:20px;}
.mt25 { margin-top:25px ;}
.mt30 { margin-top:30px ;}
.mt35 { margin-top:35px ;}
.mt40 { margin-top:40px ;}
.mt45 { margin-top:45px ;}
.mt50 { margin-top:50px ;}
.mr00 { margin-right: 0 ;}
.mr05 { margin-right:5px;}
.mr10 { margin-right:10px;}
.mr15 { margin-right:15px;}
.mr20 { margin-right:20px;}
.mr25 { margin-right:25px;}
.mr30 { margin-right:30px;}
.mr35 { margin-right:35px;}
.mr40 { margin-right:40px ;}
.mr45 { margin-right:45px ;}
.mr50 { margin-right:50px ;}
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px ;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px ;}
.mb20 { margin-bottom:20px ;}
.mb25 { margin-bottom:25px ;}
.mb30 { margin-bottom:30px ;}
.mb35 { margin-bottom:35px ;}
.mb40 { margin-bottom:40px ;}
.mb45 { margin-bottom:45px ;}
.mb50 { margin-bottom:50px ;}
.ml00 { margin-left: 0  ;}
.ml05 { margin-left: 5px ;}
.ml10 { margin-left:10px ;}
.ml15 { margin-left:15px ;}
.ml20 { margin-left:20px;}
.ml25 { margin-left:25px;}
.ml30 { margin-left:30px;}
.ml35 { margin-left:35px;}
.ml40 { margin-left:40px;}
.ml45 { margin-left:45px;}
.ml50 { margin-left:50px;}

.mg-auto { margin:auto;}

/* Padding ------------------------------------------------------------------ */
.pd00 { padding:0px;}
.pd05 { padding:5px;}
.pd10 { padding:10px;}
.pd15 { padding:15px;}
.pd20 { padding:20px;}
.pd30 { padding:30px;}
.pd50 { padding:50px;}


.pchidden	{ display:none;}