@charset "utf-8";

.char_cnt{
  font-size: 120%;
  font-weight: bold;
  font-family:Verdana;
}

/*======================================================================
　基本設定
======================================================================*/
/* 常にスクロールバーを表示 */
html {
  height:100%;
  padding:0;
  margin-bottom:1px;
  overflow-y:scroll;
  scroll-behavior:smooth;
}

/* 基本配置用
-----------------------------------*/
body {
  color:#666666;
  line-height:18px;
  letter-spacing:1px;
  font-size:14px;
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  padding:0;
  background-color:#efefef;
}

img {
  border:none;
}

th, td {
	padding:5px;
  vertical-align:middle;
}

select {
  padding:3px;
}

/* 基本リンク指定
-----------------------------------*/
a:link {
  text-decoration:none;
}

/* 配置設定
-----------------------------------*/
.t_center {
  text-align:center;
}
.t_right {
  text-align:right;
}
.right {
  float:right;
}
.left {
  float:left;
}
.br::before {
	content:"\A";
	white-space:pre;
}

/*======================================================================
　ヘッダ
======================================================================*/
header {
  width:100%;
  min-width:320px;
}
header .support {
  color:#fff;
  padding:10px 20px;
}
header .support .contents {
  width:1000px;
  margin:0 auto;
}
header .support .contents div {
  display:inline-block;
}
header .support a {
  color:#fff;
}
header .support a:hover {
  color:#ff8833;
}

/* ヘッダ上部
-----------------------------------*/
header .menu {
  padding:14px 14px;
  border-bottom:1px solid #666;
  background-color:#fff;
}

header .menu .contents {
  width:1000px;
  margin:0 auto;
}

header .menu .contents div {
  display:inline-block;
}

header .menu .contents .logo {
  text-align:center;
  padding:5px;
  letter-spacing:3px;
  font-weight:bold;
  font-size:30px;
  line-height: 30px;
}

/* メニュー
-----------------------------------*/
header ul {
  display:block;
  list-style:none;
}
header li {
  float:left;
  padding:0 17px;
  border-left:1px solid #999;
}
header li:last-child {
  border-right:1px solid #999;
}
header li a {
  display:block;
  text-decoration:none;
}
header li.selected a {
  font-weight:bold;
  text-decoration:none;
}

/*======================================================================
　ログイン
======================================================================*/
#login_header {
  width:360px;
  height:80px;
  line-height:80px;
  margin:50px auto 0;
  border-bottom:1px solid #666;
  text-align:center;
  letter-spacing:3px;
  font-weight:bold;
  font-size:30px;
  color:#fff;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}

#login {
  width:360px;
  margin:0 auto;
  padding:10px 0;
  background-color:#fff;
  line-height:30px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
}

#login .menu_head {
  margin:25px 0;
  padding:0 0 10px 14px;
  text-align:center;
  font-size:24px;
  font-weight: bold;
}

#login .base_box {
	width:180px;
  margin:20px auto 0;
}

#login .base_box input[type="submit"] {
  width: 120px;
  height: 40px;
  margin:30px 20px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  border: 0;
  border-radius:5px;
}

/*======================================================================
　メッセージ
======================================================================*/
.message {
  margin:40px 30px 20px;
  line-height:1.2em;
  font-size:18px;
}
.message a{
  margin-top:20px;
  display:inline-block;
}

/*======================================================================
　コンテンツ
======================================================================*/
#contents {
  width:960px;
  margin:20px auto;
  padding:10px 30px 30px;
  background-color:#fff;
}

#contents .floating-menu {
  position:fixed;
  top:140px;
  width:32px;
  z-index:999;
}
#contents .floating-menu-left {
  left:3px;
}
#contents .floating-menu-right {
  right:3px;
}
#contents .floating-menu a.menu-button {
	display:inline-block;
	max-height:100px;
	border:1px solid #666;
	margin-bottom:15px;
	padding:5px;
  letter-spacing:2px;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
	-webkit-transition:all 5s 0s default;
	transition:all 5s 0s default;
}
#contents .floating-menu a.menu-button:hover {
	transform:scale(1.15);
}

/* パンくず
-----------------------------------*/
#contents #breadcrumb {
  font-size:12px;
}

#contents #breadcrumb ul {
  display:block;
  list-style:none;
}

#contents #breadcrumb li {
  float:left;
  margin-right:5px;
}

#contents #breadcrumb li:after {
  content:" > ";
}

#contents #breadcrumb li:last-child:after {
  content:none;
}


/* 見出し
-----------------------------------*/
#contents .menu_head {
  margin:30px 0;
  padding:0 0 10px 14px;
  font-size:24px;
  font-weight: bold;
}

#contents .menu {
}

