@charset "UTF-8";
/* CSS Document */

/*-- comicTitle -------------*/
#comicTitle {
  margin: 10px 0 8px;
}
#comicTitle p {
	margin: 4px 12px;
	font-size: 10px;
}
.nmt {
	margin-top: -12px;
}
#comicTitle ul li.left {
	float: left;
	margin-left: 12px;
}
#comicTitle ul li.left .c_title {
	font-size: 18px;
	font-weight: bold;
	margin-right: 4px;
}
#comicTitle ul li.left .c_name a {
  color: #aaa;
}
#comicTitle ul li.right {
	float: right;
	margin-right: 12px;
}
#comicTitle ul li.right:before {
	content: " \f06e"; font-family: FontAwesome; padding-right: 3px;
}

/*-- readHeader -------------*/
#readHeader {
  background: #fff;
  position: fixed;
  border-bottom: solid 1px #ddd;
  z-index: 10000;
  width: 100%;
  padding: 7px 0;
  height: 30px;
  line-height: 100%;
  margin-top: -61px;
}
#readHeader .inner {
  width: 978px;
  margin: 0 auto;
}
#readHeader .title_area {
  float: left;
  margin-top: 9px;
}
#readHeader .title_area ul li {
  float: left;
  margin-right: 10px;
}
#readHeader .title_area ul li a {
  color: #aaa;
}
#readHeader .title_area ul li.episode {
  font-weight: bold;
}
#readHeader .btn_area {
  float: right;
}
#readHeader .btn_area ul li {
  float: left;
}
#readHeader .btn_area ul li input  {
  padding: 6px 22px 5px;
}
#readHeader .btn_area ul li.delete {
  margin-top: 5px;
  font-size: 20px;
}
#readHeader .btn_area ul li.delete a {
  color: #ccc;
}


/*-- episodeArea -------------*/
#episodeArea {
  border-top: dotted 1px #ddd;
  padding: 26px 0;
  position: relative;
}
#episodeArea .updating {
  position: absolute;
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #aaa;
  letter-spacing: 1px;
  padding: 2px 6px 0px;
  margin: -15px 0 0 6px;
}
#episodeArea h1 {
  font-size: 16px;
  float: left;
  padding-top: 7px;
  width: 524px;
	margin-left: 12px;
}
#episodeArea ul {
  float: right;
	margin-right: 12px;
}
#episodeArea ul li {
  float: left;
  margin-left: 6px;
}
#episodeArea ul li a {
	display:block;
	text-indent: -9999px;
  width: 98px;
  height: 27px;
  text-indent: -9999px;
}
#episodeArea ul li.url a { background: url(../../images/btn_read_url.png) no-repeat;}
#episodeArea ul li.first a { background: url(../../images/btn_read_first.png) no-repeat;}
#episodeArea ul li.episode a { background: url(../../images/btn_read_episode.png) no-repeat;}
#episodeArea ul li.author a { background: url(../../images/btn_read_author.png) no-repeat;}

/*-- tagArea -------------*/
#tagArea {
	background: #eee;
}
#tagArea ul {
	padding: 10px !important;
	overflow: hidden;
}
#tagArea ul li {
	float: left;
	margin-right: 10px;
	color: #aaa;
}


/*-- pageNavi -------------*/
#pageNavi {
	margin:0;
	padding:14px 0;
	background:#464646;
	display:block;
}
#pageNavi ul li a {
	display:block;
	width: 360px;
	padding: 12px;
	background: #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	color: #464646;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
}
#pageNavi ul li a:hover {
  text-decoration: none;
  background: #e2e2e2;
}
#pageNavi ul li.left a {
	float:left;
	margin-left:90px;
}
#pageNavi ul li.right {
	float:right;
	margin-right:90px;
}
/*-- comicViewer -------------*/
#comicViewer span.black {
  background: #464646;
}
#comicViewer span.comic_img {
	display:block;
	text-align:center;
	width: 690px;
	min-height: 200px;
	margin: 40px auto;
	border: 1px solid #eee;
	padding: 20px;
	position: relative;
}
#comicViewer span.comic_img img {
	max-width: 690px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-ms-interpolation-mode: bicubic;/*ie*/
}

#comicViewer span.union {
	width: 928px;
	padding: 1px;
}
#comicViewer span.union img {
	max-width: 464px;
	text-align: center;
	vertical-align:bottom;
}

#comicViewer em.numbering {
	display:block;
	font-style: normal;
	font-size: 11px;
	color: #cdcdcd;
	position: absolute;
	right: 10px;
	bottom: 3px;
}

#comicViewer .expand {
	position: absolute;
	margin-left: -70px;
	margin-top: -20px;
}
#comicViewer .expand a {
  border: solid 1px #ddd;
  background: #f9f9f9;
  color: #ccc;
  display: block;
  padding: 4px 12px 3px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#comicViewer .expand a:hover {
  border: solid 1px #ccc;
  background: #f2f2f2;
  color: #666;
}

