
/* reset
=======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag:none;
    -khtml-user-drag:none;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html, body {
    overflow: hidden;
}
html {
    height: 100%;
    font-size: 62.5%;
}
body {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'meiryo','Helvetica';
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    width: 100%;
    height: 100%;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #0088cc;
    text-decoration: none;
}

/* Options
=======================================*/
.t-green {
    color: rgb(0, 162, 19);
}
.t-pink {
    color: #FF00AD;
}
.t-rose {
    color: #F7436E !important;
}
.t-aqua {
    color: #1C69F3 !important;
}
.caution {
    color: #FF0000;
}
.ele-block {
    display: block;
}
.ele-none {
    display: none !important;
}
.ele-hide {
    visibility: hidden;
}
.cur-move {
    cursor: move;
}
.cur-point {
    cursor: pointer;
}
.btn{
    cursor: default;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 3px;
    background: #A5E1FF;
    border: 1px solid #7CCBFF;
    color: #505050;
    font-weight: bold;
    text-decoration: none;
    -webkit-appearance: none;
}
.btn.sno {
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    height: 30px;
    background: #64F0E0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#98FFF2), to(#34978B));
    background: -webkit-linear-gradient(#98FFF2, #34978B);
    background: -moz-linear-gradient(#98FFF2, #34978B);
    background: -o-linear-gradient(#98FFF2, #34978B);
    background: linear-gradient(#98FFF2, #34978B);
    border: 2px outset #A5F3F6;
    border-radius: 0;
}
.btn.sno:hover{
    background: #ABFAF1;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#75C7BD), to(#DAFDF9));
    background: -webkit-linear-gradient(#75C7BD, #DAFDF9);
    background: -moz-linear-gradient(#75C7BD, #DAFDF9);
    background: -o-linear-gradient(#75C7BD, #DAFDF9);
    background: linear-gradient(#75C7BD,#DAFDF9);
}
.btn.sim {
    background: #2438CC;
    border: 1px solid #AEBEFF;
    color: #FFFFFF;
}
.btn.sco {
    cursor: pointer;
    background: #464646;
    border: 1px solid #000000;
    color: #F1F1F1;
}
.btn.sco:hover {
    background: #686868;
}
.responsive {
    display: none;
}
@media screen and (max-width: 400px) {
    .responsive {
        display: block;
    }
}
.chkbox {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 3px 5px 1px 3px;
    display: inline-block;
    border-top: ridge 2px #D5D5D5;
    border-left: ridge 2px #D5D5D5;
    border-right: groove 2px #D5D5D5;
    border-bottom: groove 2px #D5D5D5;
    background: #ADADAD;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#E6E6E6), to(#929292));
    background: -webkit-linear-gradient(#E6E6E6, #929292);
    background: -moz-linear-gradient(#E6E6E6, #929292);
    background: -o-linear-gradient(#E6E6E6, #929292);
    background: linear-gradient(#E6E6E6, #929292);
    color: #2E2E2E;
    border-radius: 7px;
    cursor: pointer;
    font-weight: bold;
}
.chkbox.checked {
    background: #757575;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#1D1D1D), to(#757575));
    background: -webkit-linear-gradient(#1D1D1D, #757575);
    background: -moz-linear-gradient(#1D1D1D, #757575);
    background: -o-linear-gradient(#1D1D1D, #757575);
    background: linear-gradient(#1D1D1D, #757575);
    color: #E7E7E7;
}
.chkbox .chkimg {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    background: url('../imgs/icon/check-off.png') no-repeat;
    background-size: contain !important;
}
.chkbox.checked .chkimg {
    background: url('../imgs/icon/check-on.png');
}

#average.chkbox {
    width: auto;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2.0rem;
}
#average.chkbox .chkimg {
    width: 25px;
    height: 25px;
}


/* loading
=======================================*/
#loading {
    width: 100%;
    height: 100%;
    display: table-cell;
    left: 0;
    top: 0;
    color: #fff;
    background: #000;
    text-align: center;
    position: fixed;
    z-index: 20000;
}
#loading table {
    width: 100%;
    height: 100%;
}
#loading img {
    vertical-align: middle;
}

/* 全体
=======================================*/
#container {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

/* 表示部分
=======================================*/
#display {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #D5F0FF;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#D5F0FF), to(#6187E7));
    background: -webkit-linear-gradient(#D5F0FF, #6187E7);
    background: -moz-linear-gradient(#D5F0FF, #6187E7);
    background: -o-linear-gradient(#D5F0FF, #6187E7);
    background: linear-gradient(#D5F0FF, #6187E7);
    position: relative;
    z-index: 20;
}
#display.sco {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #FF9C35;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFEED5), to(#FF7C15));
    background: -webkit-linear-gradient(#FFEED5, #FF7C15);
    background: -moz-linear-gradient(#FFEED5, #FF7C15);
    background: -o-linear-gradient(#FFEED5, #FF7C15);
    background: linear-gradient(#FFEED5, #FF7C15);
    position: relative;
    z-index: 20;
}

/* メニュー
----------------------------------*/
#header_bar {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    background: #202020;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#696969), to(#202020));
    background: -webkit-linear-gradient(#696969, #202020);
    background: -moz-linear-gradient(#696969, #202020);
    background: -o-linear-gradient(#696969, #202020);
    background: linear-gradient(#696969, #202020);
    border-bottom: 2px ridge #5A5A5A;
}
#header_bar #holescore {
    width: 40px;
    text-align: center;
    border-left: 2px groove #575757;
    cursor: pointer;
}
#header_bar #holescore.current {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#202020), to(#696969));
    background: -webkit-linear-gradient(#202020, #696969);
    background: -moz-linear-gradient(#202020, #696969);
    background: -o-linear-gradient(#202020, #696969);
    background: linear-gradient(#202020,#696969);
}
#header_bar #setting {
    width:40px;
    text-align: center;
    border-left: 2px groove #575757;
    cursor: pointer;
}
#header_bar #setting:hover {
    /*
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#202020), to(#696969));
    background: -webkit-linear-gradient(#202020, #696969);
    background: -moz-linear-gradient(#202020, #696969);
    background: -o-linear-gradient(#202020, #696969);
    background: linear-gradient(#202020,#696969);
    */
}
#header_bar #setting.current {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#202020), to(#696969));
    background: -webkit-linear-gradient(#202020, #696969);
    background: -moz-linear-gradient(#202020, #696969);
    background: -o-linear-gradient(#202020, #696969);
    background: linear-gradient(#202020,#696969);
}
#menu {
    display:none; 
    width: 100%;
    height: 100%;
    background: #393A3A;
    background: rgba(57, 58, 58, 0.9);
    position: fixed;
    top:0;
    left:0;
    z-index:3000;
    padding-top: 40px;
}
#menu table {
    width: 100%;
    height: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
#menu table tr {
    width: 100%;
}
#menu table tr td.menubtn {
    border: 3px outset #666;
    width: 50%;
    text-align: center;
    cursor: pointer;
    color: #E8EAF5;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
}
#menu table tr td.menubtn:hover {
    background: #000000;
    background: rgba(0, 0, 0, 0.3);
    border-style: inset;
}


#action {
    display:none; 
    width: 100%;
    background: #393A3A;
    background: rgba(57, 58, 58, 0.9);
    position: fixed;
    bottom:0;
    left:0;
    z-index:2999;
}
#action_message {
    color: #ddd;
}
#action table {
    width: 100%;
    height: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
#action table tr {
    height: 100%;
    width: 100%;
}
#action table tr td.actbtn {
    border: 3px outset #666;
    width: 50%;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    color: #E8EAF5;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
}
#action table tr td.actbtn:hover {
    background: #000000;
    background: rgba(0, 0, 0, 0.3);
    border-style: inset;
}

/* ホール情報
----------------------------------*/
#holeinfo {/*
    height: 50px;
    top: 33px;
    left: 3px;
    opacity: 0.9;
    position: absolute;
    z-index: 200;*/
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7C7C7C), to(#333333));
    background: -webkit-linear-gradient(#7C7C7C, #333333);
    background: -moz-linear-gradient(#7C7C7C, #333333);
    background: -o-linear-gradient(#7C7C7C, #333333);
    background: linear-gradient(#7C7C7C,#333333);
    border-top: ridge 2px #555555;
    border-left: ridge 2px #555555;
    border-right: groove 2px #555555;
    border-bottom: groove 2px #555555;
    border-radius: 7px;
}
#holeinfo.sim {
    cursor: auto;
    background: inherit;
    border: none;
}
#holeinfo:hover {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#202020), to(#464646));
    background: -webkit-linear-gradient(#202020, #464646);
    background: -moz-linear-gradient(#202020, #464646);
    background: -o-linear-gradient(#202020, #464646);
    background: linear-gradient(#202020,#464646);
}
#holeinfo.sim:hover {
    background: inherit;
    border: none;
}

#holeinfo .course {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #ECEBEB;
    position: relative;
    z-index: 100;
}
#holeinfo .hole {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FF7D4A;
    position: relative;
    z-index: 100;
}
#holeinfo .par {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #ECEBEB;
    position: relative;
    z-index: 100;
}
#tohole {
    font-weight: bold;
    top: 43px;
    right: 3px;
    display: inline-block;
    position: absolute;
    z-index: 200;
}
#tohole img {
    width: 40px;
    position: relative;
    z-index: 100;
}
#tohole span {
    font-size: 30px;
    font-size: 3.0rem;
    color: #000;
    position: relative;
    z-index: 100;
}


/* スコア情報
----------------------------------*/
#score {
    right: 3px;
    top: 43px;
    position: absolute;
    z-index: 2000;
    color: #023B25;
}
#score ul {
    text-align: right;
}
#score li {

}
#score li span {
    font-size: 13px;
    font-size: 1.3rem;
}

/* メインオブジェクト
----------------------------------*/
#object {
    width: 100%;
    position: relative;
    overflow: initial !important;
    display: inline-flex;
}
#object #hole {
    display: block;
    position: absolute;
    z-index: 40;
}
#object .cds {
    position: relative;
    left: 0;
    top: 0;
}
#object #tee {
    cursor: pointer;
    position: absolute;
    z-index: 101;
}
#object #pin {
    width: 36px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    z-index: 100;
}
#object #edge {
    position: absolute;
    z-index: 50;
}
#object #surveys_info {
    position: relative;
    z-index: 100;
}
#object #surveys_info #surveys {
    position: absolute;
    z-index: 100;
}
#object #surveys_info #surveys div {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 100;
}
#object #surveys_info .distance {
    color: #f00;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    cursor: default;
    position: fixed;
    z-index: 110;
}
#object .points {
    position: relative;
    z-index: 50;
}
#object .points div {
    position: absolute;
    z-index: 30;
}
#pl_point > div {
    height: 32px;
}
#pl_point > div > table {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
}
#display #line {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
    overflow: visible;
    opacity: 0.8;
}




