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

.CSolut_Title{
	font-size: 24px;
	padding: 2%;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
    color: #FFF;
	background: #ef67b3;
    background: -moz-linear-gradient(top, #ef67b3 0%, #db479e 19%, #c22a83 48%, #b11c75 69%, #a0156d 93%, #8f0d62 100%);
    background: -webkit-linear-gradient(top, #ef67b3 0%,#db479e 19%,#c22a83 48%,#b11c75 69%,#a0156d 93%,#8f0d62 100%);
    background: linear-gradient(to bottom, #ef67b3 0%,#db479e 19%,#c22a83 48%,#b11c75 69%,#a0156d 93%,#8f0d62 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef67b3', endColorstr='#8f0d62',GradientType=0 );
}

.CSolut_MainTxt{
    font-size: 16px;
    color: #654a1b;
    margin: 2% 2% 2% 2%;
    line-height: 1.2;
}

.CSolut_OS1{
	margin: 2% 2% 2% 2%;
	background: #d9d9ff;
    border-radius: 6px;
    padding: 2%;
}
.CSolut_OS2{
	margin: 2% 2% 2% 2%;
	background: #ffd9e2;
    border-radius: 6px;
    padding: 2%;
}
.CSolut_OSTit{
    font-size: 16px;
	font-weight:bold;
    color: #654a1b;
	margin-bottom:2%;
}
.CSolut_OSTxt{
    font-size: 16px;
    color: #654a1b;
}

.CSolut_Err{
	margin: 2% 2% 2% 2%;
    background: #fff9a1;
    border: 3px solid #ff8c5c;
    padding: 2%;
}
.CSolut_Sol{
	margin: 2% 2% 2% 2%;
}

.CSolut_ErrTit{
    margin: 2% 2% 1% 2%;
    font-size: 20px;
    color: #b60707;
}
.CSolut_ErrTit2{
    margin: 2% 2% 1% 2%;
    font-size: 20px;
    color: #482cab;
}
.CSolut_ErrTxt1{
    font-size: 16px;
    color: #654a1b;
}
.CSolut_ErrTxt2{
	margin: 1% 2% 2% 2%;
    font-size: 16px;
    color: #b60707;
}
.CSolut_ErrTxt3{
	margin: 1% 2% 2% 2%;
    font-size: 16px;
    color: #482cab;
}

.CSolut_hr {
    border-top: #dbc99e 2px solid;
    margin: 3% 2%;
}

.CSolut_MainTxt span{
	font-weight:bold;
	color:#f32164;
	}
	
.Button_blue {
    margin: 1% 1% 2% 1%;
    padding: 12px;
    border-radius: 50px;
    box-shadow: 0px 4px 3px -3px #3a3a3a;
    text-align: center;
    border: #cda455 5px solid;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
    background: #5454b9;
    background: -moz-linear-gradient(top, #5454b9 0%, #4d4daf 22%, #37378f 71%, #2d2d81 100%);
    background: -webkit-linear-gradient(top, #5454b9 0%, #4d4daf 22%, #37378f 71%, #2d2d81 100%);
    background: linear-gradient(to bottom, #5454b9 0%, #4d4daf 22%, #37378f 71%, #2d2d81 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5454b9', endColorstr='#2d2d81',GradientType=0 );
}
.Button_blue_red {
    background: #e91659;
    background: -moz-linear-gradient(top, #e91659 0%, #cf0e4d 30%, #b7053c 67%, #8d012a 100%);
    background: -webkit-linear-gradient(top, #e91659 0%, #cf0e4d 30%, #b7053c 67%, #8d012a 100%);
    background: linear-gradient(to bottom, #e91659 0%, #cf0e4d 30%, #b7053c 67%, #8d012a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e91659', endColorstr='#8d012a',GradientType=0 );
}
.Button_blueWrap a:hover, .Button_blueWrap a:link, .Button_blueWrap a:visited, .Button_blueWrap a:active {
    text-decoration: none;
}