@charset "utf-8";


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

	common

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


/* -------------------------------------- .cumi-titleCnt -------------------------------------- */

.cumi-titleCnt {
	margin-bottom: 50px;
	padding-top: 30px;
	border-bottom: 1px solid #ccc;
	position: relative;
	min-height: 90px;
}

.cumi-titleCnt h1,
.cumi-titleCnt h2 {
	padding: 15px;
	position: absolute;
	left: 50%;
	bottom: -38px;
	margin-left: -70px;
}

.cumi-titleCnt h1 img,
.cumi-titleCnt h2 img {
	width: 110px;
	height: 110px;
}

.cumi-titleCnt .issue {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: .5em;
	display: inline-block;
}
body.IE7 .cumi-titleCnt .issue {
	display: inline;
	zoom: 1;
}

.cumi-titleCnt .issue strong {
	font-size: 150%;
}

.cumi-titleCnt .publication {
	font-size: 70%;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
}
body.IE7 .cumi-titleCnt .publication {
	display: inline;
	zoom: 1;
}

.cumi-titleCnt .title {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif ;
	font-weight: bold;
	text-align: right;
	width: 40%;
	position: absolute;
	right: 0;
	bottom: 25px;
}

.cumi-titleCnt .link {
	margin: 45px 10px 0;
	float: left;
}

.cumi-titleCnt .link a {
	font-size: 87.5%;
	color: #534A47;
	font-weight: bold;
	padding-left: 12px;
	display: block;
	position: relative;
}
body.IE7 .cumi-titleCnt .link a {
	padding-left: 0;
}

.cumi-titleCnt .link a:hover {
	color: #332e2c;
}

.cumi-titleCnt .link a:before {
	content: "";
	width: 5px;
	height: 9px;
	background: url("../images/site_splite02.png") no-repeat -50px -200px;
	position: absolute;
	top: 50%;
	margin: -4px 0 0 -15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.cumi-titleCnt .link a:before {
		background-image: url("../images/site_splite02x2.png");
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}



/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.cumi-titleCnt .issue {
		font-size: 220%;
		margin-top: 20px;
	}

	.cumi-titleCnt .issue strong {
		font-size: 130%;
	}

	.cumi-titleCnt .publication {
		letter-spacing: 1px;
	}

	.cumi-titleCnt .title {
		font-size: 87.5%;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.cumi-titleCnt {
		text-align: center;
		min-height: 0;
		padding-top: 30px;
		margin-bottom: 30px;
	}

	.cumi-titleCnt h1,
	.cumi-titleCnt h2 {
		padding: 0;
		background: none;
		position: static;
		margin: 0;
		padding-bottom: 20px;
	}

	.cumi-titleCnt.issue h2 {
		border-bottom: 1px solid #ccc;
	}

	.cumi-titleCnt .issue {
		font-size: 200%;
		margin: 10px 10px 10px 0;
		letter-spacing: 1px;
	}

	.cumi-titleCnt .issue strong {
		font-size: 100%;
	}

	.cumi-titleCnt .title {
		display: none;
	}

	.cumi-titleCnt .link {
		margin: -50px 10px 30px;
	}

	.cumi-titleCnt .link a {
		font-size: 80%;
	}

}


/* ---------------------------------------
	max-width: 499px
--------------------------------------- */

@media screen and (max-width: 479px) {

	.cumi-titleCnt h2  {
		border-bottom: 1px solid #ccc;
	}

	.cumi-titleCnt .link  {
		margin: 15px 10px;
	}

}



/* -------------------------------------- #cumi-loadedCnt -------------------------------------- */
/* jsで作成 */

#cumi-loadedCnt-mask {
	height: 0;
	overflow: hidden;

	-moz-transition: height .6s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: height .6s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: height .6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: height .6s cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
body.IE7 #cumi-loadedCnt-mask {
	position: relative; /* IE7 and below */
}

#cumi-loadedCnt {
	border: 4px solid #d9d9d9;
	background: #fff;
	position: relative;
	height: 0;
	overflow: hidden;

	-moz-transition: height .6s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition: height .6s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: height .6s cubic-bezier(0.77, 0, 0.175, 1);
	transition: height .6s cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}

#cumi-loadedCnt.loading {
	background: #fff url("../images/common_loader01.gif") no-repeat 50% 50%;
}

