@CHARSET "UTF-8";

*{
    padding:0;
    margin:0;
    box-sizing:border-box;
    max-width:100%;
    max-height:100%
    }
body,html{
    width:100%;
    }
	
body{
    font-size:14px;
    line-height:1.8em;
    font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#3f240c;
    -webkit-text-size-adjust:100%;
    }
	
a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}
	
img{
    border:none;
    outline:none !important;
    height:auto;
    vertical-align:bottom;
    }
	
.textB{
	font-weight:bold;}	
	

.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
</style>	