/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section 
{
  display: block; 
}

body {
  line-height: 1; 
}

ol, ul {
  list-style: none; 
}

blockquote, q {
  quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after 
{
  content: '';
  content: none; 
}

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

html {
  width: 100%;
  height: 100%; 
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%; 
}

* {
  box-sizing: border-box; 
}

* {
  -ms-user-select: none;
  /* IE 10+ */
  -webkit-user-select: none;
  user-select: none; 
}


a {
  display: block; 
  text-decoration:none;
  color: #333;
}

a:visited {
  color: #333;
}

.wrapper {
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  background-color: #f0eadf; 
  position: absolute;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  height: 85px;
  background-image: url("../img/bg_header.jpg");
  background-repeat: repeat-x;
  z-index: 100; 
}

.header.teacher {
	background-image: url("../img/bg_header-teacher.jpg"); 
}

.header__left {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    font-size: 0;
    display: flex;
}

.header__left > div {
	vertical-align: middle; 
}

.header__right {
    height: 100%;
    font-size: 0;
    display: flex; 
}

.header__right > div {
	vertical-align: middle; 
}

.header__icon-block {
    position: relative;
    height: 100%;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; 
}

.header__icon-block .header__icon-block-inner {
	display: table;
    width: 100%;
    height: 100%; 
	pointer-events: none;
}

.header__icon-block .header__icon-block-inner p {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
	color: white; 
}

.header__icon-block:before {
	content: '';
	display: block;
	position: absolute;
	background-repeat: no-repeat; 
}

.header__icon-block.icon-people {
	padding-left: 36px; 
}

.header__icon-block.icon-people:before {
	top: 28.5px;
	left: 0;
	width: 26px;
	height: 28px;
	background-image: url("../img/icon-people.png"); 
}

.header__icon-block.icon-teacher {
	padding-left: 48px; 
}

.header__icon-block.icon-teacher:before {
	top: 29px;
    left: 0;
    width: 38px;
    height: 27px;
    background-image: url("../img/icon-teacher.png"); 
}

.header__icon-block.icon-school {
	padding-left: 48px;
    margin-left: 50px; 
}

.header__icon-block.icon-school:before {
	top: 28px;
	left: 0;
    width: 38px;
    height: 29px;
    background-image: url("../img/icon-school.png"); 
}

.header__icon-block.icon-clock {
	padding-left: 43px;
    margin-right: 23px; 
}

.header__icon-block.icon-clock:before {
	top: 26px;
    left: 0;
    width: 33px;
    height: 33px;
    background-image: url("../img/icon-calendar.png"); 
}

.header__icon-info {
	padding-left: 43px;
    margin-right: 23px; 
}

.header__icon-info a {
    position: relative;
    top:30%;
}

.header__dashboard-button {
	display: inline-block;
    height: 100%;
}

.header__dashboard-button a {
	padding: 12px 12px 10px;
}

.header__coupon-button {
	display: inline-block;
    height: 100%;
}

.header__coupon-button a {
	padding: 12px 12px 10px;
}

.header__password-button {
	display: inline-block;
    height: 100%;
}

.header__password-button a {
	padding: 12px 12px 10px;
}

.header__exit-button {
	display: inline-block;
    height: 100%; 
}

.header__exit-button a {
	padding: 12px 12px 10px; 
}

.main-contents {
 	display: block;
  	width: 100%;
  	height: 100%;
  	padding-top: 85px; 
}

.container {
	width: 100%;
  	height: 100%;
  	overflow: auto; 
}

.c-book-list {
	position: relative;
  	padding: 0 80px; 
}

.c-book-list__top {
	position: absolute;
    top: 21px;
    font-size: 0; 
}

.c-book-list ul {
    font-size: 0;
    margin-right: -43px; 
}

.c-book-list .list-item {
    display: inline-block;
    height: 255px;
    width: 320px;
    margin-right: 43px;
    padding-bottom: 16px;
    font-size: 16px;
    font-size: 1rem; 
}

.c-book-list .list-item img {
	vertical-align: bottom; 
	pointer-events: none;
    box-shadow :  4px 4px 8px rgba(0, 0, 0, 0.8);	
}

.c-book-list .list-item__wrapper {
	display: table;
    height: 100%; 
}

.c-book-list .list-item__image {
	display: table-cell;
	vertical-align: bottom;
	padding-right: 10px; 
}

.c-book-list .list-item__image figure{
	cursor: pointer; 
}

.c-book-list .list-item__text {
	display: table-cell;
	padding-bottom: 12px;
	vertical-align: bottom;
	line-height: 24px; 
}

.c-book-list .list-item__text .title {
	font-weight: bold; 
	cursor: pointer;
}

.c-book-list .list-item__text .time {
	padding-top: 4px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    color: #003366; 
}

.c-book-list .list-item__text .mark {
	position: relative;
    padding-left: 13px; 
}

.c-book-list .list-item__text .mark:before {
	position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 11px;
    height: 11px;
    background-image: url("../img/icon-mark.png");
    background-repeat: no-repeat; 
}

.c-book-list .list-item-no-content {
    display: inline-block;
    height: 255px;
    width: 100%;
    margin-right: 43px;
    padding-bottom: 16px;
    font-size: 16px;
    font-size: 1rem; 
}


.c-list-favorite {
	background-image: url("../img/bg_list-favorite.jpg");
  	background-repeat: repeat; 
}

.c-list-favorite:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/bg_list-favorite-top.jpg");
    background-repeat: repeat-x; 
}

