@charset "utf-8";

/* viewer
---------------------------------------------*/
body {
	color: #000;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#viewerArea {
  display: flex;
  text-align: left;
  width: 100%;
  position: relative;
  align-items: center;
}

#main {
  flex-basis: auto;
  width: calc(100% - 300px);
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}

#main .header {
  display: flex;
  justify-content: space-between;
  height: 50px;
  width: calc(100% - 300px);
  align-items: center;
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #0b318f;
  transition-property: transform;
  transition-duration: .5s;
}

#main .header.hide {
  transform: translateY(-100%);
}

#main .header > div:nth-child(1),
#main .header > div:nth-child(3) {
  width: calc(100% - 200px);
}

#main .title {
  border-left: 1px solid #0b318f;
  font-size: 83%;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
#main .title span {
  color: #a9a9a9;
  font-size: 83%;
}
#main .header .title p > a {
  display: block;
  padding: 5px 10px;
  height: 2em;
  line-height: 1.3;
}

#main .header .title p a img {
  display: block;
}
#main .header .title div {
  width: 100%;
}
#main .header .title div > p a {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  width: 100%;
  display: block;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  border: none;
}
#main .header .setting img,
#main .header .character img {
  width: 20px;
  height: auto;
}
#main .header .menu {
  justify-content: flex-end;
}
#main .header .iconSetting {
  text-align: right;
  padding-right: 10px;
}
#main .header .iconSetting a {
  border-left: 1px solid #c6d4ea;
  padding-left: 40px;
  display: inline-block;
  background-position: 20px center;
}

#main .header .logo img {
  width: 160px;
  height: auto;
  margin: 0 20px;
  display: block;
}
#main .header .menu {
  
}
#main .sns {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"
}
#main .nav .arrowL {
  text-align: left;
  margin-top: 50px;
}
#main .nav .arrowR {
  text-align: right;
}
#main .nav p {
}
#main .nav .arrowL a {
  padding: 10px 20px;
  background-color: #e5ecf7;
  background-position: 20px center;
  display: block;
  padding-left: 50px;
}
#main .nav .arrowR a {
  padding: 10px 30px;
  background-color: #e5ecf7;
  display: block;
  padding-left: 50px;
}

#main .episode {
  font-size: 18px;
  width: 42em;
  margin: auto;
  line-height: 2;
  font-family: dummy-for-ie-edge-newline, dcsymbols, 游明朝, YuMincho, "ヒラギノ明朝 Pr6N", "Hiragino Mincho Pr6N", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 StdN", "Hiragino Mincho StdN", HiraMinProN-W3, HGS明朝B, HG明朝B, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pr6N", "Hiragino Kaku Gothic Pr6N", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Segoe UI", Verdana, メイリオ, Meiryo, sans-serif;
}
#main .episode h1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  padding-bottom: 30px;
}


#main .episode.gothic {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}



#main .episode .inner {
  margin-top: 80px;
  margin-bottom: 60px;
}

#main .nav .bg01 {
  justify-content: space-between;
  padding: 0 20px;
}

#side {
  position: fixed;
  display: flex;
  flex-basis: 300px;
  width: 300px;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 1px solid #0b318f;
  background: #efefef;
}

.sidemenu {
  flex-basis: 300px;
  /*position: absolute;
  right: 300px;*/
  width: 300px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;

}


.sidemenu::-webkit-scrollbar {
    width: 10px;
  background: #eee;
 }
.sidemenu::-webkit-scrollbar-thumb {
  background-color: #c6d4ea;
}

.sidebar {
  text-align: center;
  height: 100%;
  z-index: 99;
  background: #0b318f;
  width: 20px;
  position: fixed;
  right: 300px;
}
#side .sidebar p{
  height: 100%;
}
#side .sidebar a {
  color:#fff;
  text-decoration: none;
  font-size: 93%;
  line-height: 1;
  display: block;
  width: 20px;
  height: 100%;
  padding-top: 20px;
  margin-top: 10px;
}



.arrowR a {
	background: url(../images/arrowBlR.png) no-repeat right center;
}
.arrowL a {
	background: url(../images/arrowBlL.png) no-repeat left center;
  padding-left: 30px;
}


