@charset "utf-8";
/*
Theme Name: olivedrab
Version: 1.0.0
Theme color: #6b8e23
*/

/* Common
*******************************/
* {
	margin:0;
	padding:0;
}
body {
	background:#F3F2EB;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}
img {
	border:0;
}
img.sided {
	background:#FFF;
	border:1px solid #CCC;
	padding:3px;
}
small {
	font-size:10px;
}
a:hover img.sided {
	border-color:#A6A6A6;
}
a {
	color:#2970A6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.error, .alert {
	color:#FF0000;
}

/* error */
.box-error {
	margin:0 0 5px;
	padding:0;
	background:#FFEEEE;
	border:1px solid #FF0000;
}
.box-error h3 {
	margin:0;
	padding:5px 10px;
	height:auto;
	background:#FF3333;
	color:#FFFF99;
	line-height:1.6;
	font-size:16px;
}
.box-error ul {
	margin:10px 30px;
	color:#FF0000;
}

.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fixed, .clear {
	clear:both;
}
input.textfield,
textarea {
	background:#FFF url(img/textfield-bg.gif) top repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
	font-size:12px;
}

.photo-frame {
	padding:4px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	background:#F9F9F9;
}

.subheading {
	color:#6b8e23;
	border-left:10px solid #6b8e23;
	border-top:2px solid #6b8e23;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding-left:12px;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:10px;
	background:url(img/subheading-bg.png) top repeat-x;
}

.clickable {
	cursor:pointer;
}

.morelink {
	margin-top:20px;
	text-align:right;
	font-size:12px;
}

.morelink a {
	background:url(img/icon-arrow/icon-arrow-1.png) 0 center no-repeat;
	padding-left:16px;
}

/* pager */

.pager {
	text-align:center;
}

.pager a, .pager a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}
.pager a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}
.pager a:hover {	
	border: 1px solid #FF0000;
	color: #FF0000;
	background-color: #FFFFFF;
}
.pager a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}
.pager span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.pager span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #0066cc;
	color: #FFFFFF;
	background-color: #0066cc;
}
.pager span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.pager span.inactive {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #999999;
	color: #999999;
	background-color: #FFFFFF;
}

/* for Firefox / Opera / Safari */
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* for IE7 / IE5-mac */
.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1px;
}

.clearfix {
	display:block;
}
/* End hide from IE-mac */


/* Layout
*******************************/
#wrap {
	padding:0 0;
	color:#555;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:14px;
	letter-spacing:0.07em;
	line-height:1.5em;
}
#container {
	background:#FFF;
	margin:0 auto;
	width:975px;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
}
#content {
	min-height:400px;
}

/* Header
*******************************/
#header {
	background:#ffffff;
	width:100%;
}
#header-upper {
	background:#ffffff;
	height:68px;
}
#header-title {
	float:left;
	width:390px;
	margin:5px 0 0 130px;
	text-align:center;
	display:inline;
}
#text-title {
	font-size:28px;
	font-weight:bold;
	color:#6b8e23;
	padding:8px 0;
}
#text-title a {
	color:#6b8e23;
}
#sub-title {
	font-size:18px;
}
#header-ext {
	float:right;
	width:320px;
	padding:7px 10px 0 0;
}
#headline {
	font-size:12px;
	font-weight:normal;
	color:#1C8EFF;
}
#payment-declare {
	text-align:right;
	letter-spacing:0;
}
#shipping-declare {
	text-align:right;
	font-weight:bold;
	color:#666666;
	letter-spacing:0;
}
#shipping-declare strong {
	color:#FF6666;
}
#header-border {
	background:#6b8e23;
	height:4px;
	font-size:1px;
}
#header-lower {
	background:#EBEBEB;
	height:27px;
	border-bottom:1px solid #999;
}