.cumi-loadedCnt-fuidashi,
.cumi-loadedCnt-fuidashi:after { /* before要素で設置するとoverflowの関係で表示できないので*/
	content: "";
	display: block;
	width: 0;
	height: 0;
}

.cumi-loadedCnt-fuidashi {
	border: 18px solid transparent;
	border-top-width: 26px;
	border-top-color: #d9d9d9;
	position: relative;
	left: 50%;
	margin: -4px 0 0 -18px;
}
.cumi-loadedCnt-fuidashi:after {
	border: 12px solid transparent;
	border-top-width: 18px;
	border-top-color: #fff;
	position: absolute;
	left: 50%;
	margin: -26px 0 0 -12px;
}



/* -------------------------------------- .cumi-catLinkCnt -------------------------------------- */
/* 960px〜1199px */

.cumi-catLinkCnt {
	padding: 20px 0 80px;
}

.cumi-catLinkCnt .inner {
	background: #CEC6B5;
	padding: 10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
body.IE7 .cumi-catLinkCnt .inner {
	zoom: 1;
}

.cumi-catLinkCnt h3 {
	text-align: center;
	padding: 5px 0 15px;
}

.cumi-catLinkCnt .mask {
	overflow: hidden;
	background: #fff;
}
body.IE7 .cumi-catLinkCnt .mask {
	position: relative;
}

.cumi-catLinkCnt ul {
	margin-right: -1%;
}

.cumi-catLinkCnt li {
	float: left;
	width: 16.6%;
}

.cumi-catLinkCnt li a {
	display: block;
	text-align: center;
	border: 1px solid #CEC6B5;
	border-left: none;
	padding: 10px 0;
	margin-bottom: -1px;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.IE7 .cumi-catLinkCnt li a {
	zoom: 1;
}

.cumi-catLinkCnt li a:hover {
	background-color: #f2f2f2;
}

.cumi-catLinkCnt li img {
	width: 126px;
	height: auto;
}


/* ---------------------------------------
	min-width: 1200px
--------------------------------------- */

@media screen and (min-width: 1200px) {

	.cumi-catLinkCnt li {
		width: 14.2%;
	}

	.cumi-catLinkCnt li img {
		width: 140px;
	}

}



/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.cumi-catLinkCnt li {
		width: 20%;
	}

	.cumi-catLinkCnt li img {
		width: 112px;
	}

}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.cumi-catLinkCnt {
		padding-bottom: 40px;
	}

	.cumi-catLinkCnt h3 {
		font-size: 87.5%;
		padding: 2px 0 12px;
	}

	.cumi-catLinkCnt .listBlk {
		padding: 0;
	}

	.cumi-catLinkCnt li {
		width: 25%;
	}

	.cumi-catLinkCnt li img {
		width: 91px;
	}

}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	.cumi-catLinkCnt .inner {
		padding: 7px;
	}

	.cumi-catLinkCnt h3 {
		padding: 2px 0 10px;
	}

	.cumi-catLinkCnt li {
		width: 33.3%;
	}

}


/* -------------------------------------- .cumi-pagenationCnt -------------------------------------- */

.cumi-pagenationCnt {
	margin-top: 50px;
	padding: 40px 0 0;
	border-top: 1px solid #ccc;
}


.cumi-pagenationCnt p {
	text-align: center;
}

.cumi-pagenationCnt a,
.cumi-pagenationCnt strong {
	font-weight: normal;
	color: #534a47;
	font-size: 95%;
	display: inline-block;
	font-weight: bold;
	padding: 10px 13px;
	margin: 0 5px;
	background: #ebe7e0;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.IE7 .cumi-pagenationCnt a,
body.IE7 .cumi-pagenationCnt strong {
	display: inline;
	zoom: 1;
}

.cumi-pagenationCnt a:hover {
	background-color: #d5d1c9;
}

.cumi-pagenationCnt strong {
	color: #fff;
	background: #534a47;
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.cumi-pagenationCnt {
		margin-top: 30px;
		padding-top: 30px;
	}

	.cumi-pagenationCnt a,
	.cumi-pagenationCnt strong {
		font-size: 87.5%;
	}

}

/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.cumi-pagenationCnt {
		margin-top: 20px;
		padding-top: 20px;
	}

	.cumi-pagenationCnt a,
	.cumi-pagenationCnt strong {
		font-size: 75%;
	}

}






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

	issue (index.html)

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

