@charset "utf-8";

/*=================================

	Common Setting

=================================*/
p {margin: 12px 0 0 0;}
#main > :first-child {margin-top: 0 !important;}
#contents h1 {margin-bottom: 15px;}
.section {padding: 0 0 0 20px;}

/* Size Setting
-------------------------------- */
.sizeSS {width: 100px !important;}
.sizeS {width: 166px !important;}
.sizeM {width: 180px !important;}
.sizeL {width: 220px !important;}
.sizeLL {width: 340px !important;}

/*=================================

	Title Layout

=================================*/
.heading01,
.heading02,
.heading03 {
	font-weight: bold;
	color: #333333;
}
/* .heading01 */
.heading01 {
	padding-bottom: 8px;
	background: url(/CGI/common/images/heading_bg01.gif) no-repeat 0 100%;
	font-size: 167%;
}
.heading01 span {
	display: block;
	padding: 9px 10px 4px 30px;
	background: url(/CGI/common/images/heading_bg02.gif) no-repeat 0 0;
}
.heading01 .addTxt {
	display: inline;
	padding: 0;
	background: none;
}
/* .heading02 */
.heading02 {
	margin-top: 30px;
	border-top: 3px solid #383b4a;
}
.heading02 span {
	display: block;
	padding: 6px 10px 6px 20px;
	border: 1px solid #cccccc;
	border-top: none;
	background: url(/CGI/common/images/heading_bg03.gif) repeat-x 0 0;
	font-size: 134%;
}
.heading02 .addTxt {
	display: inline;
	padding: 0;
	background: none;
}
/* .heading03 */
.heading03 {
	margin-top: 20px;
	padding: 0 0 0 9px;
	border-left: 3px solid #2ca6e0;
	font-size: 117%;
}