.tipsy {
  padding: 5px;
  font-size: 10px;
  background-repeat: no-repeat;
  margin-top: 2px;
}
.tipsy-inner {
  padding: 3px 8px 1px;
  background: #666;
  color: #fff;
  max-width: 200px;
  text-align: center;
  border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.tipsy-north {
  background-image: url(../images/tipsy_north_001.png);
  background-position: top center;
}

#comicViewer .writer_comment {
  border: 1px solid #eee;
  width: 690px;
  margin: 80px auto -30px;
  padding: 20px;
}
#comicViewer .writer_comment .icon {
  float: left;
  display: block;
  margin-right: 18px;
}
#comicViewer .writer_comment .icon img {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#comicViewer .writer_comment p {
  overflow:hidden;
  zoom:1;
}

#comicViewer .clap_area_read {
  width: 690px;
  margin: 80px auto 50px;
}

#comicViewer .clap_area_read > div {
  text-align: center;
}
#comicViewer .clap_area_read > div > div {
  display:inline-block;
}
#comicViewer .clap_area_read h4 {
  background: url(../../images/read_copy_001.png) no-repeat;
  width: 302px;
  height: 39px;
  text-indent: -9999px;
  margin: 0 auto 18px;
}
#comicViewer .clap_area_read .btn_clap {
  float: left;
  margin-right: 10px;
  /* margin-left: 94px; */
}
#comicViewer .clap_area_read .btn_clap a {
  display: inline-block;
  padding: 12px 44px;
  background: #00c0a8;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#comicViewer .clap_area_read .btn_clap a:hover {
  background: #01a894;
  text-decoration: none;
}
#comicViewer .clap_area_read .count_bubble {
  display: inline-block;
  padding:  11px 10px;
  border: solid 1px #00c0a8;
  color: #00c0a8;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  position: relative;
  float: left;
}
#comicViewer .clap_area_read .count_bubble:before {
  border:6px solid transparent;
  border-right-color:#fff;
  border-left-width:0;
  left:-6px;
  content:"";
  display:block;
  top:15px;
  position:absolute;
  width:0;
  z-index:1;
}
#comicViewer .clap_area_read .count_bubble:after {
  border:6px solid transparent;
  border-right-color:#00c0a8;
  border-left-width:0;
  left:-7px;
  content:"";
  display:block;
  top:15px;
  position:absolute;
  width:0;
}
#comicViewer .clap_area_read ul li {
  float: left;
  margin-right: 4px;
}
#comicViewer .clap_area_read ul li img {
  width: 42px;
  height: 42px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
#comicViewer .report_area {
 text-align: right;
 margin: 10px;
}
#comicViewer .report_area a {
 color: #ccc;
 font-size: 11px;
}
#comicViewer .all_comment {
  background: #eee;
  text-align: center;
  padding: 20px;
}
#comicViewer .all_comment a {
  font-weight: bold;
  font-size: 14px;
}


/*-- read_footer_ranking -------------*/
.read_footer_ranking .left {
  float: left;
  padding: 24px 12px;
  margin-right: 20px;
  width: 130px;
  height: 218px;
  background: #f4f4f4;
  border-right: solid 1px #ddd;
}
.read_footer_ranking .left p {
  margin-bottom: 4px;
  font-weight: bold;
}
.read_footer_ranking .left ul li {
  padding-left: 18px;
  margin-left: 2px;
}
.read_footer_ranking .left ul li.daily { background: url(../../images/icon_rank_01.png) 0 0.3em no-repeat;}
.read_footer_ranking .left ul li.weekly { background: url(../../images/icon_rank_02.png) 0 0.3em no-repeat;}
.read_footer_ranking .left ul li.monthly { background: url(../../images/icon_rank_03.png) 0 0.3em no-repeat;}

.read_footer_ranking .right {
  float: left;
  padding: 24px 0 0 0;
}

.read_footer_ranking .right ul li {
	float: left;
	margin-right: 17px;
}
.read_footer_ranking .right ul li .rank_box {
	margin:0 auto;
	padding: 2px;
	border: solid 1px #ddd;
	display: table;
}
.read_footer_ranking .right ul li .rank_box div {
  display: table-cell;
  vertical-align: middle;
	width: 180px;
	height: 180px;
	layout-grid-line: 180px;
	text-align: center;
}
.read_footer_ranking .right ul li .rank_box div img {
	max-width: 180px;
	max-height: 180px;
	vertical-align: middle;
}
.read_footer_ranking .right ul li p.title {
  font-weight: bold;
  margin-top: 4px;
}
.read_footer_ranking .right ul li p.writer a {
  color: #aaa;
}

/*-- read_footer_recommend -------------*/
.read_footer_recommend p.headline {
  padding: 16px 18px 10px;
  font-weight: bold;
}
.read_footer_recommend p.headline span {
  font-weight: normal;
  padding-left: 8px;
}
.read_footer_recommend_inner {
  margin: 0 0 10px 18px;
}

