@charset "utf-8";
/* CSS Document */

/*初期スタイルをリセット*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: auto;
	width: auto;
	margin:0;
	padding:0;
}
img {
	border:none;
     max-width: 100%;
     height: auto;
}
ol,ul{
	list-style-type:none;
	padding:0px;
}
html {
-webkit-text-size-adjust: 100%; /* iPhone */
}	

/* リンク：ブロック化 */
a {
	position: relative;
	display: block;
	width: auto;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	border: solid 1px #ccc;
}

/* リンク：矢印 */
a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: solid 2px #979797;
	border-right: solid 2px #979797;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
li{
	padding-bottom:5px;
}
h3{
	margin-bottom:0;
}
/*広告エリア*/
.ad{
	text-align:center;
}
.ad a{
	padding:0;
	border:none;
}
.ad a:after{
	border:none;
}
/*広告エリアここまで*/