.c-list-common {
	background-image: url("../img/bg_list-common.jpg");
  	background-repeat: repeat; 
}

.c-list-common:before {
    position: absolute;
    display: block;
    content: '';
    bottom: -192px;
    left: 0;
    width: 100%;
    height: 192px;
    background-image: url("../img/bg_list-end.jpg");
    background-repeat: repeat-x; 
}

.label-book,.label-favorite {
  	position: relative;
  	display: inline-block;
	margin-right: 33px;
	padding-top: 7px;
	vertical-align: middle;
	height: 28px;
	width: 108px;
	color: white;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
	border-radius: 5px; 
	pointer-events: none;
}

.label-favorite {
	padding-left: 31px;
  	background-color: #ff9933; 
}

 .label-favorite:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 18px;
    height: 17px;
    background-image: url("../img/icon-star.png");
    background-repeat: no-repeat;
    background-size: contain; 
}

.label-book {
	padding-left: 49px;
	background-color: #0f5b8d;
	white-space: nowrap;
}

.label-book:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    width: 28px;
    height: 20px;
    background-image: url("../img/icon-book.png");
    background-repeat: no-repeat;
    background-size: contain; 
}

.select-style {
	position: relative;
  	display: inline-block;
  	margin-right: 23px;
  	min-width: 138px;
  	height: 25px;
  	vertical-align: middle;
  	text-align: center;
  	overflow: hidden; 
}

.select-style input[type='radio'] {
    position: absolute;
    top: 3px;
    left: 2px;
    cursor: pointer;
    opacity: 0;
    z-index: 2; 
}

.select-style input[type='radio'] + label {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
	padding: 2px 15px 2px;
	font-size: 14px;
	font-size: 0.875rem;
	color: #288ccd;
	border: 1px solid #288ccd;
	border-radius: 12.5px;
	background: #ffffff;
	cursor: pointer;
	z-index: 1; 
}

.select-style input[type='radio'] + label:before {
	position: absolute;
    top: 5px;
    left: 4px;
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    border: #333 solid 1px;
    background-color: #fff;
    z-index: 2; 
}

.select-style input[type='radio'].active + label,
.select-style input[type='radio']:checked + label,
.select-style input[type='radio']:hover + label {
    border: 1px solid white;
    background: #288ccd;
    color: white; 
}

