@charset "UTF-8";


/* contents
--------------------------------------------------------------------------
1. font size
2. link color
3. div.category_title
4. div.page_title
5. div.column-single
6. div.column-double
7. div.column-triple
8. div.section
9. titles
10. paragraph
11. dl
12. ul
13. ol 
14. sup
15. pageNavigation
16. ul.footBanner

--------------------------------------------------------------------------
*/

/* contents(For each page)
--------------------------------------------------------------------------

--------------------------------------------------------------------------

*/

/* 1. font size
-----------------------------------------------	*/

div.content div,
div.main div {
	font-size: 100%;
}

div.content div p,
div.main div p {
	font-size: 10pt;
}

/* 2. link color
-----------------------------------------------	*/

div.category_title a:link,
div.section a:link {
	color: #846539;
	text-decoration: underline;
}

div.category_title a:visited,
div.section a:visited {
	color: #846539;
	text-decoration: underline;
}

div.category_title a:active,
div.section a:active {
	color: #846539;
	text-decoration: underline;
}

div.category_title a:hover,
div.section a:hover {
	color: #846539;
	text-decoration: none;
}



/* 3. div.category_title
-----------------------------------------------	*/
div.category_title h2 {
	margin-bottom: 11px;
}

div.category_title ul.flownavi {
	margin-bottom: 20px;
}

div.category_title ul.flownavi li {
	display: inline;
	margin-right: 40px;
	padding : 1px 0 1px 30px;
	background-image: url("/n-04a/images/flownavi_icon.gif");
	background-repeat: no-repeat;
	background-position: 10px 0px;
	font-size: 10pt;
	line-height: 100%;
}

div.category_title ul.flownavi li.current {
	color: #2E2825;
}


/* 4. div.page_title
-----------------------------------------------	*/
div.page_title {
	margin-bottom: 35px;
}



/* 5. div.column-single
-----------------------------------------------	*/
div.column-single 	{
	min-height: 1px;
}

div.column-single div.container:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.column-single 	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* 6. div.column-double
-----------------------------------------------	*/
div.column-double 	{
	min-height: 1px;
}

div.column-double:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.column-double 	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div.column-double {
	margin-left: -30px;
}
div.column-double div.section {
	float: left;
	width: 345px;
	padding-left: 30px;
}

div.column-double div.section div.section {
	padding-left: 0;
}






/* 7. div.column-triple
-----------------------------------------------	*/
div.column-triple 	{
	min-height: 1px;
}

div.column-triple:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.column-triple 	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div.column-triple {
	margin-left: -30px;
}

div.column-triple div.section {
	float: left;
	width: 220px;
	padding-left: 30px;
}

div.column-triple div.section div.section {
	padding-left: 0;
}




/* 8. div.section
-----------------------------------------------	*/

div.section {
	min-height: 1px;
	padding-bottom: 15px;
}


div.section:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.section 	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

div.section div.section {
	min-height: 1px;
	padding-bottom: 10px;
}

div.section div.section:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html div.section div.section	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* 9. titles
-----------------------------------------------	*/

div.section h4 {
	margin-bottom: 20px;
}

div.section h5 {
	margin-bottom: 20px;
}

/* 10. paragraph
-----------------------------------------------	*/
div.section p {
	margin-bottom: 15px;
	line-height: 130%;
}

div.section p.image {
	line-height: 100%;
}

div.section p.image.floatR {
	float: right;
	margin: 0 0 10px 10px;
}

div.section p.image.floatL {
	float: left;
	margin: 0 10px 10px 0;
}

/* 11. dl
-----------------------------------------------	*/

div.section dl dt {
	margin-bottom: 10px;
}


/* 12. ul 
-----------------------------------------------	*/
div.section ul.roundList {
	padding-bottom: 10px;
	font-size: 10pt;
	line-height: 130%;
}

div.section ul.roundList li {
	margin-bottom: 5px;
	padding-left: 1.5em;
	background-image: url("/n-04a/images/list_mark_round.gif");
	background-repeat: no-repeat;
	background-position: 0.2em 0.4em;
}

div.section ul.circleList {
	padding-bottom: 10px;
	font-size: 8.5pt;
	line-height: 130%;
}

