@charset "utf-8";

#contents ul.FSG_start_btn {
	list-style: none;
	padding: 0;
}
#contents ul.FSG_start_btn > li {
	width: 10em;
	margin: 2em auto;
	text-align: center;
	background-color: #3366cc;
	border-left: 2px solid #99ccff;
	border-top: 2px solid #99ccff;
	border-right: 3px solid #000066;
	border-bottom: 3px solid #000066;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#contents ul.FSG_start_btn > li:hover {
	border-left: 3px solid #000066;
	border-top: 3px solid #000066;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	background-color: #6699ff;
}
#contents ul.FSG_start_btn > li a {
	display: block;
	margin: 0;
	padding: 0.5em 1em;
	font-size: 1em;
	text-decoration: none;
	color: #ffffff;
}
#contents ul.FSG_start_btn > li:hover a {
	color: #ffffff;
}
#contents ul.FSG_cc_btn {
	padding-top: 0;
}

#contents ul.FSG_cc_btn > li {
	margin-top: 0;
	margin-bottom: 1em;
}
#contents img.FSG_inlineimg {
	vertical-align: bottom;
}
div.FSG_contents {
	padding-top: 0 !important;
}
#contents div.FSG_trouble {
	color: #ffffff;
	background-color: #c40026;
	border: 1px solid #c40026;
	padding: 0.15em 0.3em;
	margin-bottom: 1em;
}
#contents div.FSG_trouble h1 {
	margin-bottom: 0;
}
#contents div.FSG_section {
	margin-top: 20px;
	padding-top: 0.5em;
}
#contents h2.FSG_section_title {
	padding-left: 1em;
	font-size: 1em;
}
#contents h2.FSG_section_title:before {
	display: inline-block;
	text-indent: -15px;
	width: 0;
	content: url("screens/ts_icon.gif");
}
#contents div.FSG_section h3 {
	padding-left: 1em;
	font-size: 0.8em;
}
#contents div.FSG_section h3:before {
	display: inline-block;
	text-indent: -15px;
	width: 0;
	content: url("screens/icon_arrow.gif");
}
#contents ul.FSG_button {
	list-style: none;
	padding: 0;
}
#contents ul.FSG_button > li {
	font-size: 0.9em;
	margin: 0.5em auto 0.5em 0;
	background-color: #e0e0e0;
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contents ul.FSG_button > li p {
	margin: 0;
}
#contents ul.FSG_button > li a {
	display: block;
	padding: 0 1em 0.5em 2.5em;
	text-decoration: none;
	color: #000000;
}
#contents ul.FSG_button > li span:first-child a{
	padding-top: 0.5em;
}
#contents ul.FSG_button > li span:first-child a:before{
	display: inline-block;
	text-indent: -1.5em;
	width: 0;
	content: url("screens/btn_arrow.gif");
}
#contents ul.FSG_button > li:hover {
	border-left: 3px solid #999999;
	border-top: 3px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	background-color: #cccccc;
}
#contents ul.FSG_button > li:hover a {
	color: #ff6600;
}
#contents ul.FSG_button > li:hover span:first-child a:before{
	content: url("screens/btn_arrow_over.gif");
}
#contents ul.FSG_help > li span:first-child a:before{
	vertical-align: bottom;
	text-indent: -1.7em;
	width: 0;
	content: url("screens/icon_help.gif");
}
#contents ul.FSG_help > li:hover span:first-child a:before{
	content: url("screens/icon_help.gif");
}
#contents ul.FSG_select_item {
	list-style: none;
	padding: 0;
}
#contents ul.FSG_select_item  li {
	font-size: 0.9em;
	border: 1px solid #999999;
	border-bottom: none;
}
#contents ul.FSG_select_item_nolead li {
	margin-bottom: 1em;
	border-bottom: 1px solid #999999;
}
#contents ul.FSG_select_item li.FSG_itemlead {
	padding: 0.5em 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #999999;
}
#contents ul.FSG_select_item li.FSG_itemlead p {
	padding: 0 1em;
}
#contents ul.FSG_select_item li a {
	display: block;
	text-decoration: none;
	color: #000000;	
	text-align: center;
}
#contents ul.FSG_select_item li div a img {
	max-width: 100%;
}
#contents ul.FSG_select_item li p.FSG_itemtitle {
	background: #000066;
	border-bottom: 1px solid #cccccc;
}
#contents ul.FSG_select_item li:hover p.FSG_itemtitle {
	background: #0033cc;
	border-bottom: 1px solid #bababa;
}
#contents ul.FSG_select_item li p.FSG_itemtitle a {
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0.5em 1em;
}
#contents ul.FSG_select_item li:hover p a {
	color: #ff6600;
}
#contents ul.FSG_select_item li p {
	margin: 0;
	background: #ffffff;
}
#footer ul.FSG_page_transition {
	text-align:center;
	margin-bottom: 1em;
}
#footer ul.FSG_page_transition > li {
	display: inline;
	padding: 0 5px;
}
#footer ul.FSG_page_close {
	margin: 20px 3%;
	padding-top: 20px;
}
#footer ul.FSG_page_close > li {
	width: 10em;
	margin: 0 auto;
	text-align: center;
	background-color: #e0e0e0;
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#footer ul.FSG_page_close > li:hover {
	border-left: 3px solid #999999;
	border-top: 3px solid #999999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	background-color: #cccccc;
}
#footer ul.FSG_page_close > li a {
	display: block;
	margin: 0;
	padding: 0.5em 1em;
	font-size: 1em;
	text-decoration: none;
	color: #555555;
}
#footer ul.FSG_page_close > li:hover a {
	color: #ff6600;
}
#footer p.FSG_start_again {
	float: right;
	margin-right: 3%;
	margin-bottom: 0.5em;
	border: 1px solid #cccccc;
	padding: 0.5em 1em;
}
#footer p.FSG_start_again + p {
	clear: both;
}
#footer p.FSG_start_again a {
	color: #222222;
	text-decoration: none;
}
#footer p.FSG_start_again a:hover { color: #ff6600; }
#header ul.FSG_title {
	display: inline-block;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	margin-left: 3%;
	list-style-image: none;
}
#header p.FSG_search_num {
	margin-left: 3%;
	padding: 0.5em 0;
	font-size: 0.8em;
}
#contents h1.FSG_title {
	font-size: 1em;
	font-weight: normal;
	text-align: right;
}
#contents div.FSG_figure {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#contents div.FSG_figure > img {
	max-width: 100%;
}
#contents div.FSG_printing {
	display: none;
}
#contents ul.FSG_exitguide_btn {
	display: block;
	margin-top: 2em;
}
#contents ul.FSG_exitguide_btn > li {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
#contents ul.FSG_exitguide_btn > li:hover {
	border-left: 2px solid #999999;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
}
#contents div.FSG_exitguide {
	text-align: right;
	margin: 1em 0 1em 0;
}
#contents div.FSG_exitguide > p {
	font-size: 0.9em;
	font-weight: bold;
	display: inline-block;
}
#contents div.FSG_exitguide > p img {
	padding: 0 0.5em;
}
#contents div.FSG_exitguide > ul.FSG_exitguide_btn {
	display: inline-block;
	margin-top: 0;
	font-size: 0.9em;
}
#contents div.FSG_exitguide > ul.FSG_exitguide_btn > li {
	width: 100%;
	margin: 0;
}
#contents div.FSG_exitguide > ul.FSG_exitguide_btn > li a {
	padding: 0.2em 1em;
}
#contents ul.FSG_exitguide_btn > li span:first-child a:before {
	text-indent: 0;
	content: none;
}
#contents ul.FSG_exitguide_btn > li:hover span:first-child a:before{
	content: none;
}
#contents div.FSG_top_title {
	color: #000000;
	background-color: #fcfcfc;
	border: 1px solid #cccccc;
	box-shadow: 1px 1px 3px #000000;
	-ms-box-shadow: 1px 1px 3px #000000;
	-moz-box-shadow: 1px 1px 3px #000000;
	-webkit-box-shadow: 1px 1px 3px #000000;
	padding: 0.15em 0.3em;
	margin-bottom: 0.5em;
}
#contents div.FSG_top_title h1 {
	margin-bottom: 0;
}
#contents ol.FSG_step p:first-child {
	font-weight: bold;
}

