@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. linkArrow
16. pageNavigation
17. 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: #C35C00;
	text-decoration: underline;
}

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

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

div.category_title a:hover,
div.section a:hover {
	color: #C35C00;
	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("/830n/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: #201C19;
}


/* 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: 30px;
}


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;
}

div.content p.note {
	font-size:130%;
	line-heigt: 130%
	width: 720px;
	text-align: right;
}

div.content p.note img {
	margin-right: 3px;
}

/* 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("/830n/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("/830n/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("/830n/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.5em;
}

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

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

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

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

div.section ol.komeList li.list5 {
	background-image: url("/830n/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. linkArrow
-----------------------------------------------	*/

.linkArrow {
	padding: 0 0 0 1em;
	background-image: url("/830n/images/icon_arrow_link.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}


/* 16. pageNavigation
-----------------------------------------------	*/

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

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;
}





/* 17. 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;
}

/* 18. misc
-----------------------------------------------	*/
div.section span.icon {
	padding: 0 0.3em 0 0;
	vertical-align: -0.1em;
}


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

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

#desColor div.column-triple {
	padding-top: 20px;
}


/* 1. des_02.html
-----------------------------------------------	*/
#des_02_section1 p.lead {
	padding-bottom: 15px;
}


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


#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 h5 {
	margin-bottom: 0;
}

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

#des_02_section4 p.text{
	padding-top: 15px;
}

/* 1. illm.html
-----------------------------------------------	*/

#illm_touch_text1 {
	margin-bottom: 5px;
}

#illm_touch_image {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

#illm_touch {
	float: right;
	width: 510px;
	padding-bottom: 10px;
}

#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_quickmenu {
	clear: both;
}

#illm_slide {
	clear: both;
}

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

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

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

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

#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: 515px;
}

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

#srs_bluetooth {
	min-height: 1px;
}

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

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

#srs_bluetooth p.floatL {
	float: left;
	width: 585px;
	margin: 0 0 15px 0;
}

#srs_bluetooth p.floatR {
	float: right;
	width: 125px;
	margin: 0 0 15px 0;
}

#srs_bluetooth dl {
	clear: both;
	width: 720px;
	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 dl {
	width: 720px;
	margin: 0 0 15px 0;
}

/* 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 30px 0;
}

#oneseg_sound1 p.floatR {
	float: right;
	width: 590px;
	margin: 0 0 30px 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. mail.html
-----------------------------------------------	*/
#mail_mogic {
	float: right;
	width: 345px;
	padding: 0 0 60px 0;
}

#mail_chara {
	clear: both;
	margin: 0;
	padding-top: 20px;
}

#mail_chara ul {
	min-height: 1px;
	margin-left: -60px;
	padding-bottom: 15px;
}

#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 60px;
}

#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_omakase {
	clear: both;
}


/* 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: 20px;
	padding: 9px;
	border: 1px solid #878382;
}

#conv_security div.section.cover {
	margin-bottom: 0;
	padding-bottom: 0;
}

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

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

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

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

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


/* 1. func.html
-----------------------------------------------	*/

#func_charge {
	float: right;
	padding: 0;
}




/* 1. appli.html
-----------------------------------------------	*/

#appli_wijet p.image.floatL {
	float: left;
	width: 325px;
	margin: 0 0 30px 0;
	padding: 0;
}

#appli_wijet div.detail {
	float: right;
	width: 365px;
	margin: 0 0 30px 0;
	padding: 0;
}

#appli_sAppli {
	clear: both;
	padding: 0 0 30px 0;
}

#appli_service ul {
	min-height: 1px;
	margin-bottom: 20px;
}

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

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

#appli_service ul li {
	float: left;
	width: 120px;
}

#appli_makersite div.detail {
	float: left;
	width: 610px;
}

#appli_makersite p.image {
	float: right;
	width: 96px;
}

#appli_soft {
	clear: both;
}

#appli_soft h5 {
	padding-top: 30px;
}






