@charset "utf-8";
/*
Theme Name:yasaburou-shouten.net
Description:弥三郎商店 cssテーマ
Theme URI:www.yasaburou-shouten.net
Author:ray
Author URI:www.yasaburou-shouten.net
Version:1.0
License:sci inc.
License URI:www.sciinc.jp
*/
/*=========================================================
layout frame style
=========================================================*/
body {
	/*background-color: #fff;*/
	background-position: center top;
}
#container {
	width: 100%;
	min-width: 980px;
	overflow: hidden;
}
div.fieldlimit {
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}
header, footer {
}
#header {
}
.header {
	width: 95%;
	height: 70px;
	padding: 5px 2.5%;
	position: fixed;
	background-color: #fff;
	z-index: 99;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px;
}
section.contents {
	padding: 50px 2.5%;
	overflow: hidden;
	position: relative;
}
#footer {
	padding: 40px 2.5% 20px;
	position: relative;
}

/*=========================================================
contents style
=========================================================*/
.sec-title {
}
.sec-title img, .sec-title h2 {
}
.sec-title h2 {
	font-size: 2rem;
	font-weight: normal;
}
.iconbox {
	box-shadow: 0 0 10px;
}
.con-square {
}
/*=========================================================
header section style
=========================================================*/
#header .headerlogo {
	float: left;
}
#header ul {
	float: right;
	font-size: 0;
	margin: 5px 0;
}
#header li {
	display: inline;
}

/*=========================================================
footer section style
=========================================================*/
#footer {
	padding: 50px 2.5% 20px;
	background-color: #34404b;
}

#copyright {
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
/*=========================================================
parts effect style
=========================================================*/
.nonedisp {
	display: none;
}

.btnblink{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.btnblink:hover {
	-webkit-animation: none;
    -moz-animation: none;
	animation: none;
}