﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.form-control {
}
.row {
    margin-bottom:5px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.inline {
    display:inline-block;
}

/* モーダルダイアログﾞ */
.modalBackground {   
    background-color:Gray;   
    filter:alpha(opacity=70);   
    opacity:0.7;   
    } 
.detail {
    background-color: #ffffff;
}
.modalPanel
{
    border: thin solid #0033CC;
    background-color: #ffffff;
    padding: 0px;
    }
.modalTitle
{
    padding: 5px 10px; 
    color: #FFFFFF; 
    font-weight: 500; 
    font-size: 16px;
    background-color:#444444 ;
    }
.table1 {
  border: 1px solid #ccc;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  font-weight:200;
}
.table1 th, .table1 td {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
}
.table1 th {
  border-right: 1px solid #ccc;
  background: #EEE;
}
.table1 tr:first-child th {
  border-radius: 10px 0 0 0;
}
.table1 tr:first-child td {
  border-radius: 0 10px 0 0;
}
.table1 tr:last-child th {
  border-bottom: none;
  border-radius: 0 0 0 10px;
}
.table1 tr:last-child td {
  border-bottom: none;
  border-radius: 0 0 10px 0;
}

/* カレンダーコントロール設定 */
 .ajax__calendar_body
 .ajax__calendar_days,
 .ajax__calendar_months,
 .ajax__calendar_years {
   /*position: static !important;
   top: auto !important;
   left: auto !important;*/
 }
.ajax__calendar_body {
    height:150px !important;
}
  div.ajax__calendar_container td {
   padding: 2px !important;
   border: none !important;
   background-color:aliceblue !important;

 }
div.ajax__calendar_container {
   background-color:lightskyblue !important;
   padding: 0 !important;
   height:200px !important;
}


/* 可変テーブルスタイル　上下間隔0 */
.table-Vertical {
    margin-top:0;
    margin-bottom:0;
}
/* サムネイル画像 */
.samImage {
    max-height:200px;
    max-width:200px;
}

/* エラー表示 */
.text-danger {
    color:crimson;
}

/*Header*/
.Tab .ajax__tab_header
{
    color: #4682b4;
    font-family:Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
}

/* カテゴリページ送り */
ul.CateNav01 {
	margin: 0 0 10px;
	padding: 12px;
	background: #f3f3f3;
	text-align: center;
}
ul.CateNav01 li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
ul.CateNav01 li span,
ul.CateNav01 li a {
	display: inline-block;
	padding: 3px 12px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
    font-size:24px;
	color: dodgerblue;
}
ul.CateNav01 li a:hover {
	background: #efefef;
}
ul.CateNav01 li a:visited {
	color: dodgerblue;
}

/* 項目ページ送り */
ul.ItemNav01 {
	margin: 0 0 10px;
	padding: 12px;
	background: #f3f3f3;
	text-align: center;
}
ul.ItemNav01 li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
ul.ItemNav01 li.sel {
	display: inline-block;
	padding: 1px 8px;
	background: #1fc9cf;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}
ul.ItemNav01 li a {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-decoration: none;
}
ul.ItemNav01 li a:hover {
	background: #efefef;
}

/* =======design_Air======================================= */
/* 共通 */
html{
	-webkit-tap-highlight-color:#010000;
}
body{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background-color: #111;
	position: relative;
	color: #555;	
        /*background-image: url(../Images/login_bg_air.png);
	background-position: right 100px bottom 100px;
	background-size: 25%; 
	background-repeat: no-repeat; 
	background-attachment: fixed;*/
	overflow: auto;
	box-sizing: border-box;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.navbar{
	background-color: #010000;
	border-bottom: none;
        border-bottom:5px solid #fff;
}
.navbar .navbar-brand{
	color: #fefefe;
	letter-spacing: 4px;
}
/* 入力エリア共通 */
.btn {
    margin:5px 0;
    vertical-align: baseline;
}
.btn-lg {
    font-size:16px;
    border-radius:0px;
}
.btn-primary {
    background-color: #001d47;
}
.btn-danger {
    background-color: #5e0000;
}
.btn-info {
    background-color: #033A7C;
}
.btn-warning {
    background-color: #ca5900;
}
.btn-sm, .btn-xs {
    font-size: 13px;
}
.form-control {
    margin-bottom:20px;
    padding: 12px 12px;
}
input[type="file"] {
    padding: 3px 12px;
    max-width: 500px;
}
select.form-control,span.form-control {
    padding:6px 12px;
}
.btn, .btn-sm, .btn-xs, .panel, .form-control, .container .jumbotron {
    border-radius: 0px;
}
/* 管理者ログイン画面画面 */
#login .panel {
    background-color:rgba(255,255,255,0.7);
}
#login .jumbotron {
    background-color:transparent;
}
#login .jumbotron h1 {
    font-size: 28px;
    margin-bottom: 15px;
}
#login .panel-danger > .panel-heading {
    border-top: 10px solid #5e0000;
}
#login .panel-body {
    border: 10px solid #5e0000;
}
/* オーナーログイン画面画面 */
#brandUse_login .panel {
    background-color:rgba(255,255,255,0.7);
}
#brandUse_login .jumbotron {
    background-color:transparent;
}
#brandUse_login .jumbotron h1 {
    font-size: 28px;
    margin-bottom: 15px;
}
#brandUse_login .panel-primary > .panel-body {
    background-position: right 50px bottom 50px;
}
/* メニュー画面 */
.panel {
    background-color:rgba(255,255,255,0.3);
    margin-bottom:50px;
}
.panel-body {
    padding-top: 30px;
    border: 10px solid #333;
}
.panel-body:first-of-type {
    border: transparent;
}
.panel-body .col-md-12 h3 {
    text-align:center;
    background-color:#333;
    color:#fff;
    padding:15px;
    font-size:20px;
    margin-bottom:20px;
}
.panel-heading {
    font-size:18px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    padding: 20px 15px;
}
.panel-danger {
    border-color: #333333;
}
.panel-danger > .panel-heading {
    color: #333333;
    background-color: #efefef;
    border-color: #333333;
    border-top:10px solid #333333;
}
.panel-primary {
    border-color: #333333;
}
.panel-primary > .panel-heading {
    color: #010000;
    background-color: #efefef;
    border-color: #333333;
    border-top:15px solid #333333;
}
.panel-primary > .panel-body {
    background-image: url(../Images/bg_air.png);
    background-position: left 50px bottom 50px;
	background-size: 15%; 
	background-repeat: no-repeat; 
}
.panel-warning {
    border-color: #3F1E00;
}
.panel-warning > .panel-heading {
    color: #3F1E00;
    background-color: #fcf8e3;
    border-color: #3F1E00;
    border-top:15px solid #3F1E00;
}
#panel-heading-memo {
    font-size:14px;
}
#panel-heading-memo hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #333;
}
.panel .col-md-6 .btn-lg {
    padding:25px 16px;
    margin-bottom:20px;
}

