img {
  vertical-align: bottom;
}


/* month*/

body {
}

.container {	
	width: 1150px;
	margin: 0 auto;
}

nav {
min-width: 1150px;/*スマホ対策 containerと同じ幅で*/
}


#content {
  width: 800px;
  height: auto;
  margin: 30px auto;
  position: relative;
  border: 1px solid #ffcc99;
  border-radius: 20px;
  background-color: #fff;
 font-size: 1.6rem;
	line-height: 1.7;
}

#main_box {
	width: 600px;
	margin: 0 auto;
	
}


#main_box img {
	display: inline;
}

/* 花宮共通ロゴ*/
#content #hana_logo {   
  margin: 15px 0 0 20px;
	
}

#content #hana_logo img {
	width:120px;
}


#top_box {
	overflow: hidden;
	margin-bottom: 45px;
	
}

.sp {/* スマホ用いまは非表示*/
	display: none;
}

#top_box #left_box {
	float: left;
	text-align: center;
}



#top_box #icon_hana {
	width:206px;
	height: auto;
	text-align: center;
}

#top_box #icon_hana img {
	width: 100%;
}

.long_ttl {
	background-image:url(../img/ttl_kinngen_bg.jpg);
	font-size: 2.5rem;
	color: #ff5f9a;
	text-align: center;
	margin-top: 10px;
	font-family: century, serif;
	letter-spacing: 8px;
}

h1 {
	width: 160px;
	margin: 15px auto 0;
}

h1 img {
	width: 100%;
}




#top_box #right_box {
	float: right;
	text-align: center;
	margin-right: 5px;
}


#top_box #date {
	background-image: url(../img/ttl_back.jpg);
	background-repeat: no-repeat;
	font-size: 2.5rem;
	color: #ff5f9a;
	width: 366px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	font-family: century, serif;
	letter-spacing: 5px;

}

#top_box #ranking_box {
	width: 318px;
	margin: 20px auto 0;
	height: auto;
	background-image: url(../img/star_middle.jpg);
	
}

#top_box #ranking_box dl {
	padding-top: 8px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}



#top_box #ranking_box dt{
	margin-right: 12px;
}




.txt_box {
	margin: 0 0 55px; 
}

h2 {
	text-align: center;
	margin-bottom: 30px;
}

h2 img {
	display: inline;
}

#kingen {
}

#kingen_box {
	text-align: center;
	border-radius: 10px;
	border: 1px solid #f8e1b0;
	width: 600px;
	background-color: #fefbe0;
}

#kingen_box #grade {
	background-image: url(../img/kinngen_bg_white.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 163px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	transition: 2.5S;
	}



.txt_35 {
	font-size: 1.6rem;
}

.txt_30 {
	font-size: 1.8rem;
}

.txt_25 {
	font-size: 2rem;
}




#goto_hanatop {
  text-align: center;
  margin: 60px 0;
}

#goto_hanatop a {
color: #ff5f9a;	
}



