@charset "utf-8";

.container{
	max-width: 1120px!important;
}

@keyframes shine {
  0% {
    left: -20%; }
  10% {
    left: 120%; }
  100% {
    left: 120%; } 
}
@keyframes brightness {
  0% {
    filter: brightness(100%); }
  10% {
    filter: brightness(115%); }
  50% {
    filter: brightness(100%); }
  60% {
    filter: brightness(108%); }
  100% {
    filter: brightness(105%); } 
}
@-webkit-keyframes pulsebtn {
  0% {
    -webkit-transform: scale(0.85); }
  100% {
    -webkit-transform: scale(1); } 
}
@-moz-keyframes pulsebtn {
  0% {
    -moz-transform: scale(0.85); }
  100% {
    -moz-transform: scale(1); } 
}
.dokidoki {
    animation: dokidoki 1.5s infinite;
}
.dokidoki img{
	width: 90%;
}
@keyframes dokidoki {
    0% {
        transform: scale(1.05)
    }
    5% {
        transform: scale(1)
    }
    95% {
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.05)
    }
}
.shine {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  /*--animation: pulsebtn 1.0s ease 0s infinite alternate;--*/ }
  .shine img {
    animation-name: brightness;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .shine:after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 60px;
    height: 100%;
    transform: scale(2) rotate(30deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shine;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; 
}

/*---上書き----*/
.page-item.active .page-link {
	background: #252e9a;
	border-color: #252e9a;
}
/*---//上書き----*/
.wf-notosansjapanese {
	font-family: "Noto Sans Japanese";
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}
i.material-icons {
	vertical-align: sub;
}
.material-icons.md-18 {
	font-size: 18px;
}
.material-icons.md-24 {
	font-size: 24px;
}
.material-icons.md-36 {
	font-size: 36px;
}
.material-icons.md-48 {
	font-size: 48px;
}
.material-icons.md-60 {
	font-size: 50px;
}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
	color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, 0.26);
}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
	color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, 0.3);
}
.material-icons.orange600 {
	color: #FB8C00;
}
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font-small-x {
	font-size: 0.8em;
}
.font-small-xx {
	font-size: 0.6em;
}
.font-small-xxx {
	font-size: 0.4em;
}
.font-big-x {
	font-size: 1.2em;
}
.font-big-xx {
	font-size: 1.4em;
}
.btn-primary {
	background: #252e9a!important;
}
.btn-submit {
	background: #e1262d;
	color: #fff;
	font-weight: bold;
}
.btn-submit:hover {
	background: #ff454c;
}
.bg-primary {
	background: #252e9a!important;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.logo img {
	width: 240px;
}

@media (max-width: 575px) {
.logo img {
	width: 180px;
}
.media-body h5 {
	font-size: 1rem;
}
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
	}
}
.regist_form {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.regist_form {
	width: 100%;
	box-sizing: border-box;
}

.regist_form h3 {
	margin-bottom: 0.5rem;
}
.regist_form p {
	margin-bottom: 1.5rem;
	font-weight: bold;
}
.regist_form h2 {
	font-size: 1.3rem;
	color: #ef0000;
	text-align: center;
	font-weight: bold;
}

@media (max-width:575px) {
.regist_form h2 {
	font-size: 1.1rem;
}
}

#top1 h2 {
	font-weight: bold;
	border-left: 6px solid #fdaf18;
	font-size: 1.7rem;
	margin-bottom: 2rem;
	padding-left: 15px;
	line-height: 1.5;
}
#top1 h2 span {
	color: #fdaf18;
}
#top2 h2 {
	font-weight: bold;
	border-left: 6px solid #1a5170;
	font-size: 1.7rem;
	margin-bottom: 2rem;
	padding-left: 15px;
	line-height: 1.5;
}
#top2 h2 span {
	color: #1a5170;
}
#top1 ul, #top2 ul {
	margin: 0 0 40px 0;
	padding: 0;
}
#top1 li {
	background: url("../images/icon_check.png") no-repeat 0 8px;
	background-size: 22px 22px;
	padding-left: 35px;
	color: #f0002d;
	font-size: 1.5rem;
	font-weight: bold;
	list-style: none;
	margin: 0 0 15px 0;
}
#top2 li {
	background: url("../images/icon_check.png") no-repeat 0 8px;
	background-size: 22px 22px;
	padding-left: 35px;
	color: #1a5170;
	font-size: 1.3rem;
	font-weight: bold;
	list-style: none;
	margin: 0 0 15px 0;
}
#top1 li i, #top2 li i {
	font-size: 2rem!important;
	vertical-align: sub;
	margin-right: 1rem;
}
#top1 p, #top2 p {
	font-weight: bold;
	font-size: 1.1rem;
}

