/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 10pt;
	color: #000;
	font-family: "Meiryo","Verdana", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #fff;
	text-align:left;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}
A {
	color: #000;
	text-decoration: none;
}
A:visited {
	color: #000;
}
A:hover  {
	color:#fe7704;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
.center1024 {
	margin:0px auto;
	width:1024px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
	width: 1024px;
	margin: 10px auto 0px auto;
	height: 40px;
}
.header-logo {
	margin-top: 5px;
	float: left;
}
.header-text {
	margin:0px;
	width:724px;
	color:#333;
	float:left;
	font-size: 108%;
	line-height: 22px;
}
.header-search{
	float:left;
	padding:4px 5px 3px 5px;
	font-size:105%;
	background:#666;
	color:white;
}
/*　検索　*/
.searchform {
 position: relative;
}   
.keywords  {
 width: 522px;
 height: 18px;
 font-family: Meiryo;
 background: #f5f5f5;
 border: 1px #666666 solid;
 padding: 4px;
 color: #666;
 float:left;
}   
.searchBtn {
 float: left;
} 
/*　ヘッダー続き　*/
#header-cart{
	width:42px;
	height:20px;
	margin-left:10px;
	background:#666;
	float:left;
	color:white;
	padding:4px 15px;
	cursor: pointer;
}

#dropmenu{
  list-style-type: none;
  width: 1024px;
  height: 40px;
  margin: 0px auto;
  background: #43A047;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  width: 102px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 10;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #e8f5e9;
  color: #333;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu > li:hover > a{
  background:#4caf50;
}
#dropmenu > li:last-child:hover > a{
  background: #4caf50;
  border: 0;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li ul > li:hover > a{
  color:#fe7704;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
  margin-top: -1;
}

/*　メインの幅　*/
.main {
	font-size:90%;
	margin: 0px;
	width: 100%;
}
.gw {
	margin: 0px;
	width: 100%;
}
.gw_info {
	padding:10px 0px;
	width: 100%;
	text-align: center;
	background:white;
	border-top:5px solid #eee;
	border-bottom:5px solid #eee;
}
.gw_info_h1 {
	width:984px;
	margin: 0px auto;
	border-bottom:1px solid #333;
	font-size:180%;
	text-align:center;
	color:#424242;
}
.gw_info h2 {
	margin: 5px 9px 0px 19px;
	padding: 0px;
	width: 740px;
	font-weight: normal;
	font-size: 12pt;
	background: white;
	border: none;
}
.gw_info p {
	margin: 0px 10px 5px 10px;
	padding: 0px 10px;
	text-align:center;
}

/*　フッター（コピーライト）　*/
.footer {
 background:#e0e0e0;
 color:#212121;
 width:100%;
 border-top: #43a047 20px solid;
}
.footer1 {
 background:#e0e0e0;
 width:1024px;
 margin:-20px auto 0px auto;
 border-top: #43a047 20px solid;
}
.footer2 {
 background:#e0e0e0;
 width:1024px;
 margin:0px auto;
 text-align:right;
}
.footer3 {
 margin:0px 0px 3px 0px;
 padding: 10px 10px 10px 20px;
 border-right:2px solid white;
 width:310px;
 height:430px;
 text-align:left;
 font-size:90%;
 float:left;
}
.footer3 h3{
 margin:2px 0px 2px -10px;
 font-size:120%;
}
.footer3 h3 a{
 font-weight:normal;
 font-size:90%;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */

#option_tbl {
     border-collapse:collapse;
     margin: 0px 0px 5px 0px;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:387px;
}
#option_tbl th{
     width:auto;
     padding:3px;
     border-top:1px solid #ccc;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:left;
     margin:4px 0px 0px 4px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:3px;
     width:auto;
     text-align:center;
     border-top:1px solid #ccc;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}
/* -------------------------------------
*     各ページ共通
* ------------------------------------- */
.bd {
	margin: 20px 0px;
	padding:10px 22px;
	width: 100%;
	height: 25px;
	color: #424242;
	background: #eee;
	font-size: 140%;
	text-align: center;
}
/*サイトマップ全体のボックス*/
#cmsp_map {
  width:1024px;
  margin:5px auto;
  padding:0px;
}

/*大項目*/
#cmsp_map div {
  margin:5px 0px;
  padding:0px;
  font-size:120%;
  font-weight:normal;
}

/*サブカテゴリーを囲む*/
#cmsp_map dl {
  margin:0px;
  padding:0px;
}

/*サブカテゴリー名*/
#cmsp_map dt {
  margin:5px 0px 0px 25px;
  padding:0px;
}
/*サブカテゴリー内の商品リストを囲む*/
#cmsp_map dd {
  margin:0px 0px 0px 10px;
  padding:0px;
}

/*商品リスト*/
#cmsp_map ul {
  margin:0px 0px 5px 0px;	
  padding:0px;
}

#cmsp_map li {
  margin:0px 0px 0px 55px;
  padding:0px;
  font-size:80%;
  list-style-type:disc;
  list-style-image:none;
  background:none;
}
/*カラー600*/
.tc1 {	border-left:10px solid #673ab7;}
.tc2 {	border-left:10px solid #3f51b5;}
.tc3 {	border-left:10px solid #2196f3;}
.tc4 {	border-left:10px solid #00bcd4;}
.tc5 {	border-left:10px solid #4caf50;}
.tc6 {	border-left:10px solid #ff9800;}
/*カラー300
.tc1 {	border-left:10px solid #9575cd;}
.tc2 {	border-left:10px solid #7986cb;}
.tc3 {	border-left:10px solid #64b5f6;}
.tc4 {	border-left:10px solid #4dd0e1;}
.tc5 {	border-left:10px solid #81c784;}
.tc6 {	border-left:10px solid #ffb74d;}
*/

@media screen and (max-width: 1024px)  {
.gw_info {width:1024px;}
}