@charset "utf-8";
/*
	Theme Name: RE:DIVER-CHILD
	Template: rediver
	Description:  re: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:14px!important;
 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;
}