@charset "UTF-8";

/* CSS Document */

/* all */

.info-cont {
	width: 942px;
	margin-top: 10px;
}

/* ここからJSで生成する要素 */
div.flipElement_box {
	border: none;
}
div.flipElement_container {
	margin-right: 8px;
	margin-bottom: 0;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
/* ここまで */
div.flipElement {
	margin-right: 8px;
	margin-bottom: 0;
	border: none;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 224px;
	height: 224px;
}
/* フリップ後 */
div.flipped {
	background: #FFF;
}

div.flipElement h2 {
	margin: 0 auto;
	padding: 5px;
	background: #eee;
	text-align: center;
}

div.flipElement p {
	line-height: 1.8;
}
/* フリップ後 */
div.flipped p {
	text-align: center;
	color: #000;
	padding-top: 80px;
}
div.flipped p span {
	font-size: 117%;
	color: #987236;
}
/* デフォルトは非表示 */
.flipHide {
	display: none;
}