@charset "utf-8";
#header{
    border-bottom: solid 2px #d3d3d3;
    top: 0px;
    left: 0px;
    position: fixed;
    background: #ffffff;
    z-index: 1;
}
/*ARTICLE*/
.stone{
    margin-top: 70px;
    width: 70%;
    padding: 2.5%;
    overflow: hidden;
    float: right;
}
.stone h1{
    width: 100%;
    font-size: 150%;
    font-weight: bold;
    color: #313131;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 10px;
    float: left;
}
.stone h2{
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    color: #313131;
    letter-spacing: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-bottom: 15px;
    float: left;
}
.stone h3{
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    color: #313131;
    letter-spacing: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bababa;
    margin-top: 20px;
    margin-bottom: 5px;
    float: left;
}
.about{
    display: none;
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    color: #313131;
    letter-spacing: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bababa;
    margin-top: 20px;
    margin-bottom: 5px;
    float: left;
}
.stone-img{
    width: 100px;
    margin-left: 20px;
    float: left;
}
.stone-box{
    width: 100%;
}
.stone-one{
    width: 50%;
    float: left;

}
.stone-two{
    width: 50%;
    float: right;

}
.canvas-container {
    position: relative;
    width: 60%;
    height: 300px;
    overflow: hidden;
    overflow: hidden;
    float: left;
    z-index: 0;
}
.fortune-data{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 30%;
    border-collapse: collapse;
    float: left;
}
.fortune-data th{
    width: 100px;
    border-bottom: solid 1px #808080;
    padding-left: 10px;
    border-color: #808080;
    color: #313131;

}
.fortune-data td{
    width: 100px;
    text-align: center;
    border-bottom: solid 1px #808080;
    border-color: #808080;
    color: #313131;

}
.fortune-box img {
    width: 100px;
    margin-top: 50px;
    margin-right: 50px;
    margin-left: 50px;
    float: left;
}
.fortune-box{
    width: 100%;
    float: left;
}
.fortune-box p{
    font-weight: bold;
}

.info{
    font-size: 120%;
    color: #313131;
    letter-spacing: 3px;
    line-height: 200%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.about-info{
    display: none;
    font-size: 120%;
    color: #313131;
    letter-spacing: 3px;
    line-height: 200%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.combination {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.combination img {
    width: 50px;
    margin: 10px;
    margin-left: 10px;
    float: left;
}
.combination p{
    font-size: 100%;
    margin-top: 15px;
    text-align: center;
    color: #808080;
    float: left;
}
.number{
    width: 30px;
    color: #808080;
    font-weight: bold;
    text-align: center;
    margin-top: 12px;
    margin-left: 10px;
    float: left;
}
.multiplied {
    width: 20px;
    margin-top: 12px;
    margin-left: 20px;
    font-size: 120%;
    font-weight: bold;
    color: #808080;
    float: left;
}

#left-sidebar {
    margin-top: 70px;
    height: 100%;
    display: block;
    width: 30%;
    padding: 2.5%;
    margin-bottom: 30px;
    border-right: solid 1px #d3d3d3;
    overflow: hidden;
    float: left;
    position: fixed;
}
#left-sidebar h1 {
    width: 100%;
    font-size: 150%;
    font-weight: bold;
    color: #313131;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.cross-side{
    font-size: 20px;
    font-weight: bold;
    margin-left: 50px;
    width: 100%;
    float:left;
}
.bread-crumb{
    width: 100%;
    font-size: 100%;
    color: #808080;
    line-height: 200%;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.birth-stone{
    display: none;
    font-size: 70%;
    padding: 4px;
    border: solid 1px #e4007f;
    background: rgb(228,0,127);
    color:#FFFFFF;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
}

.birth-stone-side{
    font-size: 80%;
    padding: 4px;
    border: solid 1px #e4007f;
    background: rgb(228,0,127);
    color:#FFFFFF;
    border-radius: 20px;
    float: left;
}
.sidebar-info {
    font-size: 100%;
    color: #313131;
    letter-spacing: 2px;
    line-height: 200%;
    margin-bottom: 10px;
    float: left;
}
.footer-fixed{
    width: 100%;
    height: 120px;
    float: left;
}

#footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.footer-small{
    color: #fff;
    letter-spacing: 5px;
}

@media screen and (max-width:768px)
{
    #header{
        position: static;
    }
    #global-nav{
        
    }
    .global-nav-ul{
        float: none;
    }
    .global-nav-li{
         float: none;
        height: 30px;
        
    }
	#left-sidebar{
	    display: none;
	}
	.stone{
	    width: 100%;
	    float: none;
	    margin-top: 0px;
    }
    .stone h1{
        display: block;
    }
    .stone-img{
        width: 30%;
        margin-left: 50px;
        margin-bottom: 20px;
        float: none;
    }
    .canvas-container {
    position: relative;
    width: 100%;
    height: 360px;
    float: left;
    }
    .fortune-data{
        width: 100%;
        margin-top: 0px;
        margin-left: 0;
        float: none;
    }
    .fortune-data th{
        width: 20%;
    }
    .fortune-data td{
        width: 10%;
    }
    .number{
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        border-bottom: solid 1px #808080;
    }
    .combination {
        margin: 0px;
    }
    .combination p{
        font-size: 80%;
        width: 70%;
        margin-right: 0px;
        margin-top: 20px;
    }
    .combination img{
        width: 15%;
        margin-top: 5px;
        margin-left: 0px;
    }
    .multiplied {
    width: 100%;
    text-align: center;
    margin-top: 12px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom:0px;
    font-size: 20px;
    font-weight: bold;
}
    .birth-stone{
        display: block;
    }
    .about{
        display: block;
    }
    .about-info{
        display: block;
    }
    #footer{
        width: 100%;
        position: static;
    }
    #global-nav{
        display: none;
    }
     .btn{
        display: block;
    }
}