body {
  margin:30px;
}
h1 {
  font-size: 20px;
}
#bg {
  /* background-image:url("images/bg.png"); */
}
ul li {
  font-size: 28px;
  heigtht: 40px;
}

.title {
  font-weight: bold;
  font-size: 120%;
  line-heigtht: 1.5em;
  COLOR: #FFFFFF;
  BACKGROUND-COLOR: #0000FF;
  padding-left:10px;
}

.pklink {
  font-weight: bold;
  font-size: 90%;
  line-heigtht: 1.0em;
  COLOR: #FFFFFF;
  BACKGROUND-COLOR: #9999FF;
  padding-left:10px;
}

.message {
  clear:both;
  font-weight: bold;
  font-size: 100%;
  line-heigtht: 1.2em;
  COLOR: #FF0000;
}

table th {
  color:#000;
  background:yellow;
  font-weight:bold;
}
.odd {
  clear:both;
  background:white;
}
.even {
  clear:both;
  background:gray;
}
.page_update_button , .contents_open_button , .contents_add_button {
  cursor:pointer;
  display:block;
  width:250px;
  height:44px;
  line-height:44px;
  margin-right:10px;
  font-size:18px;
  text-align:center;
  border-radius:5px;
  border:1px solid #300;
  box-shadow: 2px 2px 4px 4px rgba(0,0,0,0.4);
}
.page_update_button:hover , .contents_open_button:hover , .contents_add_button:hover {
  opacity:0.7;
}
.page_update_button {
  float:left;
  color:#000;
  background-color:rgb(57,169,232);
}
.contents_open_button {
  float:left;
  background-color:rgb(231,231,231);
}
.contents_add_button {
  clear:both;
  color:#000;
  background-color:rgb(57,169,232);
  margin-bottom:10px;
}
.contents_create_title {
  display:block;
  height:44px;
  margin-right:10px;
  line-height:44px;
  font-size:18px;
  text-align:center;
  max-width:1083px;
}

.table-buttons {
  float:right;
  margin:5px;
}

.contents_delete_button ,.contents_update_button {
  float:left;
  cursor:pointer;
  display:block;
  height:44px;
  border-radius:5px;
  border:1px solid #ccc;
  line-height:40px;
  text-align:center;
  width:100px;
  margin:5px;
  box-shadow: 3px 3px 5px 5px rgba(0,0,0,0.4);
}
.contents_delete_button:hover ,.contents_update_button:hover {
  opacity:0.7;
}
.contents_delete_button {
  background-color:rgb(255,81,0);
}
.contents_update_button {
  background-color:rgb(57,169,232);
}
.table-top {
  width:100%;
}
.table-cell {
  display:block;
  float:left;
}
.table-header {
  border:1px solid #000;
  background:yellow;
  text-align:center;
}
.table-header1 {
  width:100%;
}
.table-header2, .table-header3 {
  width:10%;
}
.table-header4 {
  width:20%;
}
.table-header5 {
  width:10%;
}
.table-title0 {
  clear:both;
  font-size:8px;
  line-height:10px;
  padding-left:5px;
}
.table-title, .table-title-open {
  position:relative;
  clear:both;
  height:50px;
  line-height:50px;
  overflow:hidden;;
  background:#ccc;
  border:1px solid #ccc;
  padding-left:10px;
}
.table-border {
  border-bottom:1px solid #ccc;
}
.table-title2 b{
  color:green;
}
.table-other {
  border-bottom:1px solid #ccc;
}
.table-other b{
  color:green;
}
.table-date {
  border-bottom:1px solid #ccc;
}
.table-date b{
  color:green;
}
.table-image {
  border-bottom:1px solid #ccc;
}
.table-image b{
  color:green;
}
#edit_submit_button {
  display:block;
  background:#eee;
  font-size:20px;
  width:300px;
  height:50px;
  line-height:50px;
  text-align:center;
  border:1px solid #000;
  border-radius:10px;
  margin:20px 0;
}
.uploadButton {
  display:inline-block;
  font-size:20px;
  position:relative;
  overflow:hidden;
  border-radius:3px;
  background:#ccc;
  color:#000;
  text-align:center;
  padding:10px;
  line-height:20px;
  cursor:pointer;
}
.uploadButton input[type=file] {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  cursor:pointer;
  opacity:0;
}
.uploadValue , .uv{
  display:none;
  width:98%;
  .background:rgba(255,255,255,0.2);
  border-radius:3px;
  padding:3px;
  color:#000;
}

.adm_logout_title {
  font-weight:bold;
  color:red;
}
.adm_button {
  .display:block;
}
.adm_top_icon {
  text-align:center;
  font-size:30px;
}

.updown {
  width:40px;
  height:40px;
  position: absolute;
  right: 10px;
  top: 5px;
  background: #ccc;
}

/* Small Devices, Tablets */
@media screen and (max-width:860px){
}

/* Custom, iPhone Retina */
@media screen and (max-width: 667px) {
  body { width:100%; }
}

