@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.disable {
  color: #333;
  cursor: default;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a.disable:hover {
  text-decoration: none;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

/****************************************

    clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/****************************************

    common

*****************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ---------------------------------------------------------------- *

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

----------------------------------------------------------------- */
/*
 * 共通
 */
.header {
  padding: 10px 11px 10px 15px;
}
.header .logo {
  float: left;
  width: 144px;
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .btnReq {
  width: 85px;
  float: right;
}
.header .btnReq img {
  width: 100%;
  height: auto;
}

.mainContents {
  padding-bottom: 26px;
  background: #ededed;
  border-bottom: 1px solid #cdcdcd;
}
.mainContents .headbox {
  background: #fff;
  padding: 10px 15px 10px;
  border-bottom: 4px solid #003b52;
  text-align: center;
}
.mainContents .headbox .title {
  margin: 0 auto;
}
.mainContents .headbox .title img {
  width: 100%;
  height: auto;
}
.mainContents .headbox .headTxt {
  margin: 10px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.mainContents .catalogList .catalogBox {
	position: relative;
  background: #fff;
  border-bottom: 1px solid #cdcdcd;
  /*padding: 18px 15px 15px;*/
	  width: 100%;
  height: 78VW;
}
.mainContents .catalogList .catalogBox .checkbox {
  width: 100%;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}
.mainContents .catalogList .catalogBox .checkbox input[type="checkbox"] {
  position: absolute;
  z-index: 10;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  /*width: 34px;
  height: 34px;*/
	width: 96%;
  height: 100%;
	z-index:1;
}
.mainContents .catalogList .catalogBox .checkbox input[type="checkbox"] + label {
  cursor: pointer;
  display: block;
  /*position: relative;*/
	position: absolute;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 4%;
  /*background: url("../img_sp/checkbox.png") no-repeat 0 0;*/
  background-size: 34px auto;
	text-indent: -9999em;
	width: 96%;
  height: 100%;
	z-index:0;
}
.mainContents .catalogList .catalogBox .checkbox input[type="checkbox"] + label {
  /*background-position: 0 0;*/
  background: url("../img/checkbox_off.png") no-repeat 24px 34px;
}
.mainContents .catalogList .catalogBox .checkbox input[type="checkbox"]:checked + label {
  /*background-position: 0 -66px;*/
	background-color: #f6dddd;
	background-color: #dddddd!important ;
  background: url("../img/checkbox_on.png") no-repeat 24px 34px;
}
.mainContents .catalogList .catalogBox .catalogName {
	position: absolute;
  width: calc(90% - 50px);
  margin: 0px 0 12px;
	padding:32px 5% 0;
  padding-left: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #003b52;
  font-weight: bold;
}
.mainContents .catalogList .catalogBox > div {
	position: absolute;
	padding:8px 5%;
	width: 90%;
  height: 100%;
	  top: 20VW;
}
.mainContents .catalogList .catalogBox .thumb {
  width: 124px;
  float: left;
	  margin-bottom: 9VW;
}
.mainContents .catalogList .catalogBox .thumb img {
  width: 100%;
  height: auto;
}
.mainContents .catalogList .catalogBox .catalogTxt {
  padding: 0 0 0 143px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}
.mainContents .catalogList .catalogBox .book {
  width:236px;
	margin: 30px auto 0;
}
.mainContents .catalogList .catalogBox .book img {
  width:100%;
}

.footer {
  padding: 20px 0 10px;
  text-align: center;
}

.selectDisBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  text-align: center;
}
.selectDisBtn img {
  width: 242px;
  height: auto;
}
