@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  /* text-align: center; */
  text-align: left;
  /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.2);
  padding-bottom: 40px;
  border-radius: 3px;
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 15px;
}
.form .message a {
  color: #0645AD;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

/* body {
  background: #333333;
  background: rgba(51, 51, 51, 0.208);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
} */

body {
  background-image: url("../image/coffee.jpg");
  background-position: center center;
  background-repeat: no-repeat; 
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
  font: 400 87.5%/1.5em 'Open Sans', sans-serif;
}


.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}



/* アイコン用設定 */

ul.image_list li {
  display: inline-block;
}
ul.image_list li .image_box {
  width: 120px;
  height: 80px;
}
.image_box img.thumbnail {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.image_box img.thumbnail.checked {
  border: 6px solid blue;
  box-sizing: border-box;
}


.horizontal_scroll_wrap{	
/* width: 80%; */
/* width: 400px; */
width: 270px;
/* height: 120px; */
height: 100px;
/* height: 130px; */
margin-bottom: 1.5em;
background-color: #ffffff;
border: 1px #c0c0c0 solid;
background: #f1f1f1;
overflow-x: auto;
overflow-y:hidden;
white-space: nowrap;
}
.scroll_lst {
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    margin: 25px 0 0;
    -webkit-overflow-scrolling: touch;
}
.scroll_item {
    margin-right: 10px;
    display: inline-block;
    width: 80px;
    border: 1px solid #ddd;
    background: #fff;
}
.scroll_item:first-child {
    margin-left: 5px;
}

.scroll_item_inr {
    display: block;
}
.scroll_item_info {
    white-space: normal;
    padding: 8px;
}
.scroll_item_ttl {
    font-size: 12px;
    color: #484848;
    line-height: 1.4;
    margin-bottom: 0;
}

input[type="radio"]{
    display: none;
}
input[type="radio"]#check1 + label {
	 opacity: 0.5;
    position: relative;
    display: inline-block;
    background-image:url("../image/avatar_1.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}
input[type="radio"]:checked#check1 + label {
	 opacity: 1;
    background-image:url("../image/avatar_1.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}

input[type="radio"]#check2 + label {
	 opacity: 0.5;
    position: relative;
    display: inline-block;
    background-image:url("../image/avatar_2.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}
input[type="radio"]:checked#check2 + label {
	 opacity: 1;
    background-image:url("../image/avatar_2.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}

input[type="radio"]#check3 + label {
	 opacity: 0.5;
    position: relative;
    display: inline-block;
    background-image:url("../image/avatar_3.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}
input[type="radio"]:checked#check3 + label {
	 opacity: 1;
    background-image:url("../image/avatar_3.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}

input[type="radio"]#check4 + label {
	 opacity: 0.5;
    position: relative;
    display: inline-block;
    background-image:url("../image/avatar_4.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}
input[type="radio"]:checked#check4 + label {
	 opacity: 1;
    background-image:url("../image/avatar_4.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}

input[type="radio"]#check5 + label {
	 opacity: 0.5;
    position: relative;
    display: inline-block;
    background-image:url("../image/avatar_5.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}
input[type="radio"]:checked#check5 + label {
	 opacity: 1;
    background-image:url("../image/avatar_5.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}

input[type="radio"]#check6 + label {
	 opacity: 0.5;
    position: relative;
    display: inline-block;
    background-image:url("../image/avatar_6.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}
input[type="radio"]:checked#check6 + label {
	 opacity: 1;
    background-image:url("../image/avatar_6.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}

input[type="radio"]#check7 + label {
	 opacity: 0.5;
    position: relative;
    display: inline-block;
    background-image:url("../image/avatar_7.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}
input[type="radio"]:checked#check7 + label {
	 opacity: 1;
    background-image:url("../image/avatar_7.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}

input[type="radio"]#check8 + label {
	 opacity: 0.5;
    position: relative;
    display: inline-block;
    background-image:url("../image/avatar_8.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}
input[type="radio"]:checked#check8 + label {
	 opacity: 1;
    background-image:url("../image/avatar_8.png");
    background-repeat: no-repeat;
    background-size:contain;
    width: 80px;
    height:80px;
}


.error {
  color: red;
}