@charset "utf-8";
/* CSS Document */

/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfnrem,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}

body{
	font-size:14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	background: #81DCE8;
	color: #1B156F;
	line-height: 1.7;
}

img{
     max-width: 100%;
     height: auto;
     display:block;
		 margin: 0 auto;
}

/* メインコンテンツ　*/

div#wrapper{
	width: 100%;
	max-width: 750px;
	min-width: 320px;
	margin: auto;
}

div#content{
	width: 100%;
	margin: auto;
}

section{
	margin: 1.5rem 0 2rem 0;
}

/* メイン(内容)　*/

h3,p,ul,table{
	width: 90%;
}

p,ul,table{
	max-width: 500px;
}

h3{
	font-weight:normal;
	font-size:1.25rem;
	margin: 1rem auto 1rem;
	padding-left: 0.5rem;
	border: #1B156F solid 2px;
	background: rgba( 255, 255, 255, .7);
}

p{
	margin: 0.75rem auto;
	}

ul{
	margin: 0 auto;
}

ul.lil{
	margin: 0 0 1rem 1rem;
}

table{
	margin: auto;
	margin: 1.5rem auto 1.5rem;
	display: block;
}

td{
	padding-left: 2em;
	padding-bottom: 1.5em;
}

th{
	text-align: right;
}

iframe{
	width: 100%;
	height:750px;
	overflow:hidden;
}

/* リンクの設定　*/

a{
	text-decoration:none;
	color: #fff;
	outline:none;
	background: #1B156F;
  padding: 0 2% 0 ;
	}