/* global menu */
#gmenu {
	padding-left:15px;
	font-size:12px;
	letter-spacing:0.4em;
}
#gmenu ul{
	margin:0;
	padding:0;
}
#gmenu li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#gmenu li a {
	display:block;
	float:left;
	height:24px;
	background:url(img/gmenu-bg_n.png) 0 0 repeat-x;
	padding:3px 7px 1px 6px;
	border-left:1px solid #999;
	color:#000;
	text-decoration:none;
}
#gmenu li a:hover {
	background:url(img/gmenu-bg_r.png) 0 0 repeat-x;
}
* html #gmenu li a,
* html #gmenu li a:hover {
	background-position:0 2px;
}
#gmenu li.lastChild a {
	padding:2px 0;
}
#gmenu li a span {
	padding:6px 2px 6px 28px;
}

#gmenu li a span.home {
	background:url(img/icon-gmenu/icon-home.gif) left 1px no-repeat;
}

#gmenu li a span.list {
	background:url(img/icon-gmenu/icon-folder.gif) left 1px no-repeat;
}

#gmenu li a span.guide {
	background:url(img/icon-gmenu/icon-info.gif) left 1px no-repeat;
}

#gmenu li a span.cart {
	background:url(img/icon-gmenu/icon-cart.gif) left 1px no-repeat;
}

#searchbox {
	width:210px;
	float:right;
	padding:4px 10px 2px 0;
}
#searchbox .textfield {
	line-height:14px;
	width:180px;
	height:14px;
	font-size:12px;
	float:right;
}
#searchbox .switcher {
	background:url(img/icon-common/icon-search.gif) 0 0 no-repeat;
	float:right;
	width:18px;
	height:22px;
	line-height:16px;
	display:block;
	text-indent:-999em;
	padding:0 2px;
	height:16px;
	margin-top:3px;
}

/* Main
*******************************/

#main {
	background:#FFF;
	padding:10px 15px 10px 15px;
	margin: 0 auto;
}

.main-with-sidebar-left {
	width:685px;
	float:right;
	padding:10px 15px 10px 10px;
}

.main-with-sidebar-right {
	width:685px;
	float:left;
	padding:10px 10px 10px 15px;
}

#list-control {
	margin:10px 0;
	font-size:12px;
	letter-spacing:0;
	line-height:1.4em;
	background:#EBEBEB;
	padding:5px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#list-control-search {
	float:left;
	width:340px;
	text-align:left;
}

#list-control-search th {
	font-weight:normal;
	text-align:right;
}
#list-control-search .input-keyword {
	width:260px;
}

#list-control-search .select-category {
	width:150px;
}

#list-control-search .submit-button {
	margin-left:10px;
	width:100px;
}

#list-control-mode {
	float:left;
	width:320px;
	text-align:right;
}

#list-control-mode span {
	font-weight:bold;
}

#list-control-mode-view {
	padding:3px 0;
}

#list-control-mode-sort {
	padding:3px 0;
}

.listview-thumbnail-frame {
	/*margin:20px 0;*/
}
.listview-thumbnail-frame .lv-row {
	margin-top:20px;
	margin-bottom:10px;
}
.listview-thumbnail-frame .lv-item {
	float:left;
	width:198px;
	padding:0 15px;
	text-align:center;
	font-size:12px;
	line-height:1.4em;
}
.listview-thumbnail-frame .lv-name {
	font-weight:bold;
}
.listview-thumbnail-frame .lv-pcode {
	font-size:10px;
}
.listview-thumbnail-frame .lv-price {
	font-size:10px;
}
.listview-thumbnail-frame .lv-price span {
	font-size:16px;
	font-weight:bold;
	color:#F00;
}
.listview-thumbnail-frame .lv-price-std {
	font-size:10px;
}
.listview-thumbnail-frame .lv-price-std span {
	font-size:16px;
	font-weight:bold;
	color:#888;
	text-decoration:line-through;
}

.listview-grid-frame {
	/*margin:20px 0;*/
}