/* main_list
=======================================*/
.main_list {
    right: 0px;
    bottom: 0px;
    height: 60%;
    width: 150px;
    border-radius: 5px 0 0 0;
    position: absolute;
    z-index: 200;
    word-break: break-all;
}
@media screen and (max-width: 400px) {
    .main_list {
        width: 30%;
    }
}
.main_list .content {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    position: relative;
    z-index: 210;
}
.main_list .content ul {
    margin: 0px;
    height: 100%;
    position: relative;
    z-index: 220;
}
.main_list .content ul li {
    padding: 5px 3px;
    position: relative;
    z-index: 230;
}
.main_list .content .plot_0 .params {
    display: none !important;
}
.main_list .content li img {
    position: relative;
    z-index: 240;
}
.main_list .content ul li span {
    position: relative;
    z-index: 240;
}
.main_list .content span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.main_list .content .gun {
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
    visibility: hidden;
}
.main_list .content .state input[type=button] {
    height: 30px;
    margin-top: 5px;
}
.main_list .content .params {
    text-align: center;
}
.main_list .content .params ul {
    display: inline-block;
    margin: 5px auto 0 auto !important;
}
.main_list .content .params li {
    width: 33px;
    height: 33px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    margin: 0px 0px;
    padding: 0px !important;
    background: transparent !important;
}
.main_list .content .params li img {
    width: 100%;
}
.main_list .content li.edit {
    background: #F9FF6F !important;
}
.main_list .content li.list_enter {
    background: #FD5A74 !important;
}
.main_list .content li.list_selected {
    background: #FDFD74 !important;
}
@media screen and (max-width: 400px) {
    .main_list .content span {
        font-size: 13px;
        font-size: 1.3rem;
    }
}
.main_list .content table {
    width: 100%;
    height: 100%;
}
.main_list .content table td {
    width: 50%;
}
.main_list .content table td img {
    height: 100%;
}

