@charset "Shift_JIS";

/*-----------------------------------------
contents_frame
------------------------------------------*/
#orderall #contents{
	width:864px;
	text-align:center;
}

/*-----------------------------------------
pageUp
------------------------------------------*/
#orderall #contents p.pageUp{
	width:864px;
	margin: 0;
	text-align:right;
	border:0px solid #000000;
	padding:20px 0px 0px 0px;
}


/*-----------------------------------------
page title
------------------------------------------*/
#orderall #pageTitle{
	background:url(../cart/img/pageTitle.jpg) no-repeat top center;
	width:864px;
	height:190px;
	position:relative;
	padding:0;
	margin:0 auto;
	border:0px solid #000000;
	background-image: url(../orderall/img/pageTitle.jpg);
}

#orderall #pageTitle h1{
	border:0px solid #000000;
	text-indent:-9999px;
	padding:0px;
	line-height:0px;
	height:0px;
}

#orderall #pageTitle p{
	width: 796px;
	padding: 60px 34px 0;
}





/*-----------------------------------------
headlines
------------------------------------------*/
#orderall #contents h2{
	width: 800px;
	margin: 0 auto 10px;
}

#orderall #contents h3{
	width: 780px;
	margin: 0 auto 10px;
	font-size: 108%;
	background: #FDE8EE;
	padding: 3px 10px;
}




/*-----------------------------------------
pageNavi
------------------------------------------*/
#orderall #contents #pageNavi{
	width: 800px;
	padding: 0 32px;
}

#orderall #contents #pageNavi li{
	float: left;
	padding: 20px 0;
}



/*-----------------------------------------
continue
------------------------------------------*/
#orderall #contents p.continue{
	width: 800px;
/*	background: #F5F5F5;
	color: #F0408A;*/
	padding: 5px;
/*	text-align: center;*/
 	text-align: right;
/*	margin: 0 32px 15px 652px;*/
        margin-bottom:15px;
        margin-left:25px;
}

#orderall #contents p.continue input{
	padding:5px;
}





/*-----------------------------------------
mond
------------------------------------------*/
#orderall #contents p#mond{
	text-align: right;
	width: 800px;
	margin: 15px auto 5px;
}


/*-----------------------------------------
link
------------------------------------------*/
#orderall #contents p.continue a:link {
	text-decoration: underline;
	color: #F0408A;
}
#orderall #contents p.continue a:visited {
	text-decoration: underline;
	color: #F0408A;
}
#orderall #contents p.continue a:hover {
	text-decoration: underline;
	color: #F0408A;
}
#orderall #contents p.continue a:active {
	text-decoration: underline;
	color: #F0408A;
}



/*-----------------------------------------
em
------------------------------------------*/
#orderall #contents .em{
	color: #CC0000;
	font-size: 93%;
}







/*-----------------------------------------
table
------------------------------------------*/
#orderall #contents table{
	margin: 0 auto 20px;
	padding: 0;
	border: 0;
	border-spacing: none;
	border-collapse: collapse;
	width: 797px;
}

#orderall #contents td p.product{
	font-weight: bold;
}

#orderall #contents td .name{
	background: url(../orderall/img/bullet.gif) no-repeat left;
	padding: 0 5px 0 10px;
}

#orderall #contents td .price{
	color: #F53071;
	font-size: 123.1%;
}

#orderall #contents td .button li{
	width: 70px;
	float: left;
	padding-right: 4px;
}

#orderall #contents table td,
#orderall #contents table th{
	padding: 10px;
}

#orderall #contents table th{
	border-left: 3px solid #F0408A;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	width: 60px;
}

#orderall #contents table td{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

#orderall #contents table td.choice{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F5F5F5;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	width: 230px;
	padding: 10px 3px;
}

#orderall #contents table td.choice li{
	float: left;
}

#orderall #contents table td.choice li img{
	cursor: pointer;
}

#orderall #contents table td.choice li select{
	font-size: 93%;
}
