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

/***********▼SP画面の横幅が520pxまで*********************/
@media screen and (max-width:520px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

body{
}

#wrap{
	width:100%;
	background-color:;
	padding: 0;
}
#header_smp{
	width:100%;
}
#header_smp img{
	margin:0.5em  0 0.5em 1em;
}
.inner_wrap90{
	width:90%;
	margin:0 auto;
}
.inner_wrap80{
	width:80%;
	margin:0 auto;
}
.inner_wrap70{
	width:70%;
	margin:0 auto;
}
#under_header{
	/*height:11px;
	background-image:url(./images/bk_under_header_for_smp.jpg);
	background-repeat:repeat-x;*/
	padding:0.5em 1em;
	font-size:87%;
}
p.upper_little{
	position:relative;
	top:-0.5em;
}
#news_area,#calender_area{
	display:block;
	width:300px;
	margin:1em auto;
	}
#access_area_wrap{
	width:90%;
	margin:0 auto;
}
#access_left_area{
	width:100%;
	display:block;
}
#access_left_area iframe{
	width:320px;
	height:350px;
}
#access_right_area{
	display:block;
	width:320px;
	overflow:hidden;
}
#twitter_notice{
	background:#c00;
	color:white;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	padding:0.1em;
}
#twitter_notice p{
	width:100%;
    margin-block-start: 0;
    margin-block-end: 0;
	font-size:180%;
	text-align:center;
}
#twitter_notice a:link{color:white;text-decoration:none;}
#twitter_notice a:visited{color:white;text-decoration:none;}
#twitter_notice a:hover{color:white;text-decoration:underline;}
#footer_menu p{font-size:130%;}

.only_pc{display:none!important;}
.only_tab{display:none!important;}
.only_sp{display:inline-block!important;}
.disp_pc_tab{display:none!important;}
.disp_tab_sp{display:inline-block;}


/***********▲SP画面の横幅が520pxまで*********************/
}