table {border-collapse:collapse;}

.merge {width:1px;white-space:nowrap;}
.init {clear:both;font-size:0;margin:0;padding:0;line-height:1;}
.parent {position:relative;}
.child {position:absolute;}
.btn {cursor:pointer;}
a.btn {text-decoration:underline;}
.hidden {display:none;}

.b {font-weight:bold;}
.center {text-align:center;}
.right {text-align:right;}
.blue {color:#2c8aea;}
.red {color:#eb585a;}
.gray {color:#666666;}
.underline {text-decoration:underline;}

.button {
    display:inline-block;

    width:50%;
    padding:.9em 0;

    font-size:18px;
    font-weight:bold;
    color:#FF0000;

    cursor:pointer;

    text-align:center;

    background-color:#DEDEDE;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#F4F4F4),to(#DEDEDE));

    border:1px #0099CC solid;
    border-bottom:1px #0099CC solid;
    border-top:1px #0099CC solid;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;


    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.XXL {width:530px;}
.XL  {width:480px;}
.L   {width:50%;}
.S   {width:150px;}
.SS  {width:80px;}
.SSS {width:30px;}
.inp {border:1px solid #999999;padding:3px;font-size:13px;}
.inp:hover {border:1px solid blue;}
.line1px {font-size:0px;height:1px;background-color:#eeeeee;}
.fomtxt {padding-right:10px;background:#AFE4FE;color:#000000;font-size:1.0em;width:15%;text-align:right;}
.domtxt1 {padding:10px;background:#ffffff;color:#000000;font-size:0.9em;width:35%;}
.domtxt2 {padding:10px;background:#ffffff;color:#000000;font-size:0.9em;width:85%;}
.star {color:red;}
.btn {cursor:pointer;background-color:#0099CC;border:1px #0099CC solid;color:#FFFFFF;padding:3px;}

.one1 {width:100%;margin:0px auto;border:1px solid #FF0000;padding:5px;border-radius:6px;}
.one3 {width:100%;margin:0px auto;border:1px solid #737373;padding:10px;border-radius:6px;}
.con1 {padding:5px;font-family:sans-serif;}
.con2 {padding:10px;font-family:sans-serif;}
.con3 {padding:15px;font-family:sans-serif;}
.con4 {padding:20px;font-family:sans-serif;}

.contitle {margin-top:20px; margin-bottom:5px;font-size:1.2em;font-weight:bold;}

#guide .con {text-align:justify;font-size:1.0em;font-family:sans-serif;}
#guide .simplecon {text-align:center;font-size:1.0em;font-family:sans-serif;}

#guide .one1 table {width:98%;margin: 0 auto;margin-top:10px; text-align:center; font-size:0.95em;}
#guide .one1 th, #guide .one1 td {padding:6px; border:1px solid #cccccc;font-family:sans-serif;font-size:1.0em;color:#000000;font-weight:500;}
#guide .one1 thead tr {background-color:#FFE168;}
#guide .one1 tbody tr th {background-color:#f3f3f3;font-family:sans-serif;font-size:1.0em;color:#000;}
#guide .one1 tbody tr td {font-family:sans-serif;font-size:1.0em;}
#guide .one1 tbody tr.gray th {background-color:#000}
#guide .one1 tbody tr.gray td {background-color:#000;}