div.section ul.circleList li {
	margin-bottom: 5px;
	padding-left: 1em;
	background-image: url("/n-04a/images/list_mark_circle.gif");
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

div.section ul.komeList {
	padding-bottom: 5px;
	font-size: 8.5pt;
	line-height: 130%;
}

div.section ul.komeList li {
	margin-bottom: 10px;
	padding-left: 1em;
	background-image: url("/n-04a/images/list_mark_kome.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}


/* 13. ol 
-----------------------------------------------	*/
div.section ol.komeList {
	padding-bottom: 5px;
	font-size: 8.5pt;
	line-height: 130%;
}

div.section ol.komeList li {
	margin-bottom: 10px;
	padding-left: 1.8em;
}

div.section ol.komeList li.list1 {
	background-image: url("/n-04a/images/list_mark_kome1.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

div.section ol.komeList li.list2 {
	background-image: url("/n-04a/images/list_mark_kome2.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

div.section ol.komeList li.list3 {
	background-image: url("/n-04a/images/list_mark_kome3.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

div.section ol.komeList li.list4 {
	background-image: url("/n-04a/images/list_mark_kome4.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

div.section ol.komeList li.list5 {
	background-image: url("/n-04a/images/list_mark_kome5.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

div.section ol.komeList li span.mark {
	display: none;
}

/* 14. sup
-----------------------------------------------	*/

sup {
	vertical-align: 0.2em;
}

/* 15. pageNavigation
-----------------------------------------------	*/

ul.pageNavigation {
	min-height: 1px;
	padding-bottom: 15px;
}

ul.pageNavigation:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html ul.pageNavigation 	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ul.pageNavigation li.prev {
	float: left;
	width: 345px;
	text-align: right;
}

ul.pageNavigation li.next {
	float: right;
	width: 345px;
}





/* 16. ul.footBanner
-----------------------------------------------	*/
ul.footBanner {
	min-height: 1px;
	margin: 15px 0 30px 0;
	padding: 15px;
	border-top: 1px solid #CCCCCC;
	background-color: #F6F6F6;
}


ul.footBanner:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html ul.footBanner {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ul.footBanner li {
	float: left;
	margin-right: 15px;
}


/* For each page
--------------------------------------------------------------------------
*/

/* 1. des.html
-----------------------------------------------	*/

#des_color4 {
	float: right;
	width: 345px;
	padding-left: 0px;
}




#des_image_collabo {
	min-height: 1px;
	margin-left: -24px;
}

#des_image_collabo:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #des_image_collabo {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#des_image_collabo li {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0 0 20px 24px;
}

#des_special {
	margin-bottom: 25px;
}

#des_channel {
	margin-bottom: 65px;
}



/* 1. des_02.html
-----------------------------------------------	*/

#des_02_image1 {
	width: 230px;
	margin-right: 0;
}

#des_02_section1 {
	float: right;
	width: 470px;
}

#des_02_section2 {
	float: right;
	width: 470px;
}

#des_02_section2 p {
	margin-bottom: 20px;
}

#des_02_section3 {
	float: right;
	width: 470px;
}

#des_02_section3 p {
	margin-bottom: 15px;
}

#des_02_dl01 {
	float: left;
	width: 256px;
}

#des_02_image03 {
	width: 180px;
	margin-left: 0;
}

#des_02_dl01 {
	float: left;
	width: 256px;
}

#des_02_section4 {
	clear: both;
	margin-bottom: 30px;
}

#des_02_section4 p.image.floatR{
	margin-bottom: 20px;
}



/* 1. illm.html
-----------------------------------------------	*/
#illm_touch_image {
	float: left;
	width: 200px;
}

#illm_touch {
	float: right;
	width: 510px;
}

#illm_touch dl 	{
	width: 510px;
	min-height: 1px;
}

#illm_touch dl:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #illm_touch dl 	{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#illm_touch dl dt {
	float: left;
	width: 95px;
}

#illm_touch dl dd {
	float: right;
	width: 410px;
}



#illm_touch_func {
	width: 720px;
	margin-bottom: 10px;
	border: 1px solid #878382;
	border-collapse: collapse;
	font-size: 10pt;
}

#illm_touch_func thead th {
	font-size: 8.5pt;
	border-right: 1px solid #878382;
	border-bottom: 1px solid #878382;
	background-color: #E6E2DD;
	text-align: center;
}

#illm_touch_func tbody th,
#illm_touch_func tbody td {
	padding: 4px 8px;
	border-right: 1px solid #878382;
	border-bottom: 1px solid #878382;
	text-align: left;
}