.listview-grid-frame table {
	width:100%;
	line-height:1.4em;
}

.listview-grid-frame th {
	font-weight:normal;
	color:#FFFFFF;
	background:#6b8e23;
}

.listview-grid-frame td {
	padding:2px;
}

.listview-grid-frame .even {
	background:#FFFFF0;
}

.listview-grid-frame .odd {
	background:#F0F0F0;
}

.listview-grid-frame .lv-name {
	font-weight:bold;
}

.listview-grid-frame .lv-catchcopy {
	margin-top:4px;
	font-size:12px;
	line-height:1.2em;
}

.listview-grid-frame .col-price {
	text-align:center;
	width:160px;
}

.listview-grid-frame .lv-price {
	font-size:10px;
}
.listview-grid-frame .lv-price span {
	font-size:16px;
	font-weight:bold;
	color:#F00;
}
.listview-grid-frame .lv-price-std {
	font-size:10px;
}
.listview-grid-frame .lv-price-std span {
	font-size:16px;
	font-weight:bold;
	color:#888;
	text-decoration:line-through;
}


ul.listview-append-list {
	padding-top:10px;
	border-top:1px dashed #666666;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
	line-height:1.4em;
}

ul.listview-append-list li {
	background:url(img/icon-arrow/icon-arrow-5.gif) 4px 3px no-repeat;
	padding-left:17px;
	list-style:none;
}

ul.listview-append-list li span {
	color:#FF0000;
}

/* pkz */
#pkz {
	background:url(img/icon-arrow/icon-arrow-6.gif) no-repeat;
	height:16px;
	line-height:16px;
	margin:8px 0 0 15px;
	padding-left:22px;
	font-size:12px;
}

/* Side Bar
*******************************/

#sidebar {
	margin-top:10px;
	width:250px;
	font-size:95%;
	line-height:145%;
	overflow:hidden;
	display:inline;
}

.sidebar-left {
	float:left;
	margin-left:10px;
}

.sidebar-right {
	float:right;
	margin-right:10px;
}

#sidebar li {
	background:url(img/icon-arrow/icon-arrow-3.png) 4px 5px no-repeat;
	padding-left:17px;
	list-style:none;
	line-height:1.4em;
	margin-top:4px;
}
#sidebar .content, 
#sidebar li {
	font-size:12px;
}
#sidebar .widget {
	background:#FFF;
	border:1px solid #ccc;
	margin-bottom:10px;
}

#sidebar .widget h3 {
	background:url(img/sidebar-title.png) 0 0 no-repeat;
	font-size:12px;
	color:#666;
	padding:2px 10px 0 15px;
	height:20px;
	border-bottom:1px solid #ccc;
}

#sidebar .widget .content {
	background:url(img/sidebar-bg.png) top repeat-x;
	padding:2px 5px 5px 5px;
}

#ranking-items {
	line-height:1.4em;
}

#ranking-items .ranking-item {
	padding:4px 0;
	margin-bottom:4px;
	border-bottom:1px dashed #999;
}

#ranking-items .last {
	border-bottom:none;
}

.ranking-image {
	float:left;
	width:90px;
}

.ranking-text {
	float:left;
	width:148px;
}

.ranking-icon {
	margin-bottom:4px;
}

/* Footer
*******************************/

#gotop {
	text-align:right;
	line-height:18px;
	display:block;
	margin:5px 8px 0 0;
	padding-bottom:5px;
}

#gotop a {
	font-size:12px;
	background:url(img/icon-common/icon-up.gif) no-repeat;
	padding-left:16px;
	text-decoration:none;
}

#footer {
	background:#6b8e23;
	display:block;
	border-top:4px solid #CCC;
	font-size:11px;
	line-height:145%;
	width:975px;
}
#footerbar {
	background:#FFF;
	margin:10px 12px 10px 12px;
	line-height:145%;
	text-align:center;
}

