
/**************************************************/
/*** override browser default ***/
/**************************************************/

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  -ms-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

/**************************************************/
/*** webpage background ***/
/**************************************************/

.page_bg_list01 {
  background-image: url("../image/back06.gif");
}

.page_bg_paper01 {
  background-image: url("../image/back07.gif");
}

/**************************************************/
/*** object width length ***/
/**************************************************/

.width_value_500 {
  margin: 2em auto;
  max-width: 500px;
}

.width_value_800 {
  margin: 2em auto;
  max-width: 800px;
}

/**************************************************/
/*** nav -> breadcrumb ***/
/**************************************************/

.breadcrumb {
  list-style: none;
  padding: 0.5em 1em;
  background-color: #F4F4F4;
  border-top: 1px dashed #CCC;
  border-bottom: 1px dashed #CCC;
  box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
}

.breadcrumb li {
  display: inline;
  list-style: none;
  font-weight: bold;
}

.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #666666;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  color: #3300CC;
}

.breadcrumb li a:hover {
  color: #666666;
}

/**************************************************/
/*** article -> list ***/
/**************************************************/

.text_title {
  margin-right: 0.5em;
}

.text_chapter {
  margin-right: 0.5em;
}

.text_chapter a {
  text-decoration: none;
  color: #3300CC;
}

.text_chapter a:hover {
  text-decoration: none;
  color: #FF0033;
}

.text_coupling {
  font-size: 0.8em;
}

/**************************************************/
/*** article -> fan fiction ***/
/**************************************************/

.note_frame_green {
  background-color: #F0F4EA;
  border: solid 1px #A9C087;
  padding: 0.3em 1em 2em 1em;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
  border-radius: 7px;
}

.note_line_green {
  background-color: #F0F4EA;
  background-image: linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #CCCCCC 100%);
  background-size: 100% 2em;
  line-height: 2;
  padding: 2em 0.5em 0.2em 0.5em;
}
