@charset "shift_jis";

/* タイトル--------------------------*/

/* ボタン--------------------------*/
.Push {
	text-align:center;
	margin: 4px auto 10px auto;
}

/* Moreページのボタン---------------*/
.PushRet {
	text-align:center;
	margin: 10px auto 10px auto;
}

/* 概要 ---------------------------*/
.Brief p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

/* ベスト--------------------------*/

.Best .container {
	max-width:640px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:10px;

	border-bottom: solid 3px #e07001;
}
.Best article {
	padding-top:6px;
	padding-bottom:6px;
	/*border-bottom: solid 3px #e07001;*/
}
.Best h3 {
	margin: 0px;
	border: 0px;
	padding: 2px;
	background-color: #e0e0e0; /*#de0029;*/ /*#e07001;*//*#4060a1;*/
	color:#000000;
	text-align: center;
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: 0.4em; /* 文字間隔 */
}

.Best p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.Best .Hike{
	font-size: 1.33rem;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;

	margin:0px 0px 3px 0px;
	padding:3px 0px 3px 0.5rem;
	background-color:#e07001;
	color:#ffffff;
}

.Best .Hike .PhraseNoBr { /* <nobr>タグは廃止されているので代替*/
	white-space: nowrap; /*改行禁止 <nobr>(css3で廃止)に相当 */
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.Best .Hike .PhreseHead { /*先頭の句 空白なし*/
	margin: 0px 0px 0px 0px;
}
.Best .Hike .PhraseFollow { /*2,3句目 左に空白*/
	margin: 0px 0px 0px 0.5rem ;
}

.Best aside {
	margin-bottom:2px;
	display: flex; /*横に広げる*/
	font-size:0.85rem;
}
.Best .Serial {
	margin-left: 1em;
}
.Best .Name {
}

.Best  .More {
	display: inline-block;
	margin: 0px 0px 11px 0px;
	padding:5px 20px 5px 20px;
	border: solid 2px #202020; /*none*/
	background-color: #808080; /*#de0029;*/
	border-radius: 6px;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.Best .Button {
	margin: 6px 0px;
	padding: 0px;
	border: 0px;
	text-align:center;
}

/* ------------------------------- */
.Like {
	margin:0px;
	border:0px;
	padding:0px;
}

.LikeButton {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding:2px 8px 2px 8px;
	border: none;
	background-color: #4060a1;
	border-radius: 6px;
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: bold;
	text-decoration: none;

	text-align:center;
	vertical-align: middle;
}

.LikeCount {
	display: inline;
	font-weight:bold;
	color:#4060a1;
	font-size:1.15rem;

	vertical-align: middle;
}

/* --------------------------*/
.Serial { /* シリアルナンバー */
	font-size:0.85rem;
}
