@charset "utf-8";
body{
    background-image: url(../img/requestwise/rule.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.rule-lead{
    font-size: 18px;
    color: hsla(0,0%,100%,1.00);
}
.main-color{
    background-color: hsla(0,0%,100%,0.69);
}
.padding_top {
    padding-top: 150px;
}
.mobaile_privacy {
    background-image: url(../img/creation/mobile_privacy.jpg);
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    color: hsla(0,0%,100%,1.00);
}
.mobaile_privacy h1 {
    color: hsla(0,0%,100%,1.00);
}
.font-1{
    font-size: 14px;
    color: hsla(0,0%,24%,1.00);
}
h1 {
    font-size: 19px;
}
h2 {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: bolder;
    border-radius: 3px;
    background-color: hsla(0,0%,87%,1.00);
    color: hsla(0,0%,26%,1.00);
}
h3{
    font-size: 13px;
    font-weight: bolder;
}
p   {
    font-size: 13px;
	color: hsla(0,0%,48%,1.00);
}
.ol-style{
    font-size: 13px;
    color: hsla(0,0%,48%,1.00);
}
.ol-style li{
    margin-bottom: 7px;
	    font-size: 14px;
    color: hsla(0,0%,24%,1.00);
}
.text_right   {
    text-align: right;
    margin-top: 20px;
}
.indent p{
    margin-left: 30px;
}
.list-none li{
    list-style-type: none;
    font-size: 13px;
    color: hsla(0,0%,51%,1.00);
	margin-bottom: 10px;	
}