/* pl_list
----------------------------------*/
#pl_list {
    background: rgb(243, 243, 243);
    background: rgba(243, 243, 243, 0.6);
    border-top: 3px double #FFFFFF;
    border-left: 3px double #FFFFFF;
    border-right: 3px double #706C6C;
    border-bottom: 3px double #706C6C;
}
#pl_list .content {
}
#pl_list .content ul li {
    color: #3C3C3C;
}
#pl_list .content ul li:nth-child(even) {
    background: rgb(233, 233, 233);
    background: rgba(233, 233, 233, 0.66);
}
#pl_list .content ul li:nth-child(odd) {
    background: rgb(250, 250, 250);
    background: rgba(250, 250, 250, 0.66);
}

/* hz_list
----------------------------------*/
#hz_list {
    background: rgb(23, 75, 143);
    background: rgba(23, 75, 143, 0.6);
    border-top: 3px double #919CFF;
    border-left: 3px double #919CFF;
    border-right: 3px double #404B9E;
    border-bottom: 3px double #404B9E;
}
#hz_list .content {
}
#hz_list .content ul li {
    color: #000;
    height: 50px;
}
#hz_list .content ul li:nth-child(even) {
    background: rgb(36, 65, 156);
    background: rgba(36, 65, 156, 0.66);
}
#hz_list .content ul li:nth-child(odd) {
    background: rgb(41, 79, 201);
    background: rgba(41, 79, 201, 0.66);
}