@media (max-width: 767px) {
#top1 h2, #top2 h2 {
	font-size: 1.3rem;
}
#top1 li, #top2 li {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}
#top1 li i, #top2 li i {
	font-size: 1.3rem!important;
	margin-right: 0.5rem;
}
#top1 p, #top2 p {
	font-size: 1rem;
	font-weight: normal;
}
}

@media (max-width: 575px) {
#top1 h2, #top2 h2 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
#top1 li, #top2 li {
	font-size: 125%;
	background: url("../images/icon_check.png") no-repeat 0 6px;
	background-size: 14px 14px;
	padding-left: 25px;
}
}
#goodresult {
	background: #fff;
	position: relative;
	background-size: cover;
	padding: 20px 0;
}
#goodresult .subtitle {
	text-align: center;
	color: #1a3068;
}
#goodresult h2 {
	color: #1a3068;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 2rem;
}
#goodresult h2:after {
	content: "";
	border-bottom: 5px double #1a3068;
	display: block;
	width: 6em;
	margin: 15px auto 0 auto;
}
#goodresult p.lead {
	text-align: center;
	color: #fff;
}

@media (max-width:767px) {
#goodresult h2 {
	font-size: 1.4rem;
}
}
#result {
	margin-bottom: 4rem;
}
#result h2, #result p.subtitle {
	text-align: center;
}

@media (max-width: 767px) {
#result h2 {
	font-size: 1.4rem;
}
#result p.lead {
	font-size: 1rem;
	text-align: left;
}
}
#result .table {
	border: 1px solid #252e9a;
	background: #fafafa;
}
#result td, #result th {
	border-top: none!important;
	background: #fafafa;
}
#result .table tr:first-of-type th {
	background: #252e9a;
	color: #fff;
	text-align: center;
}
.attention_bg {
	background: #ffc000;
	padding: 20px;
}
#attention .row .row {
	margin-right: 0;
	margin-left: 0;
}
.icon_attention {
	width: 90px;
}
.greet_title_bg {
	background: url(../images/greet_bg1.jpg) center;
	background-size: cover;
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 2rem;
	padding: 100px 15px;
	color: #fff;
	text-shadow: black 2px 0px 2px, black -2px 0px 2px,  black 0px -2px 2px, black -2px 0px 2px,  black 2px 2px 2px, black -2px 2px 2px,  black 2px -2px 2px, black -2px -2px 2px,  black 1px 2px 2px, black -1px 2px 2px,  black 1px -2px 2px, black -1px -2px 2px,  black 2px 1px 2px, black -2px 1px 2px,  black 2px -1px 2px, black -2px -1px 2px,  black 1px 1px 2px, black -1px 1px 2px,  black 1px -1px 2px, black -1px -1px 2px;
}

@media (max-width: 575px) {
#greet h1 {
	font-size: 1.4rem;
}
.greet_title_bg {
	font-size: 1.4rem;
	padding: 40px 15px;
	margin-bottom: 1rem;
}
.greet_catch {
	background: #252e9a;
	text-align: center;
	padding: 30px 15px;
	margin-bottom: 1rem;
	margin-left: -15px;
	margin-right: -15px;
	color: #fff;
	font-size: 1.6rem;
}
}
.greet_title_bg span {
	color: #44d1ff;
}
.greet_title1 {
	color: #683f82;
	margin-bottom: 1.5rem;
}
.greet_title2 {
	color: #b81818;
	margin-bottom: 2.5rem;
	font-size: 2rem;
}
.greet_title3 {
	color: #ff0000;
	margin-bottom: 1rem;
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
	padding: 1.5rem;
	border-top: 3px solid #ff0000;
	border-bottom: 3px solid #ff0000;
}
.greet_title4 {
	color: #fff;
	background: #042a60;
	margin-top: 3rem;
	margin-bottom: 1rem;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	padding: 1rem;
}
.greet_subtitle {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2rem;
}
.greet_text {
	margin-bottom: 3rem;
}

