body {
    background: #e9f4eb;
    color: #000000;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

A:link {
    color: black;
}

A:visited {
    color: black;
}

A:active {
    color: black;
}

A:hover {
    color: black;
}

a {
    font-weight: 600;
    color: #000066;
    font-size: 15px;
}

h1 {
    font-size: 24px;
    margin: 15px auto 20px auto;
    padding-bottom: 10px;
    border-bottom: 2px dashed #333;
}

h2 {
    color: rgb(237, 22, 78);
    font-size: 20px;
    margin: 15px auto 15px auto;
}

#seiseki {
    /*position:absolute;*/
    /*top:185px;*/
    /*left:15px;*/
    font-size: 16px;
    font-weight: bold;
    width: 480px;
    height: auto;
    color: #0e64bc;
}

img {
    border-color: #ee2c1c;
}

#title {
    position: relative;
    top: 140px;
    width: auto;
    margin-top: 6px;
    margin-left: 20px;
    margin-bottom: 15px;
    float: left;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
}

.ctrlbt {
    position: relative;
    top: 140px;
    cursor: pointer;
    float: left;
    width: auto;
    height: 30px;
    margin-left: 10px;
    margin-top: 6px;
    text-decoration: underline;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    z-index: 12001;
}

.thisDiv {
	padding: 15px;
	height: auto;
	top: 250px;
}

.inputspace {
	margin: 10px auto 10px 10px;
    font-weight: bold;
}



.inputspace2 {
	margin: 20px auto 10px auto;
	text-align: center;
}

.resultspace {
	color: red;
	margin: 20px auto 10px auto;
	text-align: center;
}

input {
	border: solid 2px #666;
	border-radius: 5px;
	background-color: #fcfcfc;
	padding: 3px 5px 3px 5px;
	width: 200px;
}

.assistButton {
	cursor: pointer;
	margin: 3px 5px 3px 5px;
	padding: 2px 5px 2px 5px;
	border: 3px solid #80ccff;
	background-color: #f0f0f0;
	border-radius: 5px;
    font-size: 1.6rem;
}

.assistButton:hover {
	background-color: #666;
	color: white;
}

#space {
    clear: both;
}

#menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #9edbf5;
}

#gamecontent {
    width: 100%;
    height: 445px;
    top: 40px;
    margin: 0;
    border: 0;
    padding: 0;
}

.prefDiv {
    position: absolute;
    left: 0;
    right: 0;
    width: 650px;
    height: 650px;
}

.prefDiv img {
    position: absolute;
    left: 0;
    right: 0;
    width: 650px;
    height: 650px;
}

#exp {
    position: absolute;
    top: 1145px;
    font-size: 15px;
    font-weight: bold;
    width: 600px;
    height: auto;
    margin-left: 20px;
    margin-bottom: 25px;
    border: solid 3px #333;
    border-radius: 10px;
    padding: 15px;
    color: #333333;
    line-height: 1.6em;
    background-color: #eeeeee;
}

#exp p {
    margin: 10px 0 10px 0;
    text-indent: 1em;
}

#totop {
    color: rgb(237, 22, 78) !important;
}

#line1 {
    position: absolute;
    top: 35px;
    width: 100%;
    height: 5px;
    background-color: #aaaaaa;
}

#config {
    top: 580px;
    height: 0;
    width: 0;
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    background-color: #fafafa
}

#disp {
    position: absolute;
    font-weight: bold;
    background-color: #f2f2f2;
    line-height: 30px;
}

#contentright {
    position: absolute;
    float: left;
    left: 740px;
    top: 200px;
    width: 140px;
    height: 640px;
    z-index: 100500;
}

#shisenline1 {
    position:absolute;
    top:180px;
    width:100%;
    height:3px;
    background-color:#333333;
}

#mobilead {
    position: absolute;
    float: left;
    left: 20px;
    top: 2020px;
    z-index: 39;
}

#mobilead2 {
    position: absolute;
    float: left;
    left: 0;
    top: 10px;
    z-index: 40;
}

#container {
    position: absolute;
    left: 0;
    top: 200px;
}

#timeDisp {
    position: absolute;
    left: 35px;
    top: 15px;
    /*border: 6px dashed #999;*/
    /*border-radius: 10px;*/
    width: 280px;
    height: 70px;
    padding: 15px;
    font-size: 50px;
    font-weight: bold;
    text-align: left;
    color: #666;
}


#menuSpace {
    position: absolute;
    top: -5100px;
    left: 25px;
    width: 584px;
    height: auto;
    border: 3px solid #333;
    border-radius: 10px;
    padding: 25px 20px;
    background-color: #fafafa;
    text-align: center;
    z-index: 6000000;
}

.resultDisplay {
    font-weight: bold;
    color: #333;
    font-size: 32px;
}

#clearSpace {
    position: absolute;
    top: -1500px;
    left: 25px;
    width: 584px;
    height: auto;
    border: 3px solid #333;
    border-radius: 10px;
    padding: 15px 20px;
    background-color: #fafafa;
    text-align: center;
    z-index: 6000001;
}

.menubt {
    margin: 19px auto 19px auto;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    /*border-bottom: 3px solid #666;*/
    text-decoration: underline;
    color: #003266;
}


#prefDisp {
    position: absolute;
    left: 25px;
    top: 110px;
    border: 6px dashed #999;
    border-radius: 10px;
    width: auto;
    min-width: 300px;
    max-width: 400px;
    height: 70px;
    padding: 10px;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#prefDisp2 {
    position: absolute;
    left: 5px;
    top: 230px;
    /*border: 6px dashed #999;*/
    /*border-radius: 10px;*/
    width: auto;
    min-width: 500px;
    height: auto;
    padding: 15px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #666;
}

.capitalClass {
    color: rgb(217, 83, 120)
}

#okDisp {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 400px;
    font-weight: bold;
    font-size: 40px;
    color: rgb(217, 83, 120);
}

#ctrl-space {
    position: relative;
}

@media screen and (min-width: 960px) {
    /* 960px以上の幅の場合に適応される */
    #ctrl-space {
        padding-left: 200px;
    }

    #exp {
        left: 190px;
    }

    #container {
        left: 180px;
    }

    #mobilead {
        left: 140px;
        top: 10px;
    }

    #mobilead2 {
        top: 2020px;
    }

    #contentright {
        left: 900px;
    }
}


@media screen and (min-width: 1280px) {
    /* 1280px以上の幅の場合に適応される */
    #ctrl-space {
        padding-left: 340px;
    }

    #exp {
        left: 330px;
    }

    #container {
        left: 320px;
    }

    #mobilead {
        left: 280px;
    }

    #contentright {
        left: 1020px;
    }
}