.issue-mainCnt {
	padding: 0 0 60px;
}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.issue-mainCnt {
		padding: 0 0 30px;
	}

}

/* -------------------------------------- issue-main-indexCnt -------------------------------------- */

#issue-main-indexCnt {
	position: relative;
	margin-top: -15px;
}


/* -------- issue-main-indexCnt header -------- */

#issue-main-indexCnt h1 {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.8;
	width: 35%;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -17.5%;
}

#issue-main-indexCnt h1 a {
	display: block;
	padding: 15px;
	border: 1px solid transparent;

	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
#issue-main-indexCnt h1 a:hover,
#issue-main-indexCnt h1.active a {
	border-color: #e5e5e5;
	background-color: #f2f2f2;
}

#issue-main-indexCnt h1 img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

#issue-main-indexCnt h1 strong {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif ;
	font-size: 200%;
	line-height: 1.3;
	display: block;
	margin-bottom: 10px;
}

#issue-main-indexCnt h1 span {
	display: block;
}


/* -------- issue-main-indexCnt ul -------- */
/* 960px〜1079px */

#issue-main-indexCnt ul {
	font-size: 75%;
	line-height: 1.5;
}


#issue-main-indexCnt li {
	width: 32%;
	float: left;
}
body.IE7 #issue-main-indexCnt li {
	width: 31.9%;
	position: relative;
}

#issue-main-indexCnt .odd {
	margin-right: 36%;
}

#issue-main-indexCnt li a {
	display: block;
	border: 1px solid transparent;
	border-bottom-color: #d9d9d9;
	padding: 15px 15px 20px;
	margin-bottom: -1px;

	-moz-transition: background-color .1s linear, border-color .1s linear;
	-webkit-transition: background-color .1s linear, border-color .1s linear;
	-o-transition: background-color .1s linear, border-color .1s linear;
	transition: background-color .1s linear, border-color .1s linear;
}
#issue-main-indexCnt .bottom a {
	border-bottom: 1px solid transparent;
	-webkit-box-shadow:  none;
	-moz-box-shadow:  none;
	box-shadow:  none;
}
body.IE7 #issue-main-indexCnt li a {
	zoom: 1;
}

#issue-main-indexCnt li a:hover,
#issue-main-indexCnt li.active a {
	border-color: #d9d9d9 !important;
	background-color: #f2f2f2;
}

#issue-main-indexCnt li h3 {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

#issue-main-indexCnt li img.logo {
	display: block;
	width: 133px;
	height: auto;
	position: absolute;
	top: 50%;
	margin-top: -38px;
}
#issue-main-indexCnt .odd img.logo {
	right: 0;
}
#issue-main-indexCnt .even img.logo {
	left: 0;
}

#issue-main-indexCnt li img.thum {
	display: block;
	width: 105px;
	height: auto;
}
#issue-main-indexCnt .odd img.thum {
	float: left;
}
#issue-main-indexCnt .even img.thum {
	float: right;
}


#issue-main-indexCnt li.active span {
	background-color: #000;
}
#issue-main-indexCnt li.active span img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

/* book */

#issue-main-indexCnt .book h3 {
	padding: 0 !important;
}

#issue-main-indexCnt .book img.logo {
	display: none;
}

#issue-main-indexCnt .book img.logo.alter {
	display: block;
	position: static;
	width: 240px;
	margin: 10px auto 15px;
}

#issue-main-indexCnt .book strong {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif ;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	display: block;
	padding: 7px 10px 5px;
	border: 1px solid #009fc0;
	border-style: solid none;
}


/* ---------------------------------------
	min-width: 1080px
--------------------------------------- */

@media screen and (min-width: 1080px) {

	#issue-main-indexCnt li img.logo {
		width: 150px;
	}

	#issue-main-indexCnt li img.thum {
		width: 125px;
	}

}


/* ---------------------------------------
	min-width: 1280px
--------------------------------------- */

