@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : Shincho Online Shop
  URI : shincho-shop.jp  Copyright(C) shinchosha Publishing Co.,Ltd All Right Resrved
---------------------------------------------------------- */

/*-----------------------------------------------------------
index:
	Area Button
	Basic Table
	Caption
	Complete
	Display List
	Display Thumnbnail
	Font
	Foot Print
	Favorite
	Input
	Item List
	Order Info
	PageNation
	Relation Item Height
	Relation Item Width
-----------------------------------------------------------*/

/* Area Button
---------------------------------------------------- */
#areaBtn,
#areaBtn2 {
	padding: 12px 30px 12px 15px;
	margin: 20px 0;
	background: #FBF7EF;
}
#areaBtn table {
	width: 100%;
}
#areaBtn td.back input{
	margin-right: 20px;
}
#areaBtn td.next {
	text-align: right;
}
#areaBtn td.next input {
	margin-left: 20px;
}
#areaBtn p {
	margin: 20px 0;
}
#areaBtn2 {
	padding: 12px 15px;
	text-align: center;
}
#areaBtn2 input {
	margin: 0 25px;
}
#areaBtn3 {
	margin-top: 35px;
	text-align: center;
}
#areaBtn3 img {
	margin: 0 19px;
}

/* Basic Table
---------------------------------------------------- */
table.basic {
	width: 100%;
	border: 1px solid #010101;
}
table.basic th,
table.basic td {
	padding: 9px 10px;
	border-top: 1px solid #AAAAAA;
	line-height: 1.5;
}
table.basic th {
	width: 130px;
	text-align: left;
	background: #FBF7EF;
}
table.basic th.address {
	width: 30px;
	border-right: 1px solid #AAAAAA;
	text-align: center;
}
table.basic td p {
	margin: 0;
}
table.basic tr.first th,
table.basic tr.first td {
	border-top: none;
}
table.basic tr.first th{
	background: #FBF7EF;
}
table.basic tr.second th{
	background: #FEFAEC;
}
table.basic table.subItem {
	width: 90%;
	margin-top: 5px;
	border: 1px solid #010101;
}
table.basic table.subItem th,
table.basic table.subItem td {
	border-top: 1px solid #AAAAAA;
}
table.basic table.subItem th {
	width: 90px;
	background: #FEFAEC;
}
table.basic table.subItem tr.first th,
table.basic table.subItem tr.first td {
	border-top: none;
}
table.basic table.subItem tr.first td table td {
	padding: 0;
	line-height: normal;
}
#orderNumber {
	margin: 30px;
}

/* Caption
---------------------------------------------------- */
#caption {
	padding: 10px 15px;
	margin: 8px 0;
	line-height: 1.5;
	background: #F3F3F3;
	width:850px;
}

/* Complete
---------------------------------------------------- */
#complete {
	padding: 40px 20px;
	text-align: center;
	background: #FBF7EF;
}
#complete p.userInfo {
	padding: 15px 0;
	margin: 30px 120px;
	line-height: normal;
	background: #FFFFFF;
	color: #CC0000;
}
#complete p {
	margin: 30px 0 0 0 ;
	line-height: 1.8;
}
#mailmagazine #complete,
#member #complete {
	padding: 90px 20px;
}

/* Display List
---------------------------------------------------- */
table.listItem {
	width: 100%;
	background: url(../../images/goods/line_black.gif) bottom repeat-x;
}
table.listItem th,
table.listItem td {
	padding: 10px 0;
}
table.listItem th {
	width: 60px;
	padding: 10px 8px;
}
table.listItem td {
	line-height: 1.45;
}
table.listItem td.price {
	width: 130px;
	padding: 10px;
	text-align: center;
}
table.listItem td a {
	font-weight: bold;
}
table.listItem td .note {
	font-size: 12px;
}
table.listItem td .note {
	font-size: 12px;
}
table.listItem th a img {
	border: 1px solid #777 !important;
}
table.listItem td img.icon {
	margin: 0 2px 5px 0;
	border: none;
}
.list_outlinePC{
	margin:5px 0 0 0;
}	

/* Display Thumnbnail
---------------------------------------------------- */
table.thumbsnailItem td {
	width: 122px;
	padding: 9px 7px;
	font-size: 12px;
	line-height: 1.45;
	vertical-align: top;
}
table.thumbsnailItem td a img {
	margin-bottom: 2px;
	border: 1px solid #777;
	vertical-align: top;
}
table.thumbsnailItem .sale,
table.thumbsnailItem .soldout
{	line-height: 1.45;
	text-align: center;
}
table.thumbsnailItem td a img.icon {
	margin: 0 2px 2px 0;
	border: none;
}

#icon, 
div.icon{
	margin:5px 0 3px;	
}
div#icon img,
.icon img{
	margin: 0 2px 2px 0;
	border: none !important;
}
.carticon {
	border: none !important;
}	
#namePC{
	margin-top:5px;
}	


