﻿/* The PC version */

@media all and (min-width: 1024px)
{
	body {
    max-width: 800px;
    font-size: 14px;
}

.count {
text-shadow: 1px 1px 1px #000;
color: #B0E485;
}
.ncount a{
    color: #f7bf8a;
}




#none_pc {
    display: none;
}


}








/*===========Version for the tablet==========*/

@media all and (max-width: 1023px) and (min-width: 550px)
{
		body {
    max-width: 100%;
    font-size: 13px;

}
.count {
text-shadow: 1px 1px 1px #000;
    font-size: x-small;
	color: #B0E485;
}
.ncount a{
    color: #f7bf8a;
	font-size: x-small;
}



#none_mini {
display: none;
}




}















/*============Version number ===============*/

@media all and (max-width: 550px) and (min-width: 200px)
{
		body {
    max-width: 100%;
    font-size: 12px;
}



.count {
text-shadow: 1px 1px 1px #000;
    font-size: x-small;
	color: #B0E485;
}
.ncount a{
    color: #f7bf8a;
	font-size: x-small;
}


#none_mini 
{
    display: none;
}





}