@media screen and (min-width: 1280px) {

	#issue-main-indexCnt li img.logo {
		width: 161px;
		margin-top: -45px;
	}
	#issue-main-indexCnt .odd img.logo {
		right: 10px;
	}
	#issue-main-indexCnt .even img.logo {
		left: 10px;
	}

	#issue-main-indexCnt li img.thum {
		width: 150px;
	}

}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	#issue-main-indexCnt h1 {
		font-size: 75%;
		width: 30%;
		margin-left: -15%;
	}

	#issue-main-indexCnt h1 strong {
		font-size: 180%;
		margin-bottom: 15px;
	}

	#issue-main-indexCnt h1 img {
		margin-bottom: 20px;
	}

	#issue-main-indexCnt h1 span {
		display: inline;
	}

	#issue-main-indexCnt li {
		width: 34%;
	}

	#issue-main-indexCnt .odd {
		margin-right: 32%;
	}

	#issue-main-indexCnt li a {
		padding: 10px;
	}

	#issue-main-indexCnt li img.thum {
		width: 95px;
	}
}

/* ---------------------------------------
	max-width: 799px //横2列に変形
--------------------------------------- */

@media screen and (max-width: 799px) {

	#issue-main-indexCnt h1 {
		width: auto;
		position: static;
		margin: 0 0 -1px 0;
	}

	#issue-main-indexCnt h1 a {
		padding: 20px 15px 20px 215px;
		min-height: 210px;
		border-bottom-color: #e5e5e5;
	}

	#issue-main-indexCnt h1 img {
		width: 180px;
		height: auto;
		margin-bottom: 10px;
		position: absolute;
		left: 15px;
	}

	#issue-main-indexCnt ul {
		overflow: hidden;
		padding-bottom: 1px;
	}

	#issue-main-indexCnt li {
		width: 50%;
		margin: 0 !important;
	}

	#issue-main-indexCnt li a {
		border-left: 1px solid #e5e5e5 !important;
		padding: 15px;
		margin: 0 0 -1px -1px;
	}

	#issue-main-indexCnt li img.logo {
		width: 161px;
		margin-top: -46px;
	}

	#issue-main-indexCnt li img.thum {
		width: 120px;
	}

}


/* ---------------------------------------
	max-width: 699px
--------------------------------------- */

@media screen and (max-width: 699px) {

	#issue-main-indexCnt li img.logo {
		width: 133px;
		margin-top: -38px;
	}

	#issue-main-indexCnt li img.thum {
		width: 100px;
	}

}


/* ---------------------------------------
	max-width: 599px 縦長に変形2列
--------------------------------------- */

@media screen and (max-width: 599px) {

	#issue-main-indexCnt h1 a {
		padding-left: 15px;
		min-height: 0;
	}

	#issue-main-indexCnt h1 img {
		margin: 0 auto 15px;
		position: static;
	}

	#issue-main-indexCnt li {
		width: 50%;
	}

	#issue-main-indexCnt li a {
		padding: 10px 10px 15px;
	}

	#issue-main-indexCnt li img.logo {
		position: static;
		margin: 0 auto 5px;
	}

	#issue-main-indexCnt li img.thum {
		width: 120px;
		margin: 0 auto;
		float: none !important;
	}

	#issue-main-indexCnt .book img.logo {
		display: block;
		width: 133px;
		margin: 0 auto 10px;
	}
	#issue-main-indexCnt .book img.logo.alter {
		display: none;
	}

	#issue-main-indexCnt .book strong {
		font-size: 120%;
	}

}



/* -------------------------------------- .issue-main-linkCnt -------------------------------------- */

.issue-main-linkCnt {
	margin-top: 50px;
	padding: 40px 0 0;
	border-top: 1px solid #ccc;
}

body.IE7 .issue-main-linkCnt li {
	overflow: hidden;
}

.issue-main-linkCnt ul .next {
	float: left;
}

.issue-main-linkCnt ul .prev {
	float: right;
}

