/*
*  詳細インデックスページ フォーマット
*/
#category_item_list table {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
    border-spacing : 4px 10px;
    width: 100%
}

#category_item_list  table tr td:nth-child(1) {
    vertical-align: top;
    width:150px;
}

#category_item_list  table tr td:nth-child(2) {
    vertical-align: top;
    padding-left: 20px;
    width:auto;
}

#category_item_list h5 {
	font-size: 18px;
	font-weight: bold; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#category_item_list p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#category_item_list .item_link {
	text-align: right;
}

#category_item_list img {
	width: 150px;
}

#category_title img {
	max-width: 100%;
}


