body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,header,nav,section,article,aside,footer {
	margin:0;
	padding:0;
	font-family: "���C���I",Meiryo,"�q���M�m�p�S Pro W3","Hiragino Kaku Gothic Pro",Arial,Osaka,"�l�r �o�S�V�b�N","MS PGothic",sans-serif;
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	/*overflow-x: hidden;*/
}
fieldset,img{
	border:0;
}
abbr,acronym{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
* {
	text-shadow: 0px 0px 0px #FFFFFF;
	-webkit-text-size-adjust: none;
}
a {
	color: #209EE9;
}
a:hover {
	text-decoration: underline;
}
body {
	background-color: #FFFCDB;
	color: #333;
    font-size: 16px;
}
.site_name {
	background-color: #FFF33F;
	text-align: center;
	font-size: 12px;
	line-height: 2;
}
#wrap {
	background-color: #FFF;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom:10px;
}
header {
	padding: 12px;
	text-align: center;
}
.site-logo {
	width: 274px;
}
@media screen and (max-width: 548px) {
	.site-logo {
		width:50%;
		min-width: 200px;
	}

}
#content {
	max-width: 700px;
	margin: 0 auto 60px;
}
#content * {
}
#content a:hover {
	border-bottom: solid 5px #FFF33F;
}
.style h1 {
	font-size: 24px;
	font-weight: bold;
	font-weight: black;
	border: 1px solid #CCC;
	border-top: 4px solid #555;
	padding: 20px;
	margin: 4px 2px;
	line-height: 1.6;
	text-shadow: 0px 1px 0px #FFF, 1px 1px 0px #FFF, 1px 0px 0px #FFF, 1px -1px 0px #FFF, 0px -1px 0px #FFF, -1px -1px 0px #FFF, -1px 0px 0px #FFF, -1px 1px 0px #FFF, 2px 2px 1px #CCC;
	background: -moz-linear-gradient(top,#FFF,#FFF 90%,#EEEEEE);
	background: -webkit-gradient(linear,left top,left bottom,from(#FFF),color-stop(0.9,#FFF),to(#EEEEEE));
}
h2 {
	font-size: 24px;
	font-weight: regular;
	border-left: 16px solid #F29600;
	background-color: #666;
	color: #FFF;
	padding: 8px;
	margin: 32px 2px 0px;
	line-height: 1.6;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	font-weight: black;
	border-bottom: 2px solid #555;
	padding: 8px 24px;
	margin: 32px 2px;
	line-height: 1.6;
}
h4 {
	font-size: 17px;
	border-left: 4px solid #F29600;
	padding: 4px 8px 4px 16px;
	margin: 32px 2px;
	line-height: 1.6;
}
h5 {
	font-size: 16px;
	background-color: #FFFCDB;
	padding: 8px;
	margin: 32px 2px;
	line-height: 1.6;
}
#content p {
	/*margin: 1em ;
	width: 640px;*/
}

.update {
	color: #666;
	text-align: right;
	font-size: 12px;
	/*margin: 4px;*/
	margin-bottom: 20px;
	margin-right:5px;
}
ol {
	margin-left: 48px;
	margin-right: 24px;
	margin-bottom: 24px;
}
ul {
	list-style-type: disc;
	margin-left: 48px;
	margin-right: 24px;
	margin-bottom: 24px;
	padding: 20px;
	border: 1px solid #CCC;
}
li {
	margin-bottom: 8px;
	margin-left: 2em;
}
dl {
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 24px;
	padding-top: 20px;
}
dt {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 4px;
}
dd {
	margin-bottom: 1em;
	margin-left: 1em;
}
em {
	font-weight: bold;
}
footer {
	font-size: 12px;
	padding: 8px;
	text-align: center;
	background-color: #FFFCDB;
	/*margin-top: 20px;*/
}
a.linkBtn {
	display: block;
	min-width: 200px;
	width: 50%;
	margin: 40px auto;
	background-color: #209EE9;
	padding: 16px 16px 16px 34px;
	color: #FFF;
    position: relative;
	box-shadow: 2px 2px 2px #CCC;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
}
a.linkBtn:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
a.linkBtn::before,
a.linkBtn::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}
a.linkBtn::before{
    left: 16px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.linkBtn_2 {
	display: block;
	min-width: 200px;
	width: 50%;
	margin: 40px auto;
	border: 1px solid #209EE9;
	padding: 16px 16px 16px 34px;
	position: relative;
	box-shadow: 2px 2px 2px #CCC;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
}
a.linkBtn_2:hover {
	background-color: #209EE9;
	color: #FFF;
}
a.linkBtn_2::before,
a.linkBtn_2::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}
a.linkBtn_2::before{
    left: 16px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #209EE9;
    border-right: 1px solid #209EE9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.linkBtn_2:hover::before {
    border-color: #FFF;
}
a.banner_link img {
	width: 500px;
}

.kyousan_list p{
	float:left;
	padding: 30px;
}
.sns_btn {
	width: 100%;
	padding: 1px 0px 10px;
}
.linemenu {
/*	background: #666;
	margin: 0px 5px;*/
	padding: 15px 30px;
	text-align: center;
	background:#FFFCDB;
	margin:0;
}
.linemenu a{
	color:white;
}
.linemenu a:hover{
	color: #014863;
	/*color: #FFC566;*/
}
img{
/*	margin: 5px 10px;*/
}
a.btn{
	text-align: center;
	display: block;
	color: #FFF;
	color: #0092D7;
	background-color: #F53;
	background-color: #FFD;
	/*border: 3px solid #0092D7;*/
	border: 3px solid #FFFBBA;
	margin: 20px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 2px 2px 2px #CCC;
	padding: 5px;
}
#image:hover {
	border-bottom: solid 5px #FFF33F;
}
a:link, a:active, a:visited {
	color: #207FDD;
	color: #00A5E3;
	text-transform: none;
	text-decoration: none;
	outline: none;
}	

