@charset "utf-8";

/* ============================================================
   
	  NTTBP
		PRINT CSS for /index.html
	 
   ============================================================ */



/* ----------
 * 
 * Copy
 * 
 */
#wrap_copy {
	position: inherit !important;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto !important;
	padding: 20px 0 10px 0;
	background: none;
	overflow: visible;
	line-height: 1;
	color: #233a92;
	font-size: 138.5%;
	font-weight: bold;
}


/* ----------
 * 
 * Wrapper
 * 
 */
#wrap_visual {
	clear: both;
	width: 100%;
	margin-top: 0;
	padding: 0px 0 0 0;
}
#wrap_content {
	clear: both;
	width: 100%;
}



/* ----------
 * 
 * Case study
 * 
 */
#section_casestudy {
	float: none;
	width: 100%;
	height: auto !important;
	margin-top: 30px;
	background: none;
	overflow: visible;
}

#section_casestudy h2 {
	display: blcok;
	width: 100%;
	height: auto !important;
	padding: 10px 0 10px 0;
	border-top: 3px solid #000000;
	border-bottom: 1px solid #000000;
	background: none;
	overflow: visible;
	line-height: 1;
	font-size: 116%;
	color: #98a416;
}

/* navi */
#case_navi {
	display: none;
}

/* item */
#case_container {
	clear: both;
	display: block;
	width: auto;
	margin-top: 10px;
	margin-left: 0 !important;
}
#case_container li {
	display: block;
	width: 100%;
	padding: 10px 0;
	height: auto !important;
	border-bottom: 1px solid #666666;
	float: none;
}
#case_container p {
	display: block;
	padding: 0;
	font-size: 93%;
	line-height: 1.6;
}
#case_container p.text_date {
	display: block;
	padding: 0;
	font-size: 93%;
	color: #000000;
}
#case_container p a {
	text-decoration: none;
}


/* ----------
 * 
 * Service
 * 
 */
#section_service {
	width: 100%;
	padding: 30px 0 0 0;
	float: none;
}

#section_service h2 {
	display: block;
	padding: 10px 0 10px 0;
	border-top: 3px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 1;
	font-size: 116%;
	color: #233a92;
}

#service_container {
	
}
.service_item {
	position: inherit !important;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #666666;
	height: auto !important;
	float: none;
	text-shadow: none;
}

/* background image */
#service_network {
	width: 100%;
	height: 384px;
	background: none;
	/*
	display: list-item;
  list-style-image: url(../img/service/network_bg.jpg);
  list-style-position: inside;
	*/
}
#service_cloud {
	background: url(../img/service/cloud_bg.jpg) no-repeat top left;
}
#service_device {
	background: url(../img/service/device_bg.jpg) no-repeat top left;
	color: #22272c;
	text-shadow: none;
}
#service_cosulting {
	background: url(../img/service/consulting_bg.jpg) no-repeat top left;
}

/* title */
.service_item h3 {
	display: block;
	width: 100%;
	line-height: 1;
	overflow: visible;
}
#service_network h3 {
	background: none;
}
#service_cloud h3 {
	background: none;
}
#service_device h3 {
	background: none;
}
#service_cosulting h3 {
	background: none;
}
.service_item h3 a {
	text-decoration: none;
}

/* text */
.service_item p {
	position: inherit !important;
	height: auto !important;
	padding: 0;
	font-size: 93%;
}



/* ----------
 * 
 * News
 * 
 */
#section_news {
	width: 100%;
	padding: 30px 0 0 0;
	float: none;
}

#section_news h2 {
	display: block;
	padding: 10px 0 10px 0;
	border-top: 3px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 1;
	font-size: 116%;
	color: #233a92;
}

/* news item */
.news_item {
	display: block;
	width: 100%;
	height: auto !important;
	padding: 10px 0;
	border-bottom: 1px solid #666666;
}
.news_item dt {
	display: block;
	padding: 0;
	font-size: 93%;
	color: #000;
	text-align: left;
	letter-spacing: 0;
}
.news_item dd {
	display: block;
	padding: 0;
	font-size: 93%;
}
.news_item dd a {
	text-decoration: none;
	color: #000;
}

/* news type */
.type_news {
	background: none;
}
.type_topics {
	background: none;
}



/* ----------
 * 
 * Background
 * 
 */

/*
#background_copy {
	position: absolute;
	top: 261px;
	left: 0px;
	z-index: 10;
	display: none;
	width: 100%;
}
#background_copy span {
	display: block;
	width: 836px;
	margin: 0 auto;
}
*/








