<br />
<b>Warning</b>:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>/home/eigoblock/eigoblock.net/public_html/kanjiblock-produced-by/wp-content/plugins/jetpack/_inc/lib/class.media-summary.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in <b>/home/eigoblock/eigoblock.net/public_html/kanjiblock-produced-by/wp-content/plugins/jetpack/_inc/lib/class.media-summary.php</b> on line <b>87</b><br />
@charset "utf-8";

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

REFINE CUSTOM STYLESHEET

スタイルシートをカスタマイズする場合は、style.cssを編集する代わりにこちらに
記述してください。そうすることで、テンプレートがアップデートされた場合でも、
このページをコピー＆ペーストするだけで、簡単に新バージョンのテンプレートに、
自分のカスタムを反映させることができます。

-------------------------------------------------------------------------------------------*/
.banner {
 background:none;
 }


.input[type="text"],
 textarea {
    width: 100%;
 }


.input[type=checkbox] {
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: lavender;
}

.input[type=checkbox] {
  -webkit-transform-origin: center middle;
  -webkit-transform: scale( 2 , 2 );
}

.input[type=checkbox] {
/* もともとright bottom（要素の右下を中心とする）になっていたが、理由不明*/
  -moz-transform-origin: center middle;
  -moz-transform: scale( 2 , 2 );
}


.input[type=radio] {
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: lavender;
}
.input[type=radio] {
  -webkit-transform-origin: center middle;
  -webkit-transform: scale( 2 , 2 );
}
.input[type=radio] {
/* もともとright bottom（要素の右下を中心とする）になっていたが、radioは使っていなかったので理由不明*/
  -moz-transform-origin: center middle;
  -moz-transform: scale( 2 , 2 );
}