.select-style input[type='radio']:checked + label:after {
    position: absolute;
    top: 7px;
    left: 6px;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background-color: #333;
    z-index: 3; 
}

@media all and (min-width: 1024px) {
	.tab-only {
		display: none; 
	} 
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
	.header__icon-block .header__icon-block-inner p {
    	font-size: 14px;
        font-size: 0.875rem; 
	}
}

@media all and (min-width: 768px) and (max-width: 1023px) {
	.header__icon-block .header__icon-block-inner p {
		font-size: 12px;
        font-size: 0.75rem; 
	}
}

@media all and (max-width: 767px) {
	.header__icon-block .header__icon-block-inner p {
        font-size: 0.8rem; 
	}
	.header__icon-block.icon-school {
    	margin-left: 20px; 
	}
    .header__icon-block.icon-clock {
    	margin-right: 10px; 
	} 
}

@media all and (min-width: 768px) and (max-width: 1200px) {
	.header__icon-block.icon-school {
    	margin-left: 40px; 
	} 
}

@media all and (max-width: 1399px) {
	.c-book-list {
		padding: 0 30px; 
	}
    .c-book-list ul {
        margin-right: -30px; 
	}
	.c-book-list .list-item {
        margin-right: 30px; 
	}
}

.list-item__image figure img{
	max-width:128px;
	max-height:168px;
	width: 120px;
    height: auto;
    margin: 5px;
}

#header_dashboard { 
    cursor: pointer;
    margin-right: 10px;
}

#header_coupon { 
    cursor: pointer;
    margin-right: 10px;
}

#header_password { 
    cursor: pointer;
    margin-right: 10px;
}

#header_exit { 
  cursor: pointer;
}

#logout {
	position: absolute;
	font-size: 0.7vw;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

#icon-dashboard {
	width: 85px;
	height: 85px;
}

#icon-coupon {
	width: 85px;
	height: 85px;
}

#icon-password {
	width: 85px;
	height: 85px;
}

#icon-exit {
	width: 85px;
	height: 85px;
}

.login-wrapper {    
    margin-top: 80px;
    margin-bottom: 20px;
    color: #343434;
}
.form-signin {
    max-width: 420px;
    min-height: 430px;
    padding: 30px 38px 20px;
    margin: auto;
    background-color: #eee;
    border: 1px solid rgba(0,0,0,0.1);  
}
.form-signin .btn:hover {
    opacity: 0.7;
}

.form-signin-head {
    text-align: center;
    margin-bottom: 10px;
}
.colorgraph {
    height: 6px;
    margin-bottom: 26px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.form-signin-select .btn {
    font-size: 1rem;
    color: inherit;
    opacity: 1.0;
}
.form-signin-select #btnmirai {
    background-color: #c4e17f;
    font-size: 0.95rem;
}
.form-signin-select #login-form-01 {
    background-color: #669ae1;
}
.form-signin-select #login-form-02 {
    background-color: #62c2e4;
}
.form-signin-select #login-form-03 {
    background-color: #fecf71;
}
.form-signin-select #login-form-04 {
    background-color: #f0776c;
}
.hr-text {
    text-align: center;
    margin: 30px 0;
    color: #aaa;
}
.hr-text:after {    
    content: 'または';
    display: inline-block;
    position: relative;
    top: -14px;
    padding: 0 10px;
    background: #eee;
    font-size: 16px;
}

.form-signin-body {
    display: none;
    padding-top: 0px;
}
.form-signin-body #usrmsg {
    text-align: center;
    font-size: 0.87rem;
    margin: 10px 0;
}
.form-signin-body .form-control {
    text-align: center;
    margin: 15px 0;
}
.form-signin-body #form-login {
    padding: 15px 0 0;
}
.form-signin-body #btchkinfo {
    text-align: center;
    margin: 10px 10% 10px;
    width: 80%;
}
.form-signin-body #login-form-return {
    background-color: #cdcdcd;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}
.alert {
	margin-top:1rem;
	display: none;
}