.read_footer_recommend .comicList_box {
  float: left;
  width: 286px;
  background: #f4f4f4;
  padding: 6px 10px;
  margin: 0 18px 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.read_footer_recommend .comicList_box .comicCover {
  float: left;
	padding: 2px;
	border:  solid 1px #ddd;
	display: table;
	background: #fff;
}
.read_footer_recommend .comicList_box .comicCover div {
  display: table-cell;
  vertical-align: middle;
	width: 100px;
	height: 100px;
	layout-grid-line: 100px;
	text-align:center;
}
.read_footer_recommend .comicList_box .comicCover img {
	max-width: 100px;
	max-height: 100px;
  vertical-align: middle;
}
.read_footer_recommend .comicList_box .right {
  float: left;
  margin-left: 14px;
  margin-top: 20px;
}
.read_footer_recommend .comicList_box .right .title {
  font-size: 16px;
  font-weight: bold;
}
.read_footer_recommend .comicList_box .right .title .updating {
padding-right: 2px;
font-weight: bold;
}
.read_footer_recommend .comicList_box .right .font_gray {
  color: #aaa;
  font-size: 11px;
  line-height: 160%;
  margin-top: 3px;
}

/*-- comicCover -------------*/
#comicTitle_toppage {
}
#comicTitle_toppage h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 120%;
}
#comicTitle_toppage p {
  float: left;
  font-size: 14px;
  padding-top: 2px;
}
#comicTitle_toppage .social {
  float: right;
  font-size: 28px;
  margin: -4px 0 5px;
}
#comicTitle_toppage .social .fb_btn a {
  color: #3b5997;
}
#comicTitle_toppage .social .tw_btn a {
  color: #2ca9e1;
}

/*-- comicTag -------------*/
#comicTag ul {
  padding: 10px 0;
  margin-bottom: 10px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
#comicTag ul li {
  float: left;
  margin-right: 16px;
}
#comicTag ul li i {
  color: #aaa;
  padding-right: 3px;
}
#comicTag ul li a {
  color: #aaa;
}


/*-- comicCover -------------*/
#comicCover span.comicCover_pic {
	display:block;
	text-align:center;
	border:  solid 1px #ddd;
	padding: 9px 0 4px;
}
#comicCover span.comicCover_pic img {
	max-width: 536px;
	max-height: 400px;
}

#comicCover {
	font-size:14px;
}
#comicCover .comicBox {
	border-bottom: solid 1px #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#comicCover .images {
	float:left;
}
#comicCover .images span {
	width:190px;
	height:190px;
	border: solid 1px #ddd;
	layout-grid-line:180px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	margin:0 auto;
	padding: 2px;
}
#comicCover .images span {
	*display: block; /* IE7 */
	display: block\9; /* IE8 */
}
#comicCover .images span:not(:target) {
	display: table-cell\9; /* IE9 */
}

#comicCover .images img {
	max-height:190px;
	max-width:190px;
	vertical-align:bottom;
}
#comicCover h1.comicAll {
  font-size: 16px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
#comicCover .detail {
	float:left;
	margin: 2px 0 0 22px;
	width: 340px;
	font-size: 12px;
}
#comicCover .detail h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
  border-bottom: none;
}
#comicCover .detail dl {
	margin: 0 0 5px 0;
}
#comicCover .detail dl dt {
	float: left;
	width: 100px;
}
#comicCover .detail .read {
	display: block;
	margin-top: 12px;
}

/*-- sideContents -------------*/

#sideContents_inner {
	width:300px;
	float:right;
}
#sideContents_inner .box_area_author {
	width:320px;
	float:right;
	background: #fff;
	margin-bottom: 22px;
  border: solid 1px #ddd;
}
#sideContents_inner .box_area_author #adsense_02 {
  padding: 10px 10px 6px;
}

#sideContents_inner .box_area_author #authorProfile {
  padding: 10px;
  /* border-top: solid 1px #ddd; */
}
#sideContents_inner .box_area_author #authorProfile .name_area span {
  display: block;
  width: 120px;
  height: 120px;
  float: left;
  margin-right: 10px;
}
#sideContents_inner .box_area_author #authorProfile .name_area span img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#sideContents_inner .box_area_author #authorProfile .name_area div {
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  padding-top: 52px;
  display: block;
}
#sideContents_inner .box_area_author #authorProfile .name_area div.official {font-size: 15px;}
#sideContents_inner .box_area_author #authorProfile .name_area div.official i {color: #00c0a8;}

#sideContents_inner .box_area_author #authorProfile p {
  padding: 10px 0 0;
  word-break: break-all;
}
#sideContents_inner .box_area_author .author_url_area {
  border-top: solid 1px #ddd;
  padding: 10px;
  word-wrap: break-word;
}


