@charset "utf-8";
/* default set
-----------------------------------*/
html {
	font-size:100%;
	overflow-x:none;
	overflow-y:auto;
}
html::-webkit-scrollbar {
	width:10px;
	height:10px;
	background:#fff;
}
html::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(168,0,54,.2);
	border-radius:10px;
}
html::-webkit-scrollbar-thumb {
	-webkit-box-shadow:inset 0 0 6px rgba(168,0,54,.5);
	background:#fff;
	border-radius:10px;
}
body {
	font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","Meiryo UI","MS PGothic","ＭＳ Ｐゴシック",sans-serif;
	color:#683453; /* (104,52,83) */
	letter-spacing:.1em;
	line-height:1rem;
	cursor:default;
	background:#F6E5EB url(../img/back.png) no-repeat right bottom fixed;
	
}
body#print {
	background:#fff;
}
::selection { /* テキスト選択時のハイライト */
	background:
	color:
}
::-moz-selection {
	background:
	color:
}
a {
	color:#683453;
	text-decoration:none;
	_text-shadow:1px 1px 1px rgba(255,255,255,0.5);
}
a:visited {
	
}
td {
	vertical-align:top;
}
.r {
	color:red;
}
input[type=text].r {
	color:red;
} 
.hr { /* for GoodsList and orderResult */
	border-top:1px solid rgba(168,0,54,.2);
}
.borB {
	border-bottom:1px solid rgba(168,0,54,.2);
}
/* wrap
-----------------------------------*/
#wrap {
	width:100%;
	overflow:hidden;
	padding:30px 4rem 0 4rem;
}

/* container right td
-----------------------------------*/
#container {
	padding:20px;
	background:rgba(255,255,255,.85) url(../img/logo.png) no-repeat center center fixed;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	     -o-border-radius:10px;
	        border-radius:10px;
}

/* content
-----------------------------------*/
#content {
	width:300px;
	min-height:300px;
	margin:0 auto;
	-webkit-transition:all .2s linear;
	   -moz-transition:all .2s linear;
	        transition:all .2s linear;
	position:relative;
}
#box {
	position:absolute;
	top:25%;
	left:50%;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	     -o-border-radius:10px;
	        border-radius:10px;
}
#box td {
	padding:10px 50px;
	text-align:center;
}
#box th {
	padding:20px 0;
	color:rgba(104,52,83,.8);
	font-size:.9rem;
	text-align:center;
}
#box sub {
	display:block;
	font-size:.7rem;
	text-align:center;
	margin-top:5px;
}
#att {
	padding:0;
	color:#f00;
	font-size:.9rem;
	text-align:center;
	line-height:1.5;
	-webkit-transition:all .2s linear;
	   -moz-transition:all .2s linear;
	        transition:all .2s linear;
}
#att i {
	display:block;
	text-align:center;
	font-size:2.2rem;
	color:rgba(255,0,0,.6);
	margin-top:-1rem;
}
#att i:before {
	content:'\e84a';
}
.m {
	margin:50px 0;
}
/* form default
-----------------------------------*/
/* reset */
form {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
select, input, textarea, button { 
	vertical-align:middle;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	position:relative;
	margin:0 4px 2px 0;
	*margin-right:3px;
	top:-1px;
	outline:none;
	-webkit-appearance:none;
	   -moz-appearance:none;
	     -o-appearance:none;
	        appearance:none;
}
/* common */
input[type=text],
input[type=password] {
	color:rgba(104,52,83);
	font-size:.9rem;
	line-height:1;
	letter-spacing:1px;
	padding:3px 7px 5px 7px;
	border:1px solid rgba(168,0,54,.15);
	background:rgba(255,255,255,.6);
	cursor:default;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;
	-webkit-transition:all .2s linear;
	   -moz-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}
input[type=text]:hover {
	border-color:rgba(168,0,54,.5);
}
input {
	width:200px;
	margin:0 auto;
}
input[type=password] {
	background:rgba(255,255,255,.8);
}
input[type=password]:hover {
	border-color:rgba(168,0,54,.5);
}
input[type=button] {
	width:200px;
	font-size:.9rem;
	letter-spacing:.5rem;
	padding:.4rem 4rem;
	color:#683453;
	background:none;
	border:1px solid rgba(168,0,54,.15);
	cursor:pointer;
	-webkit-border-radius:20px;
	   -moz-border-radius:20px
	     -o-border-radius:20px;
	        border-radius:20px;
	-webkit-transition:all .2s linear;
	   -moz-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}
input[type=button]:hover {
	color:#fff;
	background:rgba(168,0,54,.6);
}
::-webkit-input-placeholder {
	color:rgba(104,52,83,.4);
	font-size:.9rem;
	line-height:1.2;
	letter-spacing:1px;
	padding-top:.05rem;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;
}
:-moz-placeholder {
	color:rgba(104,52,83,.4);
	font-size:.9rem;
	line-height:1.2;
	letter-spacing:1px;
	padding-top:.05rem;
}
input:-webkit-autofill { /* for chrome */
	color:#683453 !important;
	-webkit-box-shadow: 0 0 0px 1000px #faf9f9 inset;
}