.issue-main-linkCnt ul a {
	font-size: 80%;
	color: #534A47;
	font-weight: bold;
	display: block;
	position: relative;
}
body.IE7 .issue-main-linkCnt ul a {
	padding: 0 !important;
}
.issue-main-linkCnt ul a:hover {
	color: #332e2c;
}
.issue-main-linkCnt ul a:before {
	content: "";
	display: block;
	width: 19px;
	height: 32px;
	background: url("../images/site_splite02.png") no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.issue-main-linkCnt ul a:before {
		background-image: url("../images/site_splite02x2.png");
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

.issue-main-linkCnt ul .next a {
	padding-left: 35px;
}
.issue-main-linkCnt ul .next a:before {
	background-position: -100px -250px;
	left: 0;
}

.issue-main-linkCnt ul .prev a {
	padding-right: 35px;
}
.issue-main-linkCnt ul .prev a:before {
	background-position: -150px -250px;
	right: 0;
}

.issue-main-linkCnt ul span {
	font-size: 200%;
	letter-spacing: 0;
	display: block;
	margin-top: -10px;
}

.issue-main-linkCnt ul strong {
	font-size: 150%;
}


/* -------- issue-linkCnt p -------- */

.issue-main-linkCnt p {
	font-size: 75%;
	position: absolute;
	left: 50%;
	margin-left: -10em;
}

.issue-main-linkCnt p a {
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: block;
	width: 20em;
	padding: 15px 12px 15px 0;
	background: #534A47;
	position: relative;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.IE7 .issue-main-linkCnt p a {
	padding-right: 0;
}

.issue-main-linkCnt p a:hover {
	background-color: #332e2c;
}

.issue-main-linkCnt p a:after {
	content: "";
	width: 5px;
	height: 9px;
	background: transparent url("../images/site_splite02.png") no-repeat 0 -150px;
	position: absolute;
	top: 50%;
	margin: -4px 0 0 7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.issue-main-linkCnt p a:after {
		background-image: url("../images/site_splite02x2.png");
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.issue-main-linkCnt {
		margin-top: 30px;
	}

	.issue-main-linkCnt ul a {
		font-size: 75%;
	}

}

/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.issue-main-linkCnt {
		margin-top: 20px;
		padding-top: 20px;
	}

	.issue-main-linkCnt ul {
		overflow: hidden;
		margin-bottom: 20px;
	}

	.issue-main-linkCnt ul a {
		-moz-background-size: 12px 20px !important;
		-webkit-background-size: 12px 20px !important;
		-o-background-size: 12px 20px !important;
		background-size: 12px 20px !important;
	}
	.issue-main-linkCnt ul .next a {
		padding-left: 25px;
	}
	.issue-main-linkCnt ul .prev a {
		padding-right: 25px;
	}

	.issue-main-linkCnt ul span {
		font-size: 180%;
		margin-top: 0;
	}

	.issue-main-linkCnt ul strong {
		font-size: 120%;
	}

	.issue-main-linkCnt p {
		font-size: 70%;
		position: static;
		margin: 0;
	}

	.issue-main-linkCnt p a {
		margin: 0 auto;
	}

}


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

	category (category.html)

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

.category-mainCnt {
	padding: 0 0 60px;
	position: relative;
}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.category-mainCnt {
		padding-bottom: 30px;
	}

}


/* -------------------------------------- category-main-archiveCnt -------------------------------------- */

.category-archive-titleCnt {
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.category-archive-titleCnt h1 {
	width: 238px;
	display: inline-block;

	vertical-align: middle;
	margin: -500px -271px -500px 0;
	padding: 500px 20px 500px 0;
	border-right: 1px solid #d9d9d9;
}
body.IE7 .category-archive-titleCnt h1 {
	display: inline;
	zoom: 1;
}

.category-archive-titleCnt h1 img {
	width: 100%;
	height: auto;
}

.category-archive-titleCnt p {
	text-align: left;
	font-size: 80%;
	line-height: 1.8;
	display: inline-block;
	vertical-align: middle;
	padding-left: 311px;
	max-width: 700px;
}
body.IE7 .category-archive-titleCnt p {
	display: inline;
	zoom: 1;
}


/* -------- #category-archive-listCnt -------- */
/* 960px〜1200px */

#category-archive-listCnt li {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
#category-archive-listCnt.book li {
	width: 33.3%;
}
body.IE7 #category-archive-listCnt li {
	display: inline;
	zoom: 1;
}

#category-archive-listCnt li a {
	font-size: 75%;
	line-height: 1.5;
	display: block;
	margin: 0 0 10px;
	padding: 15px;
	border: 1px solid transparent;

	-moz-transition: background-color .1s linear, border-color .1s linear;
	-webkit-transition: background-color .1s linear, border-color .1s linear;
	-o-transition: background-color .1s linear, border-color .1s linear;
	transition: background-color .1s linear, border-color .1s linear;
}
#category-archive-listCnt li a:hover,
#category-archive-listCnt li.active a {
	background-color: #f2f2f2;
	border-color: #d9d9d9;
}

