@charset 'utf-8';

.head {
padding: 10px;
border-bottom: 1px solid #e0e0e0;
}

footer {
	clear: both;
	display:block;
}

#mdFootArea .pageTop {
	clear: both;
/*	display:inline-block;*/
	margin:100px auto 0;
	padding:0 0 12px;
	text-align:right;
	width:95%;
	max-width: 950px;
}

.foot-foot {
    border-top: 1px solid #CCCCCC;
}

.fntS {
    font-size: 86%;
}

li {
	list-style: none;
}

a {
	color:#0066cc;
}

/* a:hover {
	text-decoration:underline;
} */


.theme_area {
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 3px 3px 3px rgba(160, 160, 160, 0.3);
}

.theme {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  padding: 0 40px 0 18px;/*文字の左右の余白*/
  font-size: 22px;/*文字サイズ*/
  background: #d36015;/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.theme:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.theme:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.theme_area p {
	font-size: 95%;
	padding: 20px;
}


.book_pickup_area {
	display: inline-block;
	width: 100%;
}

.book_pickup {
	width: 49%;
	float: left;
	padding: 10px 0 50px;
}
.book_pickup2 {
	width: 49%;
	float: left;
	padding: 10px 0 50px;
	margin-left: 15px;
}
.book_pickup4 {
	width: 25%;
	float: left;
	padding: 10px 10px 30px;
}


.book_pickup a {
	color: #565244;
	text-decoration: none;
}
.book_pickup2 a {
	color: #565244;
	text-decoration: none;
}

.book_pickup:hover {
    background-color: rgba( 0, 0, 0, 0.05 );
}
.book_pickup2:hover {
    background-color: rgba( 0, 0, 0, 0.05 );
}



.btn_frend a{
    display: block;
    margin: 0 auto;
    background-color:#00b900;
    padding: 3%;
    border-radius: 10px;
    text-align: center;
    border-bottom: solid #00a000 0.2em;
    transition: all 0.3s ease 0s;
}
.btn_frend a:hover{
    border-bottom-color: transparent;
    transform: translateY(0.2em);
}
.btn_frendtext{
    margin: 0 auto;
    width: 80%;
    color: #FFF;
}



/* アーカイブページ */

.arc_book_pickup_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
/* 	text-align: center; */
}

.arc_book_pickup_area img {
	max-height: 280px;
	padding: 10px;
	border: 1px solid #e6e6e6;
	background: #fff;
	margin: 0 auto;
	position: relative;
}

.arc_book_pickup4 {
	margin-bottom: 50px;
}

.arc_book_pickup4 a {
	display: block;
	margin: 10px;
}

.arc_book_pickup4:nth-child(4n+2):last-child {
	margin-right: 50%;
}


.arc_book_pickup4:hover {
    background-color: rgba( 0, 0, 0, 0.05 );
}

.arc_book_pickup4 img:hover {
	opacity: 1;
}



.apply_requirements ol li {
list-style-type: decimal;
margin: 0 0 8px 16px;
}


.notice {
	font-size: 95%;
}

.notice span {
	display: block;
	color: #993333;
	font-weight: bold;
	margin: 10px 0 3px;
}


dl.remarks {
	margin: 0 10px;
}

.remarks dt {
	float: left;
	color: #cc0000;
	line-height: 140%;
}

.remarks dd {
	margin-left: 1.1rem;
	margin-bottom: 5px;
	font-size: 95%;
}

.apply_requirements li {
	list-style-type: square;
	font-size: 90%;
}


.blank {
	padding:0 15px 0 0;
	background:url(../../../images/ic_blank.png) no-repeat 100% 50%;
}


.buy_btn {
	display: block;
	padding: 20px 25px;
	width: 80%;
	line-height: 1.3em;
	background: #993333;
	color: #fff;
	text-align: center;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 50px;
	border-radius: 5px;
	margin: 20px auto;
	text-decoration: none;
}


/* ページトップ */
.pageTop {
margin: 10px 0 40px;
font-size: 80%;
text-align: right;
clear: both;
}
.pageTop a {
padding: 0 0 0 15px;
color: #333;
background: url(../../../images/ic_pagetop.gif) 0 center no-repeat;
}



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

@media (max-width: 800px) {

	.theme {
	  height: 100%;
	  line-height: 1.3;
	}


	.book_pickup_area {
	display: inline-block;
	width: 100%;
  }

	.book_pickup {
	width: 97%;
	float: left;
	border-bottom: 2px solid #e6e6e6;
	-webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 2px 0 rgba(255, 255, 255, .5);
	/*! max-width: 770px; */
  }
	
	.book_pickup2 {
	width: 95%;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  }

	.book_pickup4 {
	width: 97%;
	float: left;
	padding: 10px 10px 30px;
	}
	
	.arc_book_pickup_area img {
		max-height: 400px;
	}

	.arc_book_pickup4:nth-child(4n+2):last-child {
	margin-right: 0;
	}

}
