body {
	color: #333333;
	font-family: Hiragino Kaku Gothic Pro,Osaka,"MS PGothic",sans-serif;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

a:link    ,
a:visited ,
a:hover   ,
a:active  { color: #0099ff; text-decoration: none; }

header {
	width: 100%;
	padding: 10px 7px;
	box-sizing: border-box;
	background: -webkit-gradient(linear,left top,left bottom,from(#f3f3f3),color-stop(0.50,#e5e5e5),color-stop(0.51,#d6d6d6),to(#f2f2f2));
	background: -moz-linear-gradient(top,#f3f3f3 0,#e5e5e5 50%,#d6d6d6 51%,#f2f2f2 100%);
	font-weight: bolder;
	font-size: 12px;
}

footer {
	padding: 13px 10px 15px 10px;
	box-sizing: border-box;
	border-top: 3px solid #d4d7db;
	background: #eeeeee;
	text-align: center;
	font-size: 12px;
}

h1 {
	background-color: #f3f3f3;
	border-top: #0885c3 3px solid;
	padding: 10px 7px;
	margin: 9px 0;
}

h2 {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 3px 0 0 8px;
	border-left: 4px solid #0099ff;
	vertical-align: middle;
}

h2.-js-collapsible {
	background-image: url("/account2/img/arrow-r.png");
	background-repeat: no-repeat;
	background-position: right center;
}

h2.-js-collapsible-open {
	background-image: url("/account2/img/arrow-d.png");
}

.-js-collapsible-content {
	display: none;
}

dd {
	margin-bottom: 0.4em;
}

p {
	line-height: 120%;
	word-break: break-all;
	margin: 0.5em;
}

.right  { text-align: right; }
.center { text-align: center; }
.left   { text-align: left; }

.red    { color: #ff0000; }

section {
	margin: 10px;
}

#error {
	width: 50%;
	top: 200px;
	left: 25%%;
	position: fixed;
	display: block;
	z-index:9999;
	background-color: #ffffff;
	opacity: 0.9;
	border: #828282 1px solid;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;	
	padding: 0.5em;
}
#error  li {
	margin-left: 2em;
}

#loading {
	width: 100%;
	height: 1000px;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	z-index:9999;
}

#loading:after {
	width: 50%;
	height: 80px;
	top: 200px;
	left: 25%%;
	position: fixed;
	display: block;
	border: #828282 1px solid;
	font-size: 14px;
	background-color: #ffffff;
	opacity: 0.9;
	z-index:10000;
	text-align: center;
	content: '通信中です';
	background-image: url("./img/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center 2em; 
	padding-top: 0.3em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;	
}

.box.gray {
	background: #e2e5ec;
	border: 2px solid #e2e5ec;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.box.white {
	margin: 10px;
	background: #fff;
	border: 2px solid #ccc;
	padding: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
	min-height: 1px;
}

.xsmall {
	font-size: 12px;
}

.inline {
	display: inline;
}

label,legend {
	margin-top: 4px;
	display: block;
}

fieldset input[type="text"]:first-child ,
fieldset input[type="email"]:first-child,
fieldset input[type="password"]:first-child {
	border-bottom: none;
}

fieldset input[type="text"]:first-child ,
fieldset input[type="email"]:first-child,
fieldset input[type="password"]:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius:    6px 6px 0 0;
	-ms-border-radius:     6px 6px 0 0;
	-o-border-radius:      6px 6px 0 0;
	border-radius:         6px 6px 0 0;
	box-sizing: border-box;
	margin: 0;
}

fieldset input[type="text"]:last-child  ,
fieldset input[type="email"]:last-child ,
fieldset input[type="password"]:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius:    0 0 6px 6px;
	-ms-border-radius:     0 0 6px 6px;
	-o-border-radius:      0 0 6px 6px;
	border-radius:         0 0 6px 6px;
	box-sizing: border-box;
	margin: 0;
}

input[type="text"] ,
input[type="email"],
input[type="password"] {
	width: 100%;
	padding: 3px;
	margin-bottom: 4px;
	border: 1px solid #7f9db9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: 200%;
}

button,
a.submit,
input[type="button"],
input[type="submit"] {
	border: 1px solid #c1a84c;
	background: #ffe35e;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff4af),color-stop(0.2,#fff4af),to(#ffd348));
	background: -moz-linear-gradient(center top,#fff4af,#fff4af 20%,#ffd348);
	-moz-box-shadow: 0 0 1px #ededed;
	-webkit-box-shadow: 0 0 1px #ededed;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 40px 4px 40px;
	width:100%;
	margin: 12px auto;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

a.button {
	border: 1px solid #333333;
	-moz-box-shadow: 0 0 1px #ededed;
	-webkit-box-shadow: 0 0 1px #ededed;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0 4px 0;
	text-align: center;
	width:100%;
	margin: 4px auto;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
a.button:link    ,
a.button:visited ,
a.button:hover   ,
a.button:active  { color: #333333; }


ul.inline li {
	list-style: none;
	display: inline;
}

ul.inline li:after {
	content: " - ";
}
ul.inline li:last-child:after {
	content: "";
}
