﻿ @import url("base.css");

body {background-color: #f6f4f4;color: #333333;}
.mainBody{text-align:center;margin:0px auto;}
.mainBody .title{}
.mainBody .title h2{background: linear-gradient(to right, #0051bf, #4380d0);color: #fff;padding: 10px;text-align:left;}
.mainBody .contBody {margin:220px auto 0px auto;}
.mainBody .contBody .sorry {text-align: center;color: #000;font-size: 36px;font-weight: bold;margin-bottom: 20px;}
.mainBody .contBody .idea {text-align: center;margin-bottom: 20px;font-size: 24px;}
.mainBody .contBody .comeb {text-align: center;margin:0px auto;}
.mainBody .contBody .comeb .comebA {background-color:#0051bf;margin:0px auto;width:120px;max-height:30px;overflow:hidden;text-align:center;border-radius:4px;}
.mainBody .contBody .comeb .comebA:hover{background-color:#4380d0;}
.mainBody .contBody .comeb .comebA a {color: #ffffff;display:block;height:30px;width:100%;max-height:30px;max-width:120px;overflow:hidden;line-height:30px;}
@media (max-width: 768px)
{
    .mainBody .contBody{margin-top:100px;}
    .mainBody .title h2{font-size:1rem;}
    .mainBody .contBody .sorry{font-size:1.25rem;}
    .mainBody .contBody .idea{font-size:0.9rem;}
    .mainBody .contBody .comeb .comebA a{font-size:1rem;}
}