#copyright {
	border-top:1px solid #CCC;
	margin-top:10px;
	padding:5px 10px 10px 10px;
	color:#FFF;
}

#footer #copyright a {
	color:#fff;
}

#pinfo {
	padding:10px 20px;
	color:#666;
	font-size:12px;
	line-height:1.6em;
}

#pinfo h3 {
	color:#FF0000;
	border-left:8px solid #FF0000;
	border-bottom:1px solid #FF0000;
	/*padding-bottom:2px;*/
	padding-left:12px;
	margin-bottom:5px;
}

#pinfo .pinfo-content {
	margin-bottom:15px;
}
#pinfo .pinfo-content p {
	margin-bottom:1.0em;
}

#pinfo .pinfo-content strong {
	color:#FF6633;
}

#pinfo table.settlement-fee {
	text-align:right;
	background:#FFF;
	border:1px solid #999;
	margin:5px 0 10px;
	border-collapse:collapse;
}
#pinfo table.settlement-fee tr td,
#pinfo table.settlement-fee tr th {
	border-top:none;
	padding:2px 10px;
}
#pinfo table.settlement-fee tr th {
	border:none;
	color:#FFF;
	background-color:#999;
}
#pinfo table.settlement-fee tr td {
	border-top:none;
	border-bottom:none;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
#pinfo table.settlement-fee tr.odd {
	background:#EEE;
}
#pinfo table.settlement-fee tr.even {
	background:#FFF;
}

#pinfo-top {
	padding-bottom:10px;
}

#pinfo-middle {
	width: 720px;
	margin: 0 auto;
}

#pinfo-left {
	float:left;
	width:339px;
	padding-right:20px;
	text-align:left;
}

#pinfo-right {
	float:left;
	width:339px;
	padding-left:20px;
	border-left: 2px solid #FFCC80;
	text-align:left;
}

/* Index Page
*******************************/

#index-main-frame {
}

#pickup-item-list {
}

.pickup-items {
	margin-bottom:20px;
}

.pickup-items .content {

}

#new-items {
}

#new-items .content {

}

/* List Page
*******************************/

#list-main-frame {
}

#item-list {
	margin-top:10px;
	margin-bottom:20px;
}

/* Item Page
*******************************/

#item-main-frame {
	padding:0 50px;
}

#item-page-top {
	margin-bottom:30px;
}

#item-page-bottom {

}

#image-gallery {
	float:left;
	width:320px;
	/*background:#FDD;*/
}

#image-large {
	margin-bottom:10px;
}

#image-thumbnail {
	font-size:12px;
	text-align:center;
}

#image-thumbnail img {
	margin-right:4px;
}

#item-summary {
	float:left;
	width:515px;
	margin-left:10px;
	/*background:#DDF;*/
}

#item-name {
	line-height:1.1em;
	margin-bottom:20px;
}

#item-catchcopy {
	margin-bottom:10px;
}

#item-price {
	margin-bottom:20px;
}

#item-price .price {
	font-size:24px;
	line-height:1.4em;
}
#item-price .price span {
	font-size:36px;
	font-weight:bold;
	color:#F00;
}
#item-price .price-std {
	font-size:14px;
}
#item-price .price-std span {
	font-size:22px;
	font-weight:bold;
	color:#888;
	text-decoration:line-through;
}

#item-price .price-in-tax {
	font-size:22px;
	color:#000;
}

#item-price .free-shipping {
	margin-top:5px;
	font-weight:bold;
	color:#F00;
}

#item-cart-mini {
	margin-bottom:30px;
	padding:20px;
	width:300px;
	background:#FCF6A9;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#item-cart-mini .cart-button {
	margin-bottom:10px;
}

#item-cart-mini .payment-type {
}

#item-cart-mini .more-info {
	background:url(img/icon-arrow/icon-arrow-4.png) 0 center no-repeat;
	padding-left:18px;
}