/* bs_list
----------------------------------*/
#bs_list {
    background: rgb(249, 208, 255);
    background: rgba(249, 208, 255, 0.6);
    border-top: 3px double #F3DAF1;
    border-left: 3px double #F3DAF1;
    border-right: 3px double #9E409A;
    border-bottom: 3px double #9E409A;
}
#bs_list .content {
}
#bs_list .content ul li {
    color: #3C3C3C;
    cursor: pointer;
}
#bs_list .content ul li .bsname {
    font-size: 15px !important;
    font-size: 1.5rem !important;
}
#bs_list .content ul li:nth-child(even) {
    background: rgb(255, 148, 229);
    background: rgba(255, 148, 229, 0.66);
}
#bs_list .content ul li:nth-child(odd) {
    background: rgb(250, 190, 246);
    background: rgba(250, 190, 246, 0.66);
}


/* Controller
=======================================*/
#controller {
    height: 80%;
    color: #f00;
    padding: 0;
    bottom: 3px;
    left: 3px;
    position: absolute;
    z-index: 300;
}
#controller ul {
    list-style-type: none;
    cursor: pointer;
    position: relative;
    z-index: 300;
}
#controller ul li {
    width: 100%;
    margin: 5px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    color: #000;
    position: relative;
    z-index: 300;
}
#controller ul li img {
    width: 100%;
    position: relative;
    z-index: 300;
}


/* ETC
=======================================*/
#dragger {
    width: 25px;
    height: 25px;
    bottom: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    z-index: 20000;
}
#dragger img {
    position: relative;
    left: 0;
}
#cntxtmn {
    background-color: rgb(173, 239, 255);
    border: 2px outset #fff;
    padding: 3px;
    position: absolute;
    z-index: 1000;
}
#cntxtmn:hover {
    background-color: rgb(240, 239, 50);
}
#cntxtmn a {
    color: #1995D3;
    font-weight: bold;
}