#sideContents_inner .box_area {
	width:300px;
	float:right;
	background: #fff;
	padding: 10px;
	margin-bottom: 22px;
  border: solid 1px #ddd;
}
#sideContents_inner .box_area .ranking_area {
}
#sideContents_inner .box_area .ranking_area .headline {
  background: #eee;
  padding: 10px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 4px;
}

#sideContents_inner .box_area .rank_box {
  border-bottom: solid 1px #ddd;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
#sideContents_inner .box_area .rank_box .thumbnail {
  float: left;
	margin:0 auto;
	padding: 2px;
	border:  solid 1px #ddd;
	display: table;
}
#sideContents_inner .box_area .rank_box .thumbnail div {
  display: table-cell;
  vertical-align: middle;
	width: 50px;
	height: 50px;
	layout-grid-line:50px;
	text-align:center;
}
#sideContents_inner .box_area .rank_box .thumbnail img {
	max-width: 50px;
	max-height: 50px;
  vertical-align: middle;
}
#sideContents_inner .box_area .rank_box .detail {
  float: right;
  width: 234px;
  position: relative;
}
#sideContents_inner .box_area .rank_box .detail .number {
  position: absolute;
  right: 0;
  font-size: 30px;
  font-weight: bold;
  color: #e2e2e2;
  margin-top: 18px;
}
#sideContents_inner .box_area .rank_box .detail .title {
  font-size: 15px;
  font-weight: bold;
  margin: 9px 0 2px;
}
#sideContents_inner .box_area .rank_box .detail .author a {
  color: #aaa;
}

#sideContents_inner .box_area .tags_area {
}
#sideContents_inner .box_area .tags_area .headline {
  background: #eee;
  padding: 10px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 4px;
}
#sideContents_inner .box_area .tags_area ul {
  margin: 10px 0 0;
}
#sideContents_inner .box_area .tags_area ul li {
  float: left;
  margin: 0 5px 5px 0;
}
#sideContents_inner .box_area .tags_area ul li a {
  position: relative;
  display: inline-block;
  height: 21px;
  line-height: 22px;
  padding: 1px 6px 0;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 2px;
  text-decoration: none;
  font-size: 11px;
  white-space: nowrap;
}
#sideContents_inner .box_area .tags_area ul li a:hover {
  background: #eee;
}

/*-- comicEditBtnArea -------------*/
#comicEditBtnArea {
	margin-top:20px;
	padding-top:10px;
	border-top:solid 1px #ddd;
}
#comicEditBtnAreaPerson {
	margin-top: -10px;
}

/*-- userCommentArea -------------*/
#userCommentArea {
	margin-top: 30px;
}
#userCommentArea p.title {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 6px;
}
#userCommentArea p.no_comment {
  background: #eee;
  text-align: center;
  padding: 10px;
  color: #aaa;
}
#userCommentArea .no_login {
  text-align: center;
  background: #f4f4f4;
  padding: 16px 0 12px;
}
#userCommentArea form {
	margin-bottom: 10px;
}
#userCommentArea form textarea.postArea {
	width: 598px;
  padding: 6px;
	height: 60px;
	font-size: 13px;
  border: none;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.12);
  background: #f2f2f2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#userCommentArea form .titleCount {
  float: right;
  clear: right;
  font-size: 11px;
}
#userCommentArea ul.commentList {
	border-top:solid 1px #ddd;
}
#userCommentArea ul.commentList li {
	border-bottom:solid 1px #ddd;
	padding: 10px 0;
	font-size: 13px;
}
#userCommentArea ul.commentList li p {
  word-break: break-all;
}
#userCommentArea ul.commentList li p.date {
	font-weight: bold;
	margin-bottom: 1px;
}
#userCommentArea ul.commentList li p.date span {
	font-size: 10px;
	margin-left: 10px;
	font-weight: normal;
	color: #aaa;
}
#userCommentArea ul.commentList li div .nice a {
	color: #aaa;
}
#userCommentArea ul.commentList li div .ster {
	color: #efba01;
	word-wrap: break-word;
}
#userCommentArea .moreComment {
	text-align: center;
	margin: 5px 0;
}
#userCommentArea .commentSend {
	background: #fff;
	width: 100%;
	border: solid 1px #ddd;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 10px;
}


/*-- comicComment -------------*/
#comicComment {
	margin:0 0 0px;
	padding:14px 0;
	border-top:solid 1px #ddd;
}
#comicComment .status ul li {
	float: left;
	margin: 0 20px 14px 0;
	font-weight: bold;
}
#comicComment .status ul li span {
  background: #eee;
  color: #aaa;
  margin-right: 6px;
  display: inline-block;
  padding: 4px 10px;
	font-size: 11px;
}

#comicComment ul.atteiton_area {
	margin-bottom: 6px;
}
#comicComment ul.atteiton_area li {
	float: left;
	height: 22px;
	padding-top: 3px;
	margin-bottom: 4px;
}
#comicComment ul.atteiton_area li div {
  display: inline-block;
  background: #444;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  font-size: 11px;
  padding: 3px 10px 1px;
  margin-right: 7px;

}
#comicComment ul.atteiton_area li div i {
  color: #efba01;
}
#comicComment ul.atteiton_area li span {
  color: #a58919;
  font-weight: bold;
}
#comicComment p { word-wrap: break-word;}
#comicComment p a { cursor: pointer;}
#comicComment p a:hover { text-decoration: none;}

