@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/* ナビゲーションサブメニュ－ */
ul.sub-menu li a{
color:#fff !important;  /* サブメニュー文字色 */
background-color:#3e8d61 !important;  /* サブメニューの背景色 */
font-size:12px !important;  /* 文字の大きさ */
font-weight:bold !important;  /* 文字を太字に */
 line-height: 2.2;
}

ul.sub-menu li a:hover {
background-color:#387f58 !important;  /* サブメニューの背景色 */
}

ul.sub-menu li {
margin-right:0px !important; /* サブメニューの右の余白を0に */
}

/* アイキャッチ写真加工 */
.entry-thumb {
 overflow: hidden;
}
.entry-thumb img {
 transition: 0.6s ;
}

.entry-thumb img:hover {
 opacity: 0.6;
 -moz-transform: scale(1.1,1.1);
 -webkit-transform: scale(1.1,1.1);
 -o-transform: scale(1.1,1.1);
 -ms-transform: scale(1.1,1.1);
}