#header div.nav ul.FSG_progressbar {
	text-align: center;
	margin-bottom: 0.5em;
}
#header div.nav ul.FSG_progressbar li {
	display: inline-block;
	text-align: center;
}
#header div.nav ul.FSG_progressbar li:after {
	display: inline-block;
	vertical-align: middle;
	content: url("screens/progressbar_arrow.gif");
}
#header div.nav ul.FSG_progressbar li > p {
	display: inline-block;
	padding: 0;
	width: 4.5em;
	font-weight: bold;
	vertical-align: middle;
	font-size: 0.6em;
	color: #b0c4de;
}
#header div.nav ul.FSG_progressbar li.FSG_current > p {
	color: #3366cc;
}
#header div.nav ul.FSG_progressbar li p img {
	display: block;
	margin: 0 auto;
	max-width: 60%;
}
#header div.nav ul.FSG_progressbar li.FSG_progressbar_comp:after {
	content: none;
}

@media screen and (min-width: 480px) {
	#header div.nav ul.FSG_progressbar li > p {
		font-size: 0.7em;
		width: 4.5em;
	}
	#header div.nav ul.FSG_progressbar li p img {
		max-width: 100%;
	}
	#header div.nav ul.FSG_progressbar li.FSG_progressbar_comp p img {
		max-width: 100%;
	}
	#header div.nav ul.FSG_progressbar li p {
		padding: 0 0.5em;
	}
	#header p.FSG_search_num {
		float: right;
		margin-right: 3%;
		padding: 0;
	}
	#contents ul.FSG_select_item  li {
		width: 70%;
	}
	#contents ul.FSG_select_item li div a img {
		margin: 0;
		padding-left: 1em;
	}
	#contents ul.FSG_select_item li a {
		text-align: left;
	}
	#header div.nav ul.FSG_progressbar {
		text-align: right;
		margin-right: 3%;
		margin-bottom: 0.5em;
	}
	#contents div.FSG_top_title {
		padding: 0.1em 3% 0.1em 0.75em;
	}
	#footer p.FSG_start_again {
		float: left;
		vertical-align: bottom;
		margin-left: 3%;
		border: 1px solid #cccccc;
		border-bottom: none;
		padding: 0.5em 1em;
		margin-bottom: 0;
	}
	#footer p.FSG_start_again + p {
		clear: none;
	}
	#contents div.FSG_trouble {
		padding: 0.3em 3% 0.3em 0.75em;
	}
	#contents ul.FSG_button > li {
		width: 45%;
		margin-bottom: 1em;
	}
	#contents ul.FSG_exitguide_btn > li {
		width: 45%;
	}
}


@media screen and (min-width: 800px) {

	#footer p.FSG_start_again {
		float: left;
		margin-left: 3%;
		border-bottom: none;
		padding: 0.5em 1em;
		margin-bottom: 0;
	}
	#footer p.FSG_start_again + p {
		clear: none;
	}
}


@media print {
	#contents div.FSG_animation {
		display: none;
	}
	#contents div.FSG_printing {
		display: inline-block;
	}
	#header p.FSG_search_num {
		display: none;
	}
	#contents ul.FSG_select_item li {
		background-color: #ffffff;
	}
	#contents ul.FSG_select_item li div img {
		margin-top: 0.1em;
	}
	#contents ul.FSG_select_item li p.FSG_itemtitle a {
		color: #000000;
	}
}

