@charset "shift-jis";

@import "reset.css";
@import "font.css";
@import "layout.css";
@import "adjust.css";


/* DSiBROWSER COMMMON STYLE *************************************************/

h2 {
	margin-bottom: 12px;
}
p {
	margin-bottom: 18px;
	line-height: 1.6;
}
h1.pageTitle {
	margin-bottom: 24px;
}

div#localNavArea {
	position: relative;
	width: 768px;
	height: 52px;
	margin-bottom: 30px;
}
div#logoDsiBrowser {
	position: absolute;
	left: 0;
	top: 0;
}
div#localNavArea dl#localNav {
	position: absolute;
	left: 126px;
	top: 9px;
}
dl#localNav dd ul li {
	display: inline;
	float: left;
	margin-right: 12px;
}
dl#localNav dt {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}
dl#localNav dd ul li.last {
	margin-right: 0;
}

.clear {
	clear:both;
}

.text1 {
	margin:0;
	font-size:12px;
	line-height:150%;
}

/* DSiBROWSER INDEX STYLE *************************************************/

.mainVisual {
	position: relative;
	margin: 23px 0 16px;
	width: 768px;
	height: 443px;
}
.mainVisual .phDSi {
	position: absolute;
	left: 20px;
	top: 10px;
}
.mainVisual .logoBrowser {
	position: absolute;
	right: 0;
	top: 0;
}
.mainVisual .subLine {
	position: absolute;
	right: 5px;
	top: 158px;
}
.mainVisual dl#localNav {
	position: absolute;
	right: 38px;
	top: 197px;
}
.mainVisual dl#localNav dd ul li {
	display: block;
	float: none;
	margin-right: 0;
	margin-bottom: 6px;
}
.mainVisual .iFilterBanner {
	position: absolute;
	right: 10px;
	bottom: 0;
}

.specBlock {
	position: relative;
	/*margin-bottom: 33px;*/
	padding-top: 4px;
	width: 764px;
	background: url(../img/bg_specblock_top.gif) left top no-repeat;
}
.specBlockInner {
	padding: 0 5px 12px;
	background: url(../img/bg_specblock_bottom.gif) left bottom no-repeat;
}
.softSpec {
	margin-bottom: 5px;
	padding-top: 10px;
	width: 100%;
	color: #000000;
}
.softSpec tr {
	background: url(../img/border_dotline.gif) left bottom repeat-x;
}
.softSpec th {
	padding: 5px 0;
	width: 120px;
	font-weight: bold;
	text-align: left;
}
.softSpec td {
	padding: 5px 0;
}
.softSpec th.last {
	width: 160px;
	text-align: left;
}
.softSpec td.last {
	width: 160px;
}
.listSquare {
	color: #ff418c;
}
.specNote {
	padding-left: 5px;
}



/* FEATURE STYLE *************************************************/

.featureBlock {
	margin-bottom: 40px;
}
.figure1 img {
	float: right;
	margin: 0 0 0 20px;
}
.figure2 {
	text-align: center;
}
.figure2 img {
	margin: 0 10px;
	vertical-align: middle;
}
.figure3 {
	text-align: center;
}
.figure3 img {
	margin: 0 10px;
	vertical-align: bottom;
}
#featureImg06 {
	margin-left: 89px;
}

.iFilterBanner {
	margin-bottom: 13px;
	text-align: right;
}


/* ENVIRONMENT STYLE *************************************************/

.situationData {
	margin-bottom: 40px;
}
.situationData h2 {
	color: #ff418c;
}
.situationData ol {
	margin-left: 2.7em;
	margin-bottom: 18px;
}
.situationData ol li {
	list-style: decimal;
}

.situationData ul {
	margin-left: 1em;
	margin-bottom: 18px;
}
.situationData li {
	line-height: 1.6;
}
.situationData li p {
	margin-left: 1em;
	margin-bottom: 0;
}
.situationData li li {
	margin-left: 1em;
}
.situationData li ul li {
	list-style: disc;
}
.situationData li li p {
	margin-left: 0;
}



/* SPEC STYLE *************************************************/

.specData {
	width: 100%;
}
.specData th,
.specData td {
	padding: 20px 10px;
	border: 1px solid #cccccc;
	border-width: 0 0 1px 0;
	line-height: 1.6;
}
.specData th.last,
.specData td.last {
	border: none;
}

.specData th {
	font-weight: bold;
	color: #474747;
}



/* Q_AND_A STYLE *************************************************/

.faqData tr.answer {
	background: url(../img/border_dotline.gif) left bottom repeat-x;
}
.faqData tr.answer.last {
	background: none;
}

.faqData th,
.faqData td {
	line-height: 1.6;
}
.faqData th {
	padding-top: 18px;
	font-weight: bold;
	color: #ff418c;
	text-align: left;
}
.faqData th.read {
	color: #474747;
}
.faqData td {
	padding-bottom: 18px;
}
.faqData .qaNumber {
	width: 3em;
	font-weight: bold;
}
.faqData .qaNumber.first,
.faqData .read.first {
	padding-top: 0;
}