#category-archive-listCnt li img {
	display: block;
	/* margin: 0 auto 10px; */
	margin: 0 auto;
	width: 150px;
	height: auto;
}

#category-archive-listCnt.book li strong {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif ;
	line-height: 1.5;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	display: table;
	width: 100%;
	padding: 10px 0 7px;
	/* margin-bottom: 10px; */
	border: 1px solid #009fc0;
	border-style: solid none;
}
body.lteIE8 #category-archive-listCnt.book li strong {
	display: block;
}
#category-archive-listCnt li strong span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
body.lteIE8 #category-archive-listCnt li strong span {
	display: inline;
}



/* ---------------------------------------
	min-width: 1279px
--------------------------------------- */

@media screen and (min-width: 1279px) {

	#category-archive-listCnt li {
		width: 16.6%;
	}
	#category-archive-listCnt.book li {
		width: 25%;
	}

}


/* ---------------------------------------
	max-width: 1079px
--------------------------------------- */

@media screen and (max-width: 1079px) {
	#category-archive-listCnt li img {
		width: 140px;
	}
}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.category-archive-titleCnt {
		margin-bottom: 30px;
	}

	.category-archive-titleCnt h1 {
		width: 199px;
		margin-right: -220px;
	}

	.category-archive-titleCnt p {
		padding-left: 240px;
	}

	#category-archive-listCnt li {
		width: 25%;
	}
	#category-archive-listCnt.book li {
		width: 50%;
	}

}

/* ---------------------------------------
	max-width: 799px;
--------------------------------------- */

@media screen and (max-width: 799px) {

	#category-archive-listCnt li img {
		width: 130px;
	}
}


/* ---------------------------------------
	max-width: 719px;
--------------------------------------- */

@media screen and (max-width: 719px) {

	.category-archive-titleCnt {
		margin-top: -5px;
		padding-bottom: 30px;
		border-bottom: 1px solid #e5e5e5;
		-webkit-box-shadow:  0 1px 0 #fff;
		-moz-box-shadow:  0 1px 0 #fff;
		box-shadow:  0 1px 0 #fff;
	}

	.category-archive-titleCnt h1 {
		text-align: center;
		display: block;
		margin: 0 0 15px 0;
		padding: 0;
		width: auto;
		border-right: none;
	}

	.category-archive-titleCnt h1 img {
		width: 220px;
	}

	.category-archive-titleCnt p {
		width: auto;
		padding-left: 0;
		max-width: 1000px;
	}

	#category-archive-listCnt li {
		width: 33.3%;
	}
	#category-archive-listCnt.book li {
		width: 100%;
	}

	#category-archive-listCnt li a {
		padding: 10px;
		margin-bottom: 5px;
	}

}

/* ---------------------------------------
	max-width: 559px
--------------------------------------- */

@media screen and (max-width: 559px) {

	#category-archive-listCnt li img {
		width: 120px;
	}

}

/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	#category-archive-listCnt li {
		width: 50%;
	}

}




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

	post (book.html - staff.html)

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

.post-mainCnt {
	padding: 0 0 60px;
}

/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.post-mainCnt {
		padding-bottom: 30px;
	}

}


/* -------------------------------------- .post-main-articleCnt -------------------------------------- */


.post-main-articleCnt {
	padding: 40px 4%;
	background: #fff;
	position: relative;
}
body.IE7 .post-main-articleCnt {
	zoom: 1;
}

#cumi-loadCnt .post-main-articleCnt { /* 単体ページのみ枠をつける */
	border: 4px solid #d9d9d9;
}

.common-closeBtn {
	top: 0;
	right: 0;
}

/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	.post-main-articleCnt {
		padding: 30px;
	}
}

/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.post-main-articleCnt {
		padding: 20px;
	}
}


/* -------------------------------------- .post-main-linkCnt -------------------------------------- */

.post-main-backBtn {
	margin-top: 40px;
	text-align: center;
}

