
/*-----------------------------
  情報メッセージ
-----------------------------*/
div.informationBlock {
  color: teal;
  font-size: 100%;
  background-color: Azure;
  margin: 1em;
  padding: 1em;
  border: 1px solid LightSeaGreen;
}

/*-----------------------------
  警告メッセージ
-----------------------------*/
div.warningBlock {
  color: DarkGoldenRod;
  font-size: 100%;
  background-color: LightYellow;
  margin: 1em;
  padding: 1em;
  border: 1px solid gold;
}

div.warningBlock p {
    margin-top: 0px; 
    margin-bottom: 0px; 
}

/*-----------------------------
  エラーメッセージ
-----------------------------*/
div.errorBlock {
  color: red;
  font-size: 100%;
  background-color: #FDF7F2;
  margin: 1em;
  padding: 1em;
  border: 1px solid red;
}

.errorBlock p {
    margin-top: 0px; 
    margin-bottom: 0px; 
}

/*---非表示---*/
.hidden{visibility: hidden;}

/*---テキスト---*/
.ta_c{text-align: center;}
.ta_r{text-align: right;}
    
/*---横幅---*/
.w04pc{width: 4%;}
.w05pc{width: 5%;}
.w07pc{width: 7%;}
.w10pc{width: 10%;}
.w15pc{width: 15%;}
.w20pc{width: 20%;}
.w25pc{width: 25%;}
.w30pc{width: 30%;}
.w40pc{width: 40%;}
.w50pc{width: 50%;}
.w100pc{width: 100%;}

/*---ページネーション--------------*/
.page_index{	
    /*background:#f2f2f2;*/
    padding: 5px 10px;
    margin-top:10px;
}

.page_index a, .page_index span{
    padding: 7px;
}

/*--- リンク ---*/
a:link,
a:visited,
a:hover,
a:active { color: #828282;} 

/*管理者メニュー*/
.admin_menu_button{
    width: 200px;
    height: 40px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #788691;
    padding: 5px;
    line-height: 40px;
}

.admin_button a{
    width: 150px;
    height: 40px;
    display:block;
    text-align:center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    background-color: #00cccc;
    line-height: 40px;
    margin: 20px;
}

.admin_back_button a{
    width: 150px;
    height: 40px;
    display:block;
    text-align:center;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    background-color: #888888;
    line-height: 40px;
    margin: 20px;
}



input,
textarea,
select{
    font-family: Arial, Helvetica, sans-serif;
}

.admin_title {
    height: 25px;
    min-height: 25px;
    margin-bottom: 10px;
    padding: 2px 0px 2px;
    font-size: 125%;
    color: #3E3A39;
    background-repeat: no-repeat;
    border-bottom: 2px solid #D7D7D7;
}

.black_button{
    display: table-cell; 
    vertical-align: middle; 
    background-color: black; 
    color: white; 
    width: 150px; 
    height: 32px; 
    text-align: center;
}

/*
 * jQuery File Upload Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

/*Loadingイメージ*/
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: #fff;*/
    opacity: 0.8;
    z-index:99999;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../images/common/gif-load.gif") center center no-repeat;
}

.bxslider li {
    display: none;
}
.bx-viewport .bxslider li {
    display: block !important;
}