@charset "utf-8";

/***************************************************
	COSMO DARTS スタイルシート
	shop.css
	ページレイアウトスタイル定義
***************************************************/
#gnavi li.n05 a {	background-position: 0 -40px;}

#contents .page_navi ul {
	float: right;
	width: 28em;
	margin-bottom: 10px;
	padding: 3px 0 7px 20px;
	text-align: center;
	background-color: #313232;
}
#contents .page_navi li {
	display: inline;
	padding-right: 20px;
}
#contents .page_navi li a {
	padding-left: 10px;
	background: url(../../img/temp/ico01.gif) left center no-repeat;
}

#contents #snavi {	margin-top: 20px;}

/*-----form-----*/
#form {	padding: 10px 0 0 10px;}
#form p.mes {
	border-bottom: 1px solid #898989;
}

#form table {	width: 100%;	position: relative;}
#form th {
	text-align: left;
	padding: 10px 8px;
/*	border-bottom: 1px dotted #dcdcdc;*/
	font-weight: normal;
}
#form table .b_none th {	border: none;}
#form table .b_none td {	border: none;	padding-top: 0;}
#form p.mes span,
#form table span {	color: #dc6470;}
#form td {
	padding: 10px 15px;
/*	border-bottom: 1px dotted #dcdcdc;*/
}

#form table input, #form table select, #form table textarea {
	border: 1px solid #cccccc;
	padding: 1px 2px;
}
#form input:focus {	border-color: #dc6470;}
#form textarea:focus {	border-color: #dc6470;}
#form select:focus {	border-color: #dc6470;}

#shop, #name, #kana, #tel, #mail1, #mail2 {	width: 260px;}
#tel, #fax {	width: 160px;}
#address1, #address2, #address3 {	width: 340px;}
#zip, {	width: 180x;}
#orders {	width: 60px;}
#com {
	width: 550px;
	height: 120px;
}

#btn {
	padding: 10px 0;
}
#btn li {
	float: left;
	width: 94px;
	padding-right: 10px; 
}
#btn li.submit {	width: 166px;}
#btn button {
    display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 94px;
	height: 24px;
	border: 0;
	cursor: pointer;
	text-indent: -9999em;
}
#btn .submit button {	background: url(img/btn01.jpg) 0 0 no-repeat;	width: 166px;}
#btn .reset button {	background: url(img/btn02.jpg) 0 0 no-repeat;}
#btn .sousin button {	background: url(img/btn03.jpg) 0 0 no-repeat;}
#btn .return button {	background: url(img/btn04.jpg) 0 0 no-repeat;}

/*#btn button:hover {		background-position: 0px -24px;}*/




