@charset "utf-8";
/* CSS Document */
.template_area{
	width: auto;
	font-size: medium;
	margin-bottom: 0px;
	line-height: 1.3rem;
}
.template_area .syousai{
	width: 95%;
	max-width: 800px;
	margin: 20px auto;
	border-radius: 20px;
	padding: 20px 15px 0 15px;
	background-color: #faf8df;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #000000;
	border: 2px solid #5ab8d4; /*トップ枠*/
}
.template_area .syousai p{
    margin-bottom: 1rem;
    line-height: 1.5rem;
}
.template_area .syousai .koumoku{
	margin-bottom: 20px;
}
.template_area .syousai .koumoku .subTitle{
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.template_area .syousai .koumoku .subTitle:after{
    width: 10%;
    border-bottom: 3px solid #000;
    content: "";
    display: block;
    margin: 0px auto;
}
.template_area .keihin_txt{
	text-align: left;
	width: 95%;
	max-width: 800px;
	margin: 20px auto;
	border-radius: 20px;
	padding: 1rem;
}
.template_area .keihin_txt .tousen{
	width: 95%;
	background-color: #02a19b; /*当選確率ラベル色*/
	color: #FFFFFF;
	padding: 0.5rem;
	border-radius: 50px;
	text-align: center;
	margin: 0px auto 0.5rem;
	font-weight: bold;
}
.template_area .keihin_txt ul{
    font-size: 0.8rem;
    margin-top: 1rem;
}
.template_area .keihin_txt li{
    margin-bottom: 0.5rem;
    line-height: 1rem
}