.sidebar .arrowWR a {
	background: url(../images/arrowWR.png) no-repeat center top;
}

#side .title {
  border-bottom: 1px solid #c6d4ea;
}

#side ul {
  width: 300px;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
}

#side ul li {
  padding: 5px 0;
}



#viewerSettingMenu {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  background: rgba(0,0,0,0.7);
  content: "";
  top: 0;
  display: none;
}
#viewerSettingMenu .iconClose {
  text-align: right;
}

#viewerSettingMenu .inner {
  width: 300px;
  border: 1px solid #eee;
  background: #fff;
  margin: auto;
  text-align: left;
  padding: 20px;
  margin-top: 50px;
}
#viewerSettingMenu h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
#viewerSettingMenu ul {
  display: flex;
  border-collapse: separate;
  border-spacing: 10px 0;
  box-sizing: border-box;
  z-index: 100;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  justify-content: space-around;
  background: #e5ecf7;
  border-radius: 3px;
  padding: 0 3px;
}
#viewerSettingMenu li {
  text-align: center;
  border-left:1px solid #fff;
  padding: 5px;
  cursor: pointer;
    font-family: dummy-for-ie-edge-newline, dcsymbols, 游明朝, YuMincho, "ヒラギノ明朝 Pr6N", "Hiragino Mincho Pr6N", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 StdN", "Hiragino Mincho StdN", HiraMinProN-W3, HGS明朝B, HG明朝B, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pr6N", "Hiragino Kaku Gothic Pr6N", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Segoe UI", Verdana, メイリオ, Meiryo, sans-serif;
}
#viewerSettingMenu li:first-child {
  border: none;
}
#viewerSettingMenu .fontSize li,
#viewerSettingMenu .background li {
  width: 25%;
}
#viewerSettingMenu .fontFamily li,
#viewerSettingMenu .direction li {
  width: 50%;
}
#viewerSettingMenu li.active {
  background: #0b318f;
  color: #fff;
}

#viewerSettingMenu .fontSize li {
  line-height: 20px;
}
#viewerSettingMenu li.s {
  font-size: 16px;
}
#viewerSettingMenu li.m {
  font-size: 18px;
}
#viewerSettingMenu li.l {
  font-size: 20px;
  text-align: center!important;
}
#viewerSettingMenu li.ll {
  font-size: 22px;
}
#viewerSettingMenu li.gothic {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}


#characterMenu {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  background: rgba(0,0,0,0.7);
  content: "";
  top: 0;
  display: none;
}

#characterMenu .iconClose {
  text-align: right;
}

#characterMenu .inner {
  width: 60%;
  border: 1px solid #eee;
  background: #fff;
  margin: auto;
  text-align: left;
  padding: 20px;
  margin-top: 50px;
}
#characterMenu h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

#characterMenu .join.list .clear {
  display: flex;
  padding-top: 5px;
}
#characterMenu .join.list {
  padding-bottom: 20px;
}
#characterMenu .join.list img {
  width: 120px;
  height: auto;
}


.bookmark_area {
  position: fixed;
  right: 300px;
  bottom: 140px;
}

.bookmark_area .bookmark_color_off {
    background-color: #AAC9E9;
}


.bookmark_area a {
    text-decoration: none;
    border-radius: 3px 0 0 3px;
    padding: 5px;
  color: #fff;
  font-size: 83%;
}

.author {
  display: flex;
  align-items: center;
}
.author .icon {
  padding-right: 10px;
}
.author .icon img {
  width: 30px;
  height: auto;
}


.iconSetting a {
	background: url(../images/iconSetting.png) no-repeat left center;
  background-size: auto;
	padding: 5px 10px;
	padding-left: 20px;
}

.balloonWrap {
  position: relative;
  text-align: center;
}

.balloonWrap .balloon {
  position: absolute;
  background: #0b318f;
  color: #fff;
  font-size: 80%;
  padding: 5px;
  line-height: 1;
  margin: 5px;
  border:1px solid #fff;
  text-align: center;
  display: none;
}
.balloonWrap .balloon:before{
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
 	margin-left: -5px;
	border: 5px solid transparent;
	border-bottom: 10px solid #0b318f;
}

