﻿@charset "utf-8";
/* CSS Document */
/*小説関係だが小説ではないページ（セリフ集等）用のスタイルシート*/
/*残すもの　壁紙　前後　イエスノー pconly table系ヘンリー、妖精*/

body{
	background-image:url("../../images/wallpapers/cotton_bege.jpg");
}
article{
	line-height:1.8em;
}
/*PC用の設定*/
@media only screen and (min-width:900px){
header p.mae_ato{
	display:none;
	}
.yesno1 {
	padding-left: 15px;
}
.yesno2 {
	padding-left: 30px;
}
}

/*tablet用の設定*/
@media only screen and (min-width:600px) and (max-width:899px){
header p.mae_ato{
	text-align:center;
	}
nav.sidebar ul li.pconly{
	display:none;
}
}

/*smartphone用の設定*/
@media only screen and (max-width:599px){
header p.mae_ato{
	text-align:center;
	}
nav.sidebar ul li.pconly{
	display:none;
}
}

td.character{
	border: 1px solid;
	width:102px;
	}
td.kougeki{
	border: 1px solid;
	width:99px;
}
td.hojo{
	border: 1px solid;
	width:257px;
}
td.sonota{
	border: 1px solid;
	width:74px;
}
td.status{
	text-align:center;
	border: 1px solid;
	width:82px;
}
td.henry{
	text-align:center;
	border: 1px solid;
	width:102px;
}
td.hero{
	text-align:center;
	border: 1px solid;
	width:94px;
}
td.pierre{
	text-align:center;
	border: 1px solid;
	width:107px;
}
td.koumoku{
	width:13%;
	}
td.elf{
	width:42%;
	}
