@charset "UTF-8";
/* CSS Document */

/* store
----------------------------------- */
.blockStoreList{
	margin:10px 0 0;
}

.listItem{
	float:left;
	padding-right:4px;
	width:226px;
	margin-bottom:25px;
	position:relative;
}
.listItem .icnNew{
	border:none;
	position:absolute;
	right:7px;
	top:3px;
	width:70px;
}
#main .blockStoreList .listItem .thumb a .icnNew{
	border:none;
}


/* storeDetail
----------------------------------- */

.boxPhStore{
	width:690px;
}
.phStoreMain{
	float:left;
}
.phStoreSub{
	float:right;
	margin-bottom:20px;
}
.ttlStyle8{
	color:#523300;
	font-size:139%;
	padding-top:3px;
}
.tblData{
	font-size:90%;
}
.tblData th,
.tblData td {
	padding: 8px 10px;
}

/* storeCart
----------------------------------- */
div#flowStore_1 {
	background:url("/img/store/img_step_01.png") no-repeat scroll 0 0 transparent;
	width:690px;
	height:50px;
}
div#flowStore_2 {
	background:url("/img/store/img_step_02.png") no-repeat scroll 0 0 transparent;
	width:690px;
	height:50px;
	}
div#flowStore_3 {
	background:url("/img/store/img_step_03.png") no-repeat scroll 0 0 transparent;
	width:690px;
	height:50px;
}
div#flowStore_4 {
	background:url("/img/store/img_step_04.png") no-repeat scroll 0 0 transparent;
	width:690px;
	height:50px;
}
div.flowStore ol{
	display:none;
}

#tblCart th{
	background-color:#e4e4cc;
}
.tblData .tblCartPh{
	text-align:center;
	width:120px;
}
.tblData .tblCartName{
	width:290px;
}
#tblCart th.tblCartName{
	text-align:center;
}
.tblData .tblCartCount {
	text-align:center;
	width:65px;
}
.tblData .tblCartPrice {
	text-align:center;
	width:85px;
}
.tblData .tblCartBtn {
	text-align:center;
	width:65px;
}
.tblData .tblCartBtn input {
	text-align:center;
	width:40px;
}
tr.tblCartAmount th {
	border-right:1px solid #CCCCCC;
	text-align:right;
}

/* form
----------------------------------- */
.sectionForm01{
	margin-top:10px;
}
.siteSeal{
	text-align:center;
}

.listSelectLine02 {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	margin-right: 1em;
}

