@charset "utf-8";

/* --- base --- */
body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'Meiryo', 'sans-serif';
	text-align: center;
}
#header {
	background: #c1c1c1;
	padding: 10px 0;
}
#title {
	background: #ebebeb;
	border-bottom: dotted 1px #ccc;
	padding: 10px 0;
	margin-bottom: 20px;
}
.wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}
#send_area {
	border: solid 2px #ccc;
	padding: 15px;
	margin: 40px 0;
}
#send_area p {
	text-align: center;
}
#send_area p a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #c1c1c1;
	display: inline-block;
	min-width: 170px;
	padding: 20px;
	margin: 0 10px;
	border-radius: 4px;
}
#send_area p a:hover {
	background: #666;
	text-decoration: underline;
}
#send_area p a:last-child {
	background: #39c;
}
#send_area p a:last-child:hover {
	background: #069;
}
#send_area #ssl p {
	font-size: 70%;
	text-align: left;
	display: inline-block;
	width: 640px;
	padding-right: 10px;
}
#send_area #ssl div {
	display: inline-block;
	vertical-align: top;
}
#footer {
	background: #ebebeb;
	padding: 7px 0 5px;
}
#footer p {
	font-size: 70%;
	color: #999;
}
/* --- text define --- */
.contents h2 {
	font-size: 130%;
	line-height: 130%;
}
.contents h3 {
	font-size: 100%;
	line-height: 130%;
	border-left: solid 10px #ccc;
	padding: 0 5px;
	margin: 40px 0 5px;
}
.contents h3 span {
	font-size: 80%;
	color: #c00;
	position: relative;
	top: -1px;
	left: 5px;
}
.contents ul {
	list-style: disc;
	padding: 5px 5px 5px 15px;
}
.contents ol {
	list-style: decimal;
	padding: 5px 5px 5px 15px;
}
.contents p,
.contents pre {
	font-size: 90%;
	line-height: 150%;
	margin: 10px 0;
}
.contents li {
	font-size: 90%;
	line-height: 150%;
	margin: 5px 0;
}
.contents select {
	padding: 5px;
}
.contents input {
	width: 400px;
	padding: 5px;
}
.contents textarea {
	width: 600px;
	max-width: 788px;
	height: 200px;
	padding: 5px;
	margin-bottom: 20px;
}
/* --- class --- */
.notify {
	background: #f1f1f1;
	padding: 15px 15px 0;
}
.contents .notify h3 {
	margin: 0;
}
.contents .box {
	border: solid 1px #ccc;
	padding: 5px 15px;
	margin: 20px 0;
}
.contents .box h3 {
	margin-top: 10px;
}
.notify li {
	font-size: 70%;
}
.contents .error {
	color: #fff;
	background: #c00;
	padding: 5px;
	display: inline-block;
	margin-bottom: 0;
}
/* systemerror 231102 sm60 */
.p-systemError{
	margin: 20px auto;
	padding: 20px;
	width: 800px;
	height: auto;
	border-radius: 2px;
	background-color: #fff3f3;
	box-sizing: border-box;
	border: 2px solid #cc0000;
	text-align: center;
	word-break: break-word;
}
.p-systemError_title{
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	font-size: 15px;
	font-weight: bold;
	color: #cc0000;
}
.p-systemError_title::before{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 100%;
	background: url(/images/systemError-icon.svg)no-repeat;
	content: "";
}
.p-systemError_detail{
	display: block;
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
}
.p-systemError_detail a, .p-systemError_detail a:visited{
	color: #3399cc;
	text-decoration: underline;
}