/* Font
---------------------------------------------------- */
.sale,
.soldout{
	margin-top: 3px;
	color: #CC0000;
	font-weight: bold;
}
.sale img,
.soldout img{
	margin-bottom: 3px;
}
.attention {
	color: #990000;
}
.small {
	font-size: 10px;
}
.must {
	font-weight: bold;
	color: #990000;
}
.retype {
	font-size: 12px;
	color: #FF0000;
	line-height: 2.5;
}

/* Foot Print
---------------------------------------------------- */
#footPrint-l {
	margin-top: 20px;
}
#footPrint table.thumbsnailItem {
	margin-top: 8px;
}
#footPrint-l table.thumbsnailItem {
	margin: 0;
}
#footPrint-l table.thumbsnailItem td {
	padding: 10px 11px;
}
#footPrint h4,
#footPrint-l h4 {
}
#footPrint p,
#footPrint-l p {
	position: relative;
	margin: 0;
	text-align: right;
}
#footPrint p a,
#footPrint-l p a,
#footPrint p span,
#footPrint-l p span {
	position: absolute;
	top: -25px;
	right: 11px;
	display: block;
}
/* IE6のハック */
* html #footPrint-l p a,
* html #footPrint-l p span {
	right: 33px;
}

/* Favorite
---------------------------------------------------- */
#favorite,
#favorite-l {
	margin-top: 20px;
}
#favorite table.thumbsnailItem {
	margin-top: 8px;
}
#favorite-l table.thumbsnailItem {
	margin: 0;
}
#favorite table.thumbsnailItem td {
	padding: 10px 11px;
}
#favorite-l table.thumbsnailItem td {
	padding: 10px 4px;
}
#favorite .inner {
	padding: 8px 10px;
}
#favorite-l .inner {
		padding: 8px 9px;
}
#favorite .inner .btn-back,
#favorite-l .inner .btn-back {
	display:inline;
	margin: 120px 14px 0 4px;
	width: 26px;
	float: left;
}
#favorite .inner .btn-next,
#favorite-l .inner .btn-next {
	display:inline;
	margin: 120px 4px 0 14px;
	width: 26px;
	float: right;
}
#favorite .inner .item-box {
	overflow: hidden;
	width: 568px;
	float: left;
}
#favorite-l .inner .item-box {
	overflow: hidden;
	width: 768px;
	float: left;
}
#favorite-l .inner .icon {
	margin: 0 2px 2px 0;
	border: none;
}
#favorite p,
#favorite-l p {
	position: relative;
	margin: 0;
	text-align: right;
}
#favorite p a,
#favorite-l p a,
#favorite p span,
#favorite-l p span {
	position: absolute;
	top: -22px;
	right: 11px;
	display: block;
}
/* IE6のハック */
* html #favorite-l p a,
* html #favorite-l p span {
	right: 33px;
}
#favorite .inner,
#favorite-l .inner {
	border-bottom: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
}

/* Input
---------------------------------------------------- */
input {
	line-height: normal;
	vertical-align: middle;
	margin:0 2px 2px 0;
}
input.w1 {
	width: 59px;
}
input.w2 {
	width: 129px;
}
input.w3 {
	width: 199px;
}
input.w4 {
	width: 289px;
}
input.w5 {
	width: 419px;
}
input.amount {
	width: 40px;
}
textarea.w6 {
	width: 650px;
	border: 1px solid #000000;
}
input.postCode {
	height: 18px;
	width: 98px;
	border: 0;
	text-indent: -9999px;
	background: url(../../images/button/search_postcode.gif) no-repeat center center;
	cursor: pointer;
}
;;input.postCode { /* for Opera */
	padding-top: 50px;
}
input#gcnt {
	width:105px;
}

/* Item List
---------------------------------------------------- */
#itemList {
	margin: 20px 0 30px 0;
}

