@charset "utf-8";

/* contents
========================================================================== */

#contents {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 180px;
	text-align: left;
	zoom: 1;
}
#contents:after {
	content:"";
	display: block;
	clear: both;
}

#contents > *:last-child,
#contents > *:last-child > *:last-child,
#contents > *:last-child > *:last-child > *:last-child,
#contents > *:last-child > *:last-child > *:last-child > *:last-child {
	margin-bottom: 0 !important;
}

#contents div.box {
	margin: 50px 0;
	padding: 20px;
	background: #ededed;
}


/* anchor
-------------------------------------------------------------------------- */

#contents a {
	color: #333;
	text-decoration: underline;
}
#contents a:hover {
	color: #c30d23;
}


/* icon
-------------------------------------------------------------------------- */

#contents a[href$="pdf"]:after,
#contents a[href$="doc"]:after,
#contents a[href$="docx"]:after,
#contents a[href$="xls"]:after,
#contents a[href$="xlsx"]:after,
#contents a[href$="ppt"]:after,
#contents a[href$="pptx"]:after,
#contents a[href^="http"]:after,
#contents a[href^="mailto:"]:after {
	width: 1em;
	margin: 0 .25em;
	font-family: FontAwesome;
	text-align: center;
	display: inline-block;
}

#contents a[href$="pdf"]:after {
	content: "\f1c1";
	color: #e1462a;
}

#contents a[href$="doc"]:after,
#contents a[href$="docx"]:after {
	content: "\f1c2";
	color: #00178f;
}
#contents a[href$="xls"]:after,
#contents a[href$="xlsx"]:after {
	content: "\f1c3";
	color: #007133;
}
#contents a[href$="ppt"]:after,
#contents a[href$="pptx"]:after {
	content: "\f1c4";
	color: #dd5800;
}

#contents a[href^="http"]:after {
	content: "\f08e";
	color: #999;
}

#contents a[href^="mailto:"]:after {
	content: "\f003";
	color: #666;
}


/* title
-------------------------------------------------------------------------- */

#contents h1 {
	margin: 0 0 1em;
	color: #bf1d2d;
	/*color: #f39800;*/
	font-size: 171%; /* 24px */
	font-weight: bold;
	line-height: 1.5;
}

#contents h2 {
	margin: 2em 0 1em;
	font-size: 185%; /* 24px */
	font-weight: bold;
	line-height: 1.5;
}

#contents h3 {
	margin: 2em 0 .75em;
	font-size: 154%; /* 20px */
	font-weight: bold;
	line-height: 1.5;
}
#contents h2 + h3 {
	margin-top: 0;
}

#contents h4 {
	margin: 1.5em 0 .75em;
	font-size: 139%; /* 18px */
	font-weight: bold;
	line-height: 1.5;
}
#contents h3 + h4 {
	margin-top: 0;
}

#contents h5 {
	margin: 1.5em 0 .5em;
	font-size: 124%; /* 16px */
	font-weight: bold;
	line-height: 1.5;
}
#contents h4 + h5 {
	margin-top: 0;
}

#contents h6 {
	margin: 1.5em 0 .5em;
	font-size: 108%; /* 14px */
	font-weight: bold;
	line-height: 1.5;
}
#contents h5 + h6 {
	margin-top: 0;
}


/* body copy
-------------------------------------------------------------------------- */

#contents p {
	margin-bottom: 1em;
	line-height: 1.8;
}

#contents p.note {
	margin-left: 1em;
	font-size: 85%; /* 11px */
	line-height: 1.5;
	text-indent: -1em;
}

#contents p.preparation {
	padding: 200px 0;
	text-align: center;
}

#contents hr {
	width: 960px;
	height: 1px;
	margin: 50px 0;
	background: #ccc;
	border: none;
	visibility: visible;
}


/* image
-------------------------------------------------------------------------- */

#contents div.img {
	margin-bottom: 1em;
	text-align: center;
}

#contents div.img img {
	display: inline;
}


/* list (ul)
-------------------------------------------------------------------------- */

#contents ul.list {
	margin-bottom: 1em;
}
#contents ul.list li {
	margin: 0 0 .5em 1em;
	position: relative;
}
#contents ul.list li:before {
	width: 1em;
	content: "\f0da";
	font-family: FontAwesome;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -1em;
}

#contents ul.list-child {
	margin: .5em 0;
}
#contents ul.list-child li:before {
	content: "\f105";
}


/* list (ol)
-------------------------------------------------------------------------- */

#contents ol.list {
	margin-bottom: 1em;
	padding-left: 1.75em;
}
#contents ol.list li {
	margin-bottom: .5em;
}

#contents ol.list-child {
	margin: .5em 0;
	padding-left: 1.75em;
}


