@charset "utf-8";
/* CSS Document */



#mainContentsBody {
	overflow:hidden;
	color:#454545;
}

.leftArea {
	min-height:100%;
	width:591px;
	float:left;
	
	padding:0px 20px;
}

.leftArea h2 {
	font-size:16px;
	margin-top:20px;
}

.leftArea a {
	color:#1161C0;
	text-decoration:underline;
}

.textContainer {
	margin-top:10px;
}

.leftArea dt {
	color:#e50d3e;
}

.leftArea dl {
	margin-top:24px;
}

.leftArea dd {
	margin-top:10px;
}

.leftArea dt, .leftArea dd {
	position:relative;
	padding-left:30px;
}

.leftArea dt p, .leftArea dd p {
	position:absolute;
	left:0px;
	top:0px;
}

.rightArea {
	width:279px;
	float:left;
	min-height:100%;
	padding:0px 20px;
	background:#f6f6f6;
	
	padding-bottom: 30000px;
	margin-bottom: -30000px;
	padding-top:20px;
}

.rightArea h3 {
	font-weight:bold;
}

.navigateIndex {
	border-top:1px solid #cecece;
	padding-top:15px;
	margin-top:15px;
}

.navigateList {
	margin-top:10px;
}

.navigateList li {
	line-height:22px;
	font-size:13px;
}

.navigateList li a:hover {
	text-decoration:underline;
}

.navigateList span {
	color:#8d8d8d;
	display:inline-block;
	margin-right:5px;
}

.formContainer {
	margin-top:20px;
}

.inputNotice {
	margin-bottom:10px;
}

.formContainer span {
	color:#e50d3e;
}

.subjectInfo {
	color:inherit !important;
	font-size:10px;
}

.formContainer input {
	height:38px;
	line-height:38px;
	border:1px solid #e0e0e0;
	outline: 0px none black;
	padding:0px 10px;
	max-width: 350px;
}

.fornContainer label {
	margin-right:10px;
}

.inputRadio {
	width:auto !important;
	height:auto !important;
	line-height:normal !important;
	padding:0px !important;
	vertical-align:middle;
	border:none;
}

.miniArea {
	width:inherit !important;
	margin-right:10px;
}

.formContainer table {
	display:block;
	margin-left:-10px;
}

.formContainer tr {
}

.formContainer td {
	padding-left:10px;
}

.subjectTd {
	background:#f0f0f0;
	width:180px;
	height:38px;
	vertical-align:middle;
}

.subjectTd.error {
	background: #FFACC0;
}

.formContainer textarea {
	width:548px;
	max-width:548px;
	height:108px;
	
	margin:20px;
	border:1px solid #e0e0e0;
	outline: 0px none black;
	
	box-shadow:0px 0px 0px 20px #f0f0f0;
	behavior: url(http://www.mikuweb.com/common/css/PIE.htc);
	width:350px;
}

.subArea {
	width:100% !important;
	max-width:100% !important;
	height:100px !important;
	margin:0px !important;
	box-shadow:none !important;
}

.formNotice {
	margin-bottom:-20px;
	font-size:12px;
	position:relative;
	z-index:1;
	background:#f0f0f0;
	height:25px;
	line-height:25px;
	padding-left:20px;
}

.postNotice {
	font-size:12px;
	margin-top:30px;
}

.postNotice.hasline {
	border-top:1px solid #e0e0e0;
	padding-top:10px;
	margin-top:20px;
}

.btnArea {
	width:120px;
	margin:0px auto;
	margin-top:10px;
}

.formBtn {
	cursor: pointer;
	display: block;
	width: 100px;
	text-align: center;
	background: #FF003C;
	color: white;
	padding: 10px;
	font-size: 12px;
	position: relative;
	float:left;
}

.formBtn span {
	display: inline-block;
	color: #353C35;
	margin-left: 4px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 5px;
}

.formBtn a {
	text-decoration:none;
	color:#fff;
}

#btnCancel {
	margin-left:10px;
}

.postNoticeList {
	font-size:12px;
	list-style-position:outside;
	margin-left:1em;
	text-indent:-1em;
}

.postNoticeList li {
	margin-top:10px;
}

.postNoticeList li:before {
	content:"・"
}

#askBody {
	width:908px;
	margin:0px auto;
	margin-top:20px;
}

#askBody table {
	margin-top:20px;
}

#askBody h2, #askBody h3 {
	font-size: 16px;
}

.bannerTag {
	width:400px;
	height:50px;
	resize:none;
	outline: 0px none black;
	margin-bottom:20px;
	margin-left:20px;
	border:1px solid #e0e0e0;
	color:#454545;
}

#bannerTable {
	margin-top:20px;
}

#bannerTable img {
	vertical-align:top;
}


#errorCaption {
	background: #E8E8E8;
	text-align: center;
	color: #FE104E;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	margin-top:20px;
}

#errorCaption span {
	display:inline-block;
	height:18px;
	width:30px;
	background:#ffacc0;
	margin-right:5px;
	
	position:relative;
	bottom:-4px;
	bottom:-10px\9;
}


/* fix */
.formList li {
margin-top: 30px;
border-bottom: 1px solid rgb(245, 245, 245);
padding-bottom: 30px;
}

.formList li.error input, .formList li.error select, .formList li.error textarea {
	background:rgb(255, 228, 228);
}

.caption {
width: 190px;
float: left;
margin-right: 15px;
}

.input_Group, .radioGroup {
	width: 375px;
	float: left;
}

.elem_aftertxt  {
	width:375px;
	color:#e50d3e;
	margin-top:10px;
}

.elem_radio {
	vertical-align: middle;
}

.elem_fullname_1, .elem_fullname_2 {
width: 110px;
margin-left: 10px;
margin-right: 10px;
}

.elem_tel_1, .elem_tel_2, .elem_tel_3 {
	width:80px !important;
}


.elem_text, .elem_email {
	width:350px !important;
}

.elem_email {
	margin-top:10px;
}

.elem_email:first-child {
	margin-top:0px;
	margin-bottom:10px;
}

.elem_area {
	width:330px !important;
}