@charset "utf-8";
/*
--------------------------------------------------------
Title:PCA2アイテム用CSS
Contents:
1.

supplement:

Lastupdate:4/6/2010
producer:koizumi
Copyright OPENWEBSYSTEM
--------------------------------------------------------
*/


#contentswrap {
	padding-bottom: 8px;
	text-align: center;
	border-bottom: #CCC double 3px;
}

#contentswrap h3 {
	text-align: left;
}
#contentswrap h3 span {
	margin-left:4px;
	font-size: 16px;
	font-weight: normal;
}


/*=====データテーブル共通設定=====*/
#contentswrap table {
	width: 780px;
	margin: 12px auto;
	border: none;
	border-collapse: collapse;
}
#contentswrap table th {
	width: 7em;
	padding: 4px;
	border-bottom: #FFFFFF solid 1px;
	background: #e5e5e5;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}
#contentswrap table td {
	padding: 4px;
	border-bottom: #FFFFFF solid 1px;
	background-color: #FFFFFF;
	text-align: left;
}
/*=====endデータテーブル共通設定=====*/


/*=====メインデータ=====*/

#contentswrap table#itemdata th {
	width: 8em;
}

table#itemdata td.itemimg1 {
	width: 240px;
	text-align: center;
	vertical-align: middle;
}
table#itemdata td.itemimg1 img {
	margin: auto;
}
/*=====endメインデータ=====*/


/*=====口コミデータ=====*/
#contentswrap table#itemword {
	margin-bottom: 24px;
}

#contentswrap table#itemword th {
	width: auto;
	text-align: left;
}

#contentswrap table#itemword tr.word_head td {
	padding: 10px 0 0;
}
#contentswrap table#itemword tr.word_head td span {
	margin-right: 8px;
}
/*=====画像=====*/

/*縦4分割表示*/
#contentswrap div.img_list dl {
	width: 640px;
	margin: 0 auto;
}
#contentswrap div.img_list dl dd{
	margin-bottom: 4px;
	text-align: left;
}



/*均等4分割表示*/
#contentswrap div.img_table table	{
	width: 640px;
	margin: 0 auto;
	border-collapse: collapse;
	table-layout: fixed;
}
#contentswrap div.img_table table tr th {
	width: 50%;
	background: none;
	text-align: center;
	vertical-align: middle;
}
#contentswrap div.img_table table tr td {
	padding-bottom: 8px;
	background: none;
/*text-align: center; 2013.06.12 okano*/
    vertical-align: top;
/*vertical-align: middle;*/
}


div#item_addimg {
	margin: 16px auto;
	text-align: center;
}

/**/
div#map {
	margin: 0 auto;
}

/*広告*/
div#item_addimg div {
	margin-bottom: 10px;
}

/*アイテムリスト*/
div#listwrap {
	float: left;
	width: 720px;
	margin-top: 10px;
}

div#listwrap div#search table.itemdatalist {
	width: 718px;
	margin-top: 10px;
	border-bottom: #666666 dashed 1px;
	table-layout: fixed;
	border-collapse: collapse;
}


table.itemdatalist td.itemlistimg {
	width: 60px;
	text-align: center;
	vertical-align: middle;
}

table.itemdatalist th {
	padding: 2px;
	text-align: left;
	font-weight: bold;
}
table.itemdatalist td {
	padding: 2px;
}


div#listwrap h3 {
	color: #ef858c;
	font-weight: bold;
}

div#listwrap h4 {
	height: 20px;
	margin-top: 40px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

/**/
div.item-contact a {
	overflow: hidden;
	display: block;
	width: 480px;
	height: 48px;
	margin: 0 auto;
	background: url(../img/public-image/item_contact_btn.png) left top no-repeat;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}
div.item-contact a:hover {
	background-position: left -48px;
	color: #999;
}


/**/
#page-manage {
	font-size: smaller;
}

/**/
a.contribute {
	padding: 5px;
	background: #7ed403;
	border-top: #8ee314 solid 1px;
	border-bottom: #7bc511 solid 1px;
	border-left: #8ee314 solid 1px;
	border-right: #7bc511 solid 1px;
	color: #FFF;
	font-weight: bold;
}
a.contribute:hover {
	color: #666;
}