body {
	background-image:linear-gradient(170deg, #737bab 10%, #d9c6d7 50%, #f8cec2 100%);
	background-attachment: fixed;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 180%;
	color: #3D3D40;
	box-sizing: border-box;
	font-family: 'メイリオ','ＭＳ ゴシック','Kosugi Maru', sans-serif;
	}

a:link {
	display: inline-block;
	color: #ff7f50;
	padding: 0px 5px;
 	text-decoration:none;
	}

a:visited, a:hover, a:active {
	display: inline-block;
	color: #ffb6c1;
 	text-decoration:none;
	}

div#textbg{
 	margin: 0 auto;
 	width:100%;
 	background-color: #fdfdff;
 	}

.container {
	background-color: #fafafa;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 720px;
	padding: 25px 20px 25px 20px;
	box-sizing: border-box;
	}

.content {
	padding: 15px 15px;
	max-width: 360px;
	margin: auto;
	text-wrap: wrap;
	}

.title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #ffa500;
	font-family: 'Noto Serif JP', serif;
	}

.caption{
	color: #ffd700;
	text-align: center;
	}

.text {
	padding: 15px 2px;
	line-height: 180%;
	text-wrap: wrap;
	}

.subtitle{
	color:#ffa500;
	font-size:18px;
	position: relative;
	display: inline;
	font-weight:bold;
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
	}

.sub{
	text-align: center;
	}



.caption{
	color: #ffd700;
	text-align: center;
	}

hr{
	border: none;
	border-top: 2px solid #c4c4c5;
	margin: 10px 0;
	}

.note{
	color:#6c96b5;
	font-size:15px;
	line-height:160%;
	font-weight:normal;
	text-align:center;
	border:none;
	margin: 0px;
	padding: 0px;
	margin-bottom:-24px;
	}

.date{
	color: #9FA0A0;
	font-size: 15px;
	line-height: 160%;
	text-align:center;
	margin: 0px;
	padding: 0px;
	margin-bottom:-24px;
	}

.sub{
	color:#6c96b5;
	font-size:15px;
	line-height:160%;
	font-weight:normal;
	text-align:center;
	border:none;
	margin: 0px;
	padding: 0px;
	margin-bottom:-24px;
	}

.comment{ color: #ADADAD;}

.comment_under{
	display: block;
	color: #ADADAD; 
	 margin-top: 30px;
	margin-bottom: -60px;
	}

.caution{ color: #ff0033;}

input,input[type="text"]{
	background: #fafafa;
	width: 100px;
	height: auto;
	padding: 4px;
	margin: 2px;
	font-size: 14px;
	font-weight: normal;
	color:#9e9e9f;
	border: 1px #ff7f50 solid; 
	border-radius:4px;
	box-shadow: none;
	display:inline;
	}

input[type="submit"]{
	background: #ff7f50;
	width: auto;
	height: auto;
	padding: 4px 8px;
	margin: 2px 2px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color:#fdfdff;
	border: 1px #ff7f50 solid; 
	border-radius:4px;
	box-shadow: none;
	display:inline;
	}

.none {
	display: none;
	}