/*-- comicCount -------------*/
#comicCount {
  background: #fbfbfb;
  border: solid 1px #ddd;
  margin-top: -1px;
  margin-bottom: 14px;
}
#comicCount ul li {
  float: left;
	font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  border-right: solid 1px #ddd;
  padding: 16px 28px 11px 10px;
}
#comicCount ul li span {
  font-size: 10px;
  font-weight: normal;
  color: #aaa;
  display: block;
}
#comicCount ul li.btn_bookmark {
  float: right;
  border-right: none;
  padding: 11px 11px 0 0;
}

/*-- comicClap -------------*/
#comicClap {
  background: #f4f4f4;
  padding: 24px 0 14px;
  margin-bottom: 20px;
}
#comicClap div {
  text-align: center;
}
.comicClap_copy {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
}
.clap_lightbox_area .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.clap_lightbox_area .pic {
  border: solid 1px #ddd;
  line-height: 0;
}
.clap_lightbox_area .pic img {
  padding: 1px;
  width: 600px;
  height: auto;
}
.clap_lightbox_area .writer_text {
  font-size: 13px;
}
.clap_lightbox_area textarea {
  width: 500px;
  height: 50px;
  padding: 6px 4px 4px;
  font-size: 13px;
  border: none;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.12);
  background: #f2f2f2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.clap_lightbox_area .notes_area {
  border-top: dotted 1px #ccc;
  margin-top: 20px;
  color: #aaa;
}
.clap_lightbox_area .notes_area p {
  font-size: 11px;
  line-height: 120%;
}

/*-- comicReport -------------*/
.report_lightbox_area .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: solid 2px #ddd;
}
.report_lightbox_area table {
  background: #eee;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.report_lightbox_area table tr.writer th ,
.report_lightbox_area table tr.writer td {
  border-bottom: solid 1px #f9f9f9;
}
.report_lightbox_area table th {
  padding: 10px;
}
.report_lightbox_area table td {
  padding: 10px;
}
.report_lightbox_area textarea {
  width: 500px;
  height: 50px;
  padding: 6px 4px 4px;
  font-size: 13px;
  border: none;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.12);
  background: #f2f2f2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.report_lightbox_area .notes_area {
  border-top: dotted 1px #ccc;
  margin-top: 20px;
  color: #aaa;
}
.report_lightbox_area .notes_area p {
  font-size: 11px;
  line-height: 120%;
}

/*-- comicRead_first -------------*/
#comicRead_first {
  margin-bottom: 8px;
}
#comicRead_first ul li {
  float: left;
  font-size: 14px;
	color: #fff;
	background: #00c0a8;
	border: solid 1px #01a894 !important;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#comicRead_first ul li.new {
  float: right;
}
#comicRead_first ul li a {
  display: block;
  padding: 15px 0 12px;
  width: 295px;
  text-align: center;
  color: #fff;
}
#comicRead_first ul li a:hover {
  text-decoration: none;
  background-color: #01a894;
}

/*-- inner -------------*/
#bookmark_area {
  margin-bottom: 10px;
}
#bookmark_area .menu {
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
#bookmark_area .menu ul li {
  float: left;
  margin-right: -1px;
  font-weight: bold;
  display: block;
  padding: 14px 28px;
  border: solid 1px #ddd;
  border-bottom: none;
  cursor: pointer;
}
#bookmark_area .menu ul li.select {
  background: #f4f4f4;
}
#bookmark_area .disnon {
  display: none;
}