@media (max-width:575px) {
.greet_title1, .greet_title2, .greet_title4 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.greet_title3 {
	color: #ff0000;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	padding: 1rem;
}
.greet_title4 {
	margin-top: 2rem;
}
.greet_subtitle {
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
}
.greet_list {
	margin-bottom: 3rem;
	padding: 0;
}
.greet_list li {
	list-style: none;
	font-size: 1.3rem;
	margin-bottom: 0.6rem;
	font-weight: bold;
}
.greet_list li i {
	font-size: 1.6rem;
	vertical-align: sub;
	margin-right: 1rem;
}

@media (max-width:575px) {
.greet_list {
	margin-bottom: 1.5rem;
}
.greet_list li {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.greet_list li i {
	font-size: 1.2rem!important;
	vertical-align: sub;
	margin-right: 0.5rem;
}
.greet_text {
	margin-bottom: 1rem;
}
}
#reason h1 {
	background: #252e9a;
	text-align: center;
	padding: 120px 15px;
	margin-bottom: 1.5rem;
}
#reason h1 img {
	width: 540px;
}
#reason h2 {
	color: #ef2a00;
	font-size: 2rem;
	margin-bottom: 2rem;
	font-weight: bold;
}
#reason h3 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: bold;
}
#reason p {
	font-size: 1.1rem;
	margin-bottom: 3rem;
}

@media (max-width:575px) {
#reason h1 {
	padding: 60px 15px;
}
#reason h1 img {
	width: 100%;
}
#reason h2 {
	color: #ef2a00;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}
#reason h3 {
	font-size: 1rem;
}
#reason p {
	font-size: 1rem;
	margin-bottom: 1.5rem;
	font-weight: normal;
}
}
.page-title {
	text-align: center;
	margin: 60px 0 30px 0;
	font-size: 2rem;
	color: #252e9a;
}
.page-title:after {
	content: "";
	border-bottom: 5px double #4d56d0;
	display: block;
	width: 6em;
	margin: 15px auto 0 auto;
}

@media (max-width:575px) {
.page-title {
	font-size: 1.3rem;
	margin: 2rem 0;
}
.page-title:after {
	content: "";
	border-bottom: 5px double #4d56d0;
	display: block;
	width: 6rem;
	margin: 10px auto 0 auto;
}
}
#howto h2 {
	font-size: 1.4rem;
	font-weight: bold;
}
.howto_flow {
	padding: 40px 0;
	border-top: 1px solid #212529;
}
#login {
	margin-bottom: 10vh;
}

@media (max-width:767px) {
#login {
	margin-bottom: 0;
}
}
#login .modal-header {
	padding: 15px;
}
#login {
	margin-top: 3rem;
}
#login .modal-dialog {
	margin: 0 0 30px 0;
	padding: 0;
}
#login .modal-header h1 {
	width: 100%;
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}

@media (max-width:575px) {
#login .modal-header h1 {
	font-size: 1rem;
}
}
.login_bg1 {
	background: #efefef;
	padding: 20px;
	margin-bottom: 2rem;
}
.login_bg1 h2 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

