@charset "UTF-8";

/* sakelog投稿
-------------------------------------------------- */
div#sakelog_form{
  margin-bottom: 60px;
}
div#sakelog_form h2{
  text-align: center;
  margin:30px 0 10px 0;
  font-size: 170%;
  font-weight: bold;
}
div#sakelog_form ul{
  margin: 0 auto;
  width: 800px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  margin-bottom: 14px;
}
div#sakelog_form ul li{
  border-top: 1px solid #dfdfdf;
  padding: 10px 21px 10px 27px;
}
div#sakelog_form ul li:last-child{
  height: 70px;
}
div#sakelog_form ul li.title h3{
  color: #555555;
  float: left;
  font-size: 110%;
  font-weight: bold;
  width: 200px;
  line-height: 50px;
}
div#sakelog_form ul li div.right-box{
  margin: 10px 0 10px 206px;
  min-height: 30px;
}
div#sakelog_form ul li div.right-box p.brandname{
  font-size: 120%;
}
div#sakelog_form ul li div.right-box button{
  margin: 80px 0 10px 0;
}
div#sakelog_form ul li div.right-box textarea{
  width: 500px;
}
div#sakelog_form div.post-guideline{
  width: 60%;
  margin: auto;
  padding: 7px 10px;
  background-color: #fff7c8;
  border-radius: 5px;
}
div#sakelog_form div.submit{
  margin: 0 auto;
  width: 80px;
}
div#sakelog_form div.submit button{
  margin-left: 10px;
}
div#sakelog_form .review-len{
  color: #aaa;
  width: 500px;
  height: 20px;
  position: relative;
}
div#sakelog_form .current-review-len{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
div#sakelog_form .is-exceeding-len{
  color: #f00;
}
div#sakelog_form #star{
  float: left;
}
div#sakelog_form #star_hint{
  font-size: 130%;
  font-weight: bold;
  height: 30px;
  width: 70px;
  float: left;
}
#ibox1{
  height: 150px;
  width: 150px;
  background-image: url("/img/db_up/load.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 20px 30px 0;
  float: left;
  display: none;
}

/* edit用
------------------------------------------------- */

div#sakelog_form div.submit_line{
  margin: 0 auto;
  width: 200px;
}
div.edit_button{
  float: left;
  margin : 5px;
}
div.delete_button{
  float: right;
  margin : 5px;
}

/* Contactコントローラconfirmアクション
------------------------------------------------- */
div#confirm_back{
  margin-left: 290px;
  float: left;
}
div#confirm_ok{
  margin-left: 20px;
  float: left;
}

/* settingページのmy photo
-------------------------------------------------- */
div#sakelog_form ul li div.img_right{
  float: left;
  width: 300px;
  margin-left: 15px;
}
div.face_radio{
  display: block;
  float: left;
  margin-left: 20px;
}
div.facebook_box div.mail_radio input[type="radio"] {
  display:none;
}
/* ラジオボタンに対応するラベル */
div.facebook_box div.mail_radio input[type="radio"]+label {
  display:inline;
  font-size:95%;
  padding:5px;
  border:1px solid gray;
  background:#e6e6e6;
  color:gray;
  display: block;
  text-align: center;
}
/* 選ばれているラジオボタンに対応するラベル */
div.facebook_box div.mail_radio input[type="radio"]:checked+label {
  background:#3a3f49;
  color:white;
}
div.facebook_box div.mail_radio:first-child input[type="radio"]+label{
  border-radius: 5px 0 0 5px;
  border-right: none;
}
div.facebook_box div.mail_radio:last-child input[type="radio"]+label{
  border-radius: 0 5px 5px 0;
  border-left: none;
}
div.facebook_box p{
  float: left;
  font-size: 120%;
  font-weight: bold;
  margin-left: 5px;
  line-height: 30px;
  color: #133783;
}
div.facebook_box img{
  float: left;
  margin-top: 3px;
}

div.mail_radio{
  float: left;
  width: 100px;
}
div.addinfobox{
  min-height: 40px;
}
div.addinfobox p{
  float: left;
  width: 80px;
  font-size: 110%;
  font-weight: bold;
  background: #ccc;
  text-align: center;
  color: #fff;
  margin-right: 15px;
  line-height: 25px;
}
div.addinfobox div.radiobox{
  float: left;
}
div.specform{
  float: left;
  min-width: 85px;
}
li.specli div.specform{
  float: left;
  min-width: 100px;
}
div.addinfobox select{
  height: 25px;
  margin: 0 !important;
}
div.checkbox{
  float: left;
  min-width: 75px;
  margin-right: 5px;
}
li.specli{
  min-height: 45px;
}
li.specli a.speca1{
  line-height: 45px;
}
div#addspec{
  display: none;
}
#ricefield{
  display: none;
}
div.ricefreebox{
  display: block;
}
input.hidden_text{
  display: none;
}

/* 複数画像登録
-------------------------------------------------- */
div.image_box .label{
  padding: 0;
}
div.image_box .required .require-mark{
  color: #f00;
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  background-color: #fdd;
  padding: 1px 3px;
  border-radius: 3px;
}
div.image_box .require-mark{
  display: none;
}
div.image-instructions{
  color: #999;
  margin-top: 10px;
}
.post_box{
  position: relative;
  display: block;
  overflow: hidden;
  width: 115px;
  height: 115px;
  margin-right: 12px;
  float:left;
  background: url('/img/menu_camera_off2.png') no-repeat center 20px #ededed;
  border: 1px dotted #666666;
  box-sizing: border-box;
}
.post_box input[type="file"] {
  position: absolute;
  opacity: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  font-size: 100px;
  z-index: 999;
  height: 100%;
  width: 100%;
}
.post_box img{
  margin: 0 auto;
}
.post_box .zoom{
  display: block;
  position: absolute;
  background-color: #fffc;
  bottom: 0;
  width: 25px;
  height: 25px;
  padding: 1px;
}
p.toukou{
  text-align: center;
  position: absolute;
  bottom: 2px;
  width: 100%;
}
div.filter_box{
  position: relative;
}
div.after_imageup{
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #666666;
  z-index: 100;
}
div.after_imageup p{
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-top: 80px;
}
.pop-up-overlay{
  visibility: hidden;
  position: fixed;
  transition: all 0.5s 0s ease;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pop-up{
  display: none;
}
.pop-up:checked + .pop-up-overlay{
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  background-color: #000c;
  width: 100%;
}
.pop-up-window{
  display: block;
  max-width: 90vh;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  z-index: 1010;
  line-height: 18px;
  text-align: center;
  font-size: 25px;
}
.pop-up-window img{
  max-width: 100vh;
  width: 100%;
}
.pop-up-window .close{
  top: 8px;
  right: 10px;
  color: #000;
  background-color: #fffc;
  padding: 2px;
  position: absolute;
}
.pop-up-window .delete{
  top: 8px;
  left: 10px;
  color: #f00;
  background-color: #fffc;
  padding: 2px;
  position: absolute;
}
.pop-up-window .edit{
  top: 8px;
  left: 50px;
  color: #666;
  background-color: #fffc;
  padding: 2px;
  position: absolute;
}