html, body {
	background: #fff;
	color: #000;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ƒqƒ‰ƒMƒmŠpƒS ProN W3', Meiryo, ƒƒCƒŠƒI, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
}

#container {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 1100px;
	padding-bottom: 30px;
}

/* ƒwƒbƒ_ */
header {
	margin: 0 auto;
	text-align: center;
	width: 1100px;
}

#logo {
	margin: 10px 0 0px 0;
	padding: 0;
	float: left;
}

img {
	border: 0;
}

/* ¶ƒTƒCƒh */
#left-side-ama {
	float: left;
	width: 310px;
	margin-top: 0px;
}

#left-side {
	float: left;
	width: 310px;
	margin: 10px auto;
	font-size: 12px;
	text-align: center;
}

#left-side a {
	font-size: 12px;
}

#ad {
	border: 0px solid #fff;
	font-size: 12px;
	width: 310px;
}

#ad .ama {
	float: left;
	margin: 3px;
}

/* ƒRƒ“ƒeƒ“ƒc */
#main-contents {
	float: right;
	width: 780px;
}

article {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 5px;
}

hr {
	position: relative;
	border: 0;
	height: 1px;
	background: #ccf;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

.hr-ad{
	clear: both;
	position: relative;
	border: 0;
	height: 1px;
	background: #77f;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

section .yahoo-id {
	clear: both;
	font-size: 22px;
	font-weight: bold;
	margin-left: 5px;
}

section .rating {
	float: right;
	margin-right: 10px;
	font-size: 16px;
	display:inline-block;
	vertical-align:middle;
}

section .rating img,
section .rating a {
	display:inline-block;
	vertical-align:middle;
}

section .level {
	float: right;
	margin-right: 20px;
	font-size: 14px;
	font-weight: normal;
}
section .detail {
	float: right;
	font-size: 14px;
	margin-right: 20px;
	margin-top: 10px;
}

section .comment {
	padding: 10px;
	word-wrap:break-word;
}

a,
a:active,
a:visited {
	color: #1a0dab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.horizontal {
	width: 180px;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
}

.horizontal-long {
	width: 700px;
	display: inline-block;
	padding: 0 0 0 0;
	word-break: break-all;
}

.share .twitter,
.share .facebook {
	display: inline-block;
	width: 95px;
}
.share .follow {
	display: inline-block;
	width: 170px;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

h1 {
	font-size: 20px;
	padding: 0;
	line-height: 80px;
	height: 50px;
}

h2 {
	margin-top: 3px;
	margin-bottom: 3px;
}

h4 {
	font-size: 14px;
	margin: 10px auto;
	font-weight: bold;
}

h5 {
	clear: both;
	width: 100%;
	margin: 0 0 5px 0;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	background: #77f;
	color: #fff;
}

h6 {
	font-size: 14px;
	margin: 10px auto;
	font-weight: normal;
	color: #f00;
}

.font-red {
	color: red;
	font-weight: bold;
}


.bg-red {
	background: #faa;
}

.font-small {
	font-size: 13px;
}

.font-large {
	font-size: 18px;
}

.font-bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

#recommend {
    display: none;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    background: rgba(0,0,0,0.3);
    border: 0;
    padding: 0;
    color: #fff;
    text-align: center;
}

#recommend .ad {
	padding: 10px;
}

/* HTML—p */
#shop #container,
#figure #container {
	width:100%;
	text-align: center;
}

#shop section,
#figure section {
	clear: both;
	overflow:auto;
	position: relative;
	padding: 10px;
	margin: 10px auto;
	border: 1px solid #36f;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#shop section {width: 760px;}
#figure section {width: 710px;}

#figure table {
	float: left;
	border:1px solid #ccc;
	width:170px;
}

#figure table tr td {
	vertical-align: top;
	height: 170px;
	border-style: none;
	padding: 5px 5px 0pt;
	overflow: hidden;
}

#figure table tr td a {
	font-size: 11px;
}

