@charset "UTF-8";
/* ===================================================================

Phiten IP Salon 予約管理システム｜共通設定CSS

=================================================================== */
html {
  font-size: 62.5%;
}

body {
  min-width: 900px;
  color: #333;
  background: url(../img/container_bg.jpg) no-repeat 50% top #F8F8F8;
}

a {
  color: #6588c2;
}
a:hover {
  color: #466393;
}

.separator {
  border-top: 1px dotted #ccc;
  margin: 0 0 -18px 0;
  padding: 0 0 8px 0;
}




/* ===================================================================
伏見版CSS
=================================================================== */
/*伏見版背景画像*/
body.fsm {
  background: url(../img/container_bg_fsm.jpg) no-repeat 50% top #F8F8F8 !important;
}
body.fsm #sys_header {
    background-color: #D4BADF;
}
/*アイコン*/
body.fsm #hd01 ul li .icon {
  margin-bottom: 2px;
  color: #a77bba;
}
/*テキスト*/
body.fsm #hd01 ul li .text {
  background-color: #a77bba;
}
body.fsm #hd01 ul li .salon {
  margin-bottom: 0px;
}
/*ホバーアイコン*/
body.fsm #hd01 ul li a:hover .icon {
  color: #D4BADF;
}
/*ホバーテキスト*/
body.fsm #hd01 ul li a:hover .text {
  background-color: #D4BADF;
}
/*アクティブアイコン*/
body.fsm #hd01 ul .active .icon {
  color: #B03B4C;
}
/*アクティブテキスト*/
body.fsm #hd01 ul .active .text {
  background-color: #B03B4C;
  /*background-color: #466393;*/
}
body.fsm .button {
    background-color: #a77bba;
}
body.fsm #user_index .list th {
  background-color: #D4BADF;
}
body.fsm div.title {
  background-color: #a77bba;
}
/*ボタン枠*/
body.fsm td.button {
  background-color: #E2EDD7;
}
/*テーブルTH幅*/
body.fsm table.revision th {
  width: 50px !important;
}
/*A4プリント*/
body.fsm #blue_header {
    background-color: #D4BADF;
}




/* ===================================================================
ヘッダー
=================================================================== */
#sys_header {
  height: 20px;
  background-color: #6588c2;
  padding: 0 10px;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sys_header:after {
  content: "";
  display: table;
  clear: both;
}
#sys_header p {
  position: relative;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}
#sys_header .sys {
  float: left;
}
#sys_header .user {
  float: right;
}

#hd01 {
  height: 75px;
  min-width: 920px;
  padding: 5px 10px 2px 15px;
  background-color: #f6f6f6;
  *zoom: 1;
}
#hd01:after {
  content: "";
  display: table;
  clear: both;
}
#hd01 h1 {
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0 0 60px;
  background: url(../img/logo_phiten.png) no-repeat left 50%;
  background-size: 50px 40px;
  min-height: 40px;
}
#hd01 ul {
  margin: 14px 0 0 0;
  padding: 0;
  float: right;
  list-style: none;
  *zoom: 1;
}
#hd01 ul:after {
  content: "";
  display: table;
  clear: both;
}
#hd01 ul li {
  width: 80px;
  float: left;
  text-align: center;
}
#hd01 ul li a {
  text-decoration: none;
}
#hd01 ul li p {
  margin: 0;
  padding: 0;
  line-height: 100%;
}
#hd01 ul li .icon {
  margin-bottom: 2px;
  color: #6588c2;
}
#hd01 ul li .salon {
  margin-bottom: 0px;
}
#hd01 ul li a:hover .icon {
  color: #466393;
}
#hd01 ul li .text {
  width: 70px;
  margin: 0 auto;
  padding: 2px 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 100%;
  color: #fff;
  background-color: #6588c2;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#hd01 ul li a:hover .text {
  background-color: #466393;
}
#hd01 ul .active .icon {
  color: #466393;
}
#hd01 ul .active .text {
  background-color: #466393;
}
#hd01 .navi {
  font-size: 28px;
  font-size: 2.8rem;
}
#hd01 .icon-salon {
  font-size: 30px;
  font-size: 3rem;
}

/* ===================================================================
パンくずリスト
=================================================================== */
#topicpath {
  height: 22px;
  margin-top: -12px;
  padding: 0 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #bbb;
}
#topicpath p {
  position: relative;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#topicpath p .icon-topicpath {
  padding: 0 10px 0 15px;
  font-size: 7px;
  font-size: 0.7rem;
  line-height: 19px;
}
#topicpath a {
  color: #fff;
}
#topicpath a:hover {
  color: #333;
}

/* ===================================================================
コンテンツ本体
=================================================================== */
#wrapper {
  *zoom: 1;
}
#wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#wrapper #left {
  width: 600px;
  margin: 30px 20px 20px 30px;
}
#wrapper #reissue #left{
  width: 800px;
}

/* ===================================================================
フォームパーツ｜共通
=================================================================== */
.input_form {
  margin: 4px 0;
  padding: 5px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f6f7f8;
  border: 1px solid #cecece;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
}

input.focus {
  background-color: #fbe1ea;
}

