@charset "utf-8";

/*旧メイン画像*/
.oldimg img{
	width: 1150px;	
}

div.oldimg{
	width: 100%;
	
}
div.oldimg p{
	width: 1440px;
	margin: 0 auto;	
}
@media only screen and (max-width: 1530px) {
div.oldimg p{padding: 0 40px 0; width: 100%;}}
@media only screen and (max-width: 1240px) {
div.oldimg p{padding: 0 40px;}
div.oldimg p img{width: 100%;}}
@media only screen and (max-width: 1150px) {
div.oldimg p{padding: 0 20px;}}
@media only screen and (max-width: 1000px) {
div.oldimg p{padding: 0 0px;}}

/*旧製品情報*/

h3.decoration{
	padding: 15px;
	width: 100%;
	font-size: 1.2em;
	border: 1px solid #aaaaaa;
}

/*何もなしのところ*/
#section-overview .old_con{
	width:1300px;
	padding: 0 25px;
	margin: 0 auto 0px;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
}
@media only screen and (max-width: 1300px) {
	#section-overview div.old_con{width:100%;}
}

/*2カラム*/
#section-overview div.row{
	width:1300px;
	padding: 0 25px;
	margin: 0 auto 30px;
	box-sizing: border-box;
	position: static!important;
	display: flex!important;
	text-align: left;
	flex-wrap: nowrap;
}

#section-overview div.row > div{
	display: inline-block;
	box-sizing: border-box;
	width: 49.5%!important;
}

#section-overview div.row > div h3{
	font-size: 1.4em;
}

#section-overview div.row > div > p{
	font-size: 1.1em;
}

#section-overview div.row > div img{
	width: 100%;
}

#section-overview div.row > div:nth-child(1){
	padding-right: 3%;
}

#section-overview div.row > div:nth-child(2){
	padding-left: 3%;
}

@media only screen and (max-width: 1300px) {
	#section-overview div.row{width:100%;}
}
@media only screen and (max-width: 768px) {
	#section-overview div.row{display:block; flex-wrap: wrap;}
	#section-overview div.row > div{display:block; width: 100%!important;}
	#section-overview div.row > div:nth-child(1){padding-right: 0%;}
	#section-overview div.row > div:nth-child(2){padding-left: 0%;}
}

/*1カラム*/
#section-overview div.old_div{
	width:1300px;
	padding: 0 25px;
	margin: 0 auto 40px;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
}
@media only screen and (max-width: 1300px) {
	#section-overview div.old_div{width:100%;}
}

/*小さな画像*/
#section-overview div.smallwrap{
	width:1300px;
	padding: 0 25px;
	margin: 0 auto 40px;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;	
	display: table;
}

@media only screen and (max-width: 1300px) {
	#section-overview div.smallwrap{width:100%;}
}

#section-overview div.smallwrap div:first-child{
	display: table-cell;
	text-align: left;
	width: 6%;	
	vertical-align: top;
}

#section-overview div.smallwrap div:last-child{
	display: table-cell;
	text-align: left;
	padding-left: 7px;
	width: 93%;	
	vertical-align: top;
}

/*小さな画像よりも少しだけ大きい*/
#section-overview div.lsmallwrap{
	width:1300px;
	padding: 0 25px;
	margin: 0 auto 40px;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;	
	display: table;
}

@media only screen and (max-width: 1300px) {
	#section-overview div.lsmallwrap{width:100%;}
}

#section-overview div.lsmallwrap div:first-child{
	display: table-cell;
	text-align: left;
	width: 20%;	
	vertical-align: top;
}

#section-overview div.lsmallwrap div:last-child{
	display: table-cell;
	text-align: left;
	padding-left: 7px;
	width: 79%;	
	vertical-align: top;
}

/*メモリーページ特殊*/
td.mb {
vertical-align: middle;
color: #FFF;
font-size: 0.85em;
word-wrap: break-word;
}
td.mb .label {padding: 5px 12px!important; border-radius: 7px;}
span.label-32mb {background:#408;}
span.label-64mb {background:#840;}
span.label-128mb {background:#084;}
span.label-256mb {background:#048;}
span.label-512mb {background:#804;}
span.label-1gb {background:#83a;}
span.label-2gb {background:#a83;}
span.label-4gb {background:#3a8;}
span.label-8gb {background:#38a;}
span.label-16gb {background:#a38;}

/*ミナトバナー群実験
.region-footer-group-companies{
	position: relative!important;
}
.groupCompany_bannerList{
	position: relative!important;
	height: 300px;
}*/