.og-grid {
	list-style: none;
	margin: 0 auto;
	/*text-align: center;*/
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 10px 3px 0 0px;
	vertical-align: top;
	text-align: left;
	width: 135px;
	/display: inline;
	/zoom: 1;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li.og-expanded > a::after {
	content: " ";
	top: auto;
	height: 16px;
	width: 19px;
	background: url(../images/electronics/ic_arrow.gif) 0 0 no-repeat;
	position: absolute;
	pointer-events: none;
	left: 50%;
	margin: 0 0 0 -7px;
	z-index:5;
}

.og-expander {
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
	z-index:100;
}

.og-expander-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.og-close {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	right: 0;
	z-index: 5;
	cursor: pointer;
	background: url(../images/btn_close.gif) 0 0 no-repeat;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 39px;
	height: 39px;
	top: 0;
	right: 0;
	background: url(../images/home/btn_close.png) 0 0 no-repeat;

}

.og-details {
	width: 1000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 中のコンテンツ */
.og-details .box_item {
	padding: 20px;
	overflow: hidden;
	background: url(../images/bg_item_inner.gif) 0 0 repeat;
}

.og-details .box_item h3 {
	margin-bottom: 25px;
	font-weight: normal;
}

.og-details .box_item h3 span {
	font-size: 90%;
	font-weight: bold;
	display: block;
}

.og-details .box_item h4 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	border-bottom: 1px solid #c8c8c8;
}

.og-details .box_item h4 span {
	display: block;
}

.og-details .box_item dl {
	width: 140px;
	float: left;
	overflow: hidden;
}

.og-details .box_item dl dt,
.og-details .box_item dl dd{
	margin-right: 10px;
	float: left;
}

.og-details .box_item dl dt{
	width: 50px;
	padding: 2px 10px;
	background: #fff;
	text-align: center;
	border: 1px dotted #b7b7b7;
}

.og-details .box_item dl dd{
	padding: 2px 10px;
	width: 25px;
}

.og-details .box_item p{
	padding: 2px 10px;
	width: 190px;
	float: left;
	color: #625454;
	text-align: center;
	background: #ebebeb;
}


/* ローディング */
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {
	/*.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }*/

}

@media screen and (max-width: 650px) {
	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}