﻿@charset "utf-8";


body {
	background-color: #a9d2ff;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-size: 19px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper{
	width: 80%;
	margin: 0 auto;
	background-color: #fff;	
}

#content {
	width: 100%;
	margin: 1%;
	padding: 1%;
	color: #000000;
	border: #b4bcf8 solid 1px;
	border-radius: 12px;
}

h3{
	font-size: 3em;
	font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
	color: #fff;
	text-shadow:
		-2px -2px 0 #00f,/*left top*/
		2px -2px 0 #00f,/*right top*/
		2px 2px 0 #00f,/*right bottom*/	
		-2px 2px 0 #00f;/*left bottom*/	
		text-align: center;
		margin: 1% 0;
		}
	
h5{
	font-size: 30px;
	color: #f00;
	font-weight: bold;	
	
	
}

#word p{
	font-size: 1.2em;

}

#pack{
	width: 100%;
	text-align: center;

}


#word p{

	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-align: left;
	padding: 1% 1% 0;
	margin-bottom: 1%;

}

#word p .red{
	font-size: 1.1em;
	font-weight: bold;
	color: red;
	}

p .blue{
	font-size: 1.1em;
	font-weight: bold;
	background-color: #3bb3e0;
	


}
#word .title02{
	
	padding: 2% 0 0;
	}

#pic{
	overflow: hidden;
	}
	
#pic .logo{
	float: left;
}
#pic .senden{
	float: right;
	}

.senden2{
	display: none;
	
	}


#price{
	clear: both;
	padding: 0 1% 3%;
	margin-top: 1%;
	text-align: left;
	

}

.large{
	font-size: 1.1em;
}

.big{
	font-size: 1.1em;
	background-color: #3bb3e0;

}



.right_side{
	width: 100%;
	text-align: right;
	

}

.kakaku{
	font-size: 1.3em;	
}
.logo2{
	display: none;
}


#sales{
	border: double 12px #444;
	font-weight: bold;
	padding: 5px;

}

#sales:hover{
	background-color: #3bb3e0;

}

#bit{
	width: 400px;
	margin: 0 auto;
	text-align: center;
	background-color:#3bb3e0;
	padding:10px;
	position:relative;
	font-size: 1.2em;
	text-decoration:none;
	color:#fff;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
	-o-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#bit::before {
	background-color:#072239;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:4px;
	left:-2px;
	top:5px;
	z-index:-1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	-o-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
}

#bit:active {
	color:#156785;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	background:rgb(44,160,202);
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
	-o-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
	box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
	top:7px;
}
#tel{
	width: 400px;
	margin: 20px auto 10px;
	text-align: center;
	background-color:#3bb3e0;
	padding:10px;
	position:relative;
	font-size: 1.2em;
	text-decoration:none;
	color:#fff;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
	-o-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#tel::before {
	background-color:#072239;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:4px;
	left:-2px;
	top:5px;
	z-index:-1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	-o-box-shadow: 0px 1px 0px #fff;
	box-shadow: 0px 1px 0px #fff;
}

#tel:active {
	color:#156785;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
	background:rgb(44,160,202);
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
	-o-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
	box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
	top:7px;
}
.a_demo_two:active::before {
	top:-2px;
}
a{
	text-decoration: none;
	color: #000;
}

a:hover{
	
	color: #333;

}

#copyright p{
	border-top: dotted 1px #444;

}
.syouhin{
	font-size: 1.2em	
}

@media screen and (max-width: 830px) {
	#wrapper{
	width: 100%;}
	
	h3{
	font-size: 20px;}
	
	.senden{
	display: none;
	
	}
	
	#word p{
	font-size: 16px;}
	
	.logo{
	display: none;
	}
	#bit{
	width: 300px;
	font-size: 23px;
	}
	#tel{
	width: 300px;
	font-size: 23px;
	}
	.large{
	font-size: 16px;
}
	.big{
	font-size: 16px;
	}
	
	

	#price .big{
	font-size: 1.2em;
	background-color: #3bb3e0;

}
	.senden2{
	display: block;
	}
	.logo2{
	 display: block;}
	 .syouhin{
		 font-size: 16px;
}