/* FancyBox
=======================================*/
#fancybox-wrap, #fancybox-wrap * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#fancybox-content {
    border-style: double !important;
    border-color: #525151 !important;
    background: #414141 !important;
}
.editor .footer .disabled {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7A7A7A), to(#363636)) !important;
    background: -webkit-linear-gradient(#7A7A7A, #363636) !important;
    background: -moz-linear-gradient(#7A7A7A, #363636) !important;
    background: -o-linear-gradient(#7A7A7A, #363636) !important;
    background: linear-gradient(#7A7A7A, #363636) !important;
    color: #666 !important;
    cursor: not-allowed !important;
}
.editor .footer .disabled:hover {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7A7A7A), to(#363636)) !important;
    background: -webkit-linear-gradient(#7A7A7A, #363636) !important;
    background: -moz-linear-gradient(#7A7A7A, #363636) !important;
    background: -o-linear-gradient(#7A7A7A, #363636) !important;
    background: linear-gradient(#7A7A7A, #363636) !important;
    color: #666 !important;
    cursor: not-allowed !important;
}
.editor .footer *:not(.disabled).caution {
    color: rgb(247, 59, 59) !important;
}


/* hole_selection
------------------------*/
#hole_selection {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-break: break-all;
    max-width: 100%;
    width: 800px;
    opacity: 0;
}
#hole_selection * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#hole_selection .header {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #ddd;
    text-align: center;
    z-index: 1;
}
#hole_selection .header div {
    display: inline-block;
    float: left;
    width: 50%;
    background: #666;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7A7A7A), to(#363636));
    background: -webkit-linear-gradient(#7A7A7A, #363636);
    background: -moz-linear-gradient(#7A7A7A, #363636);
    background: -o-linear-gradient(#7A7A7A, #363636);
    background: linear-gradient(#7A7A7A, #363636);
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    cursor: pointer;
    border: 2px outset #575757;
}
#hole_selection .header div:hover {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7A7A7A), to(#C7C3C3)) !important;
    background: -webkit-linear-gradient(#7A7A7A, #C7C3C3) !important;
    background: -moz-linear-gradient(#7A7A7A, #C7C3C3) !important;
    background: -o-linear-gradient(#7A7A7A, #C7C3C3) !important;
    background: linear-gradient(#7A7A7A, #C7C3C3) !important;
    color: #2C2C2C;
}
#hole_selection .content {
    width: 100%;
    position: relative;
    overflow: auto;
    text-align: center;
    background: #666;
    color: #E7E7E7;
    clear: both;
}
#hole_selection .content ul {
    width: 100%;
}
#hole_selection .content li {
    width: 33.33%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
}
@media screen and (max-width: 400px) {
    #hole_selection .content li {
        width: 100%;
    }
}
#hole_selection .content li:nth-child(even) {
    background: #999;
}
#hole_selection .content li:nth-child(odd) {
    background: #777;
}
#hole_selection .content li:hover {
    background: #ddd;
    color: #333;
}
#hole_selection .content .selected {
    background: #7E3939 !important;
}
#hole_selection .content .current {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #FF2424;
    display: none;
}
#hole_selection .content .selected .current {
    display: block !important;
}

#hole_selection .content li img.selhole {
    width: auto;
    height: auto;
}
#hole_selection .content .course {
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 10px;
    background: #222;
    border: 3px inset #333;
}
#hole_selection .content .holeinfo {
    position: absolute;
    left: 5px;
    top: 5px;
    text-align: left;
}
#hole_selection .content .holeinfo .coursename {
    display: none;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}
@media screen and (max-width: 400px) {
    #hole_selection .content .holeinfo .coursename {
        display: inline-block;
    }
}
#hole_selection .content .holeinfo .holeno {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FF7D4A;
}
#hole_selection .content .holeinfo .holepar {
    display: inline-block;
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: bold;
}
#hole_selection .content .holeinfo .regnum {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
}
#hole_selection .content .holeinfo .regnum span {
    font-size: 15px;
    font-size: 1.5rem;
}


