﻿@charset "UTF-8";

/*
/////////////////////////////////////
BASE
/////////////////////////////////////
*/

strong {
	color: #00b4ff;
	font-weight: normal;
}

/* +++++++++++ TEXT +++++++++++ */

.TextPostscript {
	margin: 2px 0 12px;
	padding: 0 0 10px;
	border-bottom: 1px #d6dada dashed;
	color: #4d4d4d;
	font-size: 1em;
}


/*
/////////////////////////////////////
CONTENTS
/////////////////////////////////////
*/

/* +++++++++++ DATA AREA +++++++++++ */

#ContentsArea #Data .Frame {
	width: 800px;
	margin: 10px auto 0;
	padding: 0;
	background: #f2f2f2;
	text-align: center;
}

#ContentsArea #Data .TextLead {
	margin: 0 10px;
	font-size: 1em;
}

/* 詳細 */
#ContentsArea #Data .TextArea dt {
	width: 110px;
	_width: 102px;
	padding: 0;
	font-weight: bold;
	letter-spacing: normal;
}

#ContentsArea #Data .TextArea dd {
	float: right;
	width: 642px;
}

/* +++++++++++ FORM AREA +++++++++++ */

#ContentsArea #Data #Form {
	clear: both;
}
#ContentsArea #Data #Form:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
	visibility: hidden;
}

/* 詳細 */
#ContentsArea #Data #Form .TextArea {
	float: left;
	width: 580px;
	margin: 10px auto 6px 10px;
	_margin: 10px 0 6px 10px;
}

#ContentsArea #Data #Form .TextArea dt {
	height: 28px;
}

#ContentsArea #Data #Form .TextArea dt.Required {
	margin: 0 4px 4px 0;
	_margin: 0 0 4px 0;
	background: none;
	border: 1px #f2f2f2 solid;
	color: #00b4ff;
	font-weight: normal;
	text-align: right;
}

#ContentsArea #Data #Form .TextArea dt.None {
	background: none;
	border: 1px #f2f2f2 solid;
}

#ContentsArea #Data #Form .TextArea dd {
	float: left;
	width: 180px;
	height: 30px;
	padding: 0;
	background: none;
	border: none;
	line-height: 0;
}

#ContentsArea #Data #Form .TextArea dd input[type="text"] {
	width: 168px;
	height: 18px;
	padding: 5px;
	border: 1px #d2d2d2 solid;
	line-height: 1.4em;
}

#ContentsArea #Data #Form .TextArea dd.Text {
	width: 140px;
	height: 18px;
	margin: 0 0 0 4px;
	padding: 10px 0 0;
	background: none;
	border: none;
	font-size: 0.9em;
	line-height: 2em;
}

/* POLLCY */
#ContentsArea #Data #Form .Policy {
	float: right;
	width: 180px;
	_width: 160px;
	height: 70px;
	margin: 95px 10px 0 0;
	_margin: 95px 5px 0 0;
	padding: 5px 8px;
	background: #fff;
	border: 1px #d2d2d2 solid;
}

#ContentsArea #Data #Form .Policy p {
	margin: 0;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: left;
}

#ContentsArea #Data #Form .Policy .TextLinkS {
	margin: 5px 0 0;
	text-align: right;
}

/* +++++++++++ CHECK +++++++++++ */

#ContentsArea #Check .TextArea dt {
	background: #e6e6e6;
}

#ContentsArea #Check .TextArea dd {
	background: #e6e6e6;
}

#ContentsArea #Check #Form .TextArea dd {
	height: 28px;
	padding: 0 10px;
	background: #e6e6e6;
	border: 1px #d2d2d2 solid;
	line-height: 2em;
}

/* +++++++++++ THANKS +++++++++++ */

#ContentsArea #Data #Thanks {
	width: 780px;
	padding: 10px;
}

#ContentsArea #Data #Thanks h5 {
	padding: 0;
	border-bottom: none;
	color: #4d4d4d;
	font-size: 1.2em;
}

#ContentsArea #Data #Thanks .TextLead {
	margin: 0;
	padding: 15px 30px;
	background: #fff;
	border: 1px #d2d2d2 solid;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
}

/* 詳細 */
#ContentsArea #Data #Thanks .TextArea {
	width: 680px;
}

#ContentsArea #Data #Thanks .TextArea p {
	text-align: left;
	line-height: 1.2em;
}

#ContentsArea #Data .ButtonArea {
	margin: 8px 20px 10px 10px;
}



