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

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	/*height: 240px;*/
	/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: 22px;
	background: url(../images/home/bg_arrow.png) 0 0 no-repeat;
	position: absolute;
	pointer-events: none;
	left: 50%;
	margin: 0 0 0 -15px;
	z-index:5;
}

.og-expander {
	position: absolute;
	background: url(../images/home/bg_points_inner.jpg) 0 0 repeat-x;
	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/home/btn_close.png) 0 0 no-repeat;
}

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

}

/*
.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}*/


.og-fullimg {
	padding-top: 130px;
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	white-space: 365px;
	height: 275px;
}

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

.og-details h3 {
	margin-bottom: 0!important;
	text-align: left!important;
}

.og-details p span {
	display:block;
	padding: 10px;
	background: #fcf7ea;
	border: 1px dashed #e98f00;
}
.og-details a {
	width: 153px;
	height: 47px;
	text-indent: -9999px;
	display: block;
	background: url(../images/home/btn_details.gif) 0 0 no-repeat;
	position: absolute;
	top: 10px;
	right: 130px;
}

.og-details a::before {
	content: '詳しくはこちら';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.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%; }
	
}