@charset "UTF-8";


/* contents
--------------------------------------------------------------------------
1. font
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
-----------------------------------------------	*/

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

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

body div.content {
	color: #2f2a27;
}

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

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

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

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

div.category_title a:hover,
div.section a:hover {
	color: #BD324D;
	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 38px;
	background-image: url("/n-08a/images/flownavi_icon.gif");
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10pt;
	line-height: 100%;
}

div.category_title ul.flownavi li.current {
	color: #422B1E;
}


/* 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-08a/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-08a/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-08a/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("/n-08a/images/list_mark_kome1.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

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

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

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

div.section ol.komeList li.list5 {
	background-image: url("/n-08a/images/list_mark_kome5.gif");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}
div.section ol.komeList li.list6 {
	background-image: url("/n-08a/images/list_mark_kome6.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: 45px 0 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;
}

p#bnrSp {
	position: relative;
	right: -570px;
	top: -45px;
	margin-bottom: -35px;
}
/*p#bnrBto {
	position: relative;
	right: -570px;
	top: -45px;
	margin-bottom: -35px;
}*/





/* 16. ul.footBanner
-----------------------------------------------	*/
ul.footBanner {
	min-height: 1px;
	margin: 15px 0 30px 0;
	padding: 15px 15px 0 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;
	padding-bottom:15px;
}


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


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

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

#des_bto {
	position: relative;
}

#des_bto p#linktoBto {
	position: absolute;
	top: 182px;
	right: 205px;
}




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

#des02_contentstext {
	float: left;
	width: 445px;
}

#des02_contentsimage {
	float: right;
	width: 240px;
	margin-top: 25px;
}

#des02_contentsimage p {
	margin-bottom: 60px;
}



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

#illm-keytext {
	float: left;
	width: 505px;
}

#illm-keyimage {
	float: right;
	width: 195px;
}

#illm-keyimage ul.circleList {
	width: 185px;
	margin: auto;
}

#illm-pointtext {
	float: left;
	width: 455px;
}

#illm-pointimage {
	float: right;
	width: 235px;
}

#illm-arriving {
	clear: both;
}


/* 1. cmr.html
-----------------------------------------------	*/
#cmr-facecatch p.image {
	float: left;
	width: 370px;
}

#cmr-facecatch div.text {
	float: right;
	width: 335px;
}


#cmr-mode div.section{
	float: left;
	width: 205px;
	margin-right: 20px;
}

#cmr-mode div dl dd p {
	font-size: 1.1em;
	line-height: 1.4em;
	width: 180px;
	margin-bottom: 5px;
}

#cmr-double p.image {
	float: left;
	width: 285px;
}

#cmr-double div.text {
	float: right;
	width: 415px;
}


/* 1. cmr_02.html
-----------------------------------------------	*/
#cmr02-movie p.floatL {
	float: left;
	width: 215px;
	margin-right: 0;
}

#cmr02-movie div.floatR {
	float: right;
	width: 500px;
	margin-top: 50px;
}

#cmr02-album p.floatR {
	float: right;
	width: 190px;
	margin-left: 0;
}

#cmr02-album div.floatL {
	float: left;
	width: 520px;
}


/* 1. mail.html
-----------------------------------------------	*/
#mail-other {
	padding: 0;
	margin: 0;
}

#mail-tense {
	float: left;
	width: 245px;
	margin:0;
	padding:0;
}

#mail-tense dl {
	width: 230px;
}

#mail-time {
	width: 230px;
	margin:0;
	padding:0;
}

#mail-name {
	float: right;
	width: 230px;
	margin:0;
	padding:0;
}

/* 1. wc.html
-----------------------------------------------	*/
#wc-wc p.text {
	float: left;
	width: 375px;
	margin-right: 0;
}

#wc-wc div.image {
	float: right;
	width: 330px;
	margin-left: 0;
}

#wc-flash {
	clear: both;
}


#wc-flash p.image {
	float: left;
	width: 410px;
	margin-right: 0;
}

#wc-flash div.text {
	float: right;
	width: 290px;
	margin-left: 0;
}


/* 1. uf.html
-----------------------------------------------	*/
#uf-hyper p.floatR {
	float: right;
	width: 250px;
	margin-left: 0;
}

#uf-hyper div.floatL {
	float: left;
	width: 450px;
	margin-right: 0;
}

#uf-iconcel p.floatR {
	float: right;
	width: 141px;
	margin-left: 0;
}

#uf-iconcel div.floatL {
	float: left;
	width: 560px;
	margin-right: 0;
}

#uf-iconcel div.section {
	clear: both;
}

#uf-font p.floatR {
	float: right;
	width: 160px;
	margin-left: 0;
}

