@charset "UTF-8";

#gmap label { width: auto; display:inline; }
#gmap img { max-width: none; }

.errTxt {
  padding-left: 0;
  font-weight: bold;
  color: #FF6600;
  list-style: none;
}
.errForm {
  border: 1px solid #FF6600;
}

p.login {
  margin-bottom: 20px;
}

/* Flash Message（ここを変更する場合は、sp.cssも同様に変更すること） */
div#viewFlashMessageBox{ padding:10px 0 0 30px;}
div.error-message { display:none;}
div#hideFlashMessageBox { display:none;}
.message { color:#f60; font-weight:bold; line-height:1.7; }
.normal { color:#065097; font-weight:bold; line-height:1.7;}
.flash_error { color:#f60; font-weight:bold; line-height:1.7; }
.flash_warning { color:#FF3300; font-weight:bold; line-height:1.7; }
.flash_notice { color:#065097; font-weight:bold; line-height:1.7; }
.flash_success { color:#18BA60; font-weight:bold; line-height:1.7; }
.form-error { border: 1px solid #F60 !important; }

/* --------------------------------------------------------------------------------------
　管理画面用
--------------------------------------------------------------------------------------- */
.listTable {
  width:100%;
}

.pi-responsive-table-sm.listTable {
  overflow-x: auto;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: .1em;}
.clearfix { display:inline-block; }

* html .clearfix { height:1%; }
.clearfix { display:block; }

.link_str {
  color:#487ab9;
  cursor:pointer;
}

.subNav {
  margin: -10px 0 11px;
}

.subNav ul {
  float: right;
}

.subNav ul li {
  display: inline-block;
  float: left;
  margin-left: 15px;
  padding-left: 17px;
  background: url(../images/common/ico_arw02.gif) no-repeat 0 .25em;
}

.create {
  height: 48px;
  margin: 25px 0;
  text-align: center;
  overflow: hidden;
}

.create span {
  display: inline-block;
  background: url(../images/admin/bg_create.gif) no-repeat right top;
}
.create span.on {
  display: inline-block;
  background: url(../images/admin/bg_create.gif) no-repeat right bottom;
}

.create span a {
  display: inline-block;
  padding: 7px 18px 7px 57px;
  background: url(../images/admin/ico_create.gif) no-repeat;
  font-size: 150%;
  line-height: 34px;
  font-weight: bold;
}
.create span.on a {
  background: url(../images/admin/ico_create.gif) no-repeat left bottom;
}
.create a:link,
.create a:visited,
.create a:hover,
.create a:active {
  color: #ffffff;
  text-decoration: none;
}


.pageNav ul {
  float: right;
  list-style: none;
}

.pageNav ul li {
  float: left;
  margin-right: 5px;
}
.pageNav ul li.prev {
  margin-right: 8px;
  padding-right: 12px;
  background: url(../images/common/ico_left.gif) no-repeat right center;
}
.pageNav ul li.next {
  display: inline;
  margin-left: 3px;
  padding-left: 12px;
  background: url(../images/common/ico_right.gif) no-repeat left center;
}

.pageNav ul li a {
  display: block;
  width: 2em;
  background: #F0F0F0;
  text-align: center;
  line-height: 20px;
}
.pageNav ul li.prev a,
.pageNav ul li.next a {
  width: auto;
  padding: 0 5px;
}

.pageNav a:link,
.pageNav a:visited {
  color: #333333;
  text-decoration: none;
}
.pageNav a:hover,
.pageNav a:active,
.pageNav .act a:link,
.pageNav .act a:visited,
.pageNav .act a:hover,
.pageNav .act a:active {
  color: #065097;
}

.pageNav .act a {
  background: #ffffff;
  font-weight: bold;
}

.formNote {
  margin: 10px 0;
  color: #FF6600;
  font-size: 85%;
}

span.color {
  color: #FF6600;
  font-size: 85%;
  font-weight: normal;
}

span.color-grey {
  color: #666666;
  font-size: 85%;
  font-weight: normal;
}

#Img1 {
  background-image: url("../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  display:block;
}

#Img2 {
  background-image: url("../img/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  display:block;
}

/* 非暗号化URL用QRT画像(青枠) */
.colorSelect div.qrBox {
  margin-top: 5px;
  padding: 0px;
  border: 5px solid #B4B4B5;
  background: #ffffff;
}
.colorSelect div.qrBox.on {
  padding: 0px;
  border: 5px solid #57A5E7;
}

/* QRT画像サイズ指定枠 */
.printSize {
  position: relative;
  margin: 0 auto;
  padding-top: 3px;
}

.printSize ul {
  list-style-type: none;
}

.printSize li {
  margin-top: 12px;
  padding-left: 22px;
  line-height: 20px;
}
.printSize li.size01 {
  background: url(../images/admin/create/ico_size01.gif) no-repeat;
}
.printSize li.size02 {
  background: url(../images/admin/create/ico_size02.gif) no-repeat;
  margin-top:16px;
}

.printSize li input {
  width: 54px;
  padding: 2px 7px;
  border: 1px solid #cccccc;
  text-align: right;
}

.printSize li span {
  display: inline-block;
  width: 33px;
  margin: 0 15px 0 4px;
  background: url(../images/admin/create/bg_size.gif) no-repeat right top;
}
.printSize li.size02 span {
  background: url(../images/admin/create/bg_size.gif) no-repeat right bottom;
}

.printSize .btn {
  position: absolute;
  top: 30px;
  left: 106px;
  cursor: pointer;
}

.editLink {
  margin: -48px 0 24px;
  text-align: center;
}

.editLink span {
  display: inline-block;
  padding-left: 17px;
  background: url(../images/common/ico_arw04.gif) no-repeat left center;
}

.payBox table {
  margin-bottom: 5px;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.payBox th,
.payBox td {
  padding: 7px 0;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}

.payBox th {
  background: #dddddd;
}

.payBox th span {
  display: block;
  padding: 0 22px;
}

.payBox td {
  background: #ffffff;
  text-align: right;
}

.payBox td span {
  display: block;
  padding: 0 125px;
}

.listTable table th {
  background: url(../images/common/bg_table.gif) repeat;
  font-weight: bold;
}

.listTable table th .ico01 {
  padding-right: 10px;
  background: url(../images/admin/ico_up.gif) no-repeat right center;
}

.listTable table th .ico02 {
  padding-right: 10px;
  background: url(../images/admin/ico_down.gif) no-repeat right center;
}

.editList {
  width: 676px;
  margin: -12px 0 -8px -16px;
}
.editList li {
  position: relative;
  display: inline;
  float: left;
  margin: 9px 0 0 15px;
  padding: 3px;
}
.editList li.on {
  padding: 0;
  border: 3px solid #70B2DA;
}
.editList li .ico{
  position: absolute;
  top: 17px;
  left: 24px;
}

.uploaded_pic img {
  border:1px solid #ddd;
  padding:3px;
}

div.article table {
    width: inherit;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

div.article table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    line-height: 120%;
    font-weight: normal;
}
div.article table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

.pi-pagenav li.active a {
  background: #609ddb;
  border-color: #5491d5;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #6aa7df;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pi-pagenav li.active a:hover {
  background: #487ab9;
  border-color: #4070b1;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #4f86c0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* --------------------------------------------------------------------------------------
　全画面ローディング表示用
--------------------------------------------------------------------------------------- */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.8);
  z-index: 9998;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 9999;
}

.left-button {
  padding:0;
  margin-bottom:5px;
}
.right-button{
  padding:0;
  text-align:right;
  margin-bottom:5px;
}
.left-button p a,.right-button p a,{
  height:36px;
  font-size:0.9em;
}
.isotope-item {
  height:300px;
}