@charset "utf-8";
#new_menu{
	width:825px;
	margin: auto;
	padding-top: 15px;
	margin-top:15px;
}
#kokuban{
	
	font-weight: bold;
	color:#000;
	padding: 10px 40px;
}

.menutitle{
	text-align: center;
}

.example{
	position:relative;
}

h2{
	text-align: center;
}
.example p{
	text-align: left;
	font-size: 90%;
	position: absolute;/*絶対配置*/
  	color: #000;/*文字色*/
    top: 50%;
  	left: 50%;
	-ms-transform: translate(-50%,-50%);
 	-webkit-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}



p.sub{
	text-align: center;
	color:#000;
}
.m_left{
	width:362px;
	float: left;
	text-align: center;
}
.m_right{
	width:362px;
	float: left;
	text-align: center;
}
.menu{
	font-size: 70%;
	color: #FFF;
	text-align: right;
}
.buttan{
	text-align: right;
	padding-top: 10px;
}
.sukima{
		clear: both;
		margin-bottom: 50px;
}

#kidsday{
	clear: both;
	text-align: center;
	font-size: 100%;
}
.kingaku{
	position: relative;top:-70px; left:150px; width: 430px;/*相対配置*/
	font-size: 200%;
	margin-top: -50px;
	color: #F3F781;
}

.kidstitle {/*親div*/
  position:relative/*相対配置*/
   }

.kidstitle p{
  position: absolute;top:5px; left:150px; width: 430px;/*相対配置*/
  color:#FFF;/*文字色*/
  font-size: 180%;
   }
.kidstitle img{
	width:80%;
}
.line{

	margin-top: -50px;
	text-decoration: line-through;
}
.linji{
	font-size: 50%;
	color: #fff;
}
.honbun_R{
	text-align: right;
}
p.right{
	text-align: right;
}