@media (max-width:575px) {
.login_bg1 h2 {
	font-size: 1rem;
}
}
.capture-group > .capture {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.capture-group > .capture > div {
	display: inline-block;
	float: none;
	padding-bottom: 20px;
	padding-top: 18px;
}
.capture-group > .capture > div a {
	position: relative;
	display: block;
}
.capture img:hover {
	-webkit-filter: opacity(50%);
	filter: opacity(50%);
}
.capture-group > .capture > div a:hover:after {
	content: '\E8FF';
	font-family: "Material Icons";
	font-size: 4rem;
	color: #252e9a;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 4rem;
	height: 4rem;
	z-index: 99;
}
.title-sub {
	font-size: 0.9rem;
	text-align: center;
	margin-bottom: 3rem;
	color: #6b6b6b;
}


 @-webkit-keyframes sdb {
 0% {
 -webkit-transform: translate(0, 10px);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform:translate(0, -10px);
 opacity: 0;
}
}
@keyframes sdb {
 0% {
 transform:translate(0, 10px);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: translate(0, -10px);
 opacity: 0;
}
}


.goodresult_bg {
	background: #3f434f;
	color: #fff;
	border-radius: .5rem;
	padding-bottom: .5rem;
}
.goodresult_bg h3 {
	text-align: center;
	padding: 0;
	margin: 0;
}

.goodresult_bg h4 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1;
}

@media (max-width:1024px) {
.goodresult_bg h4 {
	font-size: 1.5em;
}
}

@media (max-width:767px) {
.goodresult_bg h4 {
	font-size: 1.2em;
}
}
.goodresult_bg p {
	font-size: 1rem;
	padding: 15px;
	text-align: center;
	line-height: 1.2;
	
}
.goodresult_bg p span {
	font-weight: bold;
	color: #fdaf18;
	font-size: 2em;
	line-height: 1.4;
}



@media (max-width:767px) {
.goodresult_bg p {
	font-size: .95rem;
	margin-bottom: 0;
	
}
.goodresult_bg p span {
	font-size: 1.6rem;
}
}

@media (max-width:320px) {
.goodresult_bg p span {
	font-size: 1.3em;
}
}
.goodresult_bg .row {
	margin-left: 0;
	margin-right: 0;
}
.rateofup {
	text-align: center;
	font-size: 1rem;
}
.rateofup div:first-of-type {
	text-align: center;
}
.rateofup img {
	display: inline-block;
	/*---webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;---*/
	font-size: 3.5rem;
	max-width: 50px;
}

.rateofup h4{
	font-size: .9rem;
	padding: 15px 0 0 0;
	line-height: 1.6;
}
.rateofup h4 span{
	font-size: 140%;
}
@media (max-width:767px) {
.rateofup h4 span{
	font-size: 120%;
}
}


@media (max-width:320px) {
.rateofup {
	font-size: 0.8em;
	}
}
.rateofup .date {
	font-weight: normal;
	font-size: .9rem;
	line-height: 1.8;
}
@media (max-width:767px) {
.rateofup .date {
	line-height: 1;
}
}
.amount{
	padding: 0 15px;
	line-height: 1.8;
}

.per {
	font-size: 3em;
	color:#232db2;
	line-height: 1;
}

@media (max-width:1024px) {
.per {
	font-size: 3em;
}
}

@media (max-width:767px) {
.per {
	font-size: 2em;
}
}
.per2 {
	font-size: 1.8em;
	color:#232db2;
	line-height: 1.2;
}
#howto .row .col-9 {
	padding-right: 0;
	padding-left: 0;
}

