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

article.single { width: 100%; background: #FFFFFF; position: absolute; top: 0; left: 0; z-index: 120000; box-sizing: border-box; -webkit-box-sizing: border-box; display: block; padding-top: 0; -webkit-overflow-scrolling: touch;}
article.single .fixed_title { background: #000000; padding: 10px 10px 10px 42px; position: fixed; top: 0; left: 0; z-index: 130000; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; color: #FFFFFF; cursor:pointer; }
article.single .fixed_title span { width: 22px; line-height: 22px; position: absolute; top: 50%; left: 10px; display: block; margin-top: -11px; }
article.single .bodytext { line-height: 1.4; padding: 10px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; margin-bottom: 10px; }
article.single .bodytext img { width: 100%; }
article.single .item { width: 100%; overflow: auto; background: #FFFFFF }
article.single .bodytext p { margin-bottom: 1rem }
