@charset: "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size:110%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
/*	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"A-OTF 新ゴ",A-OTF Shin Go,"ヒラギノ角ゴ W3","Hiragino Kaku Gothic",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif*/
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.disc {
	list-style-type: disc;
}

ul.disc li {
	list-style-type: disc;
	padding: 2px;
	margin-left:30px;
}

a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color: #1441E2;
	opacity: 0.8;
	transition: .3s;
}
a:link {
	color: #063d69;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

h1 {

}

h2 {
}

h3{
	color:#900000;
	border-left:solid 10px #900000;
	padding-left:10px;
	margin:0 0 20px;
}
h4{
	background-color:#F4D3AC;
	padding:10px;
	margin:50px 0 20px 0;
}
h5{
	background-color:#E0FAEA;
	padding:10px;
	margin:20px 0;
}
h6{
	font-size:150%;
	color:#FF0000;
}
