@charset "utf-8";

/*-------------------------------------

ノートパソコンとは

---------------------------------------*/
#container {
	width:100%;
}

.column2R #main {
	float: none;
	width: auto;
}
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
body {
	overflow-x: hidden;
	position: relative;
	min-width: 805px;
}
* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}
#lp_page {
	width: 1080px;;
	background-color:#FFF;
	color: #333333;
	font-size: 14px;
	margin: 0 auto;
}

.breadCrumb {
    margin: 0 0 12px 90px;
}

.pageTitle {
	background: none;
	font-size: 14px;
	color: #000;
	border-left: solid 4px #FF3300;
	margin: 0 0 20px 0;
	padding: 4px 8px;
	font-weight:normal;
}
.sidebannerLeft,
.sidebannerRight {
	display:none;
}

.clear {
	clear:both;
}

.scrImg {
	/*
	isplay:none;
	left: -100px;
	position: relative;
	*/
}

@media screen and (max-width:479px){
	body {
		min-width: auto;
	}
	
	#container {
		margin-bottom: 0px;
	}
	
	#lp_page {
		width: 100%;
	}
	
	.breadCrumb {
		margin: 0px 0px 0px 1%;
	}
}



/*-------------------------------------
　タイトル部分
---------------------------------------*/
#boxTitle {
	color:#222;
	margin: 0 -500%;
	padding: 0 500% 50px;
	width: 100%;
}
#boxTitle .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
	background:url(/5info/img/about_notepc/bgimg_title.jpg) no-repeat top left;
	font-size:16px;
}
#boxTitle .boxTitletext {
    width: 550px;
	padding:0 0 0 350px;

}
#boxTitle h2 {
	font-size:50px;
	font-weight:bold;
	margin:30px 0;
	text-align:center;
}

@media screen and (max-width:479px){
	#boxTitle .boxInside {
		width: auto;
		background-size: 50% auto;
		background-position: center top;
	}
	
	#boxTitle .boxTitletext {
		width: auto;
		padding: 50% 0% 0% 0%;
	}
	
	#boxTitle h2 {
		font-size: 30px;
	}
}


/*-------------------------------------
　ノートパソコンの歴史
---------------------------------------*/
#boxDetail {
	background-color:#f0f0f0;
	margin: 0 -500%;
	padding: 40px 500%;
	width:100%;
}
#boxDetail .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
}
#boxDetail h3 {
	text-align:center;
	font-size:30px;
	margin:30px 0;
}

#boxDetail .textH3 {
	font-size:18px;
	background:url(/5info/img/about_notepc/img_history.jpg) no-repeat top right;
	padding: 0 400px 0 0;
}

#boxDetail h4 {
	font-size:24px;
	color:#5185a2;
	border-top:1px solid #5185a2;
	border-bottom:1px solid #5185a2;
	padding:10px 0 10px 10px;
	margin:60px 0 10px 0;
}

#boxDetail .textH4 {
	font-size:16px;
}

@media screen and (max-width:479px){
	#boxDetail .boxInside {
		width: auto;
	}
	
	#boxDetail .textH3 {
		padding: 30% 0% 0% 0%;
		background-size: 30% auto;
		background-position: center top;
	}
	
	#lp_page .boxInside {
		width: 98% !important;
		margin-left: 1%;
	}
	
	#lp_page .boxInside h3 {
		margin-top: 0px !important;
	}
}


/*-------------------------------------
　ノートパソコンのカテゴリー
---------------------------------------*/
#boxCategory {
	background-color:#fff;
	margin: 0 -500%;
	padding: 40px 500%;
	width:100%;
}
#boxCategory .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
}
#boxCategory h3 {
	text-align:center;
	font-size:30px;
	margin:30px 0;
}

#boxCategory .textH3 {
	font-size:18px;
	background:url(/5info/img/about_notepc/img_notepc.jpg) no-repeat top right;
	padding: 0 420px 50px 0;
}

#boxCategory h4 {
	font-size:24px;
	padding:10px 0 10px 10px;
	margin:60px 0 10px 0;
}

#boxCategory h4.green {
	color:#4eada4;
	border-top:1px solid #4eada4;
	border-bottom:1px solid #4eada4;
}

#boxCategory h4.orange {
	color:#D96D00;
	border-top:1px solid #D96D00;
	border-bottom:1px solid #D96D00;
}

