@charset "UTF-8";
/*------------------------------------
 
---------------------------------------------------------------------------------------------------*/
.cd_box {
	background: #a61f25;
    padding: 10px;
    color: #fff;
}

.cd_inner {
    width: 980px;
    margin: auto;
    position: relative;
    text-align: center;
}

#result {
	font-weight: 600;
	font-size: 130%;
}

#result br { display: none;}

.h,.m,.s { font-size: 180%;}

.h,.m,.s,.ms { padding: 0 2px;}

#result2 {
	font-weight: 600;
	font-size: 130%;
}

#result2 br { display: none;}

@media only screen and (max-width: 980px){
.cd_box {}

#result br { display: block;}

#result {
	font-size: 100%;
	font-weight: 600;
}

#result2 br { display: block;}

#result2 {
	font-size: 100%;
	font-weight: 600;
}

.h,.m,.s { font-size: 150%;}
.cd_inner { width: 100%;}
.res_txt { width: 100%;}
}
