@charset "utf-8";

body {
	background-color: rgba(238,109,17,0.6);
}

#a{
}


#page {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
}
@media(max-width:500px){
#page {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #ee6d11;
}
}

#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}

#header img{
	width:100%;
	height:auto;
	border-radius:8px;
	float:left;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border:solid 1px #999\9;
	margin-bottom:1%;	
}

#header img:hover{
	width:100%;
	height:auto;
	border-radius:8px;
	float:left;
	-moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0.7);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.7);
	border:solid 1px #2792ff\9;
	background-color:rgbs(0,0,0,0.5);

}

@media(max-width:800px){
#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
}

#annai {
	display: none;
}

@media(max-width:800px){
#annai {
	display: block;
	width: 100%;
	margin: 2px auto 0px;
}
}



/*---*/
#shop {
	width: 900px ;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#shop ul{
	width: 100%;
	overflow: hidden;
	display: block;
	list-style-type: none;
}

#shop li{
	width:25%;
	padding:9px;
	float:left;
}

#shop li{
	width:23%;
}

#shop li a{
	float:left;
	width:100%;
}

#shop li img{
	width:100%;
	height:auto;
	border-radius:8px;
	float:left;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border:solid 1px #999\9;
}

#shop li img:hover{
	width:100%;
	height:auto;
	border-radius:8px;
	float:left;
	-moz-box-shadow: 0 0 3px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0.7);
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.7);
	border:solid 1px #2792ff\9;

}
/*---*/
@media(max-width:500px){
#shop {
	width: 100% ;
	margin-top: 5px;
}
#shop li{
		width:48%;
		padding:2px;
}
}

#link {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #FF0004;
}

/*#link img:hover{
	width:100%;
	height:auto;
	border-radius:8px;
	float:left;
	
	-moz-box-shadow: 0 0 3px 2px rgba(125,125,125,0.7);
	-webkit-box-shadow: 0 0 3px 2px rgba(0,0,0.7);
	box-shadow: 0 0 3px 2px rgba(125,125,125,0.7);
	border:solid 1px #2792ff\9;

}*/

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.link_page {
	width: 100%;
	margin-top:5px;
}

.link_page_sp {
		display: none;
}

@media(max-width:500px){
#link {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.link_Bt {
	width: 94%;
	height: 65px;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 1px;
}
.link_Bt a {
	display: block;
	line-height: 60px;
	font-size: 25px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #666;
	border-radius: 5px;
}
.link_Bt a:hover {
		background-color: #000;
}


.link_page {
	display: none;
}
.link_page_sp {
	display: block;
	width: 100%;
	margin-top: 5px;
}
.text {
		width: 94%;
		height:40px;
		font-size:14px;
		margin-right: 3%;
		margin-left: 3%;
		margin-top: 1px;
}
}

#footer  {

		display: none;
}



#KOlogo{
}

#copyright {
	font-size:12px;
	color:#FFF;
	position:absolute;
	right:10px;
	bottom:10px;
}

@media(max-width:800px){
#footer  {
		display:block;
	 	height:60px;
		width: 100%;
		background-color:#585757;
		background-repeat: repeat-y;
		background-size:contain;
		position: relative;
		/*overflow:hidden;*/
		border-top: solid 8px #000;
		z-index:20;
		margin-top: 5px;
}

#KOlogo{
display:block;
height:45px;
margin:5px 0px 0;
}
}