/*
Theme Name:     Catch Kathmandu (CLL)
Theme URI:      http://www.cyber-literacy.com/
Description:    Kid Theme of Catch Kathmandu for Cyber Literacy Lab.
Author:         Wataru Saito
Author URI:     http://www.cyber-literacy.com/
Template:       catch-kathmandu
Version:        1.0
*/

@import url('../catch-kathmandu/style.css');


/* ヘッダー：タイトル下のイタリックを止める */

#site-description {
    font-style: normal;
}

/* トップページ：ボタンサイズの変更 */

#homepage-message .right-section a {
    font-size: 2rem;
}

/* 各ページ：画像のインライン表示対応 */

.entry-content img,
img.size-full,
img.size-large,
img.wp-post-image {
	display: inline;
}

img.cll-sympo20 {
    height: 20px;
}

img.cll-sympo25 {
    height: 25px;
}