.close .balloon {
  left: 0;
  top: 35px;
}
.setting .balloon {
  width: 7em;
  right: -2px;
  top: 30px;
}
.menu .balloon {
  right: -2px;
  top: 30px;
}
.character .balloon {
  right: 43px;
  top: 30px;
}




/* .balloon ------*/

ul.list.balloon dt,
#side .box ul.list.balloon p {
	background: #c2e1f6;
	padding: 10px;
	font-size: 86%;
	font-weight: normal;
	position: relative;
	margin-top: 15px;
}
div.balloon {
  margin-left: 20px;
}

div.balloon.type2:before,
p.balloon:before,
ul.list.balloon dt:before,
#side .box ul.list.balloon p:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw.png);
	position: absolute;
	top: 15px;
	left: -10px;
}

div.balloon .r.f72 {
	line-height: 1.3;
}

iframe .btn .label {
	display: none !important;
}

div.balloon .r.f72 .btn {
	border-radius: 10px;
	padding: 1px 3px;
}

div.balloon .r.f72 #widget {
		width: 30px;
}

.box ul.list li dl,
#side .box ul.list li p {
	float: right;
}

.box ul.list li dt {
	font-weight: bold;
}

.box ul.list li dd {
	font-size: 86%;
	line-height: 1.3;
	margin-top: 5px;
}

.box ul.list li dd.genre {
	font-weight: bold;
}

.box ul.list li dd.date {
	text-align: right;
}
.balloon.type2,
.list.balloon p,
.list p.balloon {
	background: #c2e1f6;
	padding: 10px 10px 5px;
	font-size: 86%;
	font-weight: normal;
	position: relative;
	margin-top: 0;
}

.list.balloon p:before,
.list p.balloon:before,
ul.list.balloon div:before,
ul.list div.balloon:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw.png);
	position: absolute;
	top: 15px;
	left: -10px;
}


ul.list.balloon div,
ul.list div.balloon {
    background: #c2e1f6;
    padding: 10px;
    font-size: 86%;
    font-weight: normal;
    position: relative;
    margin-top: 15px;
    width: 480px !important;
}

.balloon.type2.balloonColor1 {
	background: #FBDAC8;
}

.balloon.type2.balloonColor1:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw1.png);
	opacity: 1;
}

.balloon.type2.balloonColor2 {
	background: #FEECD2;
}

.balloon.type2.balloonColor2:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw2.png);
	opacity: 1;
}

.balloon.type2.balloonColor3 {
	background: #FFFCDB;
}

.balloon.type2.balloonColor3:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw3.png);
	opacity: 1;
}

.balloon.type2.balloonColor4 {
	background: #ECF4D9;
}

.balloon.type2.balloonColor4:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw4.png);
	opacity: 1;
}

.balloon.type2.balloonColor5 {
	background: #D5EAD8;
}

.balloon.type2.balloonColor5:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw5.png);
	opacity: 1;
}









.balloon.type2.balloonColor6 {
	background: #D4ECEA;
}

.balloon.type2.balloonColor6:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw6.png);
	opacity: 1;
}

.balloon.type2.balloonColor7 {
	background: #D3EDFB;
}

.balloon.type2.balloonColor7:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw7.png);
	opacity: 1;
}

.balloon.type2.balloonColor8 {
	background: #D3DEF1;
}

.balloon.type2.balloonColor8:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw8.png);
	opacity: 1;
}

.balloon.type2.balloonColor9 {
	background: #D2CCE6;
}

.balloon.type2.balloonColor9:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw9.png);
	opacity: 1;
}

.balloon.type2.balloonColor10 {
	background: #E7D5E8;
}

.balloon.type2.balloonColor10:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw10.png);
	opacity: 1;
}

.balloon.type2.balloonColor11 {
	background: #FADCE9;
}

.balloon.type2.balloonColor11:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw11.png);
	opacity: 1;
}

.balloon.type2.balloonColor12 {
	background: #FADBDA;
}

