/* resetに追加 */
ul {
	list-style: none;
}
small {
	font-size: 0.8em;
}
/*-------------------
    共通の設定
---------------------*/
.opacity a:hover img {
	opacity: 0.8;
}
img {
	max-width: 100%;
	height: auto;
}
body {
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #333;
}
h1,h2,h3,h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.3em;
}
li {
	margin-bottom: 15px;
}
strong {
	font-size: 1.2em;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*headerの設定*/
header {
	padding: 30px 0 0;
	background: url(../images/040401_4.jpg);
	margin-bottom: 50px;
}
h1 {
	line-height: 1;
	font-size: 2em;
	text-shadow: 1px 1px 0 #e4f1ff;
}
h1 span {
	font-size: 0.7em;
}
h1 a {
	text-decoration: none;
	color: #369;
}
/*sectionの設定*/
main > section {
	margin-bottom: 50px;
}
main > section section {
	margin-bottom: 30px;
}
section p {
	margin-bottom: 10px;
}
section h2 {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 10px #369;
	padding: 3px 0 3px 10px;
	background: #efefff;
	margin-bottom: 35px;
}
section h3 {
	border-bottom: double #369;
	padding-left: 5px;
	font-size: 1.2em;
}
section ul {
	list-style: disc inside;
	margin-left: 20px;
}
section a:hover {
	color: #F60;
}
p#pagetop {
	text-align: right;
	margin: 30px 0;
	color: #369;
}
/*asideの設定*/
aside ul {
	list-style: none;
	margin-left: 0;
}
/*footerの設定*/
footer {
	background: #369;
	color: #fff;
	text-align: center;
	padding: 30px 0 20px;
}
footer nav {
	margin-bottom: 20px;
}
footer nav ul li {
	display: inline;
	padding: 5px 10px;
	white-space: nowrap;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
/*-------------------
    スマホの設定
---------------------*/
#wrap {
	width: 96%;
	margin: 0 auto;
}
/*headerの設定*/
header{
	position: relative;
}

header .bnr_memory {
	width: 256px;
	margin: 0 auto;
	padding-bottom: 15px;
}

header .bnr_memory p {
	color: #0A2786;
	font-size: 10px;
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 2px;
}

header .bnr_memory a {
	display: block;
}

header .bnr_memory a:hover {
	opacity: .8;
}

header .bnr_memory img {
	width: 100%;
	height: auto;
}

header h1 {
	text-align: center;
}
header ul {
	overflow: hidden;
	border-top: solid 1px #369;
	border-left: solid 1px #369;
}
header ul li {
	box-sizing: border-box;
	width: 50%;
	float: left;
	border-right: solid 1px #369;
	border-bottom: solid 1px #369;
	margin-bottom: 0;
}
header ul li a {
	display: block;
	padding: 10px;
	background:  #369;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
header ul li a:hover, header ul li a.now {
	background: #fff;
	color: #369;
}
/*mainの設定*/
main section dt {
	font-weight: bold;
}
main section dd {
	border-bottom: dashed 1px #369;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
/*asideの設定*/
aside ul li {
	text-align: center;
}

/*-------------------
    タブレットの設定
---------------------*/
@media screen and (min-width: 569px) {
	header nav ul li {
		width: 25%;
	}
	aside ul {
		overflow: hidden;
	}
	aside ul li {
		width: 30%;
		float: left;
		margin: 0 5% 30px 0;
	}
	aside ul li:nth-child(3n) {
		margin-right: 0;
	}
	aside ul li p.img {
		margin-bottom: 2px;
	}
}
/*-------------------
    PCの設定
---------------------*/
@media screen and (min-width: 961px) {
	#wrap {
		width: 960px;
		margin: 0 auto;
	}

	header nav {
		background: #369;
	}
	header nav ul {
		width: 960px;
		margin: 0 auto;
	}
	header nav ul li {
		width: 12.5%;
	}
	#contents {
		overflow: hidden;
	}
	main {
		width: 70%;
		float: left;
	}
	aside {
		width: 25%;
		float: right;
	}
	aside ul li {
		float: none;
		width: 100%;
	}
}



