#illm_touch_image3 {
	margin-right: 2px;
	vertical-align: -0.1em;
}

#illm_backlight_image {
	float: right;
	width: 210px;
}

#illm_backlight {
	float: left;
	width: 490px;
}

#illm_quickmenu_icon {
	float: right;
	width: 387px;
	margin-bottom: 15px;
}

#illm_quickmenu_icon li {
	margin-bottom: 4px;
}

#illm_key {
	margin-bottom: 45px;
}



/* 1. srs.html
-----------------------------------------------	*/
#srs_trumedia1 {
	min-height: 1px;
}

#srs_trumedia1:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #srs_trumedia1 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#srs_trumedia1 p.floatL {
	float: left;
	width: 125px;
	margin: 0 0 15px 0;
}

#srs_trumedia1 p.floatR {
	float: right;
	width: 585px;
	margin: 0 0 15px 0;
}

#srs_trumedia2 {
	min-height: 1px;
}

#srs_trumedia2:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #srs_trumedia2 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#srs_trumedia2 p.floatL {
	float: left;
	width: 125px;
	margin: 0 0 15px 0;
}

#srs_trumedia2 p.floatR {
	float: right;
	width: 585px;
	margin: 0 0 15px 0;
}

#srs_virtual {
	min-height: 1px;
}

#srs_virtual:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #srs_virtual {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#srs_virtual div.floatL {
	float: left;
	width: 445px;
}

#srs_virtual p.floatR {
	float: right;
	width: 260px;
}

#srs_bluetooth1 {
	min-height: 1px;
}

#srs_bluetooth1:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #srs_bluetooth1 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#srs_bluetooth1 p.floatL {
	float: left;
	width: 125px;
	margin: 0 0 15px 0;
}

#srs_bluetooth1 p.floatR {
	float: right;
	width: 585px;
	margin: 0 0 15px 0;
}

#srs_bluetooth2 {
	min-height: 1px;
}

#srs_bluetooth2:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #srs_bluetooth2 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#srs_bluetooth2 p.floatL {
	float: left;
	width: 275px;
	margin: 0 0 15px 0;
}

#srs_bluetooth2 dl {
	float: right;
	width: 432px;
	margin: 0 0 15px 0;
}

#srs_hasymo {
	width: 685px;
	min-height: 1px;
	margin-bottom: 65px;
	padding: 11px 19px 0 14px;
	border: 1px solid #878382;
}

#srs_hasymo:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #srs_hasymo {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#srs_hasymo div.section h4 {
	margin: 0;
}

#srs_hasymo_text {
	float: left;
	width: 535px;
	margin-top: 15px;
}

#srs_hasymo_about {
	width: 519px;
	padding: 8px;
	background-color: #F9F6F4;
}

#srs_hasymo_about dl dt {
	margin-bottom: 5px;
}

#srs_hasymo_about dl dd p {
	margin: 0;
}

#srs_hasymo div.section p.floatR {
	float: right;
	width: 140px;
}

/* 1. 1seg.html
-----------------------------------------------	*/
#oneseg_contents {
	margin-bottom: 45px;
}

#oneseg_sound1 {
	min-height: 1px;
}

#oneseg_sound1:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #oneseg_sound1 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#oneseg_sound1 p.floatL {
	float: left;
	width: 120px;
	margin: 0 0 15px 0;
}

#oneseg_sound1 p.floatR {
	float: right;
	width: 590px;
	margin: 0 0 15px 0;
}

#oneseg_sound2 {
	min-height: 1px;
}

#oneseg_sound2:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #oneseg_sound2 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#oneseg_sound2 dl {
	float: left;
	width: 345px;
	margin: 0 0 15px 0;
}

#oneseg_sound2 p {
	float: right;
	width: 345px;
	margin: 0 0 15px 0;
}

#oneseg_change {
	margin-left: -3px;
}

#oneseg_change h4,
#oneseg_change p {
	padding-left: 3px;
}


/* 1. inter.html
-----------------------------------------------	*/

#inter_speed p.floatL {
	float: left;
	width: 145px;
	margin-right: 0;
}

#inter_speed div.floatR {
	float: right;
	width: 560px;
}

/* 1. mail.html
-----------------------------------------------	*/
#mail_mogic {
	float: right;
	width: 345px;
	padding: 0;
}

#mail_chara {
	clear: both;
	margin: 0;
}

#mail_chara ul {
	min-height: 1px;
	margin-left: -28px;
}