.balloon.type2.balloonColor12:before {
	content: url(https://img-novel.daysneo.com/shared/images/balloonArw12.png);
	opacity: 1;
}


.btn.type1 a {
	position: relative;
	background: #ffcc00 !important;
	border-radius: 3px;
}

.btn.type1.big a {
	border-bottom: 4px solid  #ffa800;
	border-radius: 6px;
	font-weight: bold;
}

.btn.type1.icon a:before {
	content: url(https://img-novel.daysneo.com/shared/images/arrowBbl.png);
	background: #fff;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -10px;
	line-height: 1.1;
}
.btn.type1 a.active:before {
	content: url(https://img-novel.daysneo.com/shared/images/arrowTbl2.png);
}

.btn.type2 {
  padding: 0;
  border: 0;
}

.btn.type2 a {
	background: #a5b0e7;
	vertical-align: middle;
	font-size: 100%;
  border-radius: 3px;
}


.btn.type2.big a {
	border-bottom: 4px solid  #5c6fcd;
	border-radius: 6px;
	font-weight: bold;
}

.btn.type3 a {
	background: #0b318f;
	vertical-align: middle;
	padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 83% !important;
}

.btn.type3 a:hover {
	opacity: 0.7;
}

.btn.type3 a span {
	color: #fff;
}

.btn.type3.big a {
	border-bottom: 4px solid  #f32e00;
	border-radius: 6px;
}

.btn.type2 button {
	background: #a5b0e7;
	border: none;
	vertical-align: middle;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
}

.btn.type2.c button {
	margin: 0 auto;
}

.btn.type2 button:hover {
	opacity: 0.7;
}

.btn.type3 button {
	background: #444;
  border: none;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 110%;
	padding: 5px 20px;
	margin: 0 auto;
}

.btn.type3 button:hover {
	opacity: 0.7;
}

.btn.type4 a {
	background: #444;
	vertical-align: middle;
	color: #fff;
	font-size: 100%;
	display: inline-block;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
  line-height: 1;
  font-size: 83%;
}

.btn.type4 a:hover {
	opacity: 0.7;
}

.btn.type4 a r {
}

.btn.type5 a {
	background: #ccc;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	font-size: 100%;
	padding: 5px 15px;
	display: inline-block;
}

.btn.type6 a {
	background: #91d77a !important;
	font-weight: bold;
	line-height: 1;
  border-radius: 3px;
  display: block;
	padding: 5px;
  color: #000;
}


.btn.type6.big a {
	border-bottom: 4px solid  #ffcc00;
	border-radius: 6px;
}

#favorite {
    text-decoration: none;
    background-color: #849EFF;
    border-radius: 5px;
    padding: 0 10px 2px 10px;
}
.btn.type7 a {
	display: block;
	color: #ffcc00;
	font-weight: bold;
}
.btn.type7 a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.btn.type7 a span {
	color: #fff;
}

.btn.type7.big a {
	border-bottom: 4px solid  #ffcc00;
	border-radius: 6px;
}

.btn.type8 a {
  display: block;
	background: #3453b3 !important;
	color: #fff !important;
	padding: 5px;
	line-height: 1;
  border-radius: 3px;
  height: 1.5em;
}
.btn.type8 a img {
  display: block;
}
.btn.type8 a:hover {
  opacity: 0.7;
}


.btn.small a {
	padding: 5px;
	line-height: 1;
}


.bg01 {
  background: #e5ecf7;
}

.bg02 {
	background: #e40015;
}

.bg03 {
	background: #d8ddea;
}

.bg04 {
	background: #f1bfc4 !important;
}

.bgW {
	background: #fff;
}



.color1 {
	color: #0066cc !important;
}

.color2 {
	color: #ff9c00 !important;
}

.color3 {
	color: #999;
}

.color4 {
	color: #edeff4;
}

.colorF {
	color: #fff;
}

.colorB {
	color: #000!important;
}

.moji-count {
  text-align: right;
  border-bottom: 1px solid #ccc;
  font-size: 14px !important;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" !important;
}
.balloon-shadow {
  position: relative;
  width: 230px;
  margin: 0 0 20px;
  padding: 10px;
  background: #ddd;
  text-align: left;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
  line-height: 1.5em;
  font-size: 16px;
  color: #000;
}
.balloon-shadow::before{
  content: '';
  width: 20px;
  height: 20px;
  background: #ddd;
  transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  left: 15%;
  margin-left: -10px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}

.balloon.balloonColor1 {
	background: #FBDAC8;
}

.balloon.balloonColor1:before {
	background: #FBDAC8;
}

.balloon.balloonColor2 {
	background: #FEECD2;
}

.balloon.balloonColor2:before {
	background: #FEECD2;
}

.balloon.balloonColor3 {
	background: #FFFCDB;
}

.balloon.balloonColor3:before {
	background: #FFFCDB;
}

.balloon.balloonColor4 {
	background: #ECF4D9;
}

.balloon.balloonColor4:before {
	background: #ECF4D9;
}

.balloon.balloonColor5 {
	background: #D5EAD8;
}

.balloon.balloonColor5:before {
	background: #D5EAD8;
}

.balloon.balloonColor6 {
	background: #D4ECEA;
}

.balloon.balloonColor6:before {
	background: #D4ECEA;
}

.balloon.balloonColor7 {
	background: #D3EDFB;
}

.balloon.balloonColor7:before {
	background: #D3EDFB;
}

.balloon.balloonColor8 {
	background: #D3DEF1;
}

.balloon.balloonColor8:before {
	background: #D3DEF1;
}

.balloon.balloonColor9 {
	background: #D2CCE6;
}

.balloon.balloonColor9:before {
	background: #D2CCE6;
}

.balloon.balloonColor10 {
	background: #E7D5E8;
}

.balloon.balloonColor10:before {
	background: #E7D5E8;
}

.balloon.balloonColor11 {
	background: #FADCE9;
}

.balloon.balloonColor11:before {
	background: #FADCE9;
}

.balloon.balloonColor12 {
	background: #FADBDA;
}

.balloon.balloonColor12:before {
	background: #FADBDA;
}
.join.list .type1 .balloon.type2:before {
    top: 20px;
    left: -5px;
    right: auto;
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}
.join.list .type2 .balloon.type2:before {
    top: 20px;
    right: -5px;
    left: auto;
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}
#characterMenu .join.list .type1 {
    align-items: flex-start;
    font-size: 16px;
}
.character_tools {
	margin-bottom: 3px;
}
.character_tools a {
	text-decoration: none !important;
	color: #fff !important;
	padding: 2px 5px;
	border-radius: 3px;
}
.colorIineOnBtn {
	background-color: #6688cc;
}
.colorIineOnBtn .btnName {
	margin-right: 5px;
}
.colorIineOnBtn .btnNum {
	padding: 0 3px;
	color: #000;
	background-color: #e6e6fa;
}
.colorIineOffBtn {
	background-color: #ff8f66;
}
.colorIineOffBtn .btnName {
	margin-right: 5px;
}
.colorIineOffBtn .btnNum {
	padding: 0 3px;
	color: #000;
	background-color: #ffc7b3;
}
.btnName:before {
	content: url(https://img-novel.daysneo.com/shared/images/iine_w.png);
	margin: 5px;
	position: relative;
	top: 4px;
}
p.dot {
  display: inline;
}
em {
    font-style: normal;
    padding: .3em 0;
    background-repeat: repeat-x;
    background-size: 1em .2em;
    background-position: top left;
    background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#000),color-stop(.5,#000),color-stop(.9,transparent),to(transparent));
    background-image: -webkit-radial-gradient(center center,.1em .1em,#000,#000 95%,transparent 95%,transparent);
    background-image: radial-gradient(.1em .1em at center center,#000,#000 95%,transparent);
}
.black em {
    background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#fff),color-stop(.5,#fff),color-stop(.9,transparent),to(transparent));
    background-image: -webkit-radial-gradient(center center,.1em .1em,#fff,#fff 95%,transparent 95%,transparent);
    background-image: radial-gradient(.1em .1em at center center,#fff,#fff 95%,transparent);
}
