﻿@charset "utf-8";
/*
by Yasuhito.K
*/

@import url("http://shopapp.jp/css/reset.css"); 
html{
	height: 100%;
	overflow-y: scroll;
	}
body{
	margin: 0;
	padding: 0;
	line-height:1.2;
	color: #515151;
	font-family: Verdana, Arial, Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	}
p{
	margin: 10px 10px 5px 20px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
div{
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
a{
	font-weight: bold;
	text-decoration: none;
	color: #0066ff;
	}
a:visited{
	color: #0066ff;
	}
a:hover{
	color: #0066ff;
	}
a:active{
	color: #0066ff;
	}
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
h2{
	margin: 5px;
	padding: 0px 10px 0px 10px;
	font-size: 1.5em;
	font-weight: bold;
	border-left: 15px solid #00B4FF;
	}
h2 a{
	font-weight: bold;
	text-decoration: none;
	}
h3{
	margin: 20px 5px 0px 10px;
	padding: 0px 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #2cbe87;
	}
h3 a{
	font-weight: bold;
	text-decoration: none;
	color: #2cbe87;
	}
h4{
	margin: 10px 5px 0px 20px;
	padding: 0px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #663300;
	}
h4 a{
	font-weight: bold;
	text-decoration: none;
	color: #663300;
	}
.clr{
	clear: both;
	}
li{
	padding-left: 0px;
	}
#wrapper{
	width: 970px;
	margin: 0px auto;
	padding-bottom: 50px;
	text-align: center;
	background-color: #FFF;
	}
/* header */
/*
#header{
	width: 100%;
	height: 581px;
	background-color: #00B4FF;
	background-image: url('http://shopapp.jp/images/lp_head_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: scroll;
	}
*/
h1{
	display: block;
	margin: 0px auto;
	overflow: hidden;
	}

/* content */


/* footer */
#footer{
	clear: both;
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: #00B4FF;
	}
#footer div{
	width: 940px;
	height: 50px;
	margin: 0px auto;
	overflow: hidden;
	}
#footer p{
	margin-top: 5px;
	text-align: center;
	color: #FFFFFF;
	}
#footer p a{
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	}
#footer p a:hover{
	text-decoration: underline;
	}
#footer p span{
	font-size: small;
	}
/* other */
.t-bold{
	font-weight: bold;
	}
.t-large{
	font-size: large;
	}
.t-red{
	color: #ff3333;
	}
.t-blue{
	color: #0066ff;
	}
.t-pink{
	color: #ff3399;
	}
.t-green{
	color: #33cc33;
	}
.t-orange{
	color: #ff9900;
	}
.t-yellow{
	color: #ffff00;
	}
.t-gray{
	color: #888888;
	}
.t-dark{
	color: #444444;
	}
.t-mini{
	font-size: x-small;
	font-weight: normal;
	}
.t-small{
	font-size: small;
	font-weight: normal;
	}
.t-point{
	font-size: large;
	color: #2cbe87;
	font-weight: bold;
	}
.area-1{
	margin: 5px 5px 10px 5px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	}
.area-2{
	margin: 5px 5px 10px 25px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	}
.area-3{
	margin: 5px 5px 10px 45px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	}
.area-4{
	margin: 5px 5px 10px 65px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	}
.area-r1{
	margin: 5px 5px 10px 5px;
	padding: 0px;
	text-align: right;
	}
.area-r2{
	margin: 5px 25px 10px 5px;
	padding: 0px;
	text-align: right;
	vertical-align: top;
	}
.area-c1{
	margin: 5px 5px 10px 5px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	}
.bd{
	border: 1px solid #515151;
	}
.formkinyu{
	margin: 0px 5px 0px 0px;
	padding: 5px;
	border: none;
	border-left: 1px solid #515151;
	border-top: 1px solid #515151;
	background-color: #EEEEEE;
	}
/* content */
#contact{
	width: 940px;
	margin: 5px auto;
	}
.contacttitle {
	display: block;
	width: 600px;
	margin: 5px auto;
	text-align: center;
	padding: 10px;
	font-size: 2em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.4, rgb(0, 179, 255)));
	background-image: -moz-linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(0, 179, 255) 40%);
	background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(0, 179, 255) 40%);
	color: rgb(255, 255, 255);
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
}
.contactbox {
	display: block;
	width: 600px;
	margin: 5px auto;
	padding: 10px;
	border: 1px solid #EEE;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
/*
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(255, 255, 255)),color-stop(0.4, rgb(215, 240, 250)));
	background-image: -moz-linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(215, 240, 250) 40%);
	background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(215, 240, 250) 40%);
*/
	color: rgb(0, 0, 0);
	-webkit-box-shadow: 2px 2px 4px rgba(51,51,51,0.5);
	-moz-box-shadow: 2px 2px 4px rgba(51,51,51,0.5);
	-ms-box-shadow: 2px 2px 4px rgba(51,51,51,0.5);
	box-shadow: 2px 2px 4px rgba(51,51,51,0.5);
	font-size: 12px;
}
.contactform{
	width: 500px;
	margin: 0px auto;
	}
.contactform th{
	width: 100px;
	text-align: right;
	padding: 5px 10px;
	vertical-align: top;
/*
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
*/
	}
#input-name{
	width: 250px;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: .5em;
/*
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
*/
	}
#input-mail{
	width: 250px;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #ccc;
	border-radius: .5em;
/*
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
*/
	}
#input-body{
	width: 360px;
	margin-bottom: 10px;
	padding: 5px;
	height: 100px;
	border: solid 1px #ccc;
	border-radius: .5em;
/*
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
*/
	}
.button{
	display: inline-block;
	outline: none;
	cursor: pointer;
	list-style-type: none;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: .5em 2em .55em;
/*
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
*/
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #333;
	border: solid 1px #ccc;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc));
	background: -moz-linear-gradient(top,  #fff,  #ccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}
.button:hover {
	text-decoration: none;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background: -moz-linear-gradient(top,  #eee,  #ccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
}
.button:active {
	position: relative;
	top: 1px;
	color: #fff;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ddd));
	background: -moz-linear-gradient(top,  #aaa,  #ddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaaaaa', endColorstr='#dddddd');
}
.button:visited {
	color: #ccc;
}


