

/* *********** 買取価格表の指定スタート ******************************************************************************************************************** */

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



div.list_title					{
						background-color: #ff6699;
						color: #ffffff;
						font-size: 14px;
						font-weight: bold;
						padding: 8px;
						margin-bottom: 0px;
						}


div.kaitori_list_box				{
						border: 2px #ff1493 solid;
						background-color: #ffdaf7;
						padding: 5px;
						margin-bottom: 10px;
						}



h3.kaitori_list_title				{
						border-bottom: 1px #ff6699 solid;
						font-size: 18px;
						font-weight: bold;
						color: #ff6699;
						margin-bottom: 10px;
						padding: 0px 5px;
						}


div#kaitori_list_caution			{
						border-bottom: 1px #ff1493 dotted;
						color: #ff1493;
						font-size: 14px;
						font-weight: bold;
						}


p#kaitori_list_pbox				{
						color:#ff1493;
						font-weight:bold;
						margin:0px;
						padding:5px;
						}


p#kaitori_list_supplement			{
						padding: 10px;
						background-color:#f5f5f5;
						border: 1px #e6e6fa solid;
						}


div#kaitori_list_link				{
						margin: 10px 0px 40px 0px;
						text-align: center;
						}


table#kaitori_list_table			{
						font-size: 11px;
						font-weight: bold;
						border:1px #cccccc solid;
						width: 100%;
						background-color: #ffffff;
						border-collapse: collapse;
						}

table#kaitori_list_table tr			{
						height: 25px;	
						vartical-align: middle;
						}

table#kaitori_list_table td			{
						border: 1px #cccccc solid;
						padding: 5px;
						}

tr.kaitori_member				{
						background-color: #ff6699;
						color: #ffffff;
						font-size: 14px;
						}

th.kaitori_list_th_mei				{				
						border-right: 1px #cccccc solid;
						padding: 5px 0px;
						text-align: center;
						width: 80%;
						}

th.kaitori_list_th_kakaku			{				
						border-right: 1px #cccccc solid;
						padding: 5px 0px;
						text-align: center;
						width: 10%;
						}

th.kaitori_list_th_nichiji			{
						padding: 5px 0px;
						text-align: center;
						width: 10%;
						}

.kaitori_list2					{
						background-color: #e5e5e5;
						border:1px #cccccc solid;
						}


span.kaitori_list_price				{
						font-size: 13px;
						font-weight: bold;
						color: #f40051;
						float: right;
						text-align: right;
						}


	
#to_top						{
						float: right;
						}


div#kaitori_other				{
						border-bottom: 1px #777777 dotted;
						margin-bottom: 20px;
						text-align: center;
						}

div#kaitori_other img				{
						margin-right: 10px;
						margin-bottom: 10px
						}

/* *********** 買取価格表の指定終了 ************************************************************************************************************************************* */