#mail_chara ul:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #mail_chara ul {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#mail_chara ul li {
	float: left;
	width: 96px;
	margin: 0;
	padding: 0 0 0 28px;
}

#mail_category {
	min-height: 1px;
	margin: 0 0 15px -43px;
}

#mail_category:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #mail_category {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#mail_category li {
	float: left;
	width: 146px;
	margin: 0;
	padding: 0 0 15px 43px;
}

#mail_pict {
	float: right;
	width: 345px;
	padding: 0;
}


/* 1. conv.html
-----------------------------------------------	*/
#conv_voice {
	min-height: 1px;
}

#conv_voice:after {
	content: ".";	/* 新しい要素を作る */
	display: block;	/* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #conv_voice {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#conv_voice dl {
	float: right;
	width: 345px;
}

#conv_expansion_text {
	float: left;
	width: 530px;
}

#conv_security {
	margin-bottom: 65px;
	padding: 9px;
	border: 1px solid #878382;
}

#conv_security h4 {
	margin-bottom: 7px;
}

#conv_security h5 {
	margin-bottom: 10px;
}

#conv_secret {
	float: left;
	width: 240px;
	margin: 0;
}

#conv_keylock {
	float: left;
	width: 220px;
	margin: 0;
}

#conv_ic {
	float: right;
	width: 220px;
	margin: 0;
}

#conv_sequrity_logo {
	clear: both;
	margin: 0;
	text-align: center;
}

/* 1. func.html
-----------------------------------------------	*/
#func_viewer_detail {
	width: 345px;
	margin-bottom: 10px;
	border: 1px solid #878382;
	border-collapse: collapse;
	font-size: 8.5pt;
}

#func_viewer_detail th {
	font-size: 8pt;
	border-right: 1px solid #878382;
	border-bottom: 1px solid #878382;
	background-color: #E6E2DD;
	text-align: center;
}

 #func_viewer_detail td {
	padding: 2px;
	border-right: 1px solid #878382;
	border-bottom: 1px solid #878382;
	text-align: center;
}

#func_container {
	float: right;
	width: 345px;
}

#func_container div.section {
	float: none;
	padding-left: 0;
}



/* 1. svop.html
-----------------------------------------------	*/

#svop_iconcier1 {
	float: left;
	width: 350px;
}

#svop_iconcier1 ul li {
	margin-bottom: 20px;
}

#svop_iconcier2 {
	float: left;
	width: 144px;
	padding-left: 10px;
}

#svop_iconcier3 {
	float: right;
	width: 210px;
}

#svop_misc {
	float: right;
	width: 345px;
}

#svop_misc div.section {
	float: none;
	padding-left: 0;
}

#svop_option_list {
	float: left;
	width: 400px;
}

#svop_option_image {
	float: right;
	width: 310px;
}

#svop_option_image p {
	margin-bottom: 27px;
}

/* 1. upg.html
-----------------------------------------------	*/
#upg_list {
	margin-bottom: 65px;
}


#upg_list table {
	width: 720px;
	border-collapse: collapse;
	border: 1px solid #878382;
	font-size: 10pt;
}

#upg_list table thead th.improve1 {
	width: 339px;
	padding: 5px 10px 6px 10px;
	border-right: 1px solid #BDB6AD;
	background-color: #E1D5D2;
}

#upg_list table thead th.improve2 {
	width: 338px;
	padding: 5px 10px 6px 10px;
	background-color: #FFF5E2;
}

#upg_list table tbody th.title {
	width: 15px;
	padding: 10px 10px 10px 9px;
	border-top: 1px solid #BDB6AD;
	border-right: 1px solid #BDB6AD;
	background-color: #F0E0DC;
}

#upg_list table tbody th.subtitle {
	padding: 9px;
	border-top: 1px solid #BDB6AD;
	border-right: 1px solid #BDB6AD;
	background-color: #FFF1ED;
	color: #5E1A06;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
}

#upg_list table tbody td.demand {
	padding: 9px;
	border-top: 1px solid #BDB6AD;
	background-image: url("/n-04a/images/upg_dotline_h.gif");
	background-repeat: repeat-y;
	background-position: top right;
	line-height: 130%;
}

#upg_list table tbody td.measure {
	padding: 9px 9px 9px 38px;
	border-top: 1px solid #BDB6AD;
	background-image: url("/n-04a/images/upg_arrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 130%;
}

