@charset "utf-8";


header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 800px;
	margin-top: 10px;
}
.logo {
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
}
.eyecatch {
	clear: both;
}


article {
	clear: both;
	width: 100%;
	max-width: 600px;
	line-height: 180%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-bottom: 20px;
	border-left: solid 2px #112B4C;
}
article h1,h2,p,dl {
	padding-left: 20px;
	padding-right: 20px;
}
article p.kome {
	font-size: 80%;
}
article p.red {
	color: red;
}
.sashie {
	text-align: center;
}
.youtube {
	text-align: center;
	margin-top: 20px;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
 
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}






article ul {
	padding-right: 20px;
}

h1 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: solid 10px #112B4C;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 20px;
	background-color: #CADFF9;
}
a {
	text-decoration: none;
}
a:hover {
	color: #CADFF9;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

footer {
	width: 100%;
	max-width: 600px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: solid #112B4C 2px;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　/*IE8のみ適用*/
}


