@charset "utf-8";

/*------------ header ------------*/
/* navi */
#header div.TOP_nav {
	margin-top: 10px;
	margin-bottom: 10px;
}

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

#header p.TOP_example {
	font-size: 0.7em;
	text-align: right;
	margin-right: 3%;
	clear: both;
}


/* header logo */
#header div.TOP_header_logo {
	background: #000000;
	padding: 25px 5px 25px 10px;
	color: #ffffff;
	min-height: 81px;
	border: 1px solid #000000;
	margin: 0 3% 1em 3%;
}

#header div.TOP_header_logo h1 { font-size: 1.5em; }
#header div.TOP_header_logo h1 span.TOP_header_sub { font-size: 0.8em; }

#header div.TOP_header_logo p {
	padding-right: 0.5em;
}


/*------------ contents ------------*/
/* contents */
div.TOP_contents {
	padding-top: 0 !important;
}

#contents div.TOP_item {
	border-bottom: 2px solid #002149;
}

#contents div.TOP_section {
	clear: both;
	margin-top: 1em;
}

/* TOP h2 style */
#contents h2.TOP_h2 {
	background: url(screens/dot.gif) repeat-x bottom left;
	font-size: 1.3em;
	padding: 0.5em;
	border: 1px solid #afafaf;
	border-radius: 5px;
}

#contents div.TOP_section p {
	font-size: 1em;
	margin: 1em 0.8em 1em 0.8em;
}

/* TOP h3 style */
#contents div.TOP_product {
	clear: both;
	margin-left: 0.8em; 
	padding-top: 0.5em;
}

#contents h3.TOP_h3{
	font-size: 1.2em;
	color: #0e1b3f;
	border-top: 2px solid #565f78;
	padding-top: 0.3em;
}

#contents div.TOP_product p{
	margin: 0;
}

/* TOP h4 style */
#contents h4.TOP_h4 {
	width: 7em;
	font-size: 1em;
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	border-left: 3px solid #404040;
	margin: 1em 0 0 0;
	padding: 0.2em 1em 0.2em 1em;
	background: url(screens/model_btn_off.gif) repeat-x bottom left;
}

/* select series model */
#contents ul.TOP_model_list {
	width: 100%;
	list-style-image: url(screens/arrow1.gif);
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 1.5em;
}

#contents ul.TOP_model_list:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

#contents ul.TOP_model_list li {
	float: left;
	margin: 0.5em 0.5em 0.5em 1.3em;
	font-size: 0.9em;
}

#contents ul.TOP_model_list li.TOP_model_list_more {
	list-style: none;
	font-size: 0.8em;
	padding: 0.3em 0 0 0;
	display: none;
}
#contents ul.TOP_model_list li.TOP_model_list_less {
	list-style: none;
	font-size: 0.8em;
	padding: 0.3em 0 0 0;
	display: none;
}

#contents a.TOP_model { color: #424c60; text-decoration: none; }
#contents a.TOP_model:hover { color: #FF6600; text-decoration: underline; }

/* TAP */
#contents p.TOP_arrow {
	text-align: right;
}

#contents p.TOP_arrow a{
	color: #0000cc;
	text-decoration: none;
	outline: none;
}

#contents p.TOP_arrow a:hover{ color: #ff6600; text-decoration: none; }

#contents p.TOP_arrow span.TOP_arrow_img {
	display: inline-block;
	width: 61px;
	height: 19px;
	background-image: none;
}

#contents p.TOP_arrow span.TOP_arrow_img img {
	visibility: visible;
}

#contents p.TOP_arrow span:hover span.TOP_arrow_img img {
	visibility: hidden;
}

#contents p.TOP_arrow span:hover span.TOP_arrow_img {
	background-image: url(screens/ref_arrow_r.gif);
}

/* Supplementary information */
#contents ul.TOP_link_list {
	margin-top: 1em;
	list-style-image: url(common/arrow.gif);
}

#contents ul.TOP_link_list a { color: #000000; text-decoration: none; }
#contents ul.TOP_link_list a:hover { color: #ff6600; }

/*------------ Body page ------------*/
/* Manual construction */
#contents ul.TOP_manual_map { margin-left: -1.5em; }
#contents ul.TOP_manual_map li{ list-style: none; }

#contents ul.TOP_manual_map p {
	border: 2px solid #0e1b3f;
	background: #545d76;
	color: #ffffff;
	padding: 0.3em 1em;
	margin-top: 1em;
}

#contents li.TOP_list_bullet {
	margin-left: 1em;
	text-indent: -1.3em;
}

#contents li.TOP_list_bullet:before {
	padding-right: 0.5em;
	content: url(screens/bullet.gif);
}

/* search hint */
#contents #TOP_search-hint {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}
#TOP_search-hint #cse-search-form {
	float: none;
	max-width: 70%;
	min-width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#contents #TOP_search-hint p.TOP_search-ex { font-size: 0.8em; }

@media screen and (min-width: 480px) {
	#header div.TOP_header_logo {
		background: #000000 url(screens/header.jpg) no-repeat right center;
		padding: 25px 260px 25px 25px;
	}

	#contents ul.TOP_model_list li {
		font-size: 1em;
		margin: 0.5em 1.5em 0.5em 1.3em;
	}
}

@media print {
	#header div.TOP_nav { display: none; }

	#header div.TOP_header_logo {
		background: #000000 url(screens/header.jpg) no-repeat right center;
		padding: 25px 260px 25px 25px;
	}

	#contents ul.TOP_model_list li {
		font-size: 1em;
		margin: 0.5em 1.5em 0.5em 1.3em;
	}
}