/* iPhone6 */
@media only screen and (max-device-width: 640px),
 only screen and (max-device-width: 667px),
 only screen and (max-width: 480px){
  * {
    font-family: Helvetica, Verdana, sans-serif;
  }
  h1 {
    font-size: 40px;
  }
  .page_update_button , .contents_open_button , .contents_add_button {
    cursor:pointer;
    display:block;
    font-weight:bold;
    width:96%;
    height:140px;
    line-height:140px;
    font-size:68px;
    text-align:center;
    margin:20px 10px;
    border-radius:15px;
    border:8px solid #300;
    box-shadow: 3px 3px 5px 5px rgba(0,0,0,0.4);
  }
  .page_update_button , .contents_open_button {
    float:left;
  }
  .contents_add_button {
    clear:both;
  }
  .pklink {
    font-weight: bold;
    font-size: 50px;
    line-heigtht: 1.0em;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #9999FF;
    padding-left:10px;
  }
  .title {
    font-weight: bold;
    font-size: 80px;
    line-heigtht: 1.5em;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #0000FF;
    padding-left:10px;
  }
  .message {
    clear:both;
    font-weight: bold;
    font-size: 50px;
    COLOR: #FF0000;
    text-align:center;
  }
  .contents_create_title {
    font-size: 50px;
    width:100%;
    text-align:left;
    margin:30px 0;
    text-align:center;
  }
  .contents_update_button, .contents_delete_button {
    float:left;
    width:300px;
    height:150px;
    line-height:150px;
    font-size: 50px;
    margin:30px 10px;
    border:1px solid #ccc;
    border-radius:20px;
    box-shadow: 3px 3px 5px 5px rgba(0,0,0,0.4);
  }
  .table-top {
    width:96%;
    margin:10px;
    border:5px solid #f00;
  }
  .table-buttons {
    float:right;
  }
  .table-title0 {
    clear:both;
    font-size:28px;
    line-height:60px;
    padding-left:10px;
  }
  .table-title, .table-title-open {
    position:relative;
    font-size: 50px;
    height:150px;
    line-height:150px;
    overflow:hidden;;
    background:#f9f9f9;
    .color:#fee;
    border:1px solid #ccc;
    padding-left:10px;
  }
  .table-title2 {
    font-size: 50px;
  border-bottom:1px solid #ccc;
  }
  .table-title2 b{
    color:green;
  }
  .table-other {
    font-size: 50px;
    border-bottom:1px solid #ccc;
    word-wrap:break-word;
  }
  .table-other b{
    color:green;
  }
  .table-date {
    font-size: 50px;
    border-bottom:1px solid #ccc;
  }
  .table-date b{
    color:green;
  }
  .table-image {
    font-size: 50px;
    border-bottom:1px solid #ccc;
  }
  .table-image b{
    color:green;
  }
  .edit-table {
    width:98%;
    margin:0 auto;
  }
  .edit-table td {
    font-size:50px;
    background:#eee;
  }
  .edit-table input[type=text] {
    width:95%;
    line-height:50px;
    font-size:30px;
  }
  .edit-table input[type=file] {
    width:100%;
    height:100%;
    line-height:50px;
    font-size:20px;
  }
  .edit-table textarea {
    width:98%;
    line-height:30px;
    font-size:30px;
    height:600px;
  }
  #edit_submit_button {
    clear:both;
    display:block;
    background:#eee;
    font-size:50px;
    width:98%;
    text-align:center;
    height:150px;
    line-height:150px;
    text-align:center;
    border:1px solid #000;
    border-radius:20px;
    margin:20px auto;
  }
  .uploadButton {
    display:inline-block;
    font-size:40px;
    position:relative;
    overflow:hidden;
    border-radius:3px;
    background:#ccc;
    color:#000;
    text-align:center;
    padding:10px;
    line-height:40px;
    cursor:pointer;
  }
  .uploadButton input[type=file] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
    opacity:0;
  }
  .uploadValue {
    display:none;
    background:rgba(255,255,255,0.2);
    border-radius:3px;
    padding:3px;
    color:#000;
  }
  .adm_title {
    width:100%;
    font-size:50px;
    text-align:center;
  }
  .adm_button_list {
    list-style:none;
  }
  .adm_button {
    width:100%;
    display:block;
    background:#ccc;
    color:#338;
    font-size:50px;
    text-align:center;
    height:150px;
    line-height:150px;
    margin:15px auto;
    border-radius:15px;
    border:8px solid #300;
    box-shadow: 3px 3px 5px 5px rgba(0,0,0,0.4);
    text-decoration:none;
  }
  .adm_logout_title {
    font-weight:bold;
    font-size:50px;
    color:red;
  }
  .adm_logout_button {
    width:100%;
    display:block;
    background:#ccc;
    color:#338;
    font-size:50px;
    text-align:center;
    height:150px;
    line-height:150px;
    margin:15px auto;
    border-radius:15px;
    border:8px solid #300;
    box-shadow: 3px 3px 5px 5px rgba(0,0,0,0.4);
    text-decoration:none;
  }
  .adm_top_icon{
    width:100%;
    text-align:center;
    font-size:40px;
    margin-bottom:10px;
  }
  .adm_login_message {
    font-size:50px;
  }
  .adm_login_input {
    width:95%;
    font-size:50px;
  }
  .adm_login_page {
    width:100%;
    height:150px;
    font-size:50px;
    margin:15px auto;
    border-radius:5px;
    border:8px solid #300;
    box-shadow: 3px 3px 5px 5px rgba(0,0,0,0.4);
    text-decoration:none;
  }
  .nType {
    margin:10px;
    font-size:60px;
  }
  .nTypeImage img{
    height:80px;
  }
  .nTypeImage2 img{
    height:40px;
  }
  .updown {
    width:120px;
    height:120px;
    position: absolute;
    right: 10px;
    top: 15px;
    background: #f9f9f9;
  }
}
