@charset "UTF-8";
/*----------このエリアは削除すると正しく動作しない可能性があります----------

Theme Name:   LION BLOG Child
Theme URI:    http://fit-jp.com/theme/
Description:  FIT(フィット) が制作するブログ用WordPressTHEME「LION BLOG」の子テーマ
Author:       Kota Naito　@FIT(フィット)
Author URI:   http://fit-jp.com/about/
Template:     lionblog
Version:      1.2
License:      GNU GENERAL PUBLIC LICENSE
License URI:  http://www.gnu.org/licenses/gpl.html

----------このエリアは削除すると正しく動作しない可能性があります----------*/


/*/////////////////////////////////////////////////
//下記ユーザーカスタマイズエリア
/////////////////////////////////////////////////*/


/*
CSSが効かないので、indexに記述
#mv{
	text-align:center;
	}
#mv .inner{
	width:auto;
	width:1100px;
}*/


.inner{ max-width:1100px; }

.flexbox{
list-style-type:none;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;


/* 横方向の配置 */
justify-content: center;
/*
	flex-start：左寄せ（デフォルト）
	flex-end：右寄せ
	center： 中央寄せ
	space-between：残り余白の均等割り 
	space-around：左右余白 ＋ 均等割り
 */
 
 
 /* 縦方向の配置 */
 align-items: flex-start;
	/*    
	flex-start：上揃え（デフォルト）
	flex-end：下揃え
	center：中央揃え
	baseline：ベースライン
	stretch：伸縮
	*/
	}

.flexbox li{
	
	}

.bnr{ margin-bottom:1em;
}
.bnr a:hover img{
     filter:alpha(opacity=70);
     -moz-opacity:0.70;
     opacity:0.70;
	}

.bnr li{ margin-right:1%;}