@charset "UTF-8";


/**************************************************************
* リセット
********************************************************************/
html ,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,
header,hgroup,section,article,aside,hgroup,footer,figure,
figcaption,nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}
article,aside,canvas,details,figcaption,figure,
footer,header,ggroup,menu,nav,section,summary {
	display: block;
}
img {
	border: 0;
	vertical-align: bottom;
}

ul,ol {
	list-style: none;
}
table {
	booder-spacing:0;
	empty-cells: show;
}


body{
	background-color:  FFFFFF;
	font-family: Arial,san-serif;
	font-size: 14px;
	line-height: 1.6;
}

a {
	color: #333;
}

.logo{
	margin: 0 auto;
	display: block;
}
.nav-topicpath {
	color: #000;
	padding: 3px 10px;
	background-color: #FFF;
	font-size: 12px;
}

.nav-topicpath ul:after {
	display: block;
	clear: both;
	content: '';
}
.nav-topicpath li {
	float: left;
}

.nav-topicpath li + li:before {
	margin: 0 3px;
	content: ">";
}
.nav-topicpath li a {
	padding: 3px 0;
}


/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
/*  color:#333;*/
}



/********************************************************
*	本文のスタイル
********************************************************/

.block {
	margin: auto 10px 12px 10px;
	padding-bottom:  12px;
	border-bottom: 1px dotted #0A0A0A;
}

.block:after {
	content: '';
	display: block;
	clear: both;
}

.block-heading {
	margin-bottom: 6px;
	color: #000000;
	font-size: 16px;
}

.block p {
	margin-bottom: 1em;
}
.block p:last-of-type {
	margin-bottom: 0;
}




.image-right, .image-left {
 width: 100px;
 font-size: 12px;
 text-align: center;
}

.image-right {
 margin: 0 0 6px 6px;
 float: right;
}

.image-left {
 margin: 0 6px 6px;
 float: left;
}

.image-center {
 margin: 0 auto 6px auto;
 display: block;
}

.nav-reference {
 margin: 10px;
 text-align: right;
}

.nav-reference a {
 padding: 3px 14px 3px 0;
 background-image: url(../img/ico_next.png);
 background-repeat: no-repeat;
 background-position: right center;
}

.block .nav-reference {
 margin: 10px 0;
}


.nav-home {
 font-size: 12px;
 margin: auto 10px 12px;
 text-align: right;
}

.nav-home a {
 padding: 3px 0 3px 18px;
/* background-image: url(../img/ico_home.png); */
 background-repeat: no-repeat;
 background-position: left center;
}



.nav-portfolio img {
 margin-bottom: 6px;
 width: 60px;
 height: 60px;
 -webkit-border-radius: 30px;
 border-radius: 30px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.nav-portfolio li {
 margin: 0 0 10px 16px;
 float: left;
 text-align: center;
}

.nav-portfolio ul:after {
 content: '';
 display: block;
 clear: both;
}

.nav-portfolio a {
 display: block;
 text-decoration: none;
}

.nav-portfolio a:after {
 display: block;
 content: attr(title);
 font-size: 12px;
 width: 60px;
 text-align: center;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.img-illust {
 margin: 0 auto;
 display: block;
 border: 10px solid #F5F5F0;
}




.global-footer {
 	padding: 12px 10px 6px;
 	color: #FFFFFF;
 	background-color: #303030;
 
  	background-image: url(../img/bg_footer.png);
 
 	background-repeat: repeat-x;
 	background-position: left top;
 	font-size: 12px;
 	text-align: center;
}


.page-heading {
	padding: 12px;
	color: #FFFFFF;
	
	background-color: #303030 ;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 18px;
	text-align: center;
}


.global-header {
	padding: 12px;
	color: #FFFFFF;
	background-color: #000 ;
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 18px;
	text-align: center;
}


/* ▼表全体の装飾▼ */
table.noveltable {
   border-collapse: collapse;
   border: 2px #000000 solid;
   font-size: 90%;
   font-family: Verdana,sans-serif;
}

/* ▼表のセル(全部)の装飾▼ */
table.noveltable th,
table.noveltable td {
   padding: 0.3em;
   border-style: solid;
   border-color: #000000;
   border-width: 1px;
}





/* ▼表のヘッダ(上部)の装飾▼ */
table.noveltable thead th {
   border-bottom: 3px double #000000;
   background-color: #dddddd;
   letter-spacing: 0.15em;
}


/* ▼作品名セルの装飾▼ */
table.noveltable tbody th {
   text-align: center;
}

