* { margin: 0px; padding: 0px; }

body {
	-webkit-text-size-adjust:none;
	color: #333;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 20px;
	background: #FFF;
}

a { text-decoration: none; color: #109D58; }

.gray  { color: #999; }
.wd100 { width: 100%; }
.clear { clear: both; }

/* header */
#header {
	width: 100%;
}

.header_title {
  display: -webkit-box;
  display: -moz-box;
	margin: 20px;
}

.title_icon {
	width: 100px;
	margin-right: 20px;
}

.title_text {
	margin-top: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
	vertical-align: top;
}

.title_text > div:nth-child(1) {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
}

.title_text > div:nth-child(2) {
	margin-top: 5px;
	color: #109D58;
	font-size: 1.1em;
	font-weight: bold;
	text-overflow:ellipsis;
}

.title_text > div:nth-child(3) {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	color: #666;
	font-size: 0.8em;
	border: 2px solid #E7E7E7;
	border-radius: 35px;
}

.install {
	height: 45px;
	margin: 0 15px;
	padding-bottom: 20px;
	position: relative;
}

#dl {
	border-top:    2px solid #E7E7E7;
	border-bottom: 2px solid #E7E7E7;
}

/* contents */
#contents {
	margin: 20px;
	text-align: center;
}

#contents > div {
	line-height: 1.6;
}

#contents > div:last-child {
	margin-top: 20px;
}

/* slide_area */
#slide_area {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.flipsnap {
  display: -webkit-box;
  display: -moz-box;
}

.item {
	height: 180px;
	text-align: center;
	vertical-align: middle;
}

.middle {
	padding: 0px;
}

.middle .item {
	width: 140px;
	text-align: center;
}

.item img {
	width: 120px;
}

/* developer */
.developer {
	padding: 20px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid #E7E7E7;
}

/************/
/* レビュー */
/************/
.hyouka {
	margin: 20px 0;
}

.hyouka img {
	width: 100%;
	border-top: 2px solid #E7E7E7;
}

.retext_box {
	padding: 0 20px 40px;
}

.review_box {
	background: url("images/iine.png") no-repeat right top;
	background-size: 60px;
}

.review_r img {
	width: 13px;
}

.review_l {
	display: inline-block;
	vertical-align: top;
}
.review_l img {
	width: 48px;
}

.review_r {
	display: inline-block;
	width: 80%;
}

.review_r .df_text {
	margin-top: 10px;
	line-height: 1.6;
}

.review_btn {
	border-bottom: 2px solid #E7E7E7;
}

.review_btn a {
	display: block;
	margin: 0 20px;
	padding: 5px 0 20px;
	text-align: center;
}

.prof_text div {
	display: inline-block;
}

.prof_text div:nth-child(2) {
	color: #666;
	font-size: 0.9em;
}

/******************/
/* レビューページ */
/******************/
#header_review {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
}

#header_review a {
	display: block;
	padding: 20px 0 20px 66px;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	background: #109D58;
}

#header_review a:before {
	content: "";
	width: 26px;
	height: 26px;
	background-image: url("images/ya.png");
	background-size: contain;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 20px;
}

.review_img {
	margin: 70px 0 40px;
}

/**************/
/* photoswipe */
/**************/
.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* For inline examples only */
#PhotoSwipeTarget {
	width:  100%;
	height: 200px;
}

#Indicators {
	margin-top: 20px;
	text-align: center;
}

#Indicators span {
	display: inline-block;
	width:  10px;
	height: 10px;
	margin: 0 10px 0 0;
	padding: 0;
	background: #C5C5C5;
	border-radius: 5px;
	overflow: hidden;
}

#Indicators span.current {
	background: #EEBF02;
}

/********/
/* 詳細 */
/********/
.detail_title a {
	display: block;
	padding: 20px;
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 2px solid #E7E7E7;
}

.detail_main {
	margin: 40px 20px;
	line-height: 1.6;
}

.detail_main > div + div {
	margin-top: 20px;
}