/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/*タグクラウドのデザイン*/
.widget_tag_cloud .tagcloud a{
 padding:9px;
 text-decoration:none;
 color:#fff;
 display:inline-block;
 width:46.5%;
 font-size:16px;
 color:#333333;
 text-align:center;
 margin-bottom:6px;
 background:#fff;
 border-radius:3px;
 box-shadow:0 1px 3px #ccc;
}

/*タグクラウドマウスオーバー時*/
.widget_tag_cloud .tagcloud a:hover{
 color:#333;
 background:#add8e6;
}

/*画像の下の空白調整*/
img[class*="wp-image-"] {
    margin-bottom: 20px;
}