/*
Theme Name: Child
Template: twentyfourteen
*/
 
@import url('../twentyfourteen/style.css');
/*****カテゴリリンクの設定*******/

.cat-links {
font-weight: 900;/*文字の太さ*/
text-transform: none;/*強制的に大文字に変換されないようにする*/
background-color: #3cb371;/*背景色*/
border-radius: 10px;/* CSS3草案 */
-webkit-border-radius: 10px; /* Safari,Google Chrome用 */
-moz-border-radius: 10px;/* Firefox用 */
padding: 0.2em 1em;/*枠までの余白*/
}

.cat-links a {
color: white;
}


/******アドセンス背景黄色を白に*********/
ins {
	background: #ffffff;
	text-decoration: none;
}