@charset "utf-8";
/* CSS Document */


/*------------------------------------------------
共通設定
------------------------------------------------*/
/*イメージ*/
a img,
input[type="image"] { transition:all .2s ease; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; } 
a:hover img,
input[type="image"]:hover { opacity:0.5; filter: alpha(opacity=50); }
.img_container img,
.img_container input { width:100%; }


/*リンク*/
a { color:#555; cursor:pointer; text-decoration:none; outline:none; }
a img { outline:none; }
a:hover { text-decoration:underline; }
a.underline { text-decoration:underline; }
a.underline:hover { text-decoration:none; }


/*テーブル／テーブルセル／インラインブロック*/
.table { display:table; width:100%; }
.cel { display:table-cell; }

.inline_outer { letter-spacing:-.4em; }
.inline { display:inline-block; letter-spacing:normal; }

.ie7lt .cel,
.ie7lt .inline { display:inline; zoom:1; }