.btn_buy {
	background: rgba(246,198,134,1);
	background: -moz-linear-gradient(top, rgba(246,198,134,1) 0%, rgba(236,139,29,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,198,134,1)), color-stop(100%, rgba(236,139,29,1)));
	background: -webkit-linear-gradient(top, rgba(246,198,134,1) 0%, rgba(236,139,29,1) 100%);
	background: -o-linear-gradient(top, rgba(246,198,134,1) 0%, rgba(236,139,29,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,198,134,1) 0%, rgba(236,139,29,1) 100%);
	background: linear-gradient(to bottom, rgba(246,198,134,1) 0%, rgba(236,139,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6c686', endColorstr='#ec8b1d', GradientType=0 );
	color: #101207;
	border-top: 1px solid #a86811;
	border-right: 2px solid #a86811;
	border-bottom: 2px solid #a86811;
	border-left: 1px solid #a86811;
	border-radius: 5px;
	font-size: 1.3rem;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
}
.btn_buy span {
	display: block;
	border-top: 1px solid #fce7d4;
	border-left: 1px solid #fce7d4;
	padding: 5px;
	border-radius: 5px;
}
.btn_buy:hover {
	text-decoration: none;
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.btn_add_point {
	background: rgba(247,246,251,1);
	background: -moz-linear-gradient(top, rgba(247,246,251,1) 0%, rgba(233,234,238,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,246,251,1)), color-stop(100%, rgba(233,234,238,1)));
	background: -webkit-linear-gradient(top, rgba(247,246,251,1) 0%, rgba(233,234,238,1) 100%);
	background: -o-linear-gradient(top, rgba(247,246,251,1) 0%, rgba(233,234,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,246,251,1) 0%, rgba(233,234,238,1) 100%);
	background: linear-gradient(to bottom, rgba(247,246,251,1) 0%, rgba(233,234,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f6fb', endColorstr='#e9eaee', GradientType=0 );
	border-top: 1px solid #aeb1b6;
	border-right: 2px solid #aeb1b6;
	border-bottom: 2px solid #aeb1b6;
	border-left: 1px solid #aeb1b6;
	color: #101207;
	border-radius: 5px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0;
	text-align: center;
}
.btn_add_point span {
	display: block;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 5px;
	border-radius: 5px;
}
.btn_add_point:hover {
	text-decoration: none;
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
	color: #101207;
}
.top_ratebox {
	padding-top: 110px;
}

@media (max-width:991px) {
.top_ratebox {
	padding-top: 40px;
}
}
.rateup {
	background-color: rgba(0,0,0,0.6);
	padding: 20px;
	color: #fff;
	border-radius: 15px;
}
.rateup h3 {
	font-size: 1.2rem;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.5rem;
}
.rateup dl {
	margin: 1rem 0 0 0;
}
.rateup dt {
	font-size: 1.6rem;
	line-height: 1;
	padding-right: 0!important;
	padding-left: 0!important;
}
.rateup dt small{
	font-size: 65%;
	line-height: 1.8;
    display: inline-block;
}
.rateup dt span {
	display: block;
	font-size: 0.8rem;
	font-weight: normal;
}
.rateup dd {
	margin: 0;
	text-align: right;
	color: #fdfa00;
	font-weight: bold;
	line-height: 1;
	padding-right: 0!important;
	padding-left: 0!important;
}
.rateup dd .counter {
	font-size: 3rem;
}
.rateup dd span {
	font-size: 2rem;
}
.rateup dd span:last-of-type {
	font-size: 1rem;
}
.rateup dd .oi {
	display: inline-block;
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	font-size: 2rem;
}

@media (max-width:1024px) {
#mainimage2 h2 {
	font-size: 2.5rem;
}
.rateup dd .counter {
	font-size: 3rem;
}
.rateup dd {
	font-size: 3rem;
}
.rateup dt {
	font-size: 1.6rem;
}
.rateup dd .oi {
	font-size: 2rem;
}
}

@media (max-width:767px) {
#mainimage2 h2 {
	font-size: 1.5rem;
	padding-top: 30px;
	padding-left: 10px;
}
#mainimage2 .col-lg-7 {
	padding-left: 0;
	padding-right: 0;
}
.rateup {
	padding: 20px 10px;
}
.rateup h3 {
	font-size: 1rem;
}
.rateup dt {
	font-size: 1.2rem;
	line-height: 1.3;
}
.rateup dt span {
	font-size: 0.6rem;
}
.rateup dd {
	font-size: 2rem;
}
.rateup dd .counter {
	font-size: 2.5rem;
}
.rateup dd span {
	font-size: 1rem;
}
.rateup dd .oi {
	font-size: 1.5rem;
}
.rateup p {
	font-size: 0.9rem;
}
}
 @-webkit-keyframes sdb {
 0% {
 -webkit-transform: translate(0, 10px);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform:translate(0, -10px);
 opacity: 0;
}
}
@keyframes sdb {
 0% {
 transform:translate(0, 10px);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 transform: translate(0, -10px);
 opacity: 0;
}
}
.rateup p {
	margin: 0.5rem 0 15px 0;
	padding: 0 15px 0.5rem 0;
	padding-bottom: 0.5rem;
	border-bottom: 1px dotted #fff;
}
.rateup p:last-of-type {
	border-bottom: none;
	margin: 0.5rem 0 0 0;
}
