
/* *********** 買取品目の指定スタート ******************************************************************************************************************** */

.item_list_img					{
						width:790px; /* 実際のサイズは858px */
						margin-bottom:5px;
						vertical-align:text-bottom;
						}


h2.h2_item_title				{
						font-size: 16px;
						font-weight: normal;
						background-color: #ff599b;
						color: #ffffff;
						padding: 7px;
						margin: 0px 0px 5px 0px;
						clear: both;
						border-top-left-radius: 7px;     /* 左上 */
						border-top-right-radius: 7px;    /* 右上 */
						   -webkit-border-top-left-radius: 7px;     /* 左上 */
						   -webkit-border-top-right-radius: 7px;    /* 右上 */
						   -moz-border-radius-topleft: 7px;     /* 左上 */
						   -moz-border-radius-topright: 7px;    /* 右上 */
						background-image: -moz-linear-gradient(top,#ff9ac2 0%,#ff599b);
						background-image: -webkit-gradient(linear, left top, left bottom,from(#ff9ac2),to(#ff599b));
						border-right: 2px #d20054 solid;
						border-bottom: 2px #d20054 solid;
						}


p.item_textbox					{
						padding: 10px;
						margin: 0px 0px 30px 0px;
						}



/* 買取強化アイテム */
table#strengtheningitem_list			{
						width: 100%;
						background-color: #ffffff;
						color: #323232;
						border: 1px #cccccc solid;
						border-collapse: collapse;
						text-align: center;
						font-size: 12px;
						margin-bottom: 10px;
						}
table#strengtheningitem_list td			{
						width: 20%;
						}
table#strengtheningitem_list img		{
						margin-top: 8px;
						}



/* 買取価格リストimg付き */
table#kaitori_itemlist				{
						width: 100%;
						background-color: #ffffff;
						color: #323232;
						border: 1px #cccccc solid;
						border-collapse: collapse;
						text-align: center;
						font-size: 12px;
						margin-bottom: 30px;
						}

table#kaitori_itemlist td			{
						width: 25%;
						padding: 10px 15px;
						}

table#kaitori_itemlist div			{
						background-color: #ff6f29;
						color: #ffffff;
						font-weight: bold;
						padding: 5px;
						}




/* 更新日 */

div.Updated_date				{
						color: #ff0066;
						}


/* 無料WEB査定ボックス */

div#free_Assessment_box				{
						border: 3px #ff6699 solid;
						background-color: #fff2be;
						float: left;
						padding: 10px;
						margin-bottom: 40px;
						}

div#free_Assessment_leftbox			{
						width: 200px;
						margin-right: 10px;
						float: left;
						}

div#free_Assessment_rightbox			{
						width: 621px;
						float: left;
						}

h3.h3_free_Assessment				{
						color: #ff6600;
						font-size: 13px;
						border-bottom: 1px #ff6600 solid;
						padding: 0px;
						margin: 0px 0px 5px 0px;
						}



/* 買取可能、不可のtable指定 */
table#item_list_YesNon				{
						width: 858px;
						border: 1px #cccccc solid;
						font-size: 13px;
						margin-bottom: 5px;
						}

td#item_Yes					{
						width: 50%;
						background-color: #4753a2;
						color: #ffffff;
						font-weight: bold;
						text-align: center;
						padding: 5px;
						}

td#item_Yes_list				{
						background-color: #e4ecff;
						font-size: 12px;
						padding: 5px;
						}


td#item_Non					{
						width: 50%;
						background-color: #a22041;
						color: #ffffff;
						font-weight: bold;
						text-align: center;
						padding: 5px;
						}

td#item_Non_list				{
						background-color: #fbd3ff;
						font-size: 12px;
						padding: 5px;
						}



/* その他買取品目 */

table#otheritem_table				{
						width: 100%;
						background-color: #ffffff;
						font-size: 12px;
						border: 1px #cccccc solid;
						border-collapse: collapse;
						}
table#otheritem_table tr			{
						text-align: center;
						}
table#otheritem_table td			{
						width: 25%;
						border: 1px #cccccc dotted;
						padding: 5px;
						}

/* *********** 買取品目の指定終了 ************************************************************************************************************************************* */