@charset "UTF-8";
@import url("style_reset.css");

/*---- 全体 ----*/

*{
	box-sizing: border-box;
	word-break: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

html {
	font-size: 62.5%;	/*em指定用*/
}

body {	/* スマホ用 */
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;	/*Chrome,Safari*/
	-moz-text-size-adjust: 100%;	/*EgdeMobile*/
	-ms-text-size-adjust: 100%;		/*firefox*/
	-o-text-size-adjust: 100%;
}

b {font-weight: bold;}
small {font-size: 1.2rem;}


body, td ,th {
	background-color:#fcfcfc;
	color: #3b3b3b;
	font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'Lucida Grande', sans-serif;  
	font-size: 1.55rem;
	letter-spacing: 0.3;
	line-height: 2;
}

body {
	text-align:center;
	padding:40px 5px;
	overflow:auto;
}

div.text {
	width: 95%;
	max-width: 40em;
	text-align:left;
	margin : 20px auto 20px;
}

.numbering {
	font-weight: bold;
	margin: 0px 0px 40px;
}

.title {
	text-align: right;
	font-weight: bold;
	margin: 0px 0px 40px;
}

.navi {
	margin: 60px 0px 0px 0px;
	font-size:100%;
}


.navi_t{
	margin: 10px 0 1.5em 0;
	text-align: right;
	font-size:90%;
}

.comment {
	text-align: right;
	color: #999999;
	margin: 45px 0px 0px;
}

a:link {color: #7E0F09;text-decoration: none;}/* #001177 */
a:visited {color: #D0826C;text-decoration: none;}/* #005599 */
a:hover{text-decoration:underline;}

/* 画像のボーダーをあらかじめ０にする */
img{border:none;}

/* デスノート */
p.note{background-image:url("img/line.gif");line-height:20px;padding:0px 20px;margin:20px 0px 40px;}

/* LIFE */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
p.game{font-style: italic; font-family: "Helvetica Neue", "Yu Gothic", YuGothic, 'Lucida Grande', sans-serif; color:#333333; line-height:1.5;padding:10px 20px;margin:20px 0px;}

/* web拍手 */
#clap {
	display: block;
	position: relative;
	width: 120px;
	margin:40px 0 0 0;
	padding: 0.25rem 0.25rem 0.35rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: #F9D0C5;
	border: 1px solid #000000;
	border-radius: 15px;
}

#clap:hover {
	background: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

#clap a{
	text-decoration: none;
}

#clap a::before{
	content: 'web拍手を送る';
	font-size: 1.3rem;
	color: #000000;
	text-decoration: none;
}

/*
#clap, #clap a, #clap a::before {
	width:120px;
	height: 25px;
	line-height: 25px;
}

#clap{
	margin: 0.5em 0 0 -0.5em;
	position: right;
	background: #F9D0C5;
	border: 1px solid #000000;
	border-radius: 10px;
}

#clap a{
	position: relative;
	display: block;
	text-decoration: none;
}

#clap a:hover{
	background: #FFFFFF;
	border-radius: 10px;
}

#clap a::before{
	content: 'web拍手';
	font-size: 1.2rem;
	color: #000000;
	position: absolute;
	text-align: center;
}
*/

/* jump */
#page_top, #page_bottom{
	width: 35px;
	height: 35px;
	position: fixed;
	line-height: 35px;
	right: 2.5px;
	bottom: 2.5px;
	background: #EB9793;
	opacity: 0.6;
}

#page_top a, #page_bottom a{
	position: relative;
	width: 35px;
	height: 35px;
	display: block;
	text-decoration: none;
}

#page_top{
	bottom: 2.5px;
}

#page_top a::before{
	font-family: FontAwesome;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 35px;
	height: 35px;
 	top: 0;
	right: 2.5px;
	bottom: 2.5px;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_bottom{
	top: 2.5px;
}

#page_bottom a::before{
	font-family: FontAwesome;
	content: '\f107';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 35px;
	height: 35px;
 	top: 2.5px;
	right: 2.5px;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
