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

/* 共通 */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, blockquote {
margin: 0; padding: 0; border: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #141414;
	color: #FFFFFF;
	font-size: 0.75em;
}

a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#99CCFF;
	text-decoration:none;
}

a:active {
	color:#99CCFF;
	text-decoration:none;
}

h1 {
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

h2{
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h3 {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1em;
}

#all {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #141414;
}

/* ヘッダー */
#header {
width: 800px;
height: 150px;
background-image: url(img/header_bg.jpg);
background-repeat: no-repeat;
background-position: left top;
}

#header p{
font-size: x-small;
color: #FFFFFF;
text-align: center;
padding:10px 0;
font-weight:bold;
}

#header img{
width: 280px;
}

/* グローバルナビ */
#globalnavi {
	width: 800px;
	padding-left: 1px;
}

#globalnavi ul {
	list-style-type: none;
	text-align: center;
}
#globalnavi ul li {
	text-align: center;
	float: left;
	margin-bottom: 5px;
	width: 131px;
	border: 1px solid #999999;
	height: 20px;
	font-weight: bold;
	line-height: 20px;
	background-color: #494949;
}
#globalnavi ul li a {
	display: block;
	height: 20px;
	width: 131px;
}

/* パンくず */
#breadlist {
	margin-bottom: 10px;
	clear: both;
	width: 800px;
}

/* サイドナビ */
#sidenavi {
	float: left;
	width: 150px;
	margin-bottom: 20px;
}
#sidenavi ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidenavi  ul  li {
	font-weight: bold;
	list-style-image: url(img/list.png);
	list-style-position: inside;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* メイン */

#main {
	float: right;
	width: 640px;
}

.bg {
	background-color: #494949;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.price {
	color: #FFFF00;
}

/* 製品ページ */

#product {
	margin-bottom: 20px;
}

#IMG{
width:640px;
}

#thumbs {
	margin-top: 5px;
	width: 640px;
	margin-bottom: 5px;
}
#thumbs img {
	margin-left: 1px;
	margin-right: 1px;
    margin-bottom: 3px;
}

#thumbs09{
	margin-top: 5px;
	width: 640px;
	margin-bottom: 5px;
}

#thumbs09 img {
	margin-left: 1px;
	margin-right: 1px;
	width:66px;
}

/* 製品カテゴリー一覧ページ */

#productlist {
	margin-bottom: 20px;
}

#productlist  p {
	width: 120px;
	height: 180px;
	float: left;
	margin-top: 10px;
	text-align: center;
	line-height: 120%;
	color: #FFFFFF;
}
#productlist  p  img {
	margin-bottom: 5px;
}

#productlist .unit{
margin-left:5px;
min-height:87px;
}
#productlist .unit::after {
   content: "";
   display: block;
   clear: both;
}

#productlist .unit img{
float:left;
margin:0 15px 0 0;
}
#productlist .unit .text{
float:left;
text-align:left;
max-width:520px;
margin-bottom:15px;
/* overflow: hidden;
white-space: nowrap; */
}
#productlist .unit .text .model{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#productlist .unit .text .number{
float:left;
margin-right: 10px;
color:#fff;
}
#productlist .unit .text .price{
float:left;
color: #FFFF00;
}

/* コンセプト */

#concept {
	margin-bottom: 15px;
	background-image: url(img/conceptimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 180px;
	width: 640px;
}
#concept  p {
	line-height: 120%;
	padding-left: 5px;
	margin-top: 15px;
}
.concepttext {
	line-height: 180%;
}

/* ニュースリスト */

#newslist {
	margin-bottom: 15px;
}


#newslistbox {
	margin-top: 0px;
	height: 140px;
	overflow: auto;
	border: 1px solid #DDDDDD;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
}
#newslistbox p {
	line-height: 200%;
	font-weight: bold;
}

#annotation{
color:#999999;
margin:0 0 15px 5px;
}

/* リリース */

#releaseinfo {
	margin-bottom: 15px;
}

/* トップページアイテム */

