#powerd{display:none}

body { font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

#content p { font-size:16px; }

#header #site-title a img { max-height:100px; }
#footer {border-top: 1px solid #009966;background-color: #009966;}
#siteBottom {border-top: 1px solid #003366;background-color: #003366;}

/* NEATのときに追加 */
#pagetopInner.innerBox,
#footer .innerBox,
#siteBottomInner.innerBox,
#footMenu #footMenuInner.innerBox {
    background: transparent;
}
/* NEATフッターの横線を消す */
#footMenu .menu,
#siteBottomInner.innerBox #copy {
    border: none;
}
/* footer住所 */
#footer dl#footerOutline dd { color:white; }
 
/* footerフッターサイトマップメニュー */
#footerSiteMap .menu a { color:white; }
 
/* footerフッター罫線 */
#footer { border-top:1px solid white; }
 
/* footerメニューアイコン */
#footerSiteMap .menu li a {
background:url(images/icon_arrow1_green.gif) 0px 3px no-repeat;
}
 
/* footerサブメニューアイコン */
#footerSiteMap .menu li li a {
background:url(images/icon_arrow2_orange.gif) 2px 4px no-repeat;
}
 
/* footerCopyrightの色 */
#siteBottom #copy,
#siteBottom #copy a {
color:white;
}

/* lineボタンを非表示に */
#content .socialSet .sb_line { display:none; }

/* tableフォントサイズ */
#content table th, #content table td { font-size:16px;line-height:1.7; }

/* Q&A */
#content .qaItem { font-size:16px;line-height:1.5; }

/* リスト */
#content dl dt, #content dl dd { font-size:16px;line-height:1.5; }
#content ul li, #content ol li { font-size:16px;line-height:1.5; }

/* エントリー下の空き */
#content .entry-meta { margin-bottom: 30px; font-size: 11px; color: #666; }

/* Shortcodes Ultimate コメントなし */
.su-posts-default-loop .su-post-comments-link { display:none }

/* Contact Form 7カスタマイズ */
.inquiry th {
 text-align: left;
 font-size: 14px;
 color: #444;
 padding-right: 5px;
 width: 30%;
 background:#f7f7f7;
 border: solid 1px #d7d7d7;
}
.inquiry td {
    font-size: 13px;
border: solid 1px #d7d7d7;
}
/* 必須の調整 */
.haveto {
   font-size: 7pt;
   padding: 5px;
   background: #ff9393;
   color: #fff;
   border-radius: 2px;
   margin-right: 2px;
}
/* 任意の調整 */
.any {
   font-size: 7pt;
   padding: 5px;
   background: #93c9ff;
   color: #fff;
   border-radius: 2px;
   margin-right: 2px;
}
/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
 display: block;
}
/* 送信ボタンのデザイン変更 */
.soushinbtn{
padding:20px!important;
width:40%;
 background: #ffaa56!important;
color: #fff;
 font-size: 18px!important;
 border-radius: 2px!important;}
.soushinbtn:hover{
background:#fff!important;
color:#ff870f;
border:2px solid #ffa042;
}
/* スマホContact Form 7カスタマイズ */
@media screen and (max-width: 700px) {
.inquiry th, .inquiry td {
display:block;
width: 100%!important;
border-top: none!important;
}
.inquiry tr:first-child th {
border-top: 1px solid #d7d7d7!important;
}
.soushinbtn{
width:80%!important;
}}