@charset "UTF-8";

body{
	font-size: 1.3rem;
	padding: 1rem;
	line-height: 1.3;
}

.novel{
	font-size: 1.4rem;
	padding: 0rem;
	line-height: 2;
}

#wrap{
	margin: 6rem auto 6rem;
	padding-top: 8rem;
	max-width: 110rem;
}

img.note {
	max-width:100%;
	height: auto;
	text-align: center;
}

img.top {
	max-width:100%;
	height: auto;
	text-align: center;
}

.pic{
	width:calc(100%);
	margin:0 0 0 0;
}

.text{
	display: inline-block;
	padding: 3px 5px;
	font-size:1.2rem;
	line-height:2rem
}

.bg-tray-s{
	margin: 0 0 5px 0;
	float: left;
}

.text-s{
	padding: 5px 5px;
	font-size:1.2rem;
	line-height:2rem
}

.ib{
	margin: 0 0 5px 0;
}

.textarea {
	width:90%;
	font-size: 1.5rem; /* フォントサイズ */
}

.tbl-r02 {
	width: 100%;
}
.tbl-r02 th,
.tbl-r02 td {
	border-bottom: none;
	display: block;
	width: 100%;
}


