/* ORDERSHEET Table */
#ORDERSHEET,#ORDERSHEET th, #ORDERSHEET td {
	border-width: 0;
}

#ORDERSHEET {
	margin-top:5px;
	width:745px;
	border-top:1px solid #b6babe;
	border-left:1px solid #b6babe;
	border-right:1px solid #b6babe;
}

/* ORDERSHEET Table - thead ----------------*/
#ORDERSHEET thead th {
	background-color: #c9d7f5;
	padding:5px 0;
	font-size: 80%;
	text-align:center;
	border-bottom:1px solid #b6babe;
}
#ORDERSHEET thead th.cellA {
	width:72px;
}
#ORDERSHEET thead th.cellB {
	width:221px;
	border-left:1px dotted #b6babe;
}
#ORDERSHEET thead th.cellC {
	width:356px;
	border-left:1px dotted #b6babe;
}
#ORDERSHEET thead th.cellD {
	width:94px;
	border-right:none;
	border-left:1px dotted #b6babe;
}

/* ORDERSHEET Table - tbody ----------------*/
#ORDERSHEET tbody td.no {
	padding:10px 0 0 0;
	border-bottom:1px solid #b6babe;
	border-left:none;
	font-weight:normal;
	text-align:center;
	font-size: 80%;
	vertical-align:top;
}
#ORDERSHEET tbody td.no img {
	display:block;
	margin:5px auto;
}
#ORDERSHEET tbody td {
	padding:8px;
	border-left:1px dotted #b6babe;
	border-bottom:1px solid #b6babe;
	vertical-align:top;
}
#ORDERSHEET tbody td.caut {
	background-color:#FFDDFF;
}
#ORDERSHEET tbody td.td4th {
	text-align:right;
}

/* ORDERSHEET Table - tbody innerparts ----------------*/
/* subInfo */
#ORDERSHEET tbody td div.subInfo {
	width:200px;
	margin-top:10px;
	padding:10px 0;
	border-top:1px dotted #b6babe;
	font-size: 80%;
}
#ORDERSHEET tbody td div.subInfo p {
	margin:0 0 10px 0;
	font-weight:bold;
	color:#ff6666;
}
#ORDERSHEET tbody td div.subInfo p.ok {
	color:#330066;
}
#ORDERSHEET tbody td div.subInfo a {
	padding-left:15px;
	background:transparent url(../../images/template/common/arw_brown.gif) no-repeat 0 0.2em;
}
/* inputPart */
#ORDERSHEET tbody td div.inputPart input,
#ORDERSHEET tbody td div.inputPart img {
	vertical-align: middle;
}
/* proNameAmount */
#ORDERSHEET tbody td div.proNameAmount p {
	float:left;
	width:340px;
	margin:0;
	font-size: 80%;
}
#ORDERSHEET tbody td div.proNameAmount div {
	float:right;
	font-size: 80%;
}
/* selectAmount */
#ORDERSHEET tbody td .selectAmount {
	margin-left:0.5em;
	font-size: 80%;
}
#ORDERSHEET tbody td .selectAmount select {
	margin-right: 5px;
	width:3.5em;
}
/* colorSize */
#ORDERSHEET tbody td div.colorSize {
	clear:both;
	padding-top:0.5em;
	font-size: 80%;
}
#ORDERSHEET tbody td div.colorSize input,
#ORDERSHEET tbody td div.colorSize select {
	margin-right:5px;
}
#ORDERSHEET tbody td div.colorSize dl {
	margin:5px;
}
#ORDERSHEET tbody td div.colorSize dt {
	clear:both;
	float:left;
	width:5em;
	padding-top: 0.25em;
}
#ORDERSHEET tbody td div.colorSize dd {
	margin:0;
	padding:0;
	padding-bottom:5px;
}
#ORDERSHEET tbody td div.colorSize strong {
	color:#5a71c7;
}
#ORDERSHEET tbody td div.colorSize em {
	font-weight: bold;
	font-style:normal;
}
#ORDERSHEET tbody td div.colorSize ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#ORDERSHEET tbody td div.colorSize ul li {
	margin-bottom:5px;
}
#ORDERSHEET tbody td div.colorSize ul li dl {
	margin-left:70px;
}
/* colorSize:table parts */
#ORDERSHEET tbody td div.colorSize thead th {
	background-color: #f9f7ea;
	border-right:1px solid #ffffff;
	border-bottom:none;
	padding:0;
	/* font-size: 60%; */
	font-weight:bold;
	text-align:center;
}
#ORDERSHEET tbody td div.colorSize thead th.cellA {
	width:220px;
}
#ORDERSHEET tbody td div.colorSize thead th.cellB {
	width:100px;
}
#ORDERSHEET tbody td div.colorSize thead th.cellC {
	width:100px;
}
#ORDERSHEET tbody td div.colorSize tbody td {
	padding:5px 0 5px 20px;
	border:none;
	vertical-align:top;
	/* font-size: 60%; */
}
#ORDERSHEET tbody td div.colorSize tbody td .selectAmount {
	margin-right:0;
}
#ORDERSHEET tbody td div.colorSize .goHowtoInput {
	margin-left:10px;
	padding-left: 18px;
	background:transparent url(../../images/template/common/icon/misc/mrk_question_pink.gif) no-repeat;
}

