@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,dfn,em,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}

@font-face {
	font-family: cinecaption;
	src:url('cinecaption227.TTF') format("truetype"),
	url('cinecaption227.eot') format("eot"),
	url('font/cinecaption227.woff') format("woff"),
	url('font/cinecaption227.woff2') format("woff");
}

body{
	background: #333051;
	color: #fff;
	font-size:14px;
}

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.5em 0 2em 0;
}

nav{
	font-size: 1em;
	font-weight: normal;
	font-family: cinecaption;
	text-align: center;
	margin: 1.5em 0 1.5em 0;
	line-height: 2em;
}

/* メイン(内容)　*/

h2,h3,h4,ul,li,p,table{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-weight:normal;
	text-align:left;
	line-height: 170%;
}

h2{
	font-size:40px;
	margin: 30px 0 30px 0;
}

h3{
	font-size:1.5em;
	font-family: cinecaption;
	margin: 1em 0 0.5em 0;
	padding-left: 0.5em;
	color: #333051;
	background: -moz-linear-gradient(left, #fff, #fff 50%,#333051);
	background: -webkit-gradient(linear, left top, right bottom, from(#fff),color-stop(0.5, #fff), to(#333051));
}

h4{
	font-size:18px;
	font-weight:bold;
	margin: 20px 0 0 0;
}

p{
	font-size:18px;
	line-height:170%;
	margin: 20px 0 0 0;
	}

ul{
	margin: 0 1em;
}

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

table{
	width: 90%;
	max-width: 40px;
	min-width: 300px;
	margin: auto;
	border: 1px solid;
}

th{
	font-size: 0.75em;
}

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

/* リンクの設定　*/

a{
	text-decoration:none;
	color: #fff;
	outline:none;
	background: #333051;
  padding: 2%;
	border: 1px #fff solid;
}

a:hover{
	text-decoration:none;
	color: #333051;
	background: #726da1;
}

a:visited{
	color: #eeeeee;
}

ul a{
	text-decoration: underline;
	border: none;
	padding: 0;
}