#item-cart-full {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	padding:20px;
	background:#FCF6A9;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#item-cart-image {
	float:left;
	width:170px;
}

#item-cart-text {
	float:left;
	width:595px;
}

#item-cart-full .item-name {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

#item-cart-full .price {
	font-size:18px;
	line-height:1.4em;
	margin-bottom:10px;
}
#item-cart-full .price span {
	font-size:24px;
	font-weight:bold;
	color:#F00;
}

#item-cart-full .free-shipping {
	font-weight:bold;
	color:#F00;
	margin-bottom:10px;
}

#item-cart-full .cart-button {
	margin-bottom:10px;
}

#item-cart-full .payment-type {
}

#item-cart-full .more-info {
	background:url(img/icon-arrow/icon-arrow-4.png) 0 center no-repeat;
	padding-left:18px;
}

#item-point {
	margin-bottom:20px;
}

#item-point .content {
	padding:0 20px;
}

#item-detail {
	margin-bottom:20px;
}

#item-detail .content {
	padding:0 20px;
}

#item-cart-full {
	margin-bottom:20px;
}

#item-spec {
	margin-bottom:20px;
}

#item-spec .content {
	padding:0 20px;
}

#item-category {
	border-top:1px dashed #666666;
	padding-top:10px;
	margin-bottom:20px;
}

#item-category span {
	color:#6b8e23;
}

/* Guide Page
*******************************/

#main-guide {
	background:#FFF;
	padding:10px 15px 10px 15px;
	margin: 0 auto;
	width:735px;
	float:right;
	padding:10px 15px 10px 10px;
}

#sidebar-guide {
	margin-top:10px;
	width:180px;
	font-size:95%;
	line-height:145%;
	overflow:hidden;
	display:inline;
	float:left;
	margin-left:10px;
	padding:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#F0F0F0;
}

#guide-list-title {
	margin-bottom:10px;
	padding-bottom:5px;
	font-weight:bold;
	border-bottom:1px dashed #999999;
}

#sidebar-guide li {
	background:url(img/icon-arrow/icon-arrow-4.png) 0 center no-repeat;
	padding-left:17px;
	list-style:none;
	line-height:1.4em;
	margin-top:4px;
}

.guide-title {
	color:#6b8e23;
	border-left:8px solid #6b8e23;
	border-bottom:1px solid #6b8e23;
	padding-left:12px;
	padding-bottom:4px;
	margin-bottom:10px;
}

#main-guide strong {
	color:#FF6633;
}

#main-guide p {
	margin-bottom:20px;
}

#main-guide table.settlement-fee {
	text-align:right;
	background:#FFF;
	border:1px solid #999;
	margin:5px 0 10px;
	border-collapse:collapse;
}
#main-guide table.settlement-fee tr td,
#main-guide table.settlement-fee tr th {
	border-top:none;
	padding:2px 10px;
}
#main-guide table.settlement-fee tr th {
	border:none;
	color:#FFF;
	background-color:#999;
}
#main-guide table.settlement-fee tr td {
	border-top:none;
	border-bottom:none;
	border-left:1px solid #999;
	border-right:1px solid #999;
}
#main-guide table.settlement-fee tr.odd {
	background:#EEE;
}
#main-guide table.settlement-fee tr.even {
	background:#FFF;
}

/* Information Page
*******************************/

#information-box {
	font-size:12px;
	margin-top:-6px;
	margin-bottom:6px;
	text-align:center;
}

#item-main-frame #information-box {
	margin-bottom:15px;
}

.panel-information {
	color:#fff;
	text-decoration:none;
	padding:2px 6px 1px 6px;
	margin-top: -2px;
	background:#ff6666;
	font-size:11px;
	vertical-align:+1px;
	margin-right:6px;
}

#information-box .title {
	color:#1C8EFF;
}

#information-box a {
	text-decoration:underline;
}