@charset "utf-8";
/* CSS Document */

/*---------------------------------
howtouse
---------------------------------*/

html {
 background-image: linear-gradient(90deg, rgba(233, 240, 250, 1), rgba(189, 219, 253, 1) 85%);
 }

a {text-decoration: none;}

.howto_box {
/*	background: rgba(135,206,250,0.3);*/
/*	 background-image: linear-gradient(90deg, rgba(233, 240, 250, 1), rgba(189, 219, 253, 1) 85%);*/
     font-size: 20px;
     margin-left: auto;
     margin-right: auto;
	margin-bottom: 50px;
	padding: 20px 0 50px;
     text-align: center;
     width: 640px; 
	color: #000;
}

.howto_inner {
	width: 600px;
	margin: 0 auto 50px;
}
.howto_inner img {
	width: 640px;
	max-width:100%;
	margin: 5px 0;
}

.howto_heading {
    margin: 0 auto 50px;
    text-align: center;
    border-top: 6px dotted #000;
    border-bottom: 6px dotted #000;
}
.howto_heading p {
	font-size: 28px;
	font-weight: 600;
}

.howto_tittle {
	/*text-decoration: underline;*/
	font-weight: bold;
	font-size: 29px;
}
.howto_tips {
    font-size: 26px;
    margin: 0 auto;
}
.howto_text {
	font-size: 20px;
	text-align: left;
	margin: 0;
}
.howto_comment {
	font-size: 16px;
	text-align: left;
	margin: 0;
}
.howto_tell {
	margin: 0;
}
.howto_tell a{
	color: #000;
	font-size: 40px;
}

.top_btn {
	font-size: 26px;
}

.marker {
	background: linear-gradient(transparent 60%, #ffd700 60%);
    padding: 0 2% 0.1%;
}
.marker_cash {
	background: linear-gradient(transparent 80%, #00ff7f 80%);
    padding: 0 1% 0.1%;
} 

/*---------------------------------
Tweak
---------------------------------*/
.wrap {margin-bottom: 20px;}

.aligin_right {text-align: right;}
.align_center {text-align: center;}

.bold {font-weight: bold;}
/*---------------------------------
color
---------------------------------*/

.yellow {color: #fff100;}

.red {color: #ff0000;}

.blue {color:#00bfff;}

.orange {color:#ffa500;}
/*---------------------------------
position
---------------------------------*/
.center {text-align: center;}

/*****************************
margin
*****************************/

.m-top-20 {
	margin-top: 20px;
}