body {
	-webkit-text-size-adjust: 100%;
}
header p {
	line-height:0;
}

/* -------------------------------------- 
ポップアップテキスト
---------------------------------------*/
#starts01 dt,#starts02 dt,#starts03 dt {
	padding:0 7px 3px;
	font-size:100%;
	font-weight:bold;
	line-height:1.5em;
	text-align:center;
}
#starts01 dd,#starts02 dd,#starts03 dd {
	padding:0 7px;
	font-size:90%;
	line-height:1.5em;
	text-align:center;
}

/* -------------------------------------- 
レイアウト・テキスト
---------------------------------------*/
#bunkoPage h1 {
	margin:0;
	padding:7px 7px 0 7px;
	color:#333;
	font-size:80%;
	font-weight:normal;
	line-height:1.5em;
	text-align:left;
}
#bunkoPage h2 {
	clear:both;
	padding:7px 5px 3px 5px;
	font-weight:bold;
	font-size:110%;
	color:#333;
	text-shadow:-1px 1px 1px #d6d3cf, 1px 1px 0 #d6d3cf;
	background:-moz-linear-gradient(top, #ffffff, #f1ece6);
	background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1ece6));
	background:-ms-linear-gradient(top, #ffffff, #f1ece6);
	border-top:1px solid #ebe5dd;
	border-bottom:1px solid #ebe5dd;
}
p.line {
	border-top:1px dotted #666;
}
.ico1{
	display:inline-block;
	margin-top:3px;
	padding:3px 5px 3px 20px;
	color:#fff;
	font-size:80%;
	font-weight:bold;
	text-align:left;
	background:#00a6db url(/starts_bunko/images/ico_star.png) 3px center no-repeat;
	background-size:15px;
	border-radius:3px;
}
.ico2{
	display:inline-block;
	margin-top:3px;
	padding:3px 5px;
	color:#ff0;
	font-size:80%;
	font-weight:bold;
	text-align:center;
	background-color:#f07442;
	border-radius:3px;
}
p.catch {
	padding:7px !important;
	color:#016e95;
	font-size:110%;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
	border-bottom:none !important;
}	
.fltL a {
	display:block;
	padding-bottom:7px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:#ccc;  
	border:1px solid #ccc;
	border-bottom-left-radius:5px;
  	border-bottom-right-radius:5px;
}
.fltL, .detail dt, .detail dd, aside dt, aside dd {
	padding:3px 7px;
}
.detail {
	padding-left:134px;
}
.detail dt, aside dt {
	font-size:100%;
	font-weight:bold;
	line-height:1.5em;
	text-align:left;
}
.detail dd {
	font-size:80%;
	font-weight:normal;
	line-height:1.3em;
	text-align:left;
}
aside dd {
	font-size:80%;
	font-weight:normal;
	line-height:1.7em;
	text-align:left;
}
.detail dd.writer {
	font-size:90%;
	font-weight:bold;
	line-height:1.5em;
}
aside dt {
	margin-top:7px;
	padding:7px;
	color:#00a6db;
	border-top:1px dotted #666;
}
aside dt:first-child {
	border-top:none;
}
aside.textArea {
	margin:7px 7px 14px;
	padding:0 7px 0;
	background-color:#f2eee8;
	border:1px solid #d8d8d8;
	border-radius:5px;
}
#copyright p{
	padding-bottom:7px !important;
}

/* -------------------------------------- 
レイアウト・ボタン
---------------------------------------*/
.readLink {
	margin:10px auto;
	text-align:center;
}
.readLink li {
	display:inline-block;
	margin-top:7px;
	text-align:center;
	vertical-align:top;
}
.readLink li a {
	display:block;
	width:240px;
	height:auto;
	padding: 6px 7px;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#00a6db;
	border:1px solid #0094c3;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.readLink.lineup li a {
	width:280px;
}
.writerLink {
	margin:10px auto;
	text-align:center;
}
.writerLink li {
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
.writerLink li a {
	display:block;
	width:120px;
	height:19px;
	padding: 6px 7px;
	color:#666;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:1px solid #666;
	background-color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
}

/* -------------------------------------- 
レイアウト・リンク
---------------------------------------*/
.otherLink,
.otherLinkQA {
	margin:7px 0 0 0;
	padding:0;
	clear:both;
}
.otherLink li {
	border-top:1px dotted #666;
}
.otherLinkQA li {
	border-top:2px solid #0094c3;
}
.otherLink a,
.otherLinkQA a {
	display:block;
	padding:7px;
	color:#333;
	text-align: right;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
.otherLink a:before {
	content:"\003e";
	color:#be9812;
	font-weight:bold;
	float:right;
}
.otherLinkQA a:before {
	content:"\003e";
	color:#0094c3;
	font-weight:bold;
	float:right;
}