@charset "utf-8";
/* ------------------
	リセット
------------------- */
*{
	margin:0;
	padding:0;
	font-style:normal;
	letter-spacing:0;
	font-family: 'メイリオ','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
html {
	overflow-y:scroll;
}
p {
	margin:0;
}
ul , li{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:bottom;
}

/* ------------------
	レイアウトなど
------------------- */
.fleft{float:left;display:inline;}
.fright{float:right;display:inline;}
.clear{clear:both;}
.clearleft{clear:left;}
.clearright{clear:right;}

.tleft{text-align:left;}
.tcenter{text-align:center;}
.tright{text-align:right;}

.clearfix:after{
	content:"";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}
.clearfix{
	zoom:100%;
}
article,
section {
}

/* ------------------
	ヘッダー
------------------- */
header {
	min-height: 78px;
	border-bottom: 2px solid #d3d1c6;
	margin-bottom: 2px;
	positioin: relative;
}
header div.icon {
	float: left;
	margin: 15px 0 0 1%;
	width: 11%;
	max-width: 85px;
	height: 48px;
	background: url(/navigate/products/dnavi/173q/and_portal/images/img_title_01.png) 0 0 no-repeat;
	background-size: 100% auto;
}
header div.inBox {
	float: left;
	margin: 15px 0 0 25px;
	width: 52%;
	max-width: 415px;
}
header div.title {
	width: 50%;
	max-width: 206px;
	height: 25px;
	background: url(/navigate/products/dnavi/173q/and_portal/images/img_title_02.png) 0 0 no-repeat;
	text-indent: -99999px;
	background-size: 100% auto;
}
header div.text {
	margin-top: 10px;
	width: 100%;
	max-width: 415px;
	height: 14px;
	background: url(/navigate/products/dnavi/173q/and_portal/images/img_title_03.png) 0 0 no-repeat;
	text-indent: -99999px;
	background-size: 100% auto;
}
header div.logo {
	float: right;
	margin: 20px 2% 0 0;
	width: 9%;
	max-width: 70px;
	height: 19px;
	background: url(/navigate/products/dnavi/173q/and_portal/images/logo_nec.png) 0 0 no-repeat;
	text-indent: -99999px;
	background-size: 100% auto;
}

/* ------------------
	フッター
------------------- */
footer {
	font-size: 75%;
	text-align: center;
	margin-top: 1px;
	padding: 5px 0 25px;
	border-top: 3px double #d3d1c6;
	clear: both;
}

/* ------------------
	共通
------------------- */
div#MainContents {
	background: url(/navigate/products/dnavi/173q/and_portal/images/bg_movienavi_01.png);
}
section {
	padding: 9px;
}
section .inBox {
	border: 1px solid #e2ddcd;
	border-radius: 5px;
	padding: 8px;
	background: #eeece1;
}
section .inBox .whiteBox {
	background: #ffffff;
	padding: 10px 0;
}
section .inBox .whiteBox h1{
	margin: 0 10px;
}
section .inBox .whiteBox .movie {
	display: block;
	margin-bottom: 17px;
}
section .inBox .whiteBox h2 {
	font-size: 105%;
	padding: 2px 0 2px 10px;
	line-height: 1.4;
}
section#basic .inBox .whiteBox h2 {
	border-left: 7px solid #5ac4cc;
}
section#application .inBox .whiteBox h2 {
	border-left: 7px solid #cc6f85;
}
section .inBox .whiteBox p {
	font-size: 75%;
	margin: 10px 0 0;
}


/* ------------------
	横モード
------------------- */
@media screen and (min-width: 960px) {
	header div.inBox {
		margin-top: 28px;
		margin-left: 45px;
		width: 75%;
		max-width: none;
	}
	header div.title {
		float: left;
		width: 30%;
		max-width: 304px;
		height: 35px;
		background: url(/navigate/products/dnavi/173q/and_portal/images/img_title_02b.png) 0 0 no-repeat;
		background-size: 100% auto;
	}
	header div.text {
		float: left;
		width: 60%;
		max-width: 445px;
		margin-left: 5%;
		height: 15px;
		background: url(/navigate/products/dnavi/173q/and_portal/images/img_title_03b.png) 0 0 no-repeat;
		background-size: 100% auto;
	}
}
