@charset "utf-8";

#header div.TRL_nav:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

#header ul.TRL_nav_modelname {
	margin-left: 3%;
	list-style-image: none;
}
#header ul.TRL_no_index {
	padding-top: 0;
}
#header ul.TRL_nav_modelname li {
	margin-left: 0;
	margin-bottom: 0;
}
#header ul.TRL_nav_index {
	float: none;
	margin-left: 3%;
}
#header ul.TRL_nav_index li{
	float: left;
	margin-left: 20px;
}
#header ul.TRL_nav_index li.TRL_open_window {
	list-style: none;
	font-size: 0.7em;
	padding-top: 0.3em;
	margin-left: 1em;
}

#header div.TRL_header_logo {
	padding: 10px;
	margin: 0 3%;
	background-color: #000000;
	border: 1px solid #000000;
}
#header div.TRL_header_logo h1 {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 1.5em;
}
#header div.TRL_header_logo h1 > span.TRL_model_name{
	font-size: 0.8em;
}

div.TRL_contents {
	padding-top: 0 !important;
}
#contents div.TRL_trouble {
	color: #ffffff;
	background-color: #c40026;
	border: 1px solid #c40026;
	padding: 0.15em 0.3em;
	margin-bottom: 1em;
}
#contents div.TRL_trouble h1 {
	margin-bottom: 0;
}

#contents h1.TRL_with_icon > img {
	vertical-align: middle;
	margin-top: 0.2em;
	display: inline;
}
#contents div.TRL_section {
	margin-top: 20px;
	padding-top: 0.5em;
	border-top: 1px solid #999999;
}
#contents h2.TRL_section_title {
	padding-left: 1em;
	font-size: 1em;
}
#contents h2.TRL_section_title:before {
	display: inline-block;
	text-indent: -15px;
	width: 0;
	content: url("screens/ts_icon.gif");
}
#contents div.TRL_section h3 {
	padding-left: 1em;
	font-size: 0.8em;
}
#contents div.TRL_section h3:before {
	display: inline-block;
	text-indent: -15px;
	width: 0;
	content: url("screens/icon_arrow.gif");
}
#contents div.TRL_figure {
	text-align:left;
	display: block;
	margin: 0 auto 0.2em auto;
}
#contents div.TRL_space {
	margin-right: 1em;
}
#contents div.TRL_figure img {
	max-width: 100%;
}
#contents div.TRL_float{
	float: none;
}

#contents div.TRL_float + p:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}
#contents div.TRL_arrow > img {
	display: none;
}
#contents div.TRL_arrow:after {
	display: block;
	text-align:left;
	margin: 0.2em auto 0.2em 69px;
	content: url("screens/arrow_bottom.gif");
}
#contents p.TRL_note {
	margin-left: 0;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}
