@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016/10/15, 0:16:17
    Author     : Nobusuke
*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;	
	color: #333;
  font: 14px/1.7 "Hiragino Kaku Gothic Pro", "Lucida Grande", "segoe UI", Meiryo, Verdana, sans-serif;
  text-align: left;
	background-image: url(../../img/eikohamamori/bg_body.png);
}

#header {
	padding-top: 45px;
	background: url(../../img/eikohamamori/bg-header.png) repeat-x left top;
}

#wrapper,
#contents,
#footer {
	background: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #41250c;
    clear: both;
}

h1, h2, h3, h4, h5, h6, div.globalnav, #copyright, section .more-link a, .prevnext-page, #pagetop {
    font-family: "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
    font-weight: normal;
}

#header #site-description {
    font-size: 0.9em;
    margin: 10px 0.2em 0;
}

#header #site-title {
    font-size: 2.5em;
    margin: 0;
}

#header #site-title, #header #site-description {
    line-height: 1;
}

#recommend-title {
	font-size: 2.5em;
	text-align: center;
	color: #FFFFFF;
	background: #41250c;
}

#item_list .wrap {
	padding: 0 0 15px 0;
}

#item_list .item_name {
	padding: 8px;
	border: 1px solid #41250c;
	text-align: center;
	color: #41250c;
	font-weight: bold;
}

/* ------------------------------------
footer
------------------------------------ */
#footer {
	background: url(../../img/eikohamamori/footer/bg-footer-w.png);
	color: #FFFFFF;
	padding-bottom: 0;
}

#footer a,
#footer p {
	color: #FFFFFF;
}

#footer-mold {
	height: 40px;
	background-image: url(../../img/eikohamamori/footer/bg-footer.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#footer div.container-fluid {
	margin: 0 auto;
	padding: 0;
	background: #41250c;
}

#footer .inner {
	max-width: none;
}

.footer_logo_area {
	margin: 0;
	padding-top: 30px;
}

/* ------------------------------------
Links
------------------------------------ */
a {
	color: #f56993;
	outline: none;
/*	overflow: hidden;*/
	text-decoration: none;
}

a:hover {
	color: #895628;
}

a:hover img {
	background: #fff;
	opacity:      0.6;
	-moz-opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";
}

a:hover,
a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition:    0.5s;
	transition:         0.5s;
}

.product_list .item_price {
	font-size: 1.3em;
	color: #f56993;
}