#bookmark_area .bookmark_box {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 4px 0;
  margin-top: -1px;
}
#bookmark_area .bookmark_box .left {
  float: left;
  margin-top: 5px;
}
#bookmark_area .bookmark_box .left #comicCover {
  float: left;
  margin-right: 12px;
}
#bookmark_area .bookmark_box .left .status {
  float: left;
}
#bookmark_area .bookmark_box .left .status p a {
  color: #464646;
}
#bookmark_area .bookmark_box .left .status p.title {
  font-size: 14px;
  font-weight: bold;
  margin: 22px 0 1px;
}
#bookmark_area .bookmark_box .left .status p.writer {
  margin-bottom: 12px;
}
#bookmark_area .bookmark_box #comicCover {
	margin:0 auto;
	padding: 2px;
	border:  solid 1px #ddd;
	display: table;
	background: #fff;
}
#bookmark_area .bookmark_box #comicCover div {
  display: table-cell;
  vertical-align: middle;
	width: 70px;
	height: 70px;
	layout-grid-line:70px;
	text-align:center;
}
#bookmark_area .bookmark_box #comicCover div img {
	max-width:70px;
	max-height:70px;
	vertical-align:middle;
}
#bookmark_area .bookmark_box .right {
  float: right;
  background: #f8f8f8;
  padding: 5px 20px;
  width: 270px;
}
#bookmark_area .bookmark_box .right #comicCover {
  float: right;
}
#bookmark_area .bookmark_box .right .status {
  float: left;
  margin-right: 12px;
}
#bookmark_area .bookmark_box .right .status .date {
  margin: 7px 0 10px;
}
#bookmark_area .bookmark_box .right .remove {
  float: right;
  margin-top: 28px;
  margin-left: 16px;
}
#bookmark_area .bookmark_box .right .remove input {
  display: block;
  background: #aaa;
  padding: 2px 6px 1px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #fff;
	font-size: 11px;
}
#bookmark_area .bookmark_box .right .remove input:hover {
  text-decoration: none;
  background: #bbb;
}
#bookmark_area .bookmark_box_none {
  text-align: center;
  padding: 80px 0;
  color: #aaa;
  font-size: 14px;
}
#bookmark_area .bookmark_box_none .title {
  margin-bottom: 6px;
  font-weight: bold;
}

/*-- comicList -------------*/
#comicList {
}

#comicList .navi_area {
  margin-bottom: 10px;
}
#comicList .navi_area #tab {
  border-bottom: solid 1px #ddd;
}
#comicList .navi_area #tab li {
  float: left;
  border: solid 1px #ddd;
  border-bottom: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  padding: 14px 28px;
  display: block;
  text-decoration: none;
}
#comicList .navi_area #tab li.last {
  margin-left: -1px;
}
#comicList .navi_area #tab li:hover {
  background: #f4f4f4;
}
#comicList .navi_area #tab li.select {
  background: #f4f4f4;
}
#comicList .disnon {
  display: none;
}
#comicList .navi_sect_area {
  clear: left;
  width: 100%;
}


#comicList .episodes_area {
  margin: 0;
}
#comicList .episodes_area ul.top {
  border-bottom: solid 1px #ddd;
  padding: 2px 0 10px;
  font-weight: bold;
}
#comicList .episodes_area ul.top li.left {
  float: left;
  border: solid 1px #ddd;
}
#comicList .episodes_area ul.top li.left a {
  color: #464646;
  padding: 8px 12px 8px 10px;
  display: block;
  text-decoration: none;
}
#comicList .episodes_area ul.top li.left a:hover {
  background: #f4f4f4;
}

#comicList .episodes_area .comicList_box {
  border-bottom: solid 1px #ddd;
  padding: 4px 0 5px;
}
#comicList .episodes_area .comicList_box .comicCover {
  float: left;
	padding: 2px;
	border:  solid 1px #ddd;
	display: table;
	position: relative;
}
#comicList .episodes_area .comicList_box .comicCover div {
  display: table-cell;
  vertical-align: middle;
	width: 70px;
	height: 70px;
	layout-grid-line:70px;
	text-align:center;
}
#comicList .episodes_area .comicList_box .comicCover div .page_count {
	position: absolute;
	bottom: 2px;
	right: 2px;
	padding: 0 4px;
	background: #000;
	filter: alpha(opacity=80);
  -moz-opacity:0.25;
  opacity:0.60;
  color: #fff;
  font-size: 10px;
}

#comicList .episodes_area .comicList_box .comicCover img {
	max-width: 70px;
	max-height: 70px;
  vertical-align: middle;
}
#comicList .episodes_area .comicList_box .right {
  float: left;
  margin-left: 14px;
  margin-top: 22px;
  width: 390px;
}
#comicList .episodes_area .comicList_box .right .title {
  font-size: 16px;
  font-weight: bold;
}
#comicList .episodes_area .comicList_box .right ul li {
  float: left;
  color: #aaa;
  font-size: 11px;
  margin-right: 14px;
}

#comicList .episodes_area .comicList_box .new {
  float: right;
  background: #0793cd;
  color: #fff;
  padding: 11px 10px 9px;
  margin: 20px 0 0 0;
}
#comicList .episodes_area .more_btn ,
#comicList .character_area .chara_more_btn {
  border: solid 1px #ddd;
  margin-top: -1px;
  background: #f4f4f4;

}
#comicList .episodes_area .more_btn a ,
#comicList .character_area .chara_more_btn a {
  padding: 6px 0;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #464646;
}
#comicList .episodes_area .more_btn a:hover ,
#comicList .character_area .chara_more_btn a:hover {
  background: #eee;
}

#comicList .character_area {
  margin-top: -10px;
}
#comicList .character_area .chara_box {
  border-bottom: solid 1px #ddd;
}
#comicList .character_area .chara_box span {
  display: block;
  width: 120px;
  height: 120px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  float: left;
  margin-right: 14px;
}
#comicList .character_area .chara_box span img {
  width: 120px;
  height: 120px;
}
#comicList .character_area .chara_box div {
  padding-top: 34px;
}
#comicList .character_area .chara_box div p.name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}


