@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★あなた ｍ９っ・ｗ・）ｂ★
Tags: 
Version: 0.1.0
*/
/*****　ヘッダー画像の幅を画面いっぱいに広げる　*****/
/*　画像フレームの幅を100%に　*/
#topMainBnrFrame {
    width: 100%;
    height: auto;
}
 
/*　画像幅を100%に　*/
#topMainBnr img {
    width:100% !important;
    max-width: 100% !important;
    height: auto !important;
}
 
/*　画像の枠線を削除　*/
#topMainBnrFrame .slideFrame {
    border:none;
}
 
/*　画像の位置調整　*/
#topMainBnrFrame .slideFrame img {
    left: 0px;
}
 
/*　画像の余白を削除　*/
#topMainBnr {
    padding:1px 0px;
}
 
/*****　ヘッダー画像のサイズ定義を変更した場合　*****/
@media (min-width: 970px) { /*　BizVektorのレスポンシブ設定による　*/
    /*　画像フレームの最小の高さを設定　*/
    #topMainBnrFrame {
        min-height: 200px;
    }
}
 
/*　画像フレームの背景色・影を消す　*/
#topMainBnr,
#topMainBnrFrame {
    background-color:transparent;
    box-shadow:none;
    border:none;
}
/*　スライダー矢印設定　*/
.flex-direction-nav li .prev{
    left:50px;
}
.flex-direction-nav li .next{
    right:50px;
}
/*****　ヘッダーデザイン　*****/
@media (max-width: 970px){
#header #site-title{
    font-size:16px;
    line-height:25px;
}
}
#gMenu{
	border-bottom:none;
	border-top:3px solid #5EAD3C;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
#gMenu .menu li a{
	background:none;
	border-bottom:none;
}
#gMenu .menu li.current_page_item > a, #gMenu .menu li.current-menu-item > a, #gMenu .menu li > a:hover{
	background-image:none;
	color:#5EAD3C;
}
#gMenu .menu li a:hover, #gMenu .menu li.current_page_item > a, #gMenu .menu li.current-menu-ancestor > a, #gMenu .menu li.current-page-ancestor > a, #gMenu .menu li.current_page_ancestor > a{
	background-color:transparent;
	color:#5EAD3C;
}
#gMenu .menu li.current_page_item > a, #gMenu .menu li.current-menu-item > a, #gMenu .menu li > a:hover{
	background:none;
}

/*****　ヘッダー問い合わせボタン　*****/
@media (min-width: 660px){
.headlist{
    display:inline-block;
    vertical-align:top;
}
#topcontact li a {
    display:block;
    margin:0 0 20px 20px;
}
}
#topcontact li a {
    overflow: hidden;
    width: 220px;
    text-align: center;
    background-color: #5ead3c;
    background-image:none;
}
#topcontact li a:hover{
    opacity:0.8;
}
#topcontact li .btn {
    margin-bottom:20px;
    padding: 17px 10px;
    width:120px;
    border-radius: 3px;		/* CSS3草案 */
    -webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 3px;	/* Firefox用 */
}
/*****　コンテンツ　*****/
.content p {
    padding: 0px;
}
.content h3{
    background:#fafafa;

}
@media (min-width: 660px){
.content table{
    font-size:16px;
}
}
#pageTitBnr{
    background-color:#fafafa;
}
a.btn, .linkBtn a, input[type=button], input[type=submit]{
    background-image:none;
    background-color:#5EAD3C;
}
input[type=submit]:hover{
    opacity:0.8;   
}
#searchform input[type=submit], p.form-submit input[type=submit], form#searchform input#searchsubmit, .content form input.wpcf7-submit, #confirm-button input{
    font-size:16px;
}
/*****　ブログリスト　*****/
.content .infoList .infoCate a{
    background-color:#fafafa;
}
.moreLink a{
    background-image:none;
    background-color:#fafafa;
}
.moreLink a:hover{
    color:#5EAD3C;
    background-image:none;
    background-color:#fafafa;
}
#pagetop a{
    background-color:#fafafa;
}
/*****　お問い合わせブロック 共通　*****/
.content .mainFootContact .mainFootBt a{
    margin-top:10px;
}
/*****　サイドバー 共通　*****/
.sideTower .sideWidget li a{
    background-image:none;
}
.sideTower .sideWidget li a:hover{
    background-image:none;
    background-color:#fafafa;
}
.sideTower .sideWidget li a:hover, .sideTower .sideWidget li.current_page_item a, .sideTower .sideWidget li.current-cat a{
    background-image:none;
}
/*****　トップページ　*****/
.home .content p {
    margin-bottom: 0px;
    padding: 0px;
}
@media (min-width: 660px){
.home .content h2{
    font-size:36px;
}
.home .content h3{
    font-size:24px;
}
}
.home .content h2{
    border:none;
    box-shadow:none;
    padding-left:0px;

}
.home .content h3{
    border:none;
    box-shadow:none;
    padding-left:0px;
    background:none;

}
.home .content h5{
    border:none;
}
#topPr h3{
    font-size:24px;
}
#topPr .topPrInner p.topPrDescription{
    font-size:16px;
    height:100%!important;
}
/*****　サービス案内 ホーム　*****/
#service ul{
    margin-left:0px;
}
@media (min-width: 660px){
#service ul li{
    display:inline-block;
    width:19%;
}
}
/*****　お問い合わせブロック ホーム　*****/
@media (min-width: 970px){
.home .content .mainFootContact{
    background-color:#fafafa;
    padding:20px 60px;
}
.home .content .mainFootContact p.mainFootTxt span.mainFootTel{
    font-size:250%;
}
.home .content .mainFootContact .mainFootBt a{
    background-image:none;
    margin-top:20px;
}
.home h5{
    margin:0 0 10px 0;
    padding-top:0;
}
.home .content .mainFootContact p.mainFootTxt{
     padding-right:80px;
     border-right:1px solid #ccc;
     line-height:15px;   
}
}
/*****　固定ページデザイン　*****/
.page table{
    margin:20px 0 40px 0;
}
.page h2{
    margin:30px 0;
}
.page p small{
	font-size:12px;
	font-weight:100;
}
.page .btnL:hover{
	opacity:0.8;
}

/*****　SNSアイコン　*****/
#content .socialSet ul li.sb_icon a .sns_txt{
	top:-1px;
}
[class^="vk_icon_w_r_sns_"], [class*=" vk_icon_w_r_sns_"] {
	font-family: FontAwesome;
}
.vk_icon_w_r_sns_twitter:before {
	content: "\f099";
}
.vk_icon_w_r_sns_line:before {
	content: "LINE";
    	font-family: 'Meiryo',sans-serif;
    	font-weight: bold;
}
.vk_icon_w_r_sns_hatena:before {
	content: "B!";
    	font-family: Verdana;
    	font-weight: bold;
}
.vk_icon_w_r_sns_google:before {
	content: "\f0d5";
}
.vk_icon_w_r_sns_fb:before {
	content: "\f09a";
}

/*****　フッターデザイン　*****/
#footer{
	border-bottom:none;
}
#siteBottom{
	color:#fff;
	background-image:none;
	background-color:#5EAD3C;
	border-top:none;
	text-shadow:none;
	padding:15px 0;
}
#siteBottom a{
	color:#fff;
}
#powerd{
	display:none;
}