#uf-font div.floatL {
	float: left;
	width: 540px;
	margin-right: 0;
}

/* 1. fc.html
-----------------------------------------------	*/
#fc-bluetooth p.floatR {
	float: right;
	width: 136px;
	margin-left: 0;
}

#fc-bluetooth div.floatL {
	float: left;
	width: 565px;
	margin-right: 0;
}

#fc-bluetooth ul.circleList {
	clear: both;
}

#fc-worldwing p.floatR {
	float: right;
	width: 94px;
	margin-left: 0;
}

#fc-worldwing div.floatL {
	float: left;
	width: 605px;
	margin-right: 0;
}

#fc-highspeed p.floatR {
	float: right;
	width: 210px;
	margin-left: 0;
}

#fc-highspeed div.floatL {
	float: left;
	width: 490px;
	margin-right: 0;
}


#fc-srs p.floatR {
	float: right;
	width: 93px;
	margin-left: 0;
}

#fc-srs p.floatL {
	float: left;
	width: 605px;
	margin-right: 0;
}

#fc-virtual p.floatR {
	float: right;
	width: 135px;
	margin-left: 0;
}

#fc-virtual div.floatL {
	float: left;
	width: 565px;
	margin-right: 0;
}

/* 1. svop.html
-----------------------------------------------	*/
#svop-other table {
	width: 720px;
	border: 1px solid #BEA593;
	border-collapse: collapse;
	font-size: 115%;
}

#svop-other table th {
	width: 20%;
	border: 1px solid #BEA593;
	padding: 3px 1px;
	background-color: #F7F2EE;
}

#svop-other table td {
	padding: 3px 1px;
	border: 1px solid #BEA593;
	text-align: center;
}

#svop-other table td.notice {
	padding: 5px 5px 2px 5px;
	border: 2px solid #BEA593;
	text-align: left;
}

#svop-other table td.notice ol {
	margin-bottom: 0;
	padding-bottom: 0;
}

#svop-other table td.notice ol li {
	margin-bottom: 3px;
	padding-bottom: 0;
}


#svop-option div.floatL {
	float: left;
	width: 320px;
	margin-right: 0;
}


#svop-option div.floatR {
	float: right;
	width: 380px;
	margin-left: 0;
}

#svop-option ol.komeList {
	clear: both;
}

#svop-datalink div {
	min-height: 1px;
	margin-bottom: 15px;
}

#svop-datalink div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html #svop-datalink div {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#svop-datalink div p.floatL {
	float: left;
	width: 140px;
	margin:0;
	padding: 0;
}

#svop-datalink div p.floatR {
	float: right;
	width: 575px;
	margin: 8px 0 0 0;
	padding: 0;
}


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

#upg-contents table {
	width: 720px;
	border-collapse: collapse;
	border: 1px solid #BEA593;
	font-size: 10pt;
}

#upg-contents table thead th.improve1 {
	width: 339px;
	padding: 5px 10px 6px 10px;
	border-right: 1px solid #D8CEC3;
	background-color: #F6EDE7;
}

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

#upg-contents table tbody th.title {
	width: 15px;
	padding: 10px 10px 10px 9px;
	border-top: 1px solid #D8CEC3;
	border-right: 1px solid #D8CEC3;
	background-color: #FCEFDD;
}

#upg-contents table tbody th.subtitle {
	padding: 9px;
	border-top: 1px solid #D8CEC3;
	border-right: 1px solid #D8CEC3;
	background-color: #FFF9EE;
	color: #594E3A;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
}

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

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



/* 1. myselect.html
-----------------------------------------------	*/
body#bto div ul.myselectReserve {
	margin-top: 10px;
}

body#bto div p#linkBtn {
	position: relative;
	bottom: 60px;
	left: 10px;
	margin-bottom: -35px;
}

body#bto div#con {
	position: relative;
	top: 20px;
	padding-bottom: 20px;
}

body#bto div h2 {
	margin-bottom: 20px;
}

body#bto div.page_title p.lead {
	padding-bottom: 20px;
}

body#bto div.section h3 {
	margin-bottom: 20px;
}

body#bto div#panel div.cell1 {
	width: 545px;
}

body#bto div#panel div.cell2 {
	width: 145px;
}

/*\*/
* html body#bto div#panel div.cell1 {
	width: 540px;
}
/**/

body#bto p#linkProduct {
	text-align: right;
}

body#bto p.linkDocomo {
	text-align: center;
	font-size: 1.5em;
	color: #8a0e2e;
	font-weight: bold;
}

body#bto p.linkDocomo img {
	margin-top: 5px;
}



