@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 .logo {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.header .logo a {
  top: 5px;
  left: 0;
  display: block;
  position: absolute;
  z-index: 10;
}

.btnReq a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.btnReq a:hover {
  opacity: 0.6;
}

.mainttl1 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 21px;
}
.mainttl1 .btnReq {
  position: absolute;
  /*top: 194px;
  right: 17px;*/
	top: 80px;
  right: -150px;
}
.mainttl1 .bird {
  position: absolute;
  top: 225px;
  left: 8px;
	z-index: 1;
}

.mainContents {
  padding-bottom: 60px;
  /*border-bottom: 1px solid #cdcdcd;*/
}
.mainContents .mainContentsInner {
  width: 1000px;
  margin: 0 auto;
}
.mainContents .catalogList {
  width: 1000px;
	border-right: 1px solid #cdcdcd;
  /*padding-right: 334px;
  background: url("../img/img01.jpg?v=1") no-repeat right 0;*/
}
.mainContents .catalogList .catalogBox {
  width: 332px;
  height: 502px;
  float: left;
  /*background: #fff;*/
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
	position: relative;
}
.mainContents .catalogList .catalogBox.rowTop {
  border-top: 1px solid #cdcdcd;
}
.mainContents .catalogList .catalogBox .thumb {
	position: absolute;
	top:90px;
	left:0;
	right:0;
        margin:auto;
  /*padding: 26px 0 16px;*/
  text-align: center;
	height: 215px;
	z-index:1;
}
.mainContents .catalogList .catalogBox .thumb img {
	width:auto;
	height: 215px;
}
.mainContents .catalogList .catalogBox .checkbox {
  display: block;
  padding: 0 23px;
  padding: 0 0px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
	position: absolute;
	top:0;
	left:0;
  width: 332px;
  height: 502px;
}
.mainContents .catalogList .catalogBox:hover {
  background-color: #f6dddd;
}
.mainContents .catalogList .catalogBox .checkbox input[type="checkbox"] {
  position: absolute;
  z-index: 10;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  /*width: 200px;
  height: 24px;*/
  cursor:pointer;
  width: 332px;
  height: 502px;
}
.mainContents .catalogList .catalogBox .checkbox input[type="checkbox"] + label {
  cursor: pointer;
  display: block;
  position: absolute;
  overflow: hidden;
  line-height: 24px;
  padding: 0 0 0 0px;
	text-indent: -9999em;
  width: 332px;
  height: 502px;
	z-index:0;
}
.mainContents .catalogList .catalogBox .checkbox input[type="checkbox"] + label {
  background: url("../img/checkbox_off.png") no-repeat 24px 30px;
}
.mainContents .catalogList .catalogBox .checkbox input[type="checkbox"]:checked + label {
	background-color: #dddddd!important ;
  background: url("../img/checkbox_on.png") no-repeat 24px 30px;
}
.mainContents .catalogList .catalogBox .checkbox input + label:hover {
	background-color: #f6dddd ;
}
.mainContents .catalogList .catalogBox .catalogName {
  padding: 0px 0px 0px 50px;
  font-size: 19px;
  font-size: 1.9rem;
  color: #003b52;
  font-weight: bold;
	position: absolute;
	top:28px;
	left:0;
	right:0;
    margin:auto;
}
.mainContents .catalogList .catalogBox .catalogTxt {
  padding: 0 23px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
	position: absolute;
	top:350px;
	left:0;
	right:0;
    margin:auto;
}
.mainContents .catalogList .catalogBox .book {
  width:236px;
	margin: 30px auto 0
}
.mainContents .catalogList .catalogBox .book img {
  width:100%;
}

.footer {
	border-top: 1px solid #cdcdcd;
	margin-top: 60px;
  	padding: 40px 0 20px;
  	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: 18px 0;
  text-align: center;
}
