@charset "UTF-8";
/*
 Theme Name:   mimiiku
 Template:     new-standard
 Version:      1.0
 License URI:  http://ninoya.co.jp/
*/

#header-menu.text-black, #header-menu.text-black a,
#footer.text-black, #footer.text-black a {
	color: #ffffff;
}

.front-new .footer .buttonrow {
	position: relative;
}

.front-new .footer .button {
	background-color: #DEDFEF;
	border: none;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 2px 0 #DEDFEF, 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 2px 0 #DEDFEF, 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 2px 0 #DEDFEF, 0 2px 0 rgba(0, 0, 0, 0.2);
}

.front-new .footer .button:hover {
	position: relative;
	top: 2px;
	background-image: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer-widget-contact,
.footer-widget-access {
	font-size: 16px;
}

.footer-widget-contact .title,
.footer-widget-access .title {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
}

.footer-widget-contact p,
.footer-widget-access p {
	margin-bottom: 24px;
}

.footer-widget-contact .button-contact {
	display: inline-block;
	width: 220px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.footer-widget-access .gmap iframe {
	width: 100%;
}

li.product .text {
	height: auto;
}
li.product .text .title {
	font-size: 16px;
	color: #333;
}
li.product .text .excerpt {
	font-size: 13px;
	margin-top: 8px;
}