/*-- searchArea -------------*/
.searchArea {
	width:650px !important;
	padding: 0 !important;
}
.searchArea h1 {
  padding: 20px;
  margin: 0;
  border-bottom: solid 1px #ddd;
  font-size: 16px;
}
.searchArea .seacrh_cont_side {
  float: left;
  padding: 20px;
}
.searchArea .seacrh_cont_side h3 {
  font-size: 14px;
  margin-bottom: 8px;
}
.searchArea .seacrh_cont_side p {
  margin-bottom: 5px;
  font-weight: bold;
}
.searchArea .seacrh_cont_side p a {
  font-weight: normal;
  color: #aaa;
}

.searchArea .seacrh_cont_main {
  border-left: solid 1px #ddd;
  float: right;
  width: 450px;
  padding: 20px;
  min-height: 400px;
}
.searchArea .seacrh_cont_main .seacrh_switch {
  border-bottom: solid 1px #ddd;
  padding-bottom: 14px;
}
.searchArea .seacrh_cont_main .seacrh_switch li {
  float: left;
  line-height: 100%;
  font-weight: bold;
}
.searchArea .seacrh_cont_main .seacrh_switch li.title {
  border-right: solid 1px #ddd;
  padding-right: 10px;
  margin-right: 10px;
}

.searchArea .seacrh_cont_main .comicList_box {
  background: #fff;
  padding: 16px 0;
  border-bottom: solid 1px #ddd;
}
.searchArea .seacrh_cont_main .comicList_box .comicCover {
  float: left;
	padding: 2px;
	border:  solid 1px #ddd;
	display: table;
	background: #fff;
}
.searchArea .seacrh_cont_main .comicList_box .comicCover div {
  display: table-cell;
  vertical-align: middle;
	width: 74px;
	height: 74px;
	layout-grid-line: 74px;
	text-align:center;
}
.searchArea .seacrh_cont_main .comicList_box .comicCover img {
	max-width: 74px;
	max-height: 74px;
  vertical-align: middle;
}
.searchArea .seacrh_cont_main .comicList_box .right {
  float: left;
  margin-left: 14px;
}
.searchArea .seacrh_cont_main .comicList_box .right .title {
  font-size: 16px;
  font-weight: bold;
  margin: 2px 0 4px;
}
.searchArea .seacrh_cont_main .comicList_box .right .description {
  margin-bottom: 4px;
}
.searchArea .seacrh_cont_main .comicList_box .right .user {
  margin-bottom: 6px;
}
.searchArea .seacrh_cont_main .comicList_box .right .user li {
  float: left;
  padding: 0;
  line-height: 100%;
  margin-top: 2px;
  color: #aaa;
  font-size: 11px;
}
.searchArea .seacrh_cont_main .comicList_box .right .user li.name {
  border-right: solid 1px #ddd;
  padding-right: 10px;
  margin-right: 10px;
}
.searchArea .seacrh_cont_main .comicList_box .right .user li.name a {
  color: #aaa;
}
.searchArea .seacrh_cont_main .comicList_box .right .states li {
  float: left;
  padding: 0;
  line-height: 100%;
  margin-top: 2px;
  color: #aaa;
  border-right: solid 1px #ddd;
  padding-right: 10px;
  margin-right: 10px;
}
.searchArea .seacrh_cont_main .comicList_box .right .states li.cat {
  border-right: none;
}
.searchArea .seacrh_cont_main .comicList_box .right .states li.views:before {
  margin-right: 3px;
  content: " \f06e"; font-family: FontAwesome;
}
.searchArea .seacrh_cont_main .comicList_box .right .states li.clap:before {
  margin-right: 3px;
  content: " \f256"; font-family: FontAwesome;
}
.searchArea .seacrh_cont_main .comicList_box .right .states li.bookmark:before {
  margin-right: 3px;
  content: " \f006"; font-family: FontAwesome;
}
.searchArea .seacrh_cont_main .comicList_box .right .states li a {
  color: #aaa;
  font-size: 11px;
}
.searchArea .seacrh_cont_main .seacrh_none {
  margin-top: 30px;
}
.searchArea .seacrh_cont_main .seacrh_none h4 {
  font-size: 14px;
  margin-bottom: 4px;
}
/*
  footer company,help,privacy,contact
*/
.ftContArea {
	background: #09889f;
	padding: 110px 0 80px;
	margin-top: -1px;
}
.ftContArea h1 {
  border-bottom: none;
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.ftContArea h3 {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 2px;
}
#sticker-sticky-wrapper {
  width: 100% !important;
}
.ftContArea_navi {
	background: #09889f;
	padding: 12px 0 0;
}
.ftContArea_navi ul li {
  float: left;
  margin-right: 20px;
}
.ftContArea_navi ul li.right {
  float: right;
  margin-right: 0;
}
.ftContArea_navi ul li a {
  color: #fff;
  display: inline-block;
  padding: 0 10px 6px;
}
.ftContArea_navi ul li.right a {
  padding: 0 0 6px;
}
.ftContArea_navi ul li a:hover {
  text-decoration: none;
}
.ftContArea_navi ul li a.on {
  border-bottom: solid 4px #00c0a8;
}

