/*
Theme Name: groove-garage
Author: GROOVE GARAGE
Description: Original theme
Version: 1.0
*/

/* common */
.clearfix:after{  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  
.clearfix{display:inline-table;}  
* html .clearfix{height:1%;}  
.clearfix{display:block;}  
td img {display: block;}
body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.14p {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	line-height: 18px;
}
.midashi_16pBold {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #090;
	line-height: 16px;
}
.midashi_12pBold {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #090;
	line-height: 16px;
}
.12_kakaku_Bold {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	color: #F60;
}
.12_text {
	font-size: 12px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height: 16px;
}


/* header */
table#header_table tr td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}


/* footer */
table#footer_table tr td.text_9 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	color: #000;
	text-align: center;
}


/* single */
table tr td img.buyButton{
	display:inline-block;
	margin-right:15px;
}
.imgonmouse {
  border: 1px solid #CCC;
  margin: 10px;
  overflow: hidden;
  width: 900px; 
}
.imgonmouse img {
  margin-top: 0px;
  margin-bottom: 10px;
}
.imgonmouse ul {
  padding: 0px;
  margin-top: 0px;
}
.imgonmouse ul li img {
  height: 44px;
  width: 78px;
  border: 1px solid #CCC;
  padding: 2px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.imgonmouse ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
div.line{
	width:940px;
	height:0;
	margin:10px 0 0 10px;
	border-bottom:1px solid #ccc;
}
div.tax_box{
	width:200px;
	margin:0 14px;
	float:left;
	min-height:220px;
}
div.tax_box p.tax_title{
	font-size:12px;
	line-height:15px;
	margin:5px 0;
}
div.tax_box div.tax_thumb{
	width:200px;
	height:150px;
}
div.tax_box a{
	color:#090;
}




/* archive */
div.box{
	width:450px;
	padding:10px;
	margin:0 5px;
	float:left;
}
div.box div.image{
	float:left;
	width:215px;
	padding-top:3px;
}
div.box div.right{
	float:right;
	width:235px;
}
div.box p{
	margin:3px 0;
}
div.box a{
	color:#090;
}


/* 新製品情報 */
li.widget_mywidget{
	list-style:none;
}
div.top_box{
	width:495px;
	margin-bottom:15px;
}
div.top_box div.image{
	float:left;
	width:215px;
	padding-top:3px;
}
div.top_box div.right{
	float:right;
	width:275px;
	padding-right:5px;
}
div.top_box p{
	margin:3px 0;
}
div.top_box a{
	color:#090;
}


/* top_slider */
.viewer {
	margin: 0 auto;
	width: 756px;
	height: 284px;
	text-align: left;
	overflow: hidden;
}

.viewer ul {
	width: 756px;
	height: 284px;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin:0;
	padding:0;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 756px;
	height: 284px;
	display: none;
	position: absolute;
}


/* search */

#search{
	padding-top:18px;
}
#search select{
	background: #FFFDF4;
	border: 1px solid #82826F;
	color: #2e2e2e;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	text-align: left;
	text-indent: 3px;
	vertical-align: middle;
	width: 140px;
}
optgroup {
	font-style:normal;
}


