@CHARSET "UTF-8";
.errorMessage {
	color: red;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	width: 640px;
}
/***************** バナー表示エリア ****************/
body#bodyStoryList div#storyListBannerArea {
	position: relative;
	height: 204px;
	border: 1px solid #C0C0C0;
	overflow: hidden;
}
body#bodyStoryList div#storyListBannerArea > img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
body#bodyStoryList div#storyListComicInfo {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 0 0 5px;
	color: #fff;
	max-width: 524px;
	background-color: rgba( 0, 0, 0, 0.5 );
}
body#bodyStoryList div#storyListComicInfo > div#storyListComicTitle {
	font-size: 18px;
}
body#bodyStoryList div#storyListComicInfo > div#storyListAuthor {
	font-size: 15px;
	margin: 5px 0;
}
body#bodyStoryList div#storyListSubscriberCount {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 15px;
	padding: 5px;
	background-color: rgba( 0, 0, 0, 0.5 );
}
body#bodyStoryList div#storyListSubscriberCount > span {
	color: #fff;
	font-size: 18px;
}
body#bodyStoryList div#storyListSubscriberCount > span#spanStoryListSubscriberMark {
	font-size: 18px;
	color: #ffff00;
}
/***************** データ表示制御エリア ****************/
body#bodyStoryList div#storyListControlArea {
	width: 100%;
}
body#bodyStoryList div.divStoryListLoadingRow {
	text-align: center;
	color: #BDC3C7;
	font-size: 18px;
	padding-top: 10px;
	border-top: 1px dotted #D9E0E6;
}
body#bodyStoryList div#storyListControlArea ul {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}
body#bodyStoryList div#storyListControlArea li {
	width: 32.5%;
	display: inline-block;
	border-right: 1px solid #ccc;
	list-style-type: none;
	padding: 10px 0;
	margin: 0;
	font-size: 16px;
	text-align: center;
}
body#bodyStoryList div#storyListControlArea li:last-child {
	border-right: none;
}
body#bodyStoryList div#storyListControlArea li:hover {
	cursor: pointer;
}
body#bodyStoryList div#storyListControlArea li.disabled:hover {
	cursor: default;
}
div#storyListReadFromText.disabled {
	color: #999;
}
body#bodyStoryList div#storyListOrderImage {
	width: 30px;
    height: 30px;
    background-image: url(/img/comic/mobile/sort.png);
    background-repeat: no-repeat;
    background-size: 30px;
    margin: auto;
}
body#bodyStoryList div#storyListReadFromImage {
	width: 30px;
    height: 30px;
    background-image: url(/img/comic/mobile/continue.png);
    background-repeat: no-repeat;
    background-size: 30px;
    margin: auto;
}
body#bodyStoryList div#storyListReadFromImage.disabled {
    background-image: url(/img/comic/mobile/continue_off.png);
}
body#bodyStoryList div#storyListSubscribeImage {
	width: 30px;
    height: 30px;
    background-image: url(/img/comic/mobile/subscribe_off.png);
    background-repeat: no-repeat;
    background-size: 30px;
    margin: auto;
}
body#bodyStoryList div#storyListSubscribeImage.subscribed {
    background-image: url(/img/comic/mobile/subscribe_on.png);
}
/***************** データ表示エリア ****************/
body#bodyStoryList div#storyListLoadDataArea {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 5px auto 0;
	font-size: 16px;
	min-height: 252px;
	cursor: default;
}
div#storyListLoadDataArea > div:nth-child(1) {
    border-top: 1px dotted #D9E0E6;
}
div#storyListLoadDataArea > div {
    width: 100%;
    height: auto;
    padding: 4px 0;
    border-bottom: 1px dotted #D9E0E6;
    align-items: center;
}
body#bodyStoryList p#no_story_message {
	width: 640px;
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 50px;
}