/*-- inner help privacy -------------*/
.ftContArea_inner {
}
.ftContArea_inner p {
	padding:10px 0 30px;
}
.ftContArea_inner h3 {
	color: #464646;
	font-size: 16px;
}
.ftContArea_inner ul {
	margin: 10px 0 30px;
}
.ftContArea_inner ul li {
	list-style: decimal;
	margin-left: 22px;
	padding-bottom: 2px;
}
.ftContArea_inner ul li ul {
	margin: 10px 0 10px;
}
.ftContArea_inner ul li ul li {
	list-style: lower-latin !important;
}

/*-- help -------------*/
ul.help_menu {
  margin: 20px 0 30px;
}
ul.help_menu li {
  float: left;
  margin-right: 20px;
}
.help_contents {
  border: solid 1px #ddd;
}
.help_contents .help_title {
  background: #f1f1f1;
  border-bottom: solid 1px #ddd;
  font-weight: bold;
  padding: 14px 10px;
  font-size: 13px;
}
.help_contents dt {
  cursor:pointer;
  border-bottom: solid 1px #ddd;
  padding: 10px;
  color: #09889f;
  font-weight: bold;
  background: #fff;
}
.help_contents dt.last {
  border-bottom: none;
}
.help_contents dt:hover {
  background: #f4f4f4;
}
.help_contents dd {
  padding: 14px 10px;
  line-height: 160%;
}

/*-- about -------------*/
.ftContArea_about_cover {
  background: url(../../images/about_bg.png) no-repeat center top;
  height: 500px;
  background-size: cover;
}
.ftContArea_about_cover h2 {
  text-align: center;
  border-bottom: none;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 150%;
  padding: 180px 0 0;
  text-shadow: 1px 1px 3px #000;
}
.ftContArea_about_cover .btn_emp {
  text-align: center;
}
.ftContArea_about_cover .btn_emp a {
  font-size: 14px;
}
.ftContArea_about_cont {
  padding: 50px 0;
}
.ftContArea_about_cont ul li {
  float: left;
  margin-right: 46px;
  width: 302px;
}
.ftContArea_about_cont ul li.right {
  float: right;
  margin-right: 0;
}
.ftContArea_about_cont ul li span {
  display: block;
  border: solid 1px #ddd;
  margin-bottom: 16px;
}
.ftContArea_about_cont ul li span img {
  width: 300px;
  vertical-align: bottom;
}
.ftContArea_about_cont ul li h3 {
  margin-bottom: 10px;
  font-size: 14px;
}
.ftContArea_about_cont ul li p {
  line-height: 180%;
}
.ftContArea_about_fb {
  text-align: center;
  padding: 42px 0 14px;
  background: #eee;
}
.ftContArea_about_fb p {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
}

/*-- company -------------*/
.company_contents {
  border: solid 1px #ddd;
  width: 100%;
  margin-top: 20px;
}
.company_contents th {
  padding: 20px;
  width: 20%;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
  background: #f1f1f1;
}
.company_contents td {
  padding: 20px;
  border-bottom: solid 1px #ddd;
  background: #fff;
}

/*-- rule privacy -------------*/
.rule_privacy_common_area {
  border: solid 1px #ddd;
  background: #fff;
  margin: 20px auto;
  padding: 50px 150px;
}
.rule_privacy_common_area p,
.rule_privacy_common_area ul li {
  color: #aaa;
}

/*-- support -------------*/
.ftContArea_support {
  text-align: center;
  padding-bottom: 60px;
}
.ftContArea_support #form_area {
  background: #fff;
  width: 600px;
  margin: 0 auto;
  color: #464646;
  border: solid 1px #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.ftContArea_support #form_area .headline {
  font-size: 16px;
  font-weight: bold;
  padding: 40px 0 40px;
}
.ftContArea_support #form_area form {
  width: 460px;
  margin: 0 auto;
}
.ftContArea_support #form_area input {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 10px 10px 14px;
  outline: none;
}
.ftContArea_support #form_area textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 10px 10px 14px;
  height: 150px;
  outline: none;
}
.ftContArea_support #form_area input.submit {
  width: 100%;
  margin: 0;
  border: none;
  background: #efba00;
  font-size: 14px;
  padding: 14px 0 13px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 40px;
}
.ftContArea_support #form_area input.submit:hover {
  background: #e0ae00;
}
.ftContArea_support .errorMessage {
  text-align: left;
  margin: -15px 0 15px;
}

/*-- user custom -------------*/
#custom-cover {
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 20px;
  line-height:0;
  border: solid 2px #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
#custom-cover img {
  min-width: 100%;
  max-width: 974px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
