@charset “utf-8”;
/*
Theme Name: BizVektor_child
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: ★BizVektor子テーマ★
Author: MarkleDesign
Tags:
Version: 0.1.0
/*
/* クレジットを非表示は、plugins.phpにて実行
#siteBottom {display: none} /*
/*投稿リストの更新日を非表示 */
.updated {
display:none;
}
/*PC・スマホ のみで表示するクラス */
@media screen and (max-device-width: 400px) {.only_pc {display:none}}
@media screen and (min-device-width: 400px) {.only_mb {display:none}}
/* 左寄せ、センタリング、右寄せ、太字/*
.left {
margin-right: auto;
}
.center {
margin-left: auto;
margin-right: auto;
}
.right {
margin-left: auto;
}
.bold{
font-weight:bold;
}
/*オンマウスで画像を半透明にする
.gazou:hover {
opacity: 0.6;
filter:alpha(opacity=60);
} /*
/*.gazou {
filter:alpha(opacity=80); /* IE 6,7*/
-ms-filter: “alpha(opacity=80)”; /* IE 8,9 */
-moz-opacity:0.8; /* FF , Netscape */
-khtml-opacity: 0.8; /* Safari 1.x */
opacity:0.8;
zoom:1; /*IE*/
}
.gazou:hover{
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}/*
.gazou:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}
/* IE8 */
html>/**/body .gazou:hover {
display /*\**/:inline-block\9;
zoom /*\**/: 1\9;
}
/* 新旧Firefox */
.gazou:hover, x:-moz-any-link { background: #fff;}
.gazou:hover, x:-moz-any-link, x:default { background: #fff;}
/*固定ページ子ページ下部に表示されるボックスリンクを非表示
body.page-parent #content .childPageBox { display:none; }
では消えないので、PHPを書き換える/*
/*罫線を引くcss/*
.line {
border-top:1px solid #D3D3D3;
padding: 6px 0 2px 0;
display: block;
}
/*.menu{font-size:5px}/*
/*フッター幅を広げるss/*
html {
overflow: auto;
}
body {
overflow: hidden;
}
#footer #footerInner {
margin-left: -500%;
margin-right: -500%;
padding-left: 500%;
padding-right: 500%;
}
/*フッターウィジェット追加のCSS/*
#footer.footer_widget ul {
display: block;
/* float: right;
width: 300px;
padding: 100px;/*
float:none;width:100%;
}
/*囲み 実線、破線、線なし*/
.box {
padding: 3px;
background: #fff;
border: 1px #ccc solid;
box-shadow: 0 2px 3px 0 #ddd;
-moz-box-shadow: 0 2px 3px 0 #ddd;
-webkit-box-shadow: 0 2px 3px 0 #ddd;
}
.box-hasen {
padding: 0.5em 1em;
margin: 2em 0;
background: #b2ffb2;
border: dashed 3px #006400;
width:350px;
margin-left:auto;margin-right:auto;
}
.box-none {
padding: 0.5em 1em;
margin: 2em 0;
width:350px;
margin-left:auto;margin-right:auto;
font-weight: bold;
line-height: 200%;
}
/*改行幅を広げる*/
.gyo {line-height: 200%;}
/*改行幅を詰める*/
.gyo2 {line-height: 0%;}
/*文字を1サイズ大きく*/
.big{
font-size: 120%;
}
/*文字を小さく*/
.small{
font-size: x-small;
}