@charset "UTF-8";
/* CSS Document */

/****************************************************/
/**   全体レイアウト    **/
/****************************************************/
.wrapper{
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#container{
    padding-bottom:65px;
    text-align:left;
    width:100%;
}

.box_container{
    width:980px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
}



/****************************************************/
/**   ヘッダー    **/
/****************************************************/
header{
    height:57px;
    width:100%;
    background:#52a5cb;
    padding-top: 25px;
}
header h1 img{
    height:34px;
    width: auto;
}
/****************************************************/
/**   ナビゲーション    **/
/****************************************************/
nav{
    height:24px;
    background:#efefef;
    position: relative;
    padding-top: 10px;
}

nav p#list_open{
    float:right;
}


nav ul{
    position: absolute;
    right: 0;
    top: 24px;
    height: auto;
    overflow: hidden;
    background:url(../img/common/list_bg.png) repeat;
    z-index: 3;
    display: none;

}

nav ul.shown{
    display: block;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    behavior:url("/PIE.php");
}


nav li{
    padding-bottom:8px;
    margin-bottom: 8px;
    border-bottom: #CCCCCC solid 1px;
    width: 180px;
    text-align: right;
}

nav li a{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none !important;
    color: #FFFFFF !important;
}

nav li:first-child{
    margin-top: 8px;
}

nav li:last-child{
    padding-bottom: 0;
    border-bottom: none;

}


/****************************************************/
/**   オーバーレイ    **/
/****************************************************/

#overlay{
    display: none;
    width:100%;
    height: 100%;
    position: fixed;
    background:url(../img/common/over_lay_bg.png) repeat;
    z-index: 10;
}


#overlay p#overlay_close{
    width:33px;
    height: 37px;
    background: url(../img/admin/common/btn_overlay_close.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    margin-left: -16.5px;
    bottom:5%;
}

#overlay div.message_area
{
    width: 50%;
    height: 30%;
    background-color: #FFFFFF;
    text-align: center;
    color: #000000;
    left: 50%;
    top: 50%;
    margin-left: -25%;
    margin-top: -15%;
    position: absolute;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    behavior:url("/PIE.php");
    min-height: 300px;
}

.message_area > h3{
    margin: 100px auto 30px auto;
    font-size: 1.3em;
    font-weight: bold;
}

#overlay .editor{
    padding: 20px;
    width: 80%;
    height: 70%;
    min-height: auto;
    background-color: #FFFFFF;
    text-align: center;
    color: #000000;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior:url("/PIE.php");
    display: inline-block;
}

.editor{
    display: none;
}

#overlay .editor table{
    margin-bottom:15px;
}

#overlay .over_ray_inner{
    overflow-x:hidden;
    overflow-y: scroll;

}

/****************************************************/
/**   ボタン    **/
/****************************************************/

.buttons{
    float:right;
    width: auto;
    position: relative;
}

.buttons > li,
.buttons > input{
    width:62px;
    height: 61px;
    float: left;
    margin-left: 10px;
}



.buttons #btn_add{background-image: url("../img/admin/common/btn_add.gif");}
.buttons #btn_output{background-image: url("../img/admin/common/btn_output.gif");}
.buttons #btn_save{background-image: url("../img/admin/common/btn_save.gif");}
.buttons #btn_delete{background-image: url("../img/admin/common/btn_delete.gif");}
.buttons #btn_calc{background-image: url("../img/admin/common/btn_calc.gif");}
.buttons #btn_login{background-image: url("../img/admin/common/btn_login.gif");}
.buttons #btn_back{background-image: url("../img/admin/common/btn_back.gif");}

.buttons #btn_prev{background-image: url("../img/admin/common/btn_prev.gif");}
.buttons #btn_next{background-image: url("../img/admin/common/btn_next.gif");}

table{
    background:#b4b5b5;
    border-collapse:separate;
    border-spacing:1px;
    width:100%;
}

table th{
    background-color:#52a5cb;
    box-sizing:border-box;
    padding:10px;
    vertical-align:middle;
    color: #FFFFFF;
}

table.info_table th{
    width:200px;
}

table th a{
    color: #FFFFFF !important;
}

table td{
    background:#FFFFFF;
    box-sizing:border-box;
    padding:10px;
    vertical-align:top;
}

table td > input[type="button"]{
    border: none;
    background: #52a5cb;
    color: #FFFFFF;
    width: 80px !important;

}


/****************************************************/
/**   コンテンツ    **/
/****************************************************/
#contents{
    margin-top:40px;
    margin-bottom:50px;
}


#contents canvas{
    width:420px;
    height: 420px;
    float: left;
}

.cont_right{
    float: right;
    width: 500px;
    padding-top: 50px;
}
p#date_area{
    font-size: 1.8em;
    line-height: 1.0em;
}

p#time_area{
    font-size: 6em;
    line-height: 1.0em;
    margin-bottom: 60px;
}

ul.btns li{
    float: left;
    width: 108px;
    margin-right: 22px;
	/*background-color:#f5a803;*/
    background-color:#52a5cb;
	width:106px;
	height: 106px;
	text-align: center;
	line-height: 106px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

ul.btns li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

ul.btns li img{
	vertical-align: middle;
}

ul.btns li.disable{
	background-color:#52a5cb;
    opacity:0.5;
    filter: alpha(opacity=50); /* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    -khtml-opacity: .50; /* Safari 1.x */
    -moz-opacity: .50; /* FF lt 1.5, Netscape */
}

ul.btns li:last-child{
    margin-right: 0;
}


#contents h2{
    background: url(../img/common/user_mark.png) no-repeat 0 0;
    font-size: 1.3em;
    border-bottom: #000000 solid 1px;
    margin-bottom: 30px;
    padding: 0 0 10px 30px;
}

#entry_list{
    background:#efefef;
    padding: 20px;
    margin-top: 50px;

}

#entry_list h3{
    border-bottom: #000000 solid 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#entry_list li{
    border-bottom:#8f8f8f solid 1px;
    margin-bottom: 10px;
    padding: 3px 0 10px 0;
}

#entry_list li:last-child{
    border-bottom:none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#entry_list li span{
    display: inline-block;
    background: #52a5cb;
    color: #FFFFFF;
    margin-right: 5px;
    padding: 3px 5px;
    margin: -3px 0;
}

#entry_list li span.record_type_names{
    background-color: transparent;
    color:#FF0000;
    border:#FF0000 solid 1px;
}







/****************************************************/
/**   フッター    **/
/****************************************************/
footer{
    width:100%;
    height:55px;
    position:absolute;
    bottom:0;
    left:0;
    background:#3c3b3b;
    padding-top: 10px;
}

footer p.to_config{
    float:left;
}

footer p.copyright{
    float:right;
}