/* .editor
------------------------*/
.editor {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    word-break: break-all !important;
    max-width: 100% !important;
}
.editor * {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}
.editor .footer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #ddd;
    text-align: center;
    position: relative;
    z-index: 1;
}
.editor .footer div {
    display: inline-block;
    float: left;
    width: 50%;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    cursor: pointer;
    background: #666;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7A7A7A), to(#363636));
    background: -webkit-linear-gradient(#7A7A7A, #363636);
    background: -moz-linear-gradient(#7A7A7A, #363636);
    background: -o-linear-gradient(#7A7A7A, #363636);
    background: linear-gradient(#7A7A7A, #363636);
    border: 2px outset #575757;
}
.editor .footer div:hover {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#7A7A7A), to(#C7C3C3));
    background: -webkit-linear-gradient(#7A7A7A, #C7C3C3);
    background: -moz-linear-gradient(#7A7A7A, #C7C3C3);
    background: -o-linear-gradient(#7A7A7A, #C7C3C3);
    background: linear-gradient(#7A7A7A, #C7C3C3);
    color: #2C2C2C;
}
.editor .content {
    overflow: auto;
    text-align: center;
    background: #383838;
    color: #E7E7E7;
    padding: 10px 0;
    position: relative;
    clear: both;
}
.editor .content .header {
    font-size: 25px;
    font-size: 2.5rem;
}
.editor .content ul {
    width: 100%;
}
.editor .content li {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.editor .content li:nth-child(even) {
    background: #999;
}
.editor .content li:nth-child(odd) {
    background: #777;
}
.editor .content li:hover {
    border-color: #7373B3;
    background: #ddd;
    color: #333;
}


/* plot_editor
------------------------*/
#plot_editor {
    width: 280px;
}
#plot_editor .content li {
    width: 70px;
    height: 70px;
}
#plot_editor .content .selected {
    background: #7E3939 !important;
}


/* shot_status
------------------------*/
#shot_status {
    width: 400px;
}
#shot_status .tab {
    width: 100%;
}
#shot_status .tab .btn {
    border: outset 2px #C3F8FF;
    display: block;
    width: 90%;
    margin: 5px auto;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    cursor: pointer;
}
#shot_status .tab .btn.selected {
    background: #5A88FF;
    color: #FFF;
    border: inset 2px #8285DF;
}
#shot_status .content {
    height: 280px;
}
#shot_status .content ul {
    margin-bottom: 20px;
}
#shot_status .content li {
    width: 70px;
    height: 70px;
    border: outset 3px #ddd;
}
#shot_status .content li.selected {
    border: inset 5px #AA2B2B;
}
#shot_status .content li img {
    width: 100%;
}


/* shot_replace
------------------------*/
#shot_replace {
    width: 400px;
}
#shot_replace .content {
    height: 280px;
}
#shot_replace .content ul {
    margin-bottom: 20px;
}
#shot_replace .content li {
    width: 70px;
    height: 70px;
    border: outset 3px #ddd;
}
#shot_replace .content li.selected {
    border: inset 5px #AA2B2B;
}
#shot_replace .content li img {
    width: 100%;
}
#shot_replace #replace_num {
    text-align: center;
}
#shot_replace #replace_num img.repli {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
#shot_replace #replace_num div.repli {
    width: 100%;
    font-size: 20px;
    font-size: 2.0rem;
    position: absolute;
    left: 0;
    top: 23px;
    color: #643407;
    font-weight: bold;
    z-index: 2;
}



/* alert
------------------------*/
#alert {
    width: 280px;
}
#alert .content ul {
    margin-bottom: 20px;
}
#alert .content li {
    width: 70px;
    height: 70px;
    border: outset 3px #ddd;
}
#alert .content .selected {
    border: inset 5px #AA2B2B;
}
#alert .content li img {
    width: 100%;
}



/* holescore_editor
------------------------*/
#holescore_editor .content {
    max-height: 300px;
    padding: 10px;
    background: #32353A;
}
.score_edit li {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 3px !important;
}

.score_edit li {
	background: inherit !important;
	color: inherit !important;
	cursor: inherit !important;
}
.score_edit select {
    width: 100%;
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#414141));
    background: -webkit-linear-gradient(#FFFFFF, #414141);
    background: -moz-linear-gradient(#FFFFFF, #414141);
    background: -o-linear-gradient(#FFFFFF, #414141);
    background: linear-gradient(#FFFFFF, #414141);
    color: #1F1F1F;
    cursor: pointer;
    font-weight: bold;
    border-radius: 7px;
    border-top: ridge 2px #D5D5D5;
    border-left: ridge 2px #D5D5D5;
    border-right: groove 2px #D5D5D5;
    border-bottom: groove 2px #D5D5D5;
    font-size: 20px;
    font-size: 2.0rem;
}
.score_edit select option {
    background: #414141;
    color: #F0F0F0;
}