/*
ここに独自の CSS を追加することができます。

詳しくは上のヘルプアイコンをクリックしてください。
*/


/* トピックの本文 注意書き青文字*/
#bun03 {
  padding: .5em .5em;
  font-size: 100%;
  color: #0000ff;
	margin-top: 0;
  margin-bottom: 2.0em;
  line-height: 2.5
}


/* 小説のタイトル用黒線背景ホワイト*/
#n-hl01 {
  padding: .5em .5em;
  background-color: #ffffff;
  border-top: 2px solid #191919;
  border-bottom: 6px solid #191919;
    font-size: 160%;
    font-weight: bold;
  line-height: 1.2
}


/* 小説の本文 メイン黒文字*/
#n-bun01 {
  padding: .5em .25em;
  font-size: 105%;
	margin-top: 0;
  margin-bottom: 0.0em;
	line-height: 3.5
}


/* 小説の本文 小見出し黒文字*/
#n-bun03 {
  padding: .5em .25em;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.6
}

/* 小説の本文 メイン黒文字*/
#n-bun11 {
  padding: .5em .25em;
  font-size: 105%;
	margin-top: 0;
  margin-bottom: 3.0em;
	line-height: 3.5
}

/* 小説の本文 ライン区分け黒文字*/
#n-ln01 {
  overflow: hidden;
  text-align: center;
	margin-top: 0;
  margin-bottom: 5.0em;
}
#n-ln01 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
#n-ln01 span::before,
#n-ln01 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
#n-ln01 span::before {
  right: 100%;
}
#n-ln01 span::after {
  left: 100%;
}


/* 小説用ページめくりボタン*/
/* 左ボタン（横並び） */
.left-btn {
    width: 100%;  /*ボタンの横幅 */
    text-align: center;  /*ボタン内の文字中央寄せ */
    border-radius: 5px;  /*ボタンの角を少し丸く */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;  /*ボタン内文字は太字 */
}

.left-btn a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    font-weight: bold ;
    box-shadow:2px 2px 2px #555;  
    border-radius: 5px;
    background-color: #1bb4d3;
    color: #ffffff !important;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}

.left-btn a:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
	box-shadow:none;
}

/* 右ボタン（横並び） */
.right-btn {
    text-align:center;
    width: 100%;
    float:left;
    color:#fff;
    font-weight:bold;
    border-radius: 5px;  
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.right-btn a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    font-weight: bold ;
    box-shadow:2px 2px 2px #555;  
    border-radius: 5px;
    background-color: #3A1CD4;
    color: #ffffff !important;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}

.right-btn a:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
    box-shadow:none;
}

.box-main {
    text-align:center;
    font-size:15px;
    margin-bottom: 1em;
}

.box-main:after {
    content:"";
    display:block;
    clear:both;
}

@media screen and (min-width: 600px) {

.right-btn {
    width:48% !important;
    margin-left:10px;
}

.left-btn {
    width:48% !important;
    float:left;
    margin-right: 10px;
    margin-left:0;
}
}

@media screen and (max-width:599px){

.right-btn {
    margin-top: 15px;
}
}
/* 小説用ボタンここまで*/



/* コラムのタイトル用黒線背景ホワイト*/
#c-hl01 {
  padding: .5em .5em;
  background-color: #ffffff;
  border-top: 2px solid #191919;
  border-bottom: 6px solid #191919;
    font-size: 160%;
    font-weight: bold;
  line-height: 1.2
}

/* コラムの本文 小見出し黒文字*/
#c-bun03 {
  padding: .5em .25em;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.6
}

/* コラムの本文 メイン黒文字*/
#c-bun11 {
  padding: .5em .25em;
  font-size: 105%;
	margin-top: 0;
  margin-bottom: 3.0em;
	line-height: 3.5
}

