@charset "utf-8";
/*
@import url("common/default.css");
@import url("common/fonts.css");
*/
/* Clearfix
=================================*/

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hide from Mac IE \*/
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

/* =========================================
*  COMMON
* ========================================= */
/*
html {
	height: 100%;
}

body {
	padding: 1em;
	height: 100%;
	color: #252525;
	background: #ccc;
	font-family: Helvetica;
}
*/
p.note {
	margin: 0 auto;
	width: 830px;
	padding: 0 0 .5em;
	text-align: right;
}
p.attention {
	margin: 0 auto;
	width: 800px;
	padding: 0 0 .5em;
	font-size: 93%;
	color: #f60;
}

p.word {
	margin: 0 auto;
	width: 800px;
	padding: 0 0 .5em;
	font-size: 100%;
	color: #000;
}

div#alert {
	margin: 0 auto 1em;
	border: solid #f60 3px;
	padding: 5px 10px;
	width: 574px;
}
/*
h1 {
	text-align: center;
}
h1:first-letter {
}

	h1 a {
	}
*/
a {
	color: #00f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* =========================================
*  FRAME
* ========================================= */

div.pagebody {
	margin: 0 auto 1em;
	padding: 15px;
	width: 900px;
	background: #fafafa;
}
/*
h2 {
	margin-top: 1em;
	border: solid #ccc 1px;
	border-top: none;
	border-right: none;
	border-left-width: 5px;
	padding: .3em .7em;
	font-size: 116%;
}
*/
/*
form {
	margin-top: 20px;
}
*/
	form legend {
		display: none;
	}
/*
	table {
	width: 800px;
	border: solid #ddd 3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	}
		table td {
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
		}
		table th {
	text-align: left;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	font-size: 116%;
		}
		
			table th span {
	margin-left: 0.5em;
	color: #f60;
	font-weight: bold;
	display: inline;	
			}
			table th ul {
	margin-left: 0.5em;
	color: #f60;
	font-weight: bold;
	display: inline;	
			}
		
		table td {	
		}
		
			table td input[type="text"]{
				border: solid #eee 3px;
				padding: 4px 7px;
			}
			table td  input[type="checkbox"] {
	border: solid #fafafa 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width:20px;
	height:20px;
	vertical-align: middle;
			}
			table td  input[type="radio"] {
	border: solid #fafafa 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	width:20px;
	height:20px;
	vertical-align: middle;
			}
*/
			table td .err {
	background: #f60;
	border: 3px solid #f60;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear:both;
			}
			table td .err input {
	background: #f60;
			}
			table td .after.err {
				border-color: #f60;
				background: #fff !important;
			}
			table td .after.err input {
				border-color: #f60;
				background: #fff !important;
			}
			table td label {
	margin-right: 1em;
	padding: 0px;
			}
			table td label input {
				margin-right: .3em;
			}
			.sp1 {
				width: 190px;
				float:left;
			}
			.sp2 {
				width: 380px;
				float:left;
			}
			.sp3 {
				width: 150px;
				float:left;
			}
			.sp4 {
				width: 250px;
				float:left;
			}
			.sp-etc {
				width: 90px;
				float:left;
			}
	
	p.submit {
		margin: 0 auto;
		padding-top: 2em;
		width: 600px;
		text-align: center;
	}
	.button {
		display: inline-block;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		font: 14px/100% "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
		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: #d7d7d7;
		border: solid 1px #333;
		background: #333;
		background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
		background: -moz-linear-gradient(top,  #666,  #000);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	}
	.button:hover {
		text-decoration: none;
		background: #000;
		background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
		background: -moz-linear-gradient(top,  #444,  #000);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
	}
	.button:active {
		position: relative;
		top: 1px;
		color: #666;
		background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
		background: -moz-linear-gradient(top,  #000,  #444);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	}
	
p.copy {
	border-top: solid #ccc 1px;
	padding: 0 0 3em;
	text-align: center;
}



/* Form
--------------------------------------------------*/
form.mbp_system {
	margin: 0px;
	padding: 0px;
}

.mbp_system legend {
	display:none;
}
.mbp_system label {
	margin:0 3px;
}
.mbp_system input[type=radio], .mbp_system input[type=checkbox] {
	margin-right:0.3em;
}
.mbp_system button, .mbp_system input[type=checkbox], .mbp_system input[type=radio], .mbp_system input[type=reset], .mbp_system input[type=submit] {
	padding:1px;
}
.mbp_system [type=check], .mbp_system [type=radio], .mbp_system [type=submit] {
	cursor: pointer;
}
.mbp_system [type=check] + label, .mbp_system [type=radio] + label {
	display: inline-block;
	cursor: pointer;
}
.mbp_system [type=text], .mbp_system [type=password], .mbp_system textarea {
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width:90%;
}
.mbp_system input[type=text]:hover, .mbp_system [type=password]:hover, .mbp_system textarea:hover, .mbp_system input[type=text]:focus, .zeromail [type=password]:focus, .zeromail textarea:focus {
	background-color: #ECFBFF;
}
