@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}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

body{
	background: #06162C;
	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;
	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;
	margin: 1em 0 1em 0;
	padding-left: 0.5em;
	color: #fff;
	border-bottom: 1px solid #445467;
	background: -moz-linear-gradient(top, #06162C, #06162C 50%,#445467);
	background: -webkit-gradient(linear, left top, left bottom, from(#06162C),color-stop(0.5, #06162C), to(#445467));
}

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: #06162C;
  padding: 2%;
	-webkit-box-shadow: 2px 2px 3px 0 #fff, inset 0 0 10px 0 #999;
  -moz-box-shadow: 2px 2px 3px 0 #fff, inset 0 0 10px 0 #999;
  box-shadow: 2px 2px 3px 0 #fff, inset 0 0 10px 0 #999;
	}

a:hover{
	text-decoration:none;
	color: #fff;
	background-color: #06162C;
	-webkit-box-shadow: 2px 2px 3px 0 #999, inset 0 0 10px 0 #fff;
  -moz-box-shadow: 2px 2px 3px 0 #999, inset 0 0 10px 0 #fff;
  box-shadow: 2px 2px 3px 0 #999, inset 0 0 10px 0 #fff;
}

a:visited{
	color: #eeeeee;
}

ul a{
	border: none;
	padding: 0;
}