#topitem {
	margin-bottom: 20px;
}
.item {
	clear: both;
}
#topitem     p.right {
	height: 240px;
	width: 200px;
	float: right;
	margin-bottom: 10px;
	line-height: 120%;
}

#topitem  p.left {
	float: left;
	width: 200px;
	height: 240px;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 120%;
}

/* GoogleアナリティクスによるCookieの収集および使用について */

#aboutcookies{
margin:0 0 25px 5px;
}

#aboutcookies h2{
font-size:11px;
color:#999999;
}

#aboutcookies p{
color:#999999;
}

#aboutcookies a{
color:#999999;
text-decoration:underline;
}

/* フッター */

#footer {
	width: 800px;
	clear: both;
	text-align: center;
	margin-bottom: 20px;

}
.license {
	margin-bottom: 5px;
}

/* 調整 */

.both {
	clear: both;
}
.floatleft {
	float: left;
	margin-right: 20px;
}
.floatright {
	float: right;
	margin-left: 20px;
}
.padding {
	padding-left: 5px;
}
.margin {
	margin-bottom: 5px;
}
.margin10 {
	margin-bottom: 10px;
}





.available {
	color: #00FFFF;
}
.outofstock {
	color: #FFCCCC;
}
.day {
	color: #00FF00;
}
#news {
	margin-bottom: 20px;
}
.blue {
	color: #00CCFF;
}

.orange {
	font-size: 1.25em;
	font-weight: bold;
	color: #FF6600;
}
.lightblue {
	color: #CCFFFF;
}
.yellow {
	color: #FFFF00;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
.pink {
	color: #FF66CC;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

.winner {
	border: 1px solid #FFFF00;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.winnerp {
	border: 1px solid #FF66CC;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}




.bold {
	font-weight: bold;
}



/* ニュースページ */

.newsbox {
	margin-bottom: 20px;
	border: 1px solid #999999;
}

.alignright {
	text-align: right;
	margin-right: 5px;
}
.pricetxt {
	color: #FFFF00;
	text-align: right;
	clear: both;
}



#news p {
	line-height: 150%;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
}
#news p a {
	text-decoration: underline;
}
#salesnetwork {
	margin-bottom: 20px;
}
#salesnetwork ul {
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 140px;
}
#salesnetwork ul li {
	list-style-image: url(img/list.png);
	line-height: 180%;
	font-weight: bold;
	margin-bottom: 10px;
}
#salesnetwork   p   a {
	text-decoration: underline;
}
#salesnetwork-eu {
	margin-bottom: 20px;
}
#salesnetwork-eu ul {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
#salesnetwork-eu ul li {
	line-height: 180%;
	list-style-image: url(img/list.png);
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;
}
#salesnetwork-eu p a {
	text-decoration: underline;
}



.name {
	font-weight: bold;
	background-color: #494949;
}

#dist {
	margin-bottom: 20px;
}
#dist img {
	margin-right: 3px;
}

#dist h3{
	padding:5px;
	background:#CCCCCC;
	color:#333333;
}



#return {
	margin-bottom: 20px;
}
#return p {
	line-height: 150%;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	background-image: url(img/return_01.gif);
	background-repeat: no-repeat;
}
#return p a {
	text-decoration: underline;
}
#contact {
	margin-bottom: 20px;
}
.freamwork {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-bottom: 15px;
}
.freamwork td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 150%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.freamwork td a {
	text-decoration: underline;
}




#dear {
	background-image: url(img/contact_01.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	height: 110px;
	width: 630px;
}
#dear  p {
	line-height: 150%;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
#collector {
	margin-bottom: 20px;
}
#collector p {
	margin-left: 5px;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#collector p img {
	margin-bottom: 5px;
}

#collector p a {
	text-decoration: underline;
}
.marginr10 {
	margin-right: 10px;
}


#print {
	margin-bottom: 20px;
}
#print p a {
	text-decoration: underline;
}
.social {
	text-align: right;
	margin-bottom: 5px;
}

div#___plusone_0 {

	width: 65px!important;
}

iframe.twitter-share-button {
	width: 80px!important;
}
#50th {
	margin-bottom: 20px;
}
.small {
	font-size: x-small;
	color: #FF0000;
}