/* ========================  RESET  ======================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}img{vertical-align:bottom;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul,ul,ol{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted inherit;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}button,fieldset,form,input,label,legend,select,textarea{margin:0;padding:0;vertical-align:baseline;} .clearfix:after{content:".";display:block;clear:both;height:0;visibility:hidden;}.clearfix{min-height:1px;}
* html .clearfix{height: 1px;/*\*//*/ height: auto;overflow: hidden;/**/}
/* ========================  BASE  ======================== */
body {
	color: #333;
	line-height: 0;
	line-height: 1;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	width: 100%;
	overflow-x: hidden;
}

#preview #content{
	width:100%;
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
}

/*購入追従ボタン */

.bottom_banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8%;
  max-height: 40px;
  text-align: center;
  background: #ffcc00;
  padding: 11px 0;
  border-top: 1px solid #191919;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  opacity: 0.90;
	z-index: +1;
}

.bottom_banner_R_btn {
  position: fixed;
  display: block;
  bottom: 0;
  right: 5%;
  width: 30%;
  max-width: 200px;
  margin: 4px 0px;
  padding: 5px;
  background: #000000;
  color: #fff !important;
  border-top: 1px solid #BBB;
  border-left: 1px solid #BBB;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-radius: 2px;
  text-shadow: 1px 2px 3px #808080;
}

.bottom_banner_L_btn {
  position: fixed;
  display: block;
  bottom: 0;
  left: 5%;
  width: 30%;
  max-width: 200px;
  margin: 4px 0px;
  padding: 5px;
  background: #000000;
  color: #fff !important;
  border-top: 1px solid #BBB;
  border-left: 1px solid #BBB;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  border-radius: 2px;
  text-shadow: 1px 2px 3px #808080;
}

/* ヘッダー */
#header {
	text-align: center;
	background: #456c0f;
	margin-bottom: 80px;
	padding: 10px 0px;
}

#header img {
	width: 97%;
}

/* 漫画 */

#comic{
	font-size: 16px;
}

#comic img {
		max-width: 100%;
}

.c-margin {
	margin-top: 10px;
	margin-bottom: 20px;
	
}

/* 購入まわり */

#store {
	color: #f00;
	font-weight: bold;
	text-align:  center;
	margin-top: 20px;
}
#store h2 {
	color: #f00;
	font-size: 1.6em;
	text-align:center;
	font-weight: bold;
	margin-bottom: 10px;
}

#store img {
		max-width: 100%
		;
}

#store .cover {
	margin-bottom: 20px;
}

.author {
	color: #000;
	font-weight: lighter;
}
.s-button {
	margin-top: 10px;
	margin-bottom: 5px;
}

/* フッター */
.footer {
	color: #000;
	text-align:  center;
	margin-bottom: 80px;
}

.footer p{
	font-size: 0.8em;
}