input[type="submit"].btn-block , #MainContent_HyperLink1 {
    width: 90%;
    margin: 0 auto;
}
/* メニュー画面下層 */
.jumbotron {
    margin-top:50px;
    background-color:#cecece;
}
.Sitelist_mg_t {
    margin-top:10px;
    display:block;
}
/* トップページ設定 */
#TopSetting_con_fluid {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#TopSetting_con_fluid > div[id*="pnlImg"] {
    width:48%;
    margin-bottom: 30px;
}
#TopSetting_con_fluid > div[id*="pnlTxt"] {
    width:100%;
    margin-bottom: 30px;
}
.samImage {
    max-height: 250px;
    max-width: 300px;
    margin-bottom: 20px;
}
/* CMS入力 */
label {
    margin-left: 5px;
    font-size: 14px;
}
input[type="text"],textarea,input[type="file"],input[type="checkbox"],input[type="password"] {
    border-bottom:2px solid #333!important;
}
/* お問合せ */
#ask {
    margin-top:50px;
    padding-bottom:50px;
}
#ask h2 {
    font-size:24px;
}
#ask .top_txt {
    font-size:14px;
    color:red;
    margin: 0 0 20px;
}
#ask #form_box {
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
}
#ask #form_box .box {
    width:50%;
    padding:10px 20px;
}
#ask #form_box .box:nth-of-type(5) {
    width:100%;
}
#ask h3 {
    font-size:18px;
}
#ask h3 span {
    color: #333;
    margin-right:5px;
}
#ask input, #ask textarea {
    width:100%!important;
    padding:10px 5px;
    border: 1px solid #ccc;
}
.mail input {
    margin-top:30px;
    background-color: #333;
    color:#fff;
}
.mail input:hover {
    background-color: #1f1f1f;
}
#form_area{
    text-align: center;
}
.g-recaptcha > div{
    margin: 30px auto 0;
}
.disable{
    pointer-events: none;opacity:0.5;
}
footer p {
    text-align:center;
    color:#fefefe;
}
/* ---------- タブレット ---------- */
@media screen and (min-width: 768px) {
#TopSetting_con_fluid {
    display: block;
}
#TopSetting_con_fluid > div[id*="pnlImg"] {
    width:100%;
    margin-bottom: 30px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#TopSetting_con_fluid {
    display: block;
}
#TopSetting_con_fluid > div[id*="pnlImg"] {
    width:100%;
    margin-bottom: 30px;
}
.samImage {
    width: auto;
    max-width:100%;
    max-height:auto;
}
}

#lblSiteID {display:none;}