.pankuzu{
	border-bottom: 3px solid #FFF33F;
	font-size: 85%;
}

@media screen and (max-width: 720px) {
	a.banner_link img {
		width: 100%;
	}
	.kyousan_list p{
		padding:14px 100px 0px;
		float:unset;
	}

}
.guide{
	padding:1em;
}
/*@media screen and (max-width: 700px) {
	#content p {
		width: 90%;
		margin: 1em 5%;
	}
	
}*/

/* ��SNS */
.snsBtns {
	text-align: center;
	padding: 20px 10px;
}
.fukidashi {
	display: inline-block;
	line-height: 28px;
	border: 1px solid #AAA;
	padding: 0 4px;
	border-radius: 2px;
	vertical-align: bottom;
	color: #888;
	position: relative;
	background-color: #FFF;
}
.fukidashi:after, .fukidashi:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.fukidashi:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
.fukidashi:before {
	border-color: rgba(170, 170, 170, 0);
	border-left-color: #AAAAAA;
	border-width: 6px;
	margin-top: -6px;
}
.snsBtns a {
	background-image: url('https://www.shufu-pita.jp/sp/imgs/sns_bottuns.png');
	background-size: 30px 150px;
	background-position: 0 0;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: 20px;
}
.snsBtns a + a {
}
.snsBtns a.sns_facebook {
	background-position: 0 0;
}
.snsBtns a.sns_twitter {
	background-position: 0 -60px;
}
.snsBtns a.sns_line {
	background-position: 0 -120px;
}
@media screen and (min-width: 375px) {
	.fukidashi {
		line-height: 38px;
	}
	.snsBtns a {
		background-size: 40px 200px;
		width: 40px;
		height: 40px;
		margin-left: 20px;
	}
	.snsBtns a.sns_facebook {
		background-position: 0 0;
	}
	.snsBtns a.sns_twitter {
		background-position: 0 -80px;
	}
	.snsBtns a.sns_line {
		background-position: 0 -160px;
	}
}
/*---------- other ----------*/
.fwb{font-weight:bold;}
.tal{text-align:left;}
.tac{text-align:center;}
.cb{clear:both;}
.fl{float:left;}
.fr{float:right;}

#Comment article {
	margin: 30px;
	padding: 20px;
	font-size: 110%;
	border: 1px solid #DDDDDD;
	box-shadow: 2px 2px 5px #BBBBBB;
	-moz-box-shadow: 2px 2px 5px #BBBBBB;
	-webkit-box-shadow: 2px 2px 5px #BBBBBB;
}
div.ph{
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 24px;
}
.pankuzu{
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 24px;
}


div.pbtn1{
	text-align: center;
}
.pbtn1 a{
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background-color:#fff7b8;
	-webkit-border-radius:37px;
	-moz-border-radius:37px;
	border-radius:30px;
	border:1px solid #c9c8be;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding:11px 53px;
	text-decoration:none;
	text-shadow:0px 3px 1px #f2f0d3;
	text-align: center;
}
a.pbtn1:hover{
	background-color:#ffeca1;
}
a.pbtn1:active{
	position:relative;
	top:1px;
}
.Comment p{
	margin-left: 1em;
}