#contents p.TRL_note > img {
	padding-right: 0.2em;
}
#contents table td.TRL_text_forward {
	text-align: left;
}
#contents table.TRL_key tr:first-child th {
	background-color: #dcdcdc;
}
#contents table.TRL_key tr:first-child th:first-child {
	white-space: nowrap;
}
#contents ul.TRL_button {
	list-style: none;
	padding: 0;
}
#contents ul.TRL_button > li {
	margin: 0.5em auto 0.5em 0;
	background-color: #e0e0e0;
	border: 1px solid #999999;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 2px #dcdcdc;
	-ms-box-shadow: 2px 2px 2px #dcdcdc;
	-moz-box-shadow: 2px 2px 2px #dcdcdc;
	-webkit-box-shadow: 2px 2px 2px #dcdcdc;
}
#contents ul.TRL_button > li p {
	margin: 0;
}
#contents ul.TRL_button > li a {
	display: block;
	padding: 0 1em 0.5em 1.5em;
	text-decoration: none;
	color: #000000;
}
#contents ul.TRL_button > li span:first-child a{
	padding-top: 0.5em;
}
#contents ul.TRL_button > li span:first-child a:before{
	display: inline-block;
	text-indent: -15px;
	width: 0;
	content: url("screens/btn_arrow.gif");
}
#contents ul.TRL_button > li:hover {
	background-color: #cccccc;
	box-shadow: 0px 0px 1px #808080;
	-ms-box-shadow: 0px 0px 1px #808080;
	-moz-box-shadow: 0px 0px 1px #808080;
	-webkit-box-shadow: 0px 0px 1px #808080;
}
#contents ul.TRL_button > li:hover a {
	color: #ff6600;
}
#contents ul.TRL_button > li:hover span:first-child a:before{
	content: url("screens/btn_arrow_over.gif");
}
#contents ul.TRL_button .TRL_image_right > a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	float:right;
	text-align: right;
}
#contents ul.TRL_button .TRL_stop_image > a > img{
	max-width: 100%;
}
#contents ul.TRL_button .TRL_image_right > a + span > a{
	padding-top: 0.5em;
}
#contents ul.TRL_button .TRL_image_right > a + span > a:before{
	display: inline-block;
	text-indent: -15px;
	width: 0;
	content: url("screens/btn_arrow.gif");
}
#contents ul.TRL_button .TRL_image_right:hover > a + span > a:before{
	content: url("screens/btn_arrow_over.gif");
}
#contents ul.TRL_button .TRL_stop_image > a {
	padding-left: 10px;
	padding-right: 10px;
	width: 145px;
}
#contents ul.TRL_button .TRL_lead_end span a:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}
#contents ul.TRL_3columns > li {
	display: inline-block;
	width: 100%;
}
#contents ul.TRL_3columns > li a {
	padding: 0.5em;
	text-align: center;
}
#contents ul.TRL_help > li {
	margin-bottom: 0;
	margin-left: 0;
	max-width:14em;
	width: 100%;
	border-radius: 1.5em;
}
#contents ul.TRL_help > li a {
	text-align: center;
	padding-left: 30px;
	padding-right: 0.5em;
}
#contents ul.TRL_help > li span:first-child a:before{
	vertical-align: top;
	text-indent: -25px;
	content: url("screens/icon_help.gif");
}
#contents ul.TRL_help > li:hover span:first-child a:before{
	content: url("screens/icon_help.gif");
}
#contents p.TRL_help + p {
	margin-bottom: 2em;
}
#contents ul.TRL_button + p.TRL_open_window {
	font-size: 0.6em;
}
#contents .TRL_strong {
	font-weight: bold;
}
#footer ul.TRL_page_transition {
	margin: 20px auto;
	padding-top: 20px;
	text-align:center;
	border-top: 1px solid #cccccc;
}
#footer ul.TRL_page_transition > li {
	display: inline;
	padding: 0 5px;
}
#footer ul.TRL_page_close {
	margin: 20px 3%;
	padding-top: 20px;
	border-top: 1px solid #cccccc;
	display: none;
}
#footer ul.TRL_page_close > li {
	width: 10em;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #999999;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 2px #a9a9a9;
	-ms-box-shadow: 2px 2px 2px #a9a9a9;
	-moz-box-shadow: 2px 2px 2px #a9a9a9;
	-webkit-box-shadow: 2px 2px 2px #a9a9a9;
	background-color: #e0e0e0;
}
#footer ul.TRL_page_close > li:hover {
	box-shadow: 0px 0px 1px #808080;
	-ms-box-shadow: 0px 0px 1px #808080;
	-moz-box-shadow: 0px 0px 1px #808080;
	-webkit-box-shadow: 0px 0px 1px #808080;
	background-color: #cccccc;
}
#footer ul.TRL_page_close > li a {
	display: block;
	margin: 0;
	padding: 0.5em 1em;
	font-size: 1em;
	text-decoration: none;
	color: #555555;
}
#footer ul.TRL_page_close > li:hover a {
	color: #ff6600;
}
#footer p.TRL_start_again {
	float: right;
	margin-right: 3%;
	margin-bottom: 0.5em;
	border: 1px solid #cccccc;
	padding: 0.5em 1em;
}
#footer p.TRL_start_again + p {
	clear: both;
}
#footer p.TRL_start_again a {
	color: #555555;
	text-decoration: none;
}
#footer p.TRL_start_again a:hover { color: #ff6600; }
#contents ul.TRL_select_item > li {
	margin: 0.5em auto;
}
#contents ul.TRL_select_item > li p {
	margin: 0;
}
#contents ul.TRL_select_item > li p.TRL_title {
	background: #cccccc;
	border-bottom: 1px solid #cccccc;
}
#contents ul.TRL_select_item > li:hover p.TRL_title {
	background: #bababa;
	border-bottom: 1px solid #bababa;
}
#contents ul.TRL_select_item > li p.TRL_title a {
	font-weight: bold;
	padding-left: 1em;
	padding-bottom: 0.5em;
}
#contents ul.TRL_select_item > li p > a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#contents ul.TRL_select_item > li p.TRL_image_left > a {
	float: left;
}
#contents ul.TRL_select_item > li p.TRL_image_left > a > img {
	max-width: 100%;
}
#contents ul.TRL_select_item > li p.TRL_lead_end span a:after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}
#contents ul.TRL_select_item > li p.TRL_illust_image > a {
	display: none;
	padding-left: 2%;
	padding-right: 2%;
	width: 30%;
}
#contents ul.TRL_select_item > li p a {
	padding: 0.5em 1em 0 1em;
}
#contents ul.TRL_select_item > li p.TRL_lead_end a {
	padding-bottom: 0.5em;
}
#contents ul.TRL_select_item > li p.TRL_image_no_lead > a {
	padding-bottom: 0.5em;
}
#contents ul.TRL_select_item > li p.TRL_image_no_lead > a > img {
	max-width: 100%;
}
#contents ul.TRL_select_item > li span:first-child a:before {
	display: none;
}
#contents ul.TRL_select_item > li.TRL_with_icon span:first-child a:before {
	display: inline-block;
}
#contents ul.TRL_select_item + ul.TRL_select_item {
	margin-top: 2em;
}
#contents ul.TRL_select_item + ul.TRL_other_item {
	margin-top: 3em;
}
#contents ul.TRL_other_item > li p.TRL_title a {
	font-weight: normal;
}
#contents ul.TRL_select_item + p.TRL_open_window {
		font-size: 0.8em;
}
#contents ul.TRL_select_item_arrow > li {
	margin: 0.5em auto;
}
#contents ul.TRL_select_item_arrow > li span:first-child a:before{
	content: url("screens/bullet.gif");
}
#contents ul.TRL_select_item_arrow > li:hover span:first-child a:before{
	content: url("screens/bullet.gif");
}
#contents ul.TRL_glossary_list {
	padding-bottom: 3em;
	border-bottom: 1px solid #cccccc;
}
#contents ul.TRL_glossary_list li{
	margin-bottom: 1em;
}
#contents p.TRL_end_setting {
	font-weight: bold;
	color: #c40026;
	text-decoration: underline;
}
@media screen and (min-width: 480px) {
	#header div.TRL_header_logo {
		padding: 25px;
	}
	#contents div.TRL_trouble {
		padding: 0.3em 3% 0.3em 0.75em;
	}
	#contents ul.TRL_button > li {
		width: 70%;
	}
	#contents ul.TRL_help > li {
		width: 100%;
	}
	#contents div.TRL_figure {
		display: inline-block;
	}
	#contents div.TRL_figure > img {
		vertical-align: middle;
	}
	#contents div.TRL_float{
	float: left;
	}
	#contents div.TRL_arrow {
		display: inline-block;
	}
	#contents div.TRL_arrow:after {
		display: none;
	}
	#contents div.TRL_arrow > img {
		display: inline;
		vertical-align: middle;
	}
	#contents ul.TRL_3columns > li {
		width: 31%;
	}
	#contents ul.TRL_select_item + p.TRL_open_window {
		margin: 0 auto;
		width: 70%;
	}
	#contents ul.TRL_select_item > li p.TRL_illust_image > a {
		display: block;
	}
}
@media screen and (min-width: 800px) {
	#header ul.TRL_nav_modelname {
		float: left;
		padding-top: 1.4em;
	}
	#header ul.TRL_no_index {
		padding-top: 0;
	}
	#header ul.TRL_nav_index li{
		float: right;
	}
	#header ul.TRL_nav_index li.TRL_open_window {
		clear: right;
		padding-top: 0;
	}
	#footer p.TRL_start_again {
		float: left;
		margin-left: 3%;
		border-bottom: none;
		padding: 0.5em 1em;
		margin-bottom: 0;
	}
	#footer p.TRL_start_again + p {
		clear: none;
	}
}
@media print {
	#header div.TRL_nav {
		display: none;
	}
	#header ul.TRL_nav_index {
		display: none;
	}
}

