body {
	background-image:linear-gradient(180deg, #e0e3e8 10%, #c4cfe0 30%, #2a4d7a 90%);
	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: #e63646;
	padding: 0px 5px;
	}

a:visited, a:hover, a:active {
	display: inline-block;
	color: #8ecae6;
	}

div#textbg{
 	margin: 0 auto;
 	width:100%;
 	background-color: #fdfdff;
 	}

.container {
	background-color: #fdfdff;
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 720px;
	padding: 25px 20px 25px 20px;
	box-sizing: border-box;
	}

.content {
	padding: 15px 15px;
	text-align: center;
	margin: auto;
	text-wrap: wrap;
	}

.title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #264653;
	border-bottom: 3px double #e63646;
	border-top: 3px double #e63646;
	padding: 15px 0;
	font-family: 'Noto Serif JP', serif;
	}

.caption{
	color: #ffb703;
	text-align: center;
	}

.caption2{
	color: #ced4da;
	}

.text {
	padding: 15px 2px;
	line-height: 180%;
	text-wrap: wrap;
	}

.subtitle{
	color:#8ecae6;
	font-size:18px;
	position: relative;
	display: block;
	font-weight:bold;
	text-align: right;
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
	}

.sub{
	font-weight:bold;
	font-size:18px;
	}

hr{
	border: none;
	border-top: 3px double #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;
	}

.comment{ color: #ADADAD;}

.comment_under{
	display: block;
	color: #ADADAD; 
	 margin-top: 30px;
	margin-bottom: -60px;
	}

.caution{ color: #ff0033;}

input,input[type="text"]{
	background: #fdfdff;
	width: 100px;
	height: auto;
	padding: 4px;
	margin: 2px;
	font-size: 14px;
	font-weight: normal;
	color:#9e9e9f;
	border: 1px #2a9d8f solid; 
	border-radius:4px;
	box-shadow: none;
	display:inline;
	}

input[type="submit"]{
	background: #2a9d8f;
	width: auto;
	height: auto;
	padding: 4px 8px;
	margin: 2px 2px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color:#fdfdff;
	border: 1px #2a9d8f solid; 
	border-radius:4px;
	box-shadow: none;
	display:inline;
	}

.none {
	display: none;
	}