#shop h1,
#figure h1,
.resale-h1 {
	width: 100%;
	font-size: 18px;
	color: #fff;
	padding: 5px;
	background: #36f;
	text-align: center;
	height: 24px;
	line-height: 28px;
}

#figure #menu{
	width: 100%;
	list-style-type: none;
	position: relative;
}

#figure #menu ul {
	background: #000;
}

#figure #menu li {
	margin: 0 0 3px 3px;
	width: 200px;
	float: left;
}

#figure #menu a {
	background: #bdf;
	border: 0;
	color: #1a0dab;
	display: block;
	font-size: 13px;
	line-height: 100px;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#figure #menu a:hover {
	background: rgba(104, 168, 205, 1.0);
	color: #ffffff;
}

.back {
	margin-top: 20px;
	margin-bottom: 10px;
}

#resale {
	width: 1150px;
	margin: 0 auto;
	text-align: center;
}

.resale-item {
	margin: 10px;
	padding: 10px;
	overflow:hidden;
	border: 1px solid #77f;
	font-size: 12px;
	width: 340px;
	height: 340px;
	float: left;
}

.resale-item img {
	text-align: center;
}

.item-attr {
	text-align: left;
}

.opacity50 {
	opacity: 0.8;
}

.resale-red {
	color: red;
}

.resale-blue {
	color: #1a0dab;
}

.border-grey {
	border: 1px solid #aaa;
}

.surugaya {
	font-size: 13px;
	font-weight: normal;
}

.amiami {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
}

.amiami img {
	max-width: 200px;
	max-height: 200px;
}

.amiami-price {
	color: #f00;
}

.surugaya-price {
	color: #f00;
	font-weight: bold;
	font-size: 13px;
}

.surugaya-teika {
	color: #333;
	font-size: 11px;
}

.ad-others {
	background: #fff;
	border: 1px solid #36f;
}

.lineup img,
.lineup a,
.lineup span {
	display:inline-block;
	vertical-align:middle;
}

.ad-line {
}

.ad-line a,
.ad-line a:active,
.ad-line a:visited {
	color: #1a0dab;
	text-decoration: underline;
	font-weight: bold;
}

.centering {
	text-align: center;
	margin: auto;
}

.p-ban {
	width: 220px;
	text-align: center;
	margin: auto;
	background: #fff;
}

.bargain-item {
	float: left;
	margin: 5px;
	width: 250px;
	height: 350px;
	overflow: hidden;
	border: 1px solid #7CA;
	line-height: 1em;
	font-size: 12px;
	text-align: center;
}

.bargain-item img{
	margin: 10px auto;
}

.bargain-item a,
.bargain-item a:active,
.bargain-item a:visited {
	color: #1a0dab;
	font-size: 12px;
	text-decoration: none;
}

.bargain-item a:hover {
	text-decoration: underline;
}


header section {
	clear: both;
	text-align: left;
	width: 1100px;
	border: 1px solid #00f;
	margin-bottom: 5px;
	font-size: 14px;
}

section {
	clear: both;
	text-align: left;
	width: 779px;
	border: 1px solid #00f;
	margin-bottom: 5px;
	font-size: 14px;
}

.fix {
    position: relative;
    top: 0px;
    width: 1100px;
    border: 0;
    background: #fff;
	z-index: 10;
}

.variability {
	margin-top: 0px;
	position: relative;
}

.variability-del {
	position: relative;
}

.search {
	width: 110px;
}

.regist {
	width: 430px;
	margin-bottom: 20px;
}

#message {
	font-size: 14px;
	font-weight: bold;
	color: #f00;
}

#detail {
	clear: both;
}

#detail input[type="text"] {
	height: 20px;
	border: 1px solid #449;
	margin: 5px 0 0 0;
	padding-left: 8px;
	font-size: 14px;
}

#detail input[type="button"] {
	border: 1px solid #333;
	cursor: pointer;
}

