/*
Theme Name: i-Max Child Theme
Theme URI: http://www.templatesnext.org/imax/
Description: This is child theme of i-Max
Author: Takeo Yamada
Author URI: http://revows.biz
Template: i-max
Version: 1.0.0
Text Domain:  i-max-child
*/

/* Base */
body p,li { color:#4b4b4b!important; font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

/* Widget Title */
.widget-title { color:#6495ED; }

/* Blog ページで、 Event カテゴリーを非表示にする */
.category-event { display: none!important; }
/* Blog アイキャッチ画像の調整 */
.meta-img { width:90%!important; height:640!important; }

/* イベントのリンク */
li.eo-event-future  a { font-weight:bold!important;font-size:105%;text-decoration: underline;}
li.eo-event-past  a { font-size:105%;text-decoration: underline;}

/* Widgitのタイトルを太文字にする */
.so-panel h3 { font-weight:bold!important; } 
.widget_recent_entries h3 { font-weight:bold!important; } 
.widget_categories h3 { font-weight:bold!important; }

/* ブログカテゴリーの属性 */
.cat-item a {color:maroon!important; text-decoration: underline;}

/* イベント　カレンダーのリンクを、クリックしても消さないように調整 */
.eo-future-date a:visited { color:blue!important; }
.eo-future-date a:hover { background-color:gold!important; }
/* イベント　カレンダーの先月、翌月リンクの背景色を赤から変更 */
#eo-widget-prev-month a:hover { background-color:gold!important; }
#eo-widget-next-month a:hover { background-color:gold!important; }

/* トップメニューの属性 */
.navbar a { font-weight:bold!important; }

/*　ブログ　日付赤色の背景の高さを調整　*/
.dateonimg { height: 50px!important; }