@charset "utf-8";


/* サムネイルつき矢印リスト2列 */
body {
	width:100%;
	margin-left: 0;
	margin-right: 0;
  color: #000;
	font-size: 20px;
	line-height: 18px;
	background-color: #C4FFF8;
  background-image: -webkit-gradient(linear, 0 0,
                    100% 100%,color-stop(.25, #ffffff),
                    color-stop(.25, transparent),
                    color-stop(.5, transparent),
                    color-stop(.5, #ffffff),
                    color-stop(.75, #ffffff),
                    color-stop(.75, transparent),
                    to(transparent));
  -webkit-background-size: 30px 30px;
}

header img {
  margin: 0;
  padding: 0;
  border-bottom: #000000 5px solid; 
}


h2 {
	font-size: 80%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #999;
    margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background: #FFFFFF;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
    padding-right: 5%;
	color: #333;
}

#waku {
	line-height: 30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	
	border: 1px solid #999;
    margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background: #FFFFFF;

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5%;
    padding-right: 5%;
	color: #333;
}

h3 {
	font-size: 60%;
	line-height: 16px;
}

/* -- gototop --*/
#gototop {
	padding-left: 5%;
  padding-right: 5%;
  margin-top: 10px;
  text-align: right;
}

#gototop a {
  height: 44px;
  line-height: 44px;
  padding: 10px 20px;
  background-color: #fff;
  text-decoration: none;
  border-radius: 8px;
  border: solid 4px #C4FFF8;
  color: #666;
}

#gototop a:before {
  content: '▲ ';
}

/* -- footer --*/
footer {
  display: block;
  height: 44px;
  background-color: #FF5AB1;
}
footer p {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  margin-top: 15px;
  font-size: 60%;
}