.input_button {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button_small, .button_small_header,
.button_small_header {
  border: none;
}

select {
  height: 22px;
  font-size: 12px;
  font-size: 1.2rem;
}

.equip_time input[type=radio], .equip_time input[type=checkbox] {
  display: none;
}
.equip_time input.visible[type=radio], .equip_time input.visible[type=checkbox] {
  display: inline;
  margin-right: 2px;
}
.equip_time .radio,
.equip_time .checkbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 3px 8px 0;
  padding: 12px 12px 12px 42px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.equip_time .radio:hover,
.equip_time .checkbox:hover {
  background-color: #e2edd7;
}
.equip_time .radio:hover:after,
.equip_time .checkbox:hover:after {
  border-color: #53b300;
}
.equip_time .radio:after,
.equip_time .checkbox:after {
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  content: '';
}
.equip_time .radio:before,
.equip_time .checkbox:before {
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.equip_time input[type=radio]:checked + .radio:before, .equip_time input[type=checkbox]:checked + .checkbox:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.equip_time .radio.active:before,
.equip_time .checkbox.active:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* ===================================================================
大見出し｜ブルー
=================================================================== */
div.title {
  width: 100%;
  height: 40px;
  position: relative;
  margin: 0 0 20px 10px;
  padding: 0 8px;
  color: #fff;
  background-color: #6588c2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}
div.title h2 {
  position: relative;
  top: 50%;
  position: relative;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
div.title span {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  padding-top: 2px;
}
div.title .icon-group, div.title .icon-edit, div.title .icon-coupon {
  position: relative;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 3px 0 0;
  padding: 0 5px 0 0;
  float: left;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
div.title .icon-edit, div.title .icon-coupon {
  font-size: 22px;
  font-size: 2.2rem;
  padding: 1px 5px 0 0;
}
div.title .icon-setting {
  float: left;
  margin-right: 6px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 160%;
}

/* ===================================================================
各種ボタン設定
=================================================================== */
.button_large {
  clear: both;
  width: 250px;
  height: 48px;
  margin: 0 auto 40px;
  width: 250px;
  height: 48px;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 0px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
.button_large:hover {
  background-color: #6588c2;
}

.submit_large {
  width: 250px;
  margin: 10px auto;
}

.button_small, .button_small_header {
  width: 80px;
  height: 24px;
  margin: 0 auto 0;
  display: block;
  line-height: 190%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.button_small:hover, .button_small_header:hover {
  background-color: #e74c3c;
  color: #fff;
}

.button_small_header {
  margin: -26px 15px 0 0;
  line-height: 200%;
}

.pink {
  background-color: #ebc3d9;
}
.pink:hover {
  background-color: #466393;
}

.blue {
  background-color: #6588c2;
}
.blue:hover {
  background-color: #466393;
}

.red {
  background-color: #e74c3c;
}
.red:hover {
  background-color: #6588c2;
}

.gray {
  background-color: #bbb;
}
.gray:hover {
  background-color: #466393;
}

.green {
  background-color: #53b300;
}
.green:hover {
  background-color: #097c25;
}

/*New checkbox*/
.checkbox02 label{
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  padding-top: 2px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #6588c2;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #6588c2;
  border-right: 3px solid #6588c2;
}
/*New radio*/
.radio02 label{
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}
.radio01-input{
  display: none;
}
.radio01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  padding-top: 2px;
}
.radio01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio01-input:checked + .radio01-parts{
  color: #6588c2;
}
.radio01-input:checked + .radio01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #6588c2;
  border-radius: 50%;
}

/*オプション選択*/
#option-select {
  padding: 0 10px;
  height: auto;
  width: 300px;
}
/*pull down sample*/
#pull_down {
  padding: 0 10px;
  max-height: 150px;
  width: 300px;
  background-color: #f6f6f6;
  overflow: hidden;
  border: solid 1px #cccccc;
  transition: all 800ms 0s ease;
}
#pull_down:hover{
  max-height: 500px;
}

/* ===================================================================
確認・完了画面
=================================================================== */
#infoBox {
  width: 100%;
  margin: 0 10px 20px 10px;
  padding: 30px;
  background-color: #f8f8f8;
  border: 1px solid #cecece;
  color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
}
#infoBox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#infoBox ul li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 150%;
}
#infoBox ul .name {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  padding: 0 100px 5px 0;
  border-bottom: 1px dotted #ccc;
}

/* ===================================================================
フッター
=================================================================== */
.scroll {
  width: 32px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  background-color: #bbb;
}
.scroll a {
  width: 32px;
  height: 30px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.scroll a .icon-scroll {
  position: relative;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

footer {
  width: 100%;
  height: 80px;
  margin-top: -12px;
  text-align: center;
  background-color: #bbb;
  clear: both;
}
footer p {
  padding-top: 20px;
  color: #fff;
}

/* Error box*/
.errorBox {
  width: 300px;
  position: relative;
  margin: 0 auto 15px;
  padding: 10px 15px;
  background-color: #e74c3c;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.errorBox:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(213, 0, 0, 0);
  border-top-color: #e74c3c;
  border-width: 8px;
  margin-left: -8px;
}
.errorBox ul {
  margin: 0 15px;
  padding: 0;
}
.errorBox ul li {
  line-height: 150%;
}

#calendar #inner .selected-date .date {
  color: #000;
}

/*.logout .icon {
height: 28px;
}
.logout .icon .icon-logout {
background: url("../img/icon_logout.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
display: block;
height: 23px;
margin-left: 27px;
width: 24px;
}*/
.p-red {
  text-align: center;
  color: #e74c3c;
  font-size: 16px;
  font-size: 1.6rem;
}
body.fsm div.title_index{
    background-color: #a77bba;
}
body.fsm .title_index:after {
    border-top-color: #a77bba;
}

