@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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Kosugi Maru', sans-serif;
	vertical-align: baseline;
}
/*画像下余白無し＆フルード化*/
img {
	vertical-align: bottom;
	max-width:100%;
	height:auto;
}

/*a*/
a {text-decoration:none}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	-webkit-text-size-adjust:100%;
	}
body {
	background-image:url(../images/bg02.jpg);
}
/*** topページ ***/
#topwrap {
	padding:10px;
	max-width:1020px;
	margin: 0 auto;
}
/**ヘッダー**/
#topheader {
	width:100%;
	display:table;
	padding-bottom:10px;
}
#logo {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:20%;
	padding-left:10px;
}
#sitename {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:80%;
	padding-left:20px;
	padding-right:10px;
}
#headerpug {
	display:none;
}
@media screen and (min-width:768px) {
#topheader {
	width:100%;
	display:table;
	padding-bottom:10px;
}
#logo {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:13%;
	padding-left:10px;
}
#sitename {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:70%;
	padding-left:20px;
	padding-right:10px;

}
#headerpug {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:17%;
	padding-right:0px;
}
}

/***作品ページ***/
#wrapper {
	padding:10px;
	max-width: 600px;
	margin: 0 auto;
}
.container {
	max-width:600px;
	margin: 0 auto;
	font-size:14px;
	color:rgba(102,102,102,1);
	overflow:hidden;
}
.title {
	text-align:center;
	padding:5px
}
/*タイトル枠*/
.title h1 {
	display:inline-block;
	color:#3366CC;
	font-size:16px;
	position: relative;
	padding: 0.1em 1em 0.1em;
	border-top: solid 2px #009966;
	border-bottom: solid 2px #009966;
}
.title h1:before, .title h1:after {
	content: '';
	position: absolute;
	top: -7px;
	width: 2px;
	height: -webkit-calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #FF0000;
}
.title h1:before {
	left: 7px;
}
.title h1:after {
	right: 7px;
}
/*comment,infoの設定*/
.comment, .info {
	padding:5px;
}
.info.kindle {
	display:block;
	float:right;
	width:40%;
	/*margin:0 auto;*/
	text-align:center;
	border:#063 1px solid;
	border-radius:10px;
	transition:0.5s;
	}
.info.kindle a{
	display:inline-block;
	color:#063;
	font-size:0.8em;
	line-height:1.2;
	}
.info.kindle:hover{
	background-color:rgb(255,255,255,1);
	}
	

/**フッター**/	
#copyright {
	font-size:0.8em;
	text-align:center;
}