﻿
body
{
    margin: 0px;
    background: #ffffff; 
    color: #555555;
    font-size:16px;
}

a.color_red
{
	color:#ff0000;
}

input
{
	font-size:16px;	
}

table.boxtable
{
    border-style: dotted;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;     
    border-color: #aaaaaa; 
}

span.coop_kinki
{
    color: #aaaaaa;    
}


 table.top_table
 {
	width:100%;
	background: #ffffff; 
    border-collapse: collapse;   
    text-align: left;
 }

 td.color_space
 {     
    width: 10px;    
    
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;     
    border-color: #aaaaaa; 
        
    background-color: #77ccaa;
     
 }

 td.color_space2
 {     
    width: 10px;            
    background-color: #77ccaa;
     
 }

 th.top_th
 {         
    width: 80px; 
    
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;     
    border-color: #aaaaaa; 
    
    text-align: left;
    background-color: #ffffff;
 }

 td.top_td
 {  
    
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;     
    border-color: #aaaaaa; 
    
    background-color: #ffffff; 
    
    padding: 5px 10px 5px 10px;
 }


table.title_img
{
	width: 100%;
    text-align: left;
    background-color: #ffffff; 

}

div.title_img
{
    text-align: left;
    background-color: #ffffff; 
    box-shadow: 0px 3px 3px #aaaaaa;
}

td.efrends_login_img
{
    text-align: right;
}

table.goods_name
{
    text-align: left;
}

div.catalog_search
{
    text-align: center;   
}

div.top_list
{
	background-color: #ffffff; 
}


img.goods_image
{
    border: 1px solid #aaaaaa;    
}
 
select.select_style
{
    color: #666666;   
}

input.search_button
{
    width: 100px;
    height: 40px;    
    
}

 table.goods_table
 {
    width: 100%;
    margin: auto;
    border-collapse: collapse; 
    border-style: solid;
    border-width: 0px;
    border-color: #aaaaaa; 
    text-align: center;
 }

 td.goods_th
 {
	border-left-color:#77ccaa;
	border-left-width: 20px;
	
    border-style: solid;
    border-width: 1px 0px 1px 10px;
    border-color: #aaaaaa #aaaaaa #aaaaaa #77ccaa; 
        
    text-align: center;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;

 }
 
  td.addgoods_th
 {
	border-left-color:#cccccc;
	border-left-width: 20px;
	
    border-style: solid;
    border-width: 1px 0px 1px 10px;
    border-color: #aaaaaa #aaaaaa #aaaaaa #cccccc; 
        
    text-align: center;
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;

 }
 
 td.goods_td
 {
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #aaaaaa; 
    
    width: 70%;    
    text-align: left;
    padding: 5px 10px 5px 10px;
 }

 td.addgoods_td
 {
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #aaaaaa; 
    
    width: 50%;    
    text-align: left;
    padding: 5px 10px 5px 10px;
 }

td.viewcontrol_top1
{ 
	border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #aaaaaa; 
    
    text-align: left;
    padding: 10px 10px 0px 10px;
}

td.viewcontrol_top
{ 
    text-align: left;
    padding: 10px 10px 0px 10px;
}

td.viewcontrol_topimg
{ 
	width: 15%;
	border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #aaaaaa; 

    text-align: right;
    padding: 10px 10px 0px 10px;
}

td.viewcontrol_img
{ 
	width: 15%;
    text-align: right;
    padding: 10px 10px 0px 10px;
}


td.viewcontrol_td
{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #aaaaaa; 
    
    width: 100%;    
    text-align: left;
    padding: 1px 10px 5px 10px;

}

td.mark_td
{
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #cccccc; 
}

a.noUnderline
{
	color:#5555aa;
	text-decoration:none;
}

table.allergen_search
{
	border-style: dotted;
    border-width: 2px 2px 2px 2px;
    border-color: #aacc99; 
    
	text-align: center;
	background-color:#ffffff;
}

div.footer
{
    padding: 1px;
    text-align: center;
    background-color: #888888;
    font-size: 12px;
    color: #ffffff;
}


.submitBtn{
  /* 角丸 */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  /* グラデーション */
  background: -moz-linear-gradient(top, #888888, #888888 49%, #666666 50%, #666666);
  background: -webkit-gradient(linear, center top, center bottom, from(#888888), color-stop(0.49, #888888),color-stop(0.5, #666666), to(#666666));
  /* 影 */
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  /* その他の設定 */
  background-color: #888888;
  border:1px solid #666666;
  font-family:Verdana, arial, sans-serif;
  color:#ffffff;
  text-decoration:none;
  text-align:center;
  display:inline;
  padding:0.3em 2em;

}


input[type="chexkbox"] {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
}