/* list (dl)
-------------------------------------------------------------------------- */

#contents dl.list {
	margin-bottom: 1em;
}
#contents dl.list dt {
	margin-bottom: .5em;
	font-weight: bold;
}
#contents dl.list dd {
	margin-bottom: .75em;
}


/* list (dl table)
-------------------------------------------------------------------------- */

#contents dl.list-table {
}
#contents dl.list-table dt {
	margin-bottom: 0;
	padding: .75em 0;
	float: left;
	clear: both;
}
#contents dl.list-table dd {
	margin-bottom: 0;
	padding: .75em 0 .75em 6em;
	border-top: 1px dotted #ccc;
}
#contents dl.list-table dd:last-child {
	border-bottom: 1px dotted #ccc;
}


/* table
-------------------------------------------------------------------------- */

#contents table.table {
	width: 100%;
	margin-bottom: 1em;
}
#contents table.table.text-center {
	text-align: center;
}

#contents table.table tr {
	background: #f5d3cc;
	/*background: #fff0d5;*/
}
#contents table.table tr.color {
	background: #e8a495;
	/*background: #fbdba6;*/
}

#contents table.table tr.text-center {
	text-align: center;
}

#contents table.table th,
#contents table.table td {
	padding: .75em;
	border: 1px solid #fff;
	vertical-align: middle;
}
#contents table.table th {
	background: #bf1d2d;
	/*background: #f39800;*/
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#contents table.table td {
}



/* accordion
========================================================================== */

#contents dl.accordion > dt {
	margin: 2px 0;
	cursor: pointer;
	display: block;
	position: relative;
}

#contents dl.accordion > dt:after {
	margin-top: -.5em;
	content: "\f0fe";
	font-family: FontAwesome;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 1em;
}

#contents dl.accordion > dt:hover {
	background: #f1f1f1;
}

#contents dl.accordion > dt.active {
	background: #f1f1f1;
}
#contents dl.accordion > dt.active:after {
	content: "\f146";
}

#contents dl.accordion > dd {
	padding: 1em;
	display: none;
}


/* switch
-------------------------------------------------------------------------- */

#contents nav.switch-accordion {
	margin-bottom: .75em;
	text-align: right;
}

#contents nav.switch-accordion ul li {
	display: inline-block;
}

#contents nav.switch-accordion ul li a {
	padding: .5em 1em;
	background: #f8f8f8;
	color: #333;
	display: block;
}

#contents nav.switch-accordion ul li a:before {
	margin-right: .25em;
	font-family: FontAwesome;
	vertical-align: middle;
	display: inline-block;
}
#contents nav.switch-accordion ul li.open a:before {
	content: "\f0fe";
}
#contents nav.switch-accordion ul li.close a:before {
	content: "\f146";
}

#contents nav.switch-accordion ul li a:hover {
	background: #f1f1f1;
}



/* contents.html
========================================================================== */

#contents dl.list-contents > dt {
	padding: 1em;
	font-weight: bold;
}
#contents dl.list-contents > dt.required {
	background: #f5e3e3;
}
#contents dl.list-contents > dt.selection_required {
	background: #f0f6e5;
}
#contents dl.list-contents > dt.selection {
	background: #e2f2f6;
}

#contents dl.list-contents > dt span.label {
	width: 8em;
	margin-right: 1em;
	padding: .5em 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
	display: inline-block;
}
#contents dl.list-contents > dt.required span.label {
	background: #e87084;
}
#contents dl.list-contents > dt.selection_required span.label {
	background: #90c03e;
}
#contents dl.list-contents > dt.selection span.label {
	background: #1bb8ce;
}

#contents dl.list-contents > dd dl dt {
	padding: 1em;
	font-weight: bold;
	float: left;
	clear: both;
}

#contents dl.list-contents > dd dl dd {
	padding: 1em 1em 1em 10em;
	border-bottom: 1px solid #ccc;
}



/* flow.html
========================================================================== */

#contents dl.list-flow dt {
	margin-bottom: 10px;
	padding: .75em;
	background: #fdf3e1; 	/*background: #f1f1f5;*/
	font-size: 129%; /* 18px */
	font-weight: bold;
}
#contents dl.list-flow dt span {
	width: 1.5em;
	margin-right: .5em;
	background: #e8a495;
	/*background: #F6AC33;*/
	color: #fff;
	font-size: 89%; /* 16px */
	font-weight: normal;
	text-align: center;
	display: inline-block;
}
#contents dl.list-flow dd {
	margin-bottom: 2em;
}



/* inquiry.html
========================================================================== */

#contents div.box-inquiry {
	padding: 100px 0;
	background: #f7f8f8;
	text-align: center;
}

#contents div.box-inquiry p strong {
	font-size: 129%; /* 18px */
}