@charset "utf-8";
@import url("reset.css");

body {
	background: #999 url(../images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	font: 14px/1.5em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444;
}

/* a */
a { color: rgba(0,153,153,1); }
a:hover { color: rgba(0,153,153,0.5); }

/* icon */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon_-43psfl.eot');
	src:url('../fonts/icomoon.eot') format('embedded-opentype'),
		url('../fonts/icomoon_-43psfl.ttf') format('truetype'),
		url('../fonts/icomoon_-43psfl.woff') format('woff'),
		url('../fonts/icomoon_-43psfl.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.ico {
	font-family: 'icomoon';
}


/* ―――――――――――――――――――――― */

#all {
	min-width: 1215px;
}
@media screen and (min-width:0px) and (max-width: 909px) {
#all {
	min-width: 100%;
	padding: 1em;
}
}

/* ―――――――――――――――――――――― */

article {
	width: 870px;
	margin-left: 15px;
	background: rgba(255,255,255,0.4);
}
@media screen and (min-width:0px) and (max-width: 909px) {
article {
	width: 100%;
	margin-left: 0;
}
}

header p {
	background: #eee;
	border-bottom: 1px solid #CCC;
	padding: 1em;
}
h1 {
	font-size: 3em;
	margin: 1.5em 60px 0em;
	padding-bottom: 1em;
	border-bottom: solid 1px;
	color: #222;
}
@media screen and (min-width:0px) and (max-width: 909px) {
h1 {
	font-size: 2.5em;
	margin: 0.5em;
	padding-bottom: 0.5em;
}
}

section {
	padding: 60px;
	text-shadow: -1px -1px 0px rgba(255, 255, 255, 1);
}
@media screen and (min-width:0px) and (max-width: 909px) {
section {
	padding: 1em;
}
}

section *:first-child {
	margin-top: 0;
}
section h2 {
	color: #222;
	font-size: 2em;
	border-left-width: 3px;
	border-left-style: solid;
	padding: 0.5em 0em 0.5em 0.75em;
}
section h3 {
	color: #222;
	font-size: 1.75em;
}
section h4 {
	color: #222;
	font-size: 1.25em;
}
section p {
	margin-bottom: 1.5em;
}
section ul {
	list-style: disc;
	margin: 2em 0em 2em 2em;
}
section ol {
	list-style: decimal;
	margin: 2em 0em 2em 2em;
}
section li {
	margin-bottom: 0.5em;
}
section table {
	border: solid 1px #ccc;
	margin: 2em auto;
}
section th {
	background: #ccc;
	padding: 0.5em;
}
section td {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 0.5em;
}
section dl {
}
section dt {
	font-weight: bold;
	letter-spacing: 0.2em;
}
section dd {
	margin: 0.25em 0 1.5em 1.2em;
}
section .column {
	background: #EEE8DF;
	margin: 3em;
	padding: 2em;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
section .column p:first-child {
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom:0.5em;
}
section blockquote {
	border: 1px inset #999;
	background: #eee;
	padding: 2em;
	margin: 3em;
}
footer {
	padding: 30px;
	text-align: left;
	background: #6D984B;
	color: #fff;
}
footer > * {
	float: right;
	margin-left: 1em; 
}
footer .ico {
	font-size: 1.5em;
}
footer a {
	text-decoration: none;
	color: #fff;
}

/* ―――――――――――――――――――――― */

aside {
	width: 290px;
	padding: 10px;
	margin-left: 60px;
	color: #fff;
	font-size: 0.9em;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	background: rgba(26,72,77,0.25);
}
@media screen and (min-width:0px) and (max-width: 909px) {
aside {
	width: 100%;
	margin-left: 0;
	overflow-x: hidden;
	padding: 1em;
}
}
aside img {
	border: solid 10px #fff;
	margin: 10px auto;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}
nav {
	margin: 3em 0;
}
nav > ul{
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
nav > ul > li {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(255,255,255,0.1);
}
nav > ul > li > a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 1em 0em;
}
nav li ul {
	list-style: disc;
	margin: 0 0 1em 2em;
}
nav li li a {
	color: #fff;
	padding: 0.5em;
}
nav a:hover {
	color: #fff;
	background-color: rgba(255,255,255,0.05);
}
.osirase p:first-child {
	font-size: 1.25em;
	padding-left: 2.5em;
	margin-bottom: 0.75em;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: relative;
}
.osirase p:first-child:before {
	font-family: 'icomoon';
	content:"\e606";
	font-weight: normal;
	font-size: 2em;
	position: absolute;
	left: 0;
}