:root {
	--color-yellow: #FFF33F;
	--color-blue: #00A5E3;
}
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: sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
}
.pankuzu {
    font-size: 14px;
}
a.toTopPage{
    text-decoration: none;
    color: #333 !important;
    display: block;
    margin: 20px auto;
    padding: 8px 4px;
    text-align: center;
    width: 90%;
    background-color: #CCC;
    border: 1px solid #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 1px #CCC;
    -moz-box-shadow: 1px 1px 1px #CCC;
    -webkit-box-shadow: 1px 1px 1px #CCC;
    text-shadow: 0px 1px 0px #EEE, 1px 1px 0px #EEE, 1px 0px 0px #EEE, 1px -1px 0px #EEE, 0px -1px 0px #EEE, -1px -1px 0px #EEE, -1px 0px 0px #EEE, -1px 1px 0px #EEE;
    background-image: url('/_sp/img/cursor_r_white_18.png');
    background-repeat: no-repeat;
    background-size: 9px 15px;
    background-position: 98% 50%;
}
#dailybaitoWrap{color:#333;font-size:14px;line-height:1.4;margin:0px;}
.fw{
  /*padding:10px 50px 0 0;*/
  display: inline-block;
  font-size: 110%;
  line-height:2;
  /*width:175px;*/
  padding:10px 0px 10px 18px;
}

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: var(--color-blue);
}
#wrap {
	background-color: #FFFFFF;
}
@media screen and (min-width: 480px) {
	body {
		background-color: #EEE;
	}
	#wrap {
		width: 480px;
		margin: 0 auto;
		box-shadow: 0 0 2px 2px #CCC;
		-moz-box-shadow: 0 0 2px 2px #CCC;
		-webkit-box-shadow: 0 0 2px 2px #CCC;
	}
}
/*■□-- header --■□*/
header {
	margin-bottom: 4px;
	min-height: 60px;
	z-index: 99;
	text-align:center;
}
#header_logo {
	margin-top: 12px;
	margin-bottom: 20px;
	max-width:70%;
	height:auto;
}

header:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
#header_wrap {
	padding: 4px;
	background-color: #FFF;
	text-align:left;
}
.sitename {
	font-size: 12px;
	color: #555;
	color: #E9546A;
	text-align: center;
}
#top_site_logo {
	width: 250px;
	height: auto;
}
#header_menu {
	width: 85px;
	float: right;
	position: relative;
	margin-top: 14px;
}
#header_menu:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.navKeep {
	position: absolute;
	top: -2px;
	left: 22px;
	background-color: #E9546A;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	border-radius: 24px;
	padding: 3px;
	line-height: 1.2;
	height: 1.2em;
	min-width: 1.2em;
	text-align: center;
	z-index: 2;
}
#header_menu img {
	width: 40px;
	float: left;
	z-index: 1;
	position: relative;
}
#keep_btn {
	position: relative;
}
#rireki_btn {
}
#menu_btn {
}
h1 {
}
/*■□-- footer --■□*/
@media screen and (max-width: 480px) {
}
footer {
	text-align: center;
	background-color: var(--color-yellow);
	padding: 8px;
}
footer a {
	background-color: #FFFDE2;
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #333 !important;
	margin-bottom: 4px;
}
footer a + a {
}
footer .keisai {
	font-weight: bold;
	color: #e9536b;
}
/*■□-- 共通 --■□*/
.tac {
	text-align: center;
}
.fl {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.fr {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