#boxCategory h4.purple {
	color:#584684;
	border-top:1px solid #584684;
	border-bottom:1px solid #584684;
}


#boxCategory .textH4 {
	font-size:16px;
}

#boxCategory .leftBox {
    width: 440px;
	float:left;
	border:1px solid #ccc;
	margin:20px 10px 0 0;
	height: 400px;
}

#boxCategory .rightBox {
    width: 440px;
	float:right;
	border:1px solid #ccc;
	margin:20px 0 0 0;
}

#boxCategory .ht400 {
	height: 400px;
}

#boxCategory .ht325 {
	height: 325px;
}

#boxCategory h5 {
    clear: both;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 2px 10px;
    text-align: center;
}

#boxCategory h5.green {
    background-color: #4eada4;
}

#boxCategory h5.orange {
    background-color: #D96D00;
}

#boxCategory .textH5 {
	font-size:14px;
	padding:15px;
}


.wordBox {
	padding:20px;
	background-color:#f0f0f0;
	margin:50px 0 0 0;
}

@media screen and (max-width:479px){
	#boxCategory .boxInside {
		width: auto;
	}
	
	#boxCategory .textH3 {
		padding: 35% 0% 0% 0%;
		background-size: 30% auto;
		background-position: center top;
	}
	
	#boxCategory .leftBox { 
		width: 100%;
		height: auto;
		float: none;
		border: none;
	}
	
	#boxCategory .rightBox {
		width: 100%;
		float: none;
		border: none;
	}
	
	#boxCategory .rightBox img {
		width: 50%;
		margin-right: 25%;
	}
	
	#boxCategory .ht400 {
		height: auto;
	}
}

/*-------------------------------------
　BTOノートパソコン（PC）とは
---------------------------------------*/

#boxPoint {
	background-color:#fff;
	margin: 0 -500%;
	padding: 40px 500%;
	width:100%;
}
#boxPoint .boxInside {
	margin: 0 auto;
    overflow: hidden;
    width: 900px;
}
#boxPoint h3 {
	text-align:center;
	font-size:30px;
	margin:30px 0;
}
#boxPoint h4 {
    font-size: 24px;
    margin: 40px 0 10px;
}
#boxPoint .capture {
	text-align:center;
	margin:30px 0;
}
#boxPoint .textH5 {
	font-size:16px;
}
#boxPoint .textH5 .left {
	float:left;
	width:680px;
	margin-bottom:40px;
}
#boxPoint .textH5 .right {
	float:right;
	margin-bottom:40px;
}
#boxPoint .textH5 .right img {
	float:right;
	width:200px;
}
.fwB {
	font-weight: bold;
}

@media screen and (max-width:479px){
	#boxPoint .boxInside {
		width: auto;
	}
	
	#boxPoint .textH3 {
		padding: 30% 0% 0% 0%;
		background-size: 30% auto;
		background-position: center top;
	}
	
	#boxPoint .leftBox { 
		width: 100%;
		height: auto;
		float: none;
		border: none;
	}
	
	#boxPoint .rightBox {
		width: 100%;
		float: none;
		border: none;
	}
	
	#boxPoint .rightBox img {
		width: 50%;
		margin-right: 25%;
	}
	
	#boxPoint .ht400 {
		height: auto;
	}
	
	#boxPoint .textH5 .left,
	#boxPoint .textH5 .right {
		float: none;
		width: auto;
		display: block;
	}
	
	#boxPoint .textH5 .left img,
	#boxPoint .textH5 .right img {
		float: none;
		width: 40%;
		margin-left: 30%;
	}
}

/*-------------------------------------
　幅調整
---------------------------------------*/
.pagetop {
	width:970px;
	margin: 0 auto;
}

@media screen and (max-width:479px){
	.pagetop {
		display: none;
	}
}

/*-------------------------------------
　ページTOPへ
---------------------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

@media screen and (max-width:479px){
	#pagetop {
		bottom: 0px;
		right: 10px;
	}
}


/*-------------------------------------
  Pop Up for SmartPhone
---------------------------------------*/
@media screen and (max-width:510px){
	#fvpop {
		height:auto !important;
		width:90% !important;
	}
	#fvpop img {
		height:auto !important;
		width:100% !important;
	}
}