.post-main-backBtn a {
	font-size: 87.5%;
	color: #534A47;
	font-weight: bold;
	padding-left: 12px;
	display: block;
	position: relative;
}
body.IE7 .post-main-backBtn a {
	padding-left: 0;
}
.post-main-backBtn a:hover {
	color: #332e2c;
}
.post-main-backBtn a:before {
	content: "";
	width: 5px;
	height: 9px;
	background: url("../images/site_splite02.png") no-repeat -50px -200px;
	position: absolute;
	top: 50%;
	margin: -4px 0 0 -15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.post-main-backBtn a:before {
		background-image: url("../images/site_splite02x2.png");
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}

.post-main-linkCnt {
	text-align: center;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}

.post-main-linkCnt li {
	font-size: 75%;
	display: inline-block;
	margin: 0 10px;
}
body.IE7 .post-main-linkCnt li {
	display: inline;
	zoom: 1;
}

.post-main-linkCnt li a {
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: block;
	width: 20em;
	padding: 15px 12px 15px 0;
	background: #534A47;
	position: relative;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;

	-moz-transition: background-color .1s linear;
	-webkit-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	transition: background-color .1s linear;
}
body.lteIE7 .post-main-linkCnt li a {
	padding-right: 0;
}
.post-main-linkCnt li a:hover {
	background-color: #332e2c;
}
.post-main-linkCnt li a:after {
	content: "";
	width: 5px;
	height: 9px;
	background: transparent url("../images/site_splite02.png") no-repeat 0 -150px;
	position: absolute;
	top: 50%;
	margin: -4px 0 0 7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3) {
	.post-main-linkCnt li a:after {
		background-image: url("../images/site_splite02x2.png");
		-moz-background-size: 300px 600px;
		-webkit-background-size: 300px 600px;
		-o-background-size: 300px 600px;
		background-size: 300px 600px;
	}
}



/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.post-main-backBtn {
		margin-top: 20px;
	}

	.post-main-backBtn a {
		font-size: 80%;
	}


	.post-main-linkCnt {
		margin: 20px 0 -10px;
		padding-top: 20px;
	}

	.post-main-linkCnt li {
		font-size: 70%;
		margin-bottom: 10px;
	}

}






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

	products (products.html)

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

.products{
	padding: 0 0 60px;
	position: relative;
}


/* ---------------------------------------
	max-width: 719px
--------------------------------------- */

@media screen and (max-width: 719px) {

	.products{
		padding-bottom: 30px;
	}

}


/* -------------------------------------- products-main-archiveCnt -------------------------------------- */

/* -------- #products-main-archiveCnt -------- */
/* 960px〜1200px */


#products-main-archiveCnt li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
body.IE7 #products-main-archiveCnt li {
	width: 24.9%;
	display: inline;
	zoom: 1;
}

#products-main-archiveCnt li a {
	font-size: 75%;
	line-height: 1.5;
	display: block;
	margin: 0 5px 10px;
	padding: 15px;
	border: 1px solid transparent;

	-moz-transition: all .1s linear, height 0s;
	-webkit-transition: all .1s linear, height 0s;
	-o-transition: all .1s linear, height 0s;
	transition: all .1s linear, height 0s;
}
#products-main-archiveCnt li a:hover,
#products-main-archiveCnt li.active a {
	background-color: #f2f2f2;
	border-color: #d9d9d9;
}

#products-main-archiveCnt li img {
	display: block;
	width: 100%;
	height: auto;
}

#products-main-archiveCnt li span {
	color: #42210b;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	overflow: hidden;
}

#products-main-archiveCnt li b {
	font-size: 120%;
}

#products-main-archiveCnt li i {
	font-style: normal;
	letter-spacing: 0;
	font-size: 90%;
	display: block;
	float: right;
	padding-top: 3px;
}

#products-main-archiveCnt li strong {
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif ;
	font-size: 120%;
	display: block;
	padding: 10px 0;
}


/* ---------------------------------------
	min-width: 1200px
--------------------------------------- */

@media screen and (min-width: 1200px) {

	#products-main-archiveCnt li {
		width: 20%;
	}

}


/* ---------------------------------------
	max-width: 959px
--------------------------------------- */

@media screen and (max-width: 959px) {

	#products-main-archiveCnt li {
		width: 33.3%;
	}

}


/* ---------------------------------------
	max-width: 639px;
--------------------------------------- */

@media screen and (max-width: 639px) {

	#products-main-archiveCnt li {
		width: 50%;
	}

}


/* ---------------------------------------
	max-width: 479px
--------------------------------------- */

@media screen and (max-width: 479px) {

	#products-main-archiveCnt li a {
		margin: 0 0 5px;
		padding: 10px;
	}

	#products-main-archiveCnt li i {
		float: none;
		padding-top: 3px;
	}

}