#contents .menu ul {
  width:80%;
  margin:0 auto;
  display:block;
  list-style:none;
}

#contents .menu li {
  float:left;
  width:50%;
  padding:25px 0;
  font-size:20px;
}

#contents .menu li a {
  position:relative;
  display:block;
  width:250px;
  height:45px;
  line-height: 47px;
  margin:0 auto;
  text-align:center;
  color:#fff;
  font-size:20px;
  border-radius:5px;
  box-shadow:2px 2px 1px #555;
  -moz-transition:20ms all ease-in;
  -o-transition:20ms all ease-in;
  transition:20ms all ease-in;
}

#contents .menu li a:hover {
  top:2px;
  left:2px;
  box-shadow:1px 1px #555;
}

#contents .base_box {
	margin-top:20px;
}

/* サブメニュー
-----------------------------------*/
#contents #submenu {
  width:100%;
	margin:30px 0;
}

#contents #submenu a {
  position:relative;
  float:left;
  display:block;
  text-align:center;
  color:#fff;
  margin:0 25px;
  padding:13px 18px;
  font-size:18px;
  border-radius:9px;
  box-shadow:2px 2px 1px #555;
  -moz-transition:20ms all ease-in;
  -o-transition:20ms all ease-in;
  transition:20ms all ease-in;
}

#contents #submenu a:hover {
  top:2px;
  left:2px;
  box-shadow:1px 1px #555;
}


/* テーブル
-----------------------------------*/
#contents table {
  color:#333333;
  font-size:12px;
  font-family:Verdana, Geneva, sans-serif;
  word-break:break-all;
}

/* リストカウント
-----------------------------------*/
#contents .list_count {
  margin: 3px;
}

/* ボタン
-----------------------------------*/
#contents .button {
  margin: 3px 0;
}

/* リスト
-----------------------------------*/
#contents .list {
  background-color:#cccccc;
  margin-bottom: 5px;
}
#contents .list tr {
  background-color:#ffffff;
}
#contents .list tr:nth-child(odd) {
  background-color:#f3f3f3;
}
#contents .list tr.red {
  background-color:#ffdfdf;
}
#contents .list tr.blue {
  background-color:#dfdfff;
}
#contents .list tr.green {
  background-color:#dfffdf;
}
#contents .list tr.gray {
  background-color:#e6e6e6;
}
#contents .list th {
  color:#630;
  background-color:#ffffcc;
  border:solid 1px #ccc;
}
#contents .list th.group {
  background-color:#eeffcc;
  text-align:left;
}
#contents .list th a {
  text-decoration:none;
}
#contents .list td {
  border:solid 1px #ccc;
}

#contents .bulk_area {
  background:url(../img/bulk_arrow.gif) no-repeat 7px bottom;
  padding-bottom:20px;
}

#contents .bulk_area table.frame {
  border:1px solid #cccccc;
  border-right:none;
  background-color:#ffffff;
}

#contents .bulk_area table.frame th {
  width:29px;
  color:#660000;
  text-align:center;
  vertical-align:middle;
  border-right:1px solid #cccccc;
  background-color:#ffffcc;
}

#contents .bulk_area table.frame td {
  padding:5px;
  border-right:1px solid #cccccc;
}

#contents .bulk_area table.frame table {
  border:none;
}
#contents .bulk_area table.frame table tr {
  border:none;
}
#contents .bulk_area table.frame table td {
  border:none;
}

/* 編集
---------------------------*/
#contents .headline {
  height:26px;
  line-height:20px;
  /*color:#660000;*/
  color:#333333;
  font-size:14px;
  font-weight:bold;
  text-indent:10px;
  background-color:#eaeaea;
  padding-top:8px;
  margin:10px 0;
}

#contents .edit {
  border:1px solid #d7d7d7;
  background-color:#ffffff;
  margin-bottom:5px;
  border-collapse:separate;
  border-spacing:2px;
}

#contents .edit th {
  width:120px;
  color:#333333;
  text-align:right;
  background-color:#f0f0f0;
  /*border:1px solid #d7d7d7;*/
  padding-right:10px;
  vertical-align:middle;
}

#contents .edit td {
  background-color:#ffffff;
  padding-left:10px;
}
#contents .edit td.hidden_colum {
  background:url(../img/dot.gif) repeat;
}


#contents .edit td img{
  vertical-align:middle;
}

#contents .regist_area {
 display:inline-block;
 *display:inline;
 *zoom:1;
 background-color:#7fccff;
 padding:3px;
 border-radius:5px;     /* CSS3 */
 -moz-border-radius:5px;  /* Firefox */
 -webkit-border-radius:5px; /* Safari,Chrome */
}

#contents .info_box {
  border: 1px solid #d7d7d7;
  padding: 5px;
  margin: 0 auto 10px;
  color:#333;
}

