/*==================================================
  CONTENTS CSS
==================================================*/


/*==========  ==========*/


/*-----  -----*/


/*--------------------------------------------------
  NOTIFICATION
--------------------------------------------------*/

.notification {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 10px 25px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}

.notification i {
  margin-right: 5px;
}

.error {
  color: #aa4644;
  border: 1px solid #ebccd1;
  background: #f2dede;
}

.error-message {
  color: #aa4644;
  font-size: 12px;
}

.error-message i {
  margin-right: 5px;
}

.error-message-alt {
  color: #aa4644;
  font-size: 12px;
  text-align: center;
}

.error-message-alt i {
  margin-right: 5px;
}

.warning {
  color: #8a6d4a;
  border: 1px solid #faebcc;
  background: #fcf8e3;
}

.notice {
  color: #31708f;
  border: 1px solid #bce8f1;
  background: #d9edf7;
}

.success {
  color: #3c7646;
  border: 1px solid #d6e9c6;
  background: #dff0d8;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


/*--------------------------------------------------
  CONTENTS
--------------------------------------------------*/

.contents-container {
  width: 1000px;
  height: 100%;
  margin: 50px auto 0;
  padding-top: 50px;
}

.contents-inner {
  float: right;
  width: 750px;
  height: 100%;
  margin: 0 auto;
}


/*--------------------------------------------------
  TOP
--------------------------------------------------*/

#top .login-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 420px;
  margin: -210px 0 0 -250px;
  padding: 50px;
  border: 1px solid #e5e5e5;
  background: #f0f0f0;
}

#top .login-container h2 {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}

#top .login-container i {
  width: 10px;
  margin-right: 10px;
}

#top .login-container input {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background: #fff;
}

#top .login-container input:focus {
  border: 1px solid #3498db;
}

#top .login-container button {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 5px #2980b9;
  background: #3498db;
}

#top .login-container button:hover {
  top: 1px;
  box-shadow: 0 4px #2980b9;
}

#top .login-container button:active {
  top: 5px;
  box-shadow: 0 0 #2980b9;
}


/*--------------------------------------------------
  GENERAL
--------------------------------------------------*/

.general-container {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  padding: 50px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
}

.general-container h2 {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 5px;
}

.general-container table {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.general-container tr {
  border-top: 1px solid #cdcdcd;
}

.general-container tr:last-child {
  border-bottom: 1px solid #cdcdcd;
}


/*--------------------------------------------------
  GENERAL FORM
--------------------------------------------------*/

.general-form a {
  color: #333;
  transition: all .3s;
}

.general-form a:visited {
  color: #333;
}

.general-form a:hover {
  color: #3498db;
  transition: all .3s;
}

.general-form th {
  width: 30%;
  padding: 20px;
  text-align: left;
}

.general-form td {
  width: 70%;
  padding: 20px;
}

.general-form select {
  width: 70px;
  height: auto;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background: #fff;
}

.general-form select:nth-last-child(-n+2) {
  margin-left: 15px;
}

.general-form textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background: #fff;
}

.general-form input:focus,
.general-form textarea:focus {
  border: 1px solid #3498db;
}

.input-general {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  background: #fff;
}

.input-radio {
  margin: 0 10px 10px 0;
}

.input-radio:last-child {
  margin-bottom: 0;
}

.general-alt-form th {
  padding: 20px;
  text-align: left;
}

.general-alt-form th:nth-child(1) {
  width: 10%;
}

.general-alt-form th:nth-child(2) {
  width: 30%;
}

.general-alt-form td {
  padding: 20px;
}


/*--------------------------------------------------
  BUTTON
--------------------------------------------------*/

.submit-button {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 5px #2980b9;
  background: #3498db;
}

.submit-button:hover {
  top: 1px;
  box-shadow: 0 4px #2980b9;
}

.submit-button:active {
  top: 5px;
  box-shadow: 0 0 #2980b9;
}

.submit-button-alt {
  position: relative;
  float: right;
  width: 49%;
  height: auto;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 5px #2980b9;
  background: #3498db;
}

.submit-button-alt:hover {
  top: 1px;
  box-shadow: 0 4px #2980b9;
}

.submit-button-alt:active {
  top: 5px;
  box-shadow: 0 0 #2980b9;
}

.return-button {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 5px #c0392b;
  background: #e74c3c;
}

.return-button:hover {
  top: 1px;
  box-shadow: 0 4px #c0392b;
}

.return-button:active {
  top: 5px;
  box-shadow: 0 0 #c0392b;
}

.return-button-alt {
  position: relative;
  float: left;
  width: 49%;
  height: auto;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 5px #c0392b;
  background: #e74c3c;
}

.return-button-alt:hover {
  top: 1px;
  box-shadow: 0 4px #c0392b;
}

.return-button-alt:active {
  top: 5px;
  box-shadow: 0 0 #c0392b;
}


/*--------------------------------------------------
  NEWS.php
--------------------------------------------------*/

#news {
  color: #666;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  background-color: transparent;
}

#news .news-inner {
  width: 100%;
  overflow: auto;
}

#news .news-inner:not(:last-child) {
  margin-bottom: 20px;
}

#news .news-title {
  margin-bottom: 5px;
  font-weight: normal;
  text-align: left;
}

#news .news-date {
  display: inline-block;
  width: 350px;
  margin-right: 50px;
  font-size: 15px;
  text-align: right;
}

#news .news-contents {
  display: inline-block;
  width: 550px;
  font-size: 15px;
  text-align: justify;
}

#news .news-contents a {
  color: inherit;
}

#news .news-contents a:hover {
  text-decoration: underline;
}

#news .news-empty {
  width: 100%;
  text-align: center;
}
