@charset "utf-8";

/*
 * foundation styles
 */
 body {
     background: url(/order/img/bg_images.png) top right no-repeat;
 }

#headerpop {
     background-color: #4b4b4b;
}

#wrapper {
	margin:0;
	padding:0;
	width:100%;
}

#site_top_contents {
	width:100%;
}
/* header要素 
----------------------------------------------------------- */
* html body {     
    background: url(null) fixed;     
} 
div#headerpop  {  
    width: 100%;
		height:70px; 
    padding: 0px;  
    color: #FFF;  
    position: fixed; 
    z-index: 5;
    top:0;  
    left:0;  
}  
* html div#headerpop    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  
div#headerpop h1   {  
    margin: 0 auto;  
}  
.headerpopArea {
     background-color: #4b4b4b;
     display: table;
}
.headerpopArea .left {
    vertical-align: middle;
    float: left;
}
.headerpopArea .right {
    text-align: right;
    display: inline-block;
    float: right;
}
.headerpopArea .right .inner {
    font-size: 16px;
    text-align: right;
    width: 285px;
  }
.headerpopArea .right .inner .head_cart_wrap {
    text-align: right;
    margin: 0px 0 0 10px;
    padding: 0px 0 0;
    display: inline-block;
    width: 285px;
}
.headerpopArea .right .inner .head_cart_txt {
    color: #fff;
    float: left;
    margin: 10px;
    font-weight: normal;
    text-align:left;
}
.headerpopArea .right .inner .head_cart_count {
    color: #fff;
    float: left;
    font-size: 24px;
		text-align:right;
		width:180px;
}
.headerpopArea .right .inner .head_cart_price {
    color: #fff;
    float: left;
    font-size: 24px;
    width:115px;
}


#site_header {
    border-top: 1px solid #7a7a7a;
    border-bottom: 2px solid #cbc9ca;
}
#site_logo {
    padding: 0px;
		margin-left:10px;
}
#site_logo img {
    padding: 0 10px 10px 0;
    vertical-align: middle;
}
.header_title {
    color: #fff;
    vertical-align: middle;
    font-size: 28px;
}
#page_navigation { padding-top: 20px; }
#page_navigation li,#page_navigation li span { display: inline-block; }
#page_navigation li span { padding: 0 2px; }
#page_navigation li a { color: #287f84; }
#sp_page_navigation { display: none; }

.left_column {
	float:left;
	margin-left:30px;
	margin-top:20px;
}

.left_column_list ul li{
	text-decoration:none;
}

a.left_column_list:link  {
	color:#fff !important;
	text-decoration:underline !important;
}

a.left_column_list:visited {
	color:#fff !important;
	text-decoration:underline !important;
}

a.left_column_list:hover {
	color:#CCC !important;
	text-decoration:none !important;
}

a.left_column_list:active {
	color:#fff !important;
}

.center_column {
	float:left;
	color:#fff;
	margin-left:105px;
	margin-top:20px;
}

.center_column_list ul li{
	text-decoration:none;
	float:left;
	margin-left:50px;
}

a.center_column_list:link  {
	color:#fff !important;
	text-decoration:underline !important;
}

a.center_column_list:visited {
	color:#fff !important;
	text-decoration:underline !important;
}

a.center_column_list:hover {
	color:#CCC !important;
	text-decoration:none !important;
}

a.center_column_list:active {
	color:#fff !important;
}

.right_column {
	float:right;
	color:#fff;
	margin-top:20px;
}
.right_column_list ul li{
	text-decoration:none;
	float:left;
	margin-left:50px;
}

a.right_column_list:link  {
	color:#fff !important;
	text-decoration:underline !important;
}

a.right_column_list:visited {
	color:#fff !important;
	text-decoration:underline !important;
}

a.right_column_list:hover {
	color:#CCC !important;
	text-decoration:none !important;
}

a.right_column_list:active {
	color:#fff !important;
}


@media screen and (max-width: 760px) {
  #page_navigation { display: none; }
  #sp_page_navigation {
  display: block;
  background: #3f3f3f;
    padding: 7px;
  }
  .sp_navigation-back {
    float: left;
    width: 15%;
  }
  .sp_navigation-page_title {
    float: left;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    padding-top: 3px;
  }
}

#site_footer {
  margin-top: 50px;
}
.footer_navigation {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0 20px;
  line-height: 1;
}
.footer_navigation li {
  float: right;
  padding: 0px 8px;
  border-left: 1px solid #666;
  margin-top:10px;
}
.footer_navigation li:last-child { border-left: none; }
.footer_navigation li a {
  color: #666;
  font-size: 12px;
  text-decoration: underline;
}
#copyright {
    border-top: 1px solid #ff003b;
    background: #cac9ca;
    font-size: 12px;
    text-align: right;
    padding: 7px 0 20px;
}

/* */
#footerpop {
    margin-top: 20px;
    background: #cac9ca;
    border-top: 1px solid #ef0041;	
    padding: 5px;
    clear:both;
}

.copyrightArea {
    text-align: right;
    font-size: 91%;
    letter-spacing: 0.01em;
    padding: 7px 0 20px;
    color: #fff;
    font-weight: normal;
}
.footer_wraper {
    background-color: #4b4b4b;
    display: inline-block;
    width: 100%;
}
.footer_contents {
    width: 960px;
    margin: 0 auto;
}

/*

@media screen and (max-width: 960px) {
    .footer_contents {
    width: 100%;
    margin: 0 auto;
    }
}
*/
.footer_logo {
    display: table;
    float: left;
    padding: 20px 10px 10px 0;
}
.footer_address {
    display: block;
}
.footer_wraper .footer_address #table {
    display: table;
    float: right;
    margin: 20px 0 50px 0;
}
.footer_wraper .footer_address .row {
    display: table-row;
}
.footer_wraper .footer_address .row > div {
    display: table-cell;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.footer_wraper .footer_address .row > div a {
    text-decoration: none;
    color: #fff;
}

footer {
    margin: 0 0 0 0;
    padding: 0;
    background-color: #4b4b4b;
    font-size: 12px;
		position:relative;
}

.font_base {
    font-size: 16px;
}
.font_ss {
    font-size: 12px;
}
.font_small {
    font-size: 14px;
}
.font_middle {
    font-size: 18px;
}
.font_big {
    font-size: 24px;
}
.font_weight_normal {
    font-weight: normal;
}
.font_bold {
    font-weight: bold;
}
/*
.font_lineheight_3 {
    line-height: 3em;
}
*/

.attention_check {
	text-align:center;
}

#sns_icon {
	margin-top:11px;
}

#sns_icon ul{
margin: 0; 
padding: 0; 
list-style: none;
}

#sns_icon li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}

#sns_icon li a{
display: block; 
text-decoration: none;
color: #333;
margin-left:10px;
text-align: center;
font-size: 14px;
}
#sns_icon li a:hover{
	opacity:.6;
}
