@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


html{
	overflow-x:hidden;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	margin:0;
}
body{
	overflow-x:hidden;
	font-family:"Century Gothic",'Noto Sans JP',sans-serif;
	margin:0;
}
#Layout{
	overflow-x:hidden;
	text-align:left;
	margin:0;
}
form,textarea{
	width:90%;
}
.dummy p{
	background:#feb;
	padding:15px 9px;
	margin:0;
	line-height:20px;
	text-align:center;
	font-size:85%;
}
p,ol,dl{
	line-height:30px;
	margin:20px 15px 40px 15px;
}
ul{
	line-height:30px;
	margin:15px 15px 30px 15px;
	padding-left:0;
	list-style:none;
}
li{
	margin:9px 0;
}
#contents a,address a{
    	display:block;
    	max-width:99%;
    	margin:4px auto;
    	padding:15px;
    	background-color: #bdf;
    	color: #000;
    	box-shadow: 2px 2px 4px #ccc;
    	text-align: center;
    	font-size: 16px;
    	line-height: 24px;
    	text-decoration: none;
    	border-radius: 9px;
}
#left a{
    	display:block;
    	max-width:99%;
    	margin:4px auto;
    	padding:15px;
    	background-color:#feb;
    	color:#000;
    	box-shadow: 2px 2px 4px #ccc;
    	text-align: center;
    	font-size: 16px;
    	line-height: 24px;
    	text-decoration: none;
    	border-radius: 9px;
}
.dummy a{
	color:#000;
   	/* ▼枠線 */
   	border-style: solid;
   	border-width: 1px;
   	border-color:#ccc;
   	/* ▼角丸 */
   	-webkit-border-radius: 3px; /* Chrome,Safari */
   	-moz-border-radius: 3px;    /* Firefox */
   	border-radius: 3px;         /* CSS3 */
   	/* ▼余白 */
   	padding: 0.5em 0.5em;
   	margin: 0px 0.3em;
   	/* ▼文字装飾 */
   	text-decoration: none;
   	/* ▼背景 */
   	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* Chrome,Safari */
   	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffcccccc); zoom:1; /* IE */
   	background:#fda;
   	/* ▼行高 */
   	line-height: 2em;
   	/* ▼空白・改行の扱い */
   	white-space: nowrap;
}
h1{
	background:url(https://pokepa.com/wp-content/uploads/2023/04/toplogo.png) no-repeat;
	font-size:1px;
	text-indent:-300000px;
	height:25px;
	width:285px;
	margin:20px auto;
}
#head_te,.search_box{
	display:none;
}
#head_ad input{
	background:#fffbec;
	border:1px solid #999;
}
h2{
	background:#cdf;
	padding:20px 20px;
	margin:15px 0;
	text-align:center;
	font-size:125%;
}
h3{
	color:#000;
	margin:10px 0;
	padding-bottom:0px;
	padding:15px 15px;
	border-top:1px solid #999;
	background:#eee;
}
#left ul,#left p{
	display:none;
}
.text{
	margin:0;
}
#left{
	padding:1px 0;
}
#left h2{
	background:#fcfeff;
	margin:0 20px;
	padding:0;
}
#right h2{
	background:#fcfeff;
}
#right .text{
	background:#eef5ff;
}
address{
	font-style:normal;
	font-size:15px;
	background:#eee;
	padding:20px 10px;
	margin:0;
	text-align:center;
}
img{
	border:0;
	width:90%;
}
.section dt{
	color:#333;
	font-weight:bold;
	padding-left:15px;
	margin:0 0 10px 0;
}
.section dd{
	margin:0 15px 30px 35px;
}
.shb{
	line-height:14pt;
	border-top:1px dotted #cdf;
}
.shb img{
	float:left;
	margin-right:9px;
}
#link_ad{
	text-align:center;
	padding:0 0 3px 0;
}
.search_box{
	text-align:center;
	padding:13px;
	margin:3px 0 10px 0;
	background:#e4f4f9;
	clear:both;
}
#page_top{
	text-align:right;
}
hr{
	display:none;
}
table{
	border:1px solid #ccc;
	border-collapse:collapse;
	border-spacing:0;
	width:90%;
	margin:0 auto;
}
th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#333;
	background-color:#daf5ff;
	padding:5px;
	text-align:center;
	line-height:13pt;
}
td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#333;
	background-color:#fff;
	padding:5px;
	text-align:center;
	line-height:13pt;
}
em{color:#c22;font-style:normal;}
del{color:#999;}

#capture ul{padding:0px;margin-left:18px;margin-right:15px;}
#capture li{display:inline;}

.g_ad{margin-top:-6px;margin-bottom:0;margin-left:0;}

blockquote{border-left:3px solid #0066FF;padding:1px 20px 1px 10px;margin-left:20px;margin-top:15px;margin-bottom:15px;}

@media screen and (min-width: 951px) {
body{
	width:950px;
	font-family:'Noto Sans JP',sans-serif;
}
}		