@charset "utf-8";

/* ------------------------------------------------------
 color.css
 （下層ページのカテゴリー設定用CSS－ほとめきの街）

　目　次
	1.見出し
	2.リスト
	3.ほとめきの街トップページ
------------------------------------------------------ */

/* ------------------------------------------------------
 1.見出し
------------------------------------------------------ */
#content-otherpage div.category-index {
    background-image: url(images/index.png);
}


/* ------------------------------------------------------
 2.リスト
------------------------------------------------------ */

/* ------------------------------------------------------
 3.ほとめきの街トップページ
------------------------------------------------------ */

#content-otherpage ul.hotomeki {
	width:100%;
	margin:0;
}

#content-otherpage ul.hotomeki li {
    position: relative;
    float: left;
    margin: 5px;
    padding: 0;
    border: 1px #c8e7f2 solid;
	max-width:184px;
}
#content-otherpage ul.hotomeki li img {
	max-width:182px;
	max-height:182px;
}

#content-otherpage ul.hotomeki li p {
	margin:auto auto;
	padding:3px;
    background: #c8e7f2;
	text-align:center;
	min-height:4em;
}

#content-otherpage ul.hotomeki li img.wide {
	max-width:376px;
}

#content-otherpage ul.hotomeki:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}