/*=================================

	Text Layout

=================================*/
.txS {font-size: 84% !important; color: #666666;} /* 10px */
.txL {font-size: 108% !important;} /* 14px */
.txBold {font-weight: bold !important;}
.txRed {color:#cc3333 !important;}
.txBlue {color:#0066cc !important;}
.txBlack {color:#333333 !important;}
.txLead01 {
	font-weight: bold;
	font-size: 117%;
	color: #333333;
}
.txRequired {
	font-weight: bold;
	color: #cc3333;
}
.txNote01 {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.txNormal {
	font-weight: normal;
}
.txError {
	display: block;
	font-weight: bold;
	color: #cc3333;
}
.txStrong01 {
	font-weight: bold;
	color: #cc3333;
}

/*=================================

	Link Layout

=================================*/
/* .iconLink01 */
.iconLink01 {
	padding-left: 12px;
	background: url(/CGI/common/images/com_ic02.gif) no-repeat 1px 0.5em;
}
.iconLink01 img {
	margin: 0 6px;
	vertical-align: middle;
}

/*=================================

	List Layout

=================================*/
/* .normalList01 */
.normalList01 {
	margin-top: 12px;
	font-size: 117%;
	color: #333333;
}
.normalList01 li {
	margin-top: 3px;
	padding-left: 17px;
	background: url(/CGI/common/images/com_ic05.gif) no-repeat 6px 0.5em;
}
/* .formList01 */
.formList01 li {
	float: left;
	margin-right: 20px;
}
/* .dlNoteList01 */
.dlNoteList01 dt {
	font-weight: bold;
	color: #cc3333;
}

/* Number List
-------------------------------- */
.numList01 {
	margin-top: 12px;
	font-size: 117%;
	color: #333333;
}
.numList01 li {
	margin-top: 3px;
	padding-left: 1.6em;
	text-indent: -1.6em;
}
.numList01 .single {
	margin-right: 0.5em;
	font-weight: bold;
}
.numList01 .double {
	margin-right: 0.14em;
	font-weight: bold;
}

/* Note List
-------------------------------- */
/* .noteList01 */
.noteList01 {
	margin-top: 12px;
}
.noteList01 li {
	margin-top: 3px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 84%;
}
/* .noteList02 */
.noteList02 {
	margin-top: 12px;
}
.noteList02 li {
	margin-top: 3px;
	padding-left: 1.8em;
	text-indent: -1.8em;
	font-size: 84%;
	color: #666666;
}

/* :first-child */
.normalList01 li:first-child,
.numList01 li:first-child,
.noteList01 li:first-child,
.noteList02 li:first-child {
	margin-top: 0;
}

/*=================================

	Column Layout

=================================*/
/* figureContainer
-------------------------------- */
.figureContainer {
	clear: both;
	overflow: hidden;
	margin-top: 15px;
}
.figureContainer .figureLeft {
	float: left;
	margin: 0 10px 0 0;
}
.figureContainer .figureRight {
	float: right;
	margin: 0 0 0 10px;
}
.inquiryType .figureRight {
	width: 170px;
	margin: 0 0 0 20px;
}
/* noFloat */
.figureContainer .noFloat {
	zoom: 1;
	overflow: hidden;
}
/* :first-child */
.figureContainer .figureLeft > :first-child,
.figureContainer .figureRight > :first-child,
.figureContainer .detail > :first-child {
	margin-top: 0 !important;
}

/*=================================

	Button Layout

=================================*/
/* .btnLink01 */
.btnLink01 a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: 1px solid #bbbbbb;
	background: url(/CGI/common/images/com_bg02.gif) repeat-x 0 50%;
	text-decoration: none;
}
.btnLink01 a:hover {
	background: url(/CGI/common/images/com_bg02on.gif) repeat-x 0 50%;
}
.btnLink01 a span {
	display: block;
	padding: 4px 10px 4px 20px;
	background: url(/CGI/common/images/com_ic02.gif) no-repeat 10px 50%;
}
.btnLink01 a img {
	margin-left: 5px;
	vertical-align: middle;
}
/* .close */
.close {
	margin-top: 30px !important;
	text-align: center !important;
}
.close span {
	padding: 4px 10px 4px 24px !important;
	background: url(/CGI/common/images/com_ic03.gif) no-repeat 9px 50%    !important;
}
.btnSubmit,
.download {
	margin-top: 30px !important;
	text-align: center !important;
}
.btnTop {
	margin-top: 40px !important;
	text-align: center !important;
}

/*=================================

	Form Layout

=================================*/
/* .flow01 */
.flow01 {
	margin-top: 20px;
}

/* form item parts
-------------------------------- */
.inputTxt {
	padding: 0 3px;
	border: 1px solid #7f9db9;
	height: 20px;
	line-height: 20px;
	font-size: 93%;
}
.inputTxtArea {
	padding: 3px;
	border: 1px solid #7f9db9;
	font-size: 93%;
}
.errorItem {
	color: #cc3333;
}
.errorItem li {
	padding-left: 17px;
	background: url(/CGI/common/images/com_ic06.gif) no-repeat 0 0.55em;
	font-size: 117%;
}

/* utility
-------------------------------- */
.w80 {
	width: 80px;
}
.w160 {
	width: 160px;
}
.w270 {
	width: 270px;
}
.w375 {
	width: 375px;
}

/*=================================

	Box Layout

=================================*/
/* .requiredBox */
.requiredBox {
	clear: both;
	overflow: hidden;
	margin-top: 15px;
	font-size: 117%;
}
.requiredBox .sealBox {
	float: right;
	width: 100px;
	margin: 0 0 0 10px;
}
/* .agreeBox */
.agreeBox {
	width: 540px;
	margin: 20px auto;
	font-size: 117%;
	font-weight: bold;
	text-align: center;
}
.agreeBox .frame02 {
	margin-top: 0;
}
.agreeBox .txt {
	color: #cc3333;
}
.agreeBox .btn {
	margin-top: 20px;
}
.agreeBox .disabled {
	cursor: default;
}
/* .finishBox */
.finishBox {
	text-align: center;
}
.finishBox .inner {
	padding: 30px 45px !important;
}
.finishBox .txLead {
	font-size: 167%;
	font-weight: bold;
}
.finishBox .txt {
	font-size: 117%;
}
/* :first-child */
.requiredBox .detail > :first-child {
	margin-top: 0 !important;
}

/*=================================

	Frame Layout

=================================*/
/* .frame01 */
.frame01 {
	margin-top: 20px;
	padding: 15px;
	background-color: #f2f2f2;
}
/* .frame02 */
.frame02 {
	margin-top: 30px;
	border: 1px solid #cccccc;
}
.frame02 .inner {
	padding: 15px;
	border: 4px solid #eeeeee;
}
/* .frame03 */
.frame03 {
	margin-top: 20px;
	padding: 10px 10px 15px 9px;
	border: 1px solid #999999;
	background: url(/CGI/common/images/com_bg04.gif) repeat-x 0 0;
}
/* :first-child */
.frame01 > :first-child,
.frame02 .inner > :first-child,
.frame03 > :first-child {
	margin-top: 0 !important;
}

/*=================================

	Table Layout

=================================*/
/* common setting
-------------------------------- */
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

/* tableType01
-------------------------------- */
.tableType01 {
	margin-top: 20px;
	border-top: 2px solid #3e63a2;
	border-bottom: 2px solid #3e63a2;
	font-size: 117%;
}
.tableType01 th,
.tableType01 td {
	padding: 12px 15px;
	background: url(/CGI/common/images/com_bg01.gif) repeat-x 0 0;
	vertical-align: top;
}
.tableType01 tr:first-child th,
.tableType01 tr:first-child td {
	background-image: none;
}
.tableType01 .lv01 {
	background-color: #dbeff9;
}
.tableType01 .lv02 {
	padding: 10px 12px;
	border-left: 2px solid #2ca6e0;
	background-color: #e9f5fb;
	font-weight: normal;
}
.tableType01 .txNote {
	display: block;
	margin-top: 5px;
}
/* .inner01 */
.tableType01 .inner01 {
	margin-top: 10px;
	border: none;
}
.tableType01 td > :first-child {
	margin-top: 0;
}
.tableType01 .inner01 th,
.tableType01 .inner01 td {
	padding: 5px 10px;
	border-bottom: 1px solid #ffffff;
	background: none;
	vertical-align: middle;
}
.tableType01 .inner01 th {
	background-color: #f2f2f2;
}
/* .inner02 */
.tableType01 .inner02 {
	width: auto;
	margin-top: 0;
	border: none;
}
.tableType01 .inner02 th {
	padding: 0 7px 0 0;
	background: none;
	white-space: nowrap;
}
.tableType01 .inner02 td {
	padding: 0 15px 0 0;
	background: none;
	white-space: nowrap;
	vertical-align: middle;
}
.tableType01 .error {
	background-color: #fff1cc;
}

/* tableType02
-------------------------------- */
.tableType02 {
	margin-top: 20px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	font-size: 117%;
}
.tableType02 th,
.tableType02 td {
	padding: 9px 10px 6px 10px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: top;
}
.tableType02 .lv01 {
	background-color: #dbeff9;
	font-weight: bold;
}
.tableType02 .lv02 {
	background-color: #f2f2f2;
	font-weight: bold;
}

/* tableType03
-------------------------------- */
.tableType03 {
	margin-top: 20px;
	border: 1px solid #cccccc;
}
.tableType03 th,
.tableType03 td {
	padding: 10px 18px;
	text-align: left;
	vertical-align: middle;
}
.tableType03 th {
	background-color: #f2f2f2;
	border: 1px solid #ffffff;
	font-weight: bold;
}

/*=================================

	Other Layout

=================================*/
/* Button Box
-------------------------------- */
.btnBox {
	position: relative;
	margin-top: 25px;
	text-align: center;
}
.btnBox p {
	margin-top: 0;
}
.btnBox .buck {
	position: absolute;
	top: 7px;
	left: 0;
}

/* Plugin Box
-------------------------------- */
.pluginBox {
	margin-top: 30px;
	overflow: hidden;
}
.pluginBox dt {
	float: left;
	margin-right: 12px;
	font-size: 1;
}
.pluginBox dd {
	zoom: 1;
	overflow: hidden;
}

/* Line layout
-------------------------------- */
/* normal */
.normalLine {
	height: 3px;
	margin-top: 30px;
	background: url(/CGI/common/images/com_bg05.gif) repeat-x 0 0;
}

/* BackNumber Box
-------------------------------- */
.backnumberBox {
	margin-top: 50px;
}
.backnumberBox p {
	margin-top: 0;
}

/* .figure01 */
.figure01 {
	margin-top: 20px;
	text-align: center;
}

/*=================================

	clearfix

================================ */
.requiredBox:after,
.formList01:after,
.pluginBox:after,
.figureContainer:after {
	content: "";
	display: block;
	clear: both;
}

.requiredBox,
.formList01,
.pluginBox,
.figureContainer {
	min-height: 1%;  /* for Firefox�@*/
	zoom: 1;
}