/* input tag, select tag width size */
#ORDERSHEET tbody td div.inputPart input.productNumA {
	width: 40px;
}
#ORDERSHEET tbody td div.inputPart input.productNumB {
	width: 70px;
}
#ORDERSHEET tbody td div.colorSize selectColor,
#ORDERSHEET tbody td div.colorSize selectSize {
	width:220px;
}
#ORDERSHEET tbody td div.colorSize input.nameInput {
	width:230px;
}

/* cautionInfo */
#ORDERSHEET tbody td.cautionInfo {
	background-color:#f7e2e3;
}
#ORDERSHEET tbody td.cautionInfo a {
	display:block;
	float: left;
	width:100px;
}
#ORDERSHEET tbody td.cautionInfo p {
	float: left;
	margin: 0;
	width:500px;
	font-size: 80%;
	color:#ff6666;
	font-weight:bold;
}


/* 情報エリア（タブ切り替え） */
#INFOMATIONBOX {
	width:655px;
	margin-top:10px;
}
#INFOMATIONBOX p {
	margin:0;
	padding:0;
	font-size:80%;
}
#INFOMATIONBOX ul {
	width: 655px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#INFOMATIONBOX ul li {
	float:left;
}
#INFOMATIONBOX ul li a {
	display:block;
	width:218px;
	height:24px;
}
#INFOMATIONBOX ul li a span {
	display:none;
}
#INFOMATIONBOX div {
	clear:both;
	padding: 20px;
	border: 1px solid #3a3a84;
	text-align:left;
}
#INFOMATIONBOX div .screenShot {
	text-align:center;
}
#INFOMATIONBOX ul li#tabCaution {
	width:218px;
	height:24px;
	background:transparent url(../../images/template/pr-t04/tab_caution.gif) no-repeat;
}
#INFOMATIONBOX ul li#tabMethod {
	width:219px;
	height:24px;
	background:transparent url(../../images/template/pr-t04/tab_method.gif) no-repeat;
}
#INFOMATIONBOX ul li#tabGuide {
	width:218px;
	height:24px;
	background:transparent url(../../images/template/pr-t04/tab_guide.gif) no-repeat;
}
.btnBuy {
	padding:0;
	text-align:center;
}
#INFOMATIONBOX .btnBuy {
	border:none;
	text-align:center;
}
.caution {
	float: left;
	margin: 0px 5px 7px 7px;
	width:730px;
	font-size: 90%;
	color:#ff6666;
	font-weight:bold;
}
.c330066 {
	color:#330066;
}