#contents .headline_80p {
  width: 80%;
  height: 26px;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  text-indent: 10px;
  background-color: #eaeaea;
  padding-top: 8px;
  margin: 10px 0;
  float:left;
}
#contents .wrapBtn {
  height:50px;
  float:left;
  margin-left:10px;
}
#contents .btnClick {
  display:inline-block;
  width:70px;
  height:31px;
  line-height:31px;
  margin:10px 0;
  text-align: center;
  font-size:12px;
  font-family: verdana;
  text-decoration: none;
  color:#2b2b2b;
  border:solid 1px #0387d5;
  border-radius:4px;
  -webkit-border-radius:4px;
  background:-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),color-stop(0.5,#f0f0f0),color-stop(0.5,#fff),to(#fff));
}
#contents .btnClick.on{
  color:#fff;
  border:solid 1px #0387d5;
  border-radius:4px;
  -webkit-border-radius:4px;
  background:#12a5fc;
  background:-webkit-gradient(linear,left top,left bottom,from(#12a5fc),to(#0387d5));
}
#contents .open_close tr{
  display:none;
}

fieldset {
  border:2px solid #eaeaea;
  margin-bottom:5px;
  padding:5px 10px 10px;

}
legend {
  color:#660000;
  font-weight:bold;

}

#form_edit input[type="text"] {
  border:1px solid #cccccc;
  padding:5px;
}

#form_edit input[type="text"]:focus {
  background-color:#f0f8ff;
  border:1px solid #0066cc;
}

#form_edit textarea {
  border:1px solid #cccccc;
  padding:5px;
}

#form_edit textarea:focus {
  background-color:#f0f8ff;
  border:1px solid #0066cc;
}

/* 写真表示パターン */
#form_edit label.pattern {
  display: block;
  float: left;
  margin-right: 20px;
}
#form_edit label.pattern img{
  border:1px solid #999;
}
#form_edit .chkList label{
  display:inline-block;
  width:30%;
}
#form_edit p{
  margin: 5px 0;
}

.photo {
  background-color: #d7d7d7;
  margin-bottom:5px;
}
.photo tr {
  background-color: #ffffff;
}
.photo th {
  background-color: #ffffff;
}
.photo td {
  padding:10px;
  background-color: #ffffff;
  border:solid 1px #ccc;
}

/* 検索
---------------------------*/
table.search td {
  line-height:30px;
}

/* エラー
---------------------------*/
.input_necessary {
  border:1px solid #c93;
  background-color:#ffd;
}
#form_edit input[type="text"].input_necessary {
  border:1px solid #c93;
  background-color: #ffd;
}
#form_edit textarea.input_necessary {
  border:1px solid #c93;
  background-color: #ffd;
}

.input_error {
  background-color:#FFD0D0;
  border:1px solid #FF0000;
}
#form_edit input[type="text"].input_error {
  background-color:#FFD0D0;
  border:1px solid #FF0000;
}
#form_edit textarea.input_error {
  background-color:#FFD0D0;
  border:1px solid #FF0000;
}

.error_message {
  color:#FF0033;
}
.error_message a {
  color:#FF0033;
}
.error_message a:hover {
  color:#FF6600;
}

/* フォント
---------------------------*/
.input_label {
  font-weight: bold;
  padding-right: 10px;
}
div.input_label {
  margin: 10px 0 2px;
}

.input_info {
  color:#FF3366;
  font-size:12px;
}

.input_example {
  color:#666666;
  font-size:13px;
}

.font_red {
  color:#990000;
  font-weight:bold;
}

.font_blue {
  color:#000099;
  font-weight:bold;
}

.font_green {
  color:#009900;
  font-weight:bold;
}

.color_red{
  color:#FF0000;
}

.bold {
  font-weight:bold;
}

/* 写真
---------------------------*/
.secPhotoRegist {
  color: #333333;
  line-height: 150%;
}
.secPhotoWrap {
  float: left;
  width: 50%;
  border: 1px solid #d7d7d7;
  border-top:none;
  box-sizing:border-box;
}
.secPhotoWrap:first-child{
  border-top: 1px solid #d7d7d7;
}
.secPhotoWrap:nth-child(2){
  border-top: 1px solid #d7d7d7;
}
.secPhotoWrap:nth-child(even){
  border-left: none;
}
.secPhotoWrap:nth-child(2n+1){
  clear:both;
}
.secPhotoWrap:nth-child(4n){
  border-bottom: 1px solid #d7d7d7;
}
.secPhotoWrap:last-child{
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.secPhotoRegist .secPhoto {
  padding: 10px;
}

/* メッセージ
---------------------------*/
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
      border-radius: 4px;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