#detail section textarea,
#post textarea {
	border: 1px solid #449;
	width: 740px;
	height: 100px;
	margin: 5px 0 0 0;
	padding-top: 8px;
	padding-left: 8px;
	font-size: 14px;
}

.post-btn {
	width: 100px;
	height: 25px;
	font-size: 14px;
}

#del-request {
	position: absolute;
	width: 400px;
	height: 100px;
	top: -1000px;
	left: -1000px
	z-index: 100;
}

#del-request textarea {
	border: 5px solid #449;
}

.section-del {
	border: 1px solid #aaa;
	color: #666;
}

.sale {
	text-decoration: none;
	color: red;
}

.poster {
	padding: 5px;
	margin: 0;
	font-size: 14px;
	background: #ccf;
}

.poster-del {
	padding: 5px;
	margin: 0;
	font-size: 14px;
	background: #ccc;
}

.posted-date {
	float: right;

	font-size: 12px;
	background: #ccf;
}

.posted-date-del {
	float: right;

	font-size: 12px;
	background: #ccc;
}

.opt-btn,
.ac-btn {
	margin-left: 10px;
	color: #1a0dab;
	font-size: 12px;
}
.opt-btn:hover,
.ac-btn:hover {
	cursor: pointer;
	text-decoration: underline;

}

.delreq {
	font-size: 12px;
	height: 22px;
}
#post {
	width: 100%;
	text-align: left;
	background: #fff;
}

.ac_op {
	width: 140px;
	font-size: 13px;
	display: inline-block;
	margin-left: 10px;
}
.ac-detail {
	font-size: 13px;
	margin-left: 10px;
}

.del-title {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.padding5 {
	padding: 5px;
}

.affi {
	vertical-align: top;
}

.affi-td {
	border: 1px solid  #449;
	float: left;
	font-size: 10px;
	width: 152px;
	height: 280px;
	overflow: hidden;
	margin: 1px;
}

.affi-td2 {
	border: 1px solid  #ccc;
	font-size: 12px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 2px auto;
	text-align: center;

}

.affi-td a {
	font-size: 11px;
}

.move-down {
	cursor: pointer;
	font-size: 14px;
	color: #1a0dab;
}

.move-down:hover{
	text-decoration: underline;
	}

.paging {
	text-align: left;
	padding-left: 10px;
	font-size: 12px;
}
.paging a {
	font-size: 12px;
}

.order {
	font-size: 12px;
	text-align: right;
	margin-right: 30px;
}

/* ƒtƒbƒ^[ */
#menu {
	position: fixed;
	top: 0;
	z-index: 9999;
}

#menu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 40px;
	background: #000;
	display: table;
	table-layout: fixed;
}

#menu ul li {
	height: 40px;
	line-height: 40px;
	list-style: none;
	background: linear-gradient(#66a, #226);
	color: #fff;
	margin: -1px;
	border: solid 1px #000;
	text-align: center;
	display: table-cell;
}

#menu ul li:hover {
	background: linear-gradient(#88c, #449);
}

.move-down2,
#menu li a:link,
#menu li a:visited,
#menu li a:hover,
#menu li a:active {
	cursor: pointer;
	font-size: 24px;
	text-decoration: none;
	color: #fff;
}

.affi2 {
	text-align: center;
	background: #fff;
}
.affi2 a:link,
.affi2 a:visited,
.affi2 a:hover,
.affi2 a:active {
	color: #1a0dab;
	text-decoration: none;
}

.ad-bottom {
	float: left;
	margin: 0 5px 10px 5px;
	font-size: 13px;
}

.ad-sp {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin:0 auto;
 }

.ad-auc {
	font-size: 10px;
}
.ad-auc img {
	margin: 3px;
}

.centering {
	clear: both;
	text-align: center;
	margin: 0 auto;
	width: 640px;
	background: #000;
}

.nanashi {
	color: #888;
	font-style: italic;
}

