@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
#container table {
	max-width: 310px;
	min-width: 310px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
#container td {
	border: 1px solid #ccc;
	border-bottom: 0;
	border-right: 0;
	padding: 3px 3px 3px 3px;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	height: 64px;
	margin: 0 auto;
	padding-top: 36px;
	background-color: #000;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 3px;
	text-align: center;
	color: #FFF;
	font-family: 'Noto Serif JP', serif;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}

.contents{
	width: 100%;
	max-width: 320px;
	height: autopx;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: none;
	margin: 0 auto;
}

.ttl {
	width: 320px;
	float: left;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.catettl {
	width: 320px;
	float: left;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 1px;
	margin-top: 20px;
	text-align: center;
	color: #963;
}
#category {
	width: 310px;
	padding-bottom: 10px;
	margin-left:5px;
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
    color: #000;
	letter-spacing: 0px;
	border-bottom: 1px dotted #999966;
	float: left;
}
ul#category li {
	list-style: none;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 3px 3px 3px 3px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0px;
	border: 1px solid #999;
	border-radius: 4px;
	text-align: center;
	color: #000;
}
ul#category li a{ color: #000;}
ul#category li:hover{ color: #fff; background-color: #900; border-color: #900 !important;}
.mk { background-color: #900; color: #FFF !important; border-color: #900 !important;} 
.pnl { display:none;}

.item {
	width: 144px;
	height: 290px;
	padding: 3px;
	float: left;
	margin-top: 10px;
	margin-left: 7px;
	outline: 1px solid #aaa;
	outline-offset: -1px;
}
.itemlast { display:none;}
.itemImg {
	width: 144px;
	height: 149px;
	padding: 0;
	float: left;
	background-image: none;
}
.itemImg img{
	width: 144px;
	height: 148px;
}
/* 通常のタイトル */
.item_ttl {
	width: 144px;
	padding-bottom: 5px;
	max-height: 15px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0px;
	margin-top: 5px;
	background-image: url(../web/home/item_ttl.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
/* はみ出るタイトル */
.item_ttl2 {
	width: 144px;
	padding-bottom: 5px;
	max-height: 15px;
	overflow: hidden;
	float: left;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0px;
	margin-top: 5px;
	background-image: url(../web/home/item_ttl.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.item_txt {
	width: 144px;
	max-height: 105px;
	overflow: hidden;
	float: left;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	margin-top: 10px;
}


}
