@charset "utf-8";
body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    text-align: center;
}
.escape{
	margin-bottom: 0px!important;
}
a {
    text-decoration: none;
}
.content{
	background-color: #faed00;
	padding-top: 100px;
	padding-bottom: 100px;
}
.content1{
	background-color: #faed00;
}
#animation_container {
    margin: 0 auto;
}

.count-down {
    font-size: 26px;
    font-weight: bold;
}

.btn-wrapper {
    width: 100%;
}

.btn,input {
    display: inline-block;
    color: white;
    background-color: #FF5A0D;
	max-width: 300px;
    width: 100%;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 3px -3px #777777;
	margin-top: 40px;
	opacity: 1;
	    font-size: 115%;
}
.draw{
    margin-bottom: 15px;
}
.omikuji1{
	max-width: 205px;
	width: 100%;
	margin-bottom: 21px;
	margin-top: 55px;
}
input[type="button"]{
	background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    /* font-weight: bold; */
    width: 150px;
    /* height: 30px; */
    color: #333;
    /* display: inline-block; */
    color: white;
    background-color: #FF5A0D;
	max-width: 300px;
    width: 100%;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 5px;
    box-shadow: 0 5px 3px -3px #777777;
    /* margin-top: 40px; */
    opacity: 1;
	    font-size: 115%;
}
.btn:hover,input[type="button"]:hover {
    opacity: 1.0;
	color: #FFF;
	background-color: #ff712f;
}
.jump-to-result{
	color:	#0044CC!important;
}
.escape, .count-down {
    color: #666666;
}
.disp3{
	padding-bottom: 30px;
}
#disp2{
	padding-bottom: 20px;
}

.jump-to-result {
    color: #666666;
    text-decoration: underline;
}
.head_text{
	color: #7ecef4;
}

/*------ responsive ------*/

@media (max-width: 639px) {
    .result-img {
        width: 100%;
    }

    .fortune-box {
      width: 100% !important;
    }

    img[src*="omikuji"] {
        width: 90%;
    }
    .count-down {
        font-size: 1.5em;
    }
    .escape {
        font-size: 1em;
    }
    .btn {
        width: 80%;
        line-height: 30px;
    }
}
