@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul, li {
	list-style: none;
}

a:link {}
a:visited {}
a:hover {}
a:active {}



body {
	background-color: #FBC5D5;
	background: url(../../image/news_bg.jpg) no-repeat left top;
	overflow-x : hidden;
}

#comic {
	width: 625px;
	overflow: hidden;
	margin-top: 120px;
	margin-left: 89px;
	height: 940px;
}

.btn {
	margin-left: 514px;
	margin-top: 10px;
}