/* Order Info
---------------------------------------------------- */
table.orderInfo {
	width: 100%;
	border: 1px solid #010101;
}
table.orderInfo th,
table.orderInfo td {
	padding: 8px;
	line-height: 1.5;
}
table.orderInfo th {
	text-align: center;
	background: #FBF7EF;
}
table.orderInfo th.unit,
table.orderInfo th.amount,
table.orderInfo th.price {
	text-align: right;
}
table.orderInfo td {
	border-bottom: 1px dotted #666666;
}
table.orderInfo td.itemImg {
	width: 60px;
}
table.orderInfo td.item .note {
	font-size: 12px;
}
table.orderInfo td.amount {
	width: 50px;
	text-align: right;
}
table.orderInfo td.unit,
table.orderInfo td.price {
	width: 90px;
	text-align: right;
}
table.orderInfo th.price,
table.orderInfo td.price {
	padding-right: 36px;
}
table.orderInfo td#calc,
table.orderInfo td#total {
	padding: 8px 0;
	border: none;
	text-align: right;
}
table.orderInfo td#calc {
	padding: 0 23px 8px 0;
}
table.orderInfo td#calc table,
table.orderInfo td#total table {
	margin-left: auto;
	text-align: right;
}
table.orderInfo td#calc th,
table.orderInfo td#calc td {
	border-bottom: 1px solid #000000;
	color: #000000;
	background: transparent;
}
table.orderInfo td#calc th {
	width: 140px;
	padding-left: 13px;
	font-weight: bold;
	text-align: left;
}
table.orderInfo td#calc td.price {
	padding-right: 13px;
}
table.orderInfo td#total {
	background: #FBF7EF;
}
table.orderInfo td#total th {
	text-align: left;
}
table.orderInfo td#total th,
table.orderInfo td#total td {
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	background: transparent;
}
table.orderInfo td#total td.price {
	width: 207px;
}

/* PageNation
---------------------------------------------------- */
div.pnTp {
	padding: 5px 5px 0 5px;
	background: #fbf7ef;
	border-bottom: 2px solid #6e6a44;
}
div.pnBt {
	padding: 5px 5px 0 0;
	background: #fbf7ef;
	border-top: 2px solid #6e6a44;
}
#pageNaiton {
	height: 23px;
	color: #6e6a47;
}
#pageNaiton a {
	color: #6e6a47;
}
#pageNaiton ul,
#pageNaiton li {
	margin: 0;
	list-style: none;
}
#pageNaiton ul {
	float: right;
	padding-left: 10px;
}
#pageNaiton dl,
#pageNaiton dt,
#pageNaiton dd {
	margin: 0;
}
#pageNaiton dl.display {
	float: left;
}
#pageNaiton dl.sort {
	float: right;
}
#pageNaiton dt {
	float: left;
	clear: both;
}
#pageNaiton dl.display dt {
	width: 72px;
}
#pageNaiton dl.sort dt {
	width: 65px;
}
#pageNaiton dl.display dd {
	margin-left: 77px;
	line-height: 19px;
}
#pageNaiton dl.sort dd {
	margin-left: 70px;
	line-height: 19px;
}
#pageNaiton dl.display b,
#pageNaiton dl.sort dd b {
	padding: 3px;
	background: #949073;
	font-weight: normal;
	color: #fff;
}
#pageNaiton dl.order dd input {
	margin: 1px 0 0 0;
}
#pageNaiton .pageing {
	float: left;
	margin: 0;
	font-size: 14px;
	line-height: 1;
}
.pageNaiton .pageing {
	margin: 10px 0 0 0;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
#pageNaiton .pageing span,
#pageNaiton .pageing a,
.pageNaiton .pageing span,
.pageNaiton .pageing a {
	padding: 1px 3px;
	border: 1px solid #6e6a44;
	zoom: 100%;
}
.pageNaiton .pageing a.pageMove {
	padding: 1px 3px;
	border: none;
	background: none !important;
	zoom: 100%;
}
#pageNaiton .pageing span,
.pageNaiton .pageing span {
	color: #fff;
	background: #6e6a44;
}
#pageNaiton .pageing a,
.pageNaiton .pageing a {
	text-decoration: none;
}
#pageNaiton .pageing a:hover,
.pageNaiton .pageing a:hover {
	background: #949073;
	color: #fff;
}

/* categoly list
---------------------------------------------------- */
ul.clist{
	overflow:hidden;
	_zoom:1;
	width: 400px;
}
ul.clist li{
	float:left;
	width:150px;
	margin:0 0 10px 20px;
	list-style-type:square;
}


/* Relation Item Height
---------------------------------------------------- */
#relationItem-h {
	width: 190px;
}
#relationItem-h h2 {
	margin: 0;
}
#relationItem-h table.thumbsnailItem {
	background: #F9F9F9
}
#relationItem-h table.thumbsnailItem td {
	padding: 15px 34px;
}
#relationItem-h table.thumbsnailItem td div#icon {
	width: 120px;	
}	

/* Relation Item Width
---------------------------------------------------- */
#relationItem-w {
	margin-top: 35px;
}
#relationItem-w table.thumbsnailItem {
	margin: 8px 32px 0 32px;
}

/* Error
---------------------------------------------------- */
.inputError {
	padding: 15px 15px 15px 15px;
	margin: 8px 0 10px 0;
	background: #FFF0F0;
}
.inputError ul,
.inputError li {
	margin: 0;
	list-style: none;
}
.inputError li {
	font-weight: bold;
	color: #FF0000;
	line-height: 1.5;
}

.stockmail {
	font-weight: bold;
	color: #246ad3;
	margin: 5px 0 7px 0;
	padding: 15px 30px 15px 15px;
	background-color: #eaecee;
}

