/*
当サイトのテキスト及び画像、それに伴う全ての無断転載は禁止いたします。
発見した場合は法的処置も視野にいれております。絶対に無断転載はお止めください。
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","San Francisco Pro","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica;
	-webkit-text-size-adjust: none;
	background-color: #f9f9f9;
	font-size: 14px;
	color: #000;
}
a {
	text-decoration: none;
	color: #000;
}
/*----------header----------*/
#header,
#screen_head,
#review_head{
	line-height: 44px;
	height: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #007aff;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 3;
	position: fixed;
	opacity: 0;
	background-color: #FFF;
}
#arrow_icon {
	position: fixed;
	height: 24px;
	width: 24px;
	left: 2px;
	top: 10px;
	z-index:4;
}
#arrow_icon img {
	width: 100%;
	height: auto;
	position: absolute;
	left:0;
	top:0;
	z-index:11;
}
#arrow_icon img:nth-child(2){
	z-index:10;
}
#head_icon {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 7px;
	margin-left: -15px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#top {
	width: 100%;
	position: fixed;
	top:0;
	/*pc用*/
	max-width: 600px;
	/*left:0;*/
	z-index: -20;
}
#top img {
	width: 100%;
	height: auto;
}
#contents {
	background-color: #FFFFFF;
	z-index: 1;
}
#dl_space,
#dl_space02 {
	padding-top: 20px;
	position: relative;
}
#dl_space02 {
	padding-top: 0px;
}
#icon {
	height: 120px;
	width: 120px;
	margin-left: 20px;
	margin-right: 15px;
	float: left;
	position: relative;
	margin-bottom: 15px;
}
#icon img,
#head_icon img {
	width: 100%;
	height: auto;
}
.title {
	font-size: 20px;
	color: #000000;
	line-height: 25px;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 10px;
	max-height: 50px;
	overflow: hidden;
}
.sub_text {
	margin-top: 5px;
	font-size: 13px;
	line-height: 13px;
	color: #8a8a8f;
}
/*----------btn----------*/
.dl_btn {
	line-height: 12px;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 155px;
}
#header .dl_btn {
	left: auto;
	right: 7px;
	bottom: 7px;
	letter-spacing: normal;
}
.dl_btn .last_btn,
.submit_btn {
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	width: 74px;
	font-size: 13px;
	background-color: #007aff;
	border: 1px solid #007aff;
}
#share_btn {
	position: absolute;
	z-index: 1;
	bottom: 10px;
	right: 20px;
	color: #FFF;
	font-weight: bold;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-top:1px;
	height: 27px;
	line-height: 28px;
	text-align: center;
	width: 28px;
	font-size: 18px;
	background-color: #007aff;
	border: 1px solid #007aff;
	letter-spacing: -0.65em;
	text-indent: -12px;
}
.dl_btn a.last_btn{
	display: none;
}
/*----------star_area----------*/
#star_area {
	list-style: none;
	margin-top: 20px;
}
#star_area li {
	font-size: 11px;
	color: #cecece;
	float: left;
	text-align: center;
	width: 31%;
}
#star_area li:nth-child(1){
	width: 54%;
	text-align: left;
}
#star_area li:nth-child(3){
	float: right;
	width: 15%;
	text-align: right;
}
#star_area li span {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
	color: #8e8f93;
	display:block;
}
#star_area li span img {
	padding-left: 2px;
}
/*----------c_box----------*/
.c_box {
	margin: 0px 20px 15px;
	border-bottom: solid 1px #e9eaec;
	padding-bottom: 10px;
}
.c_box.no_border {
	border-style: none;
}
.c_box.no_margin_side {
	margin: 0px 0px 15px;
}
.c_box.no_margin_b {
	margin: 0px 20px;
}
.sub_title {
	font-size: 20px;
	padding-top: 0px;
	color: #000000;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
}
.sub_title span{
	display:block;
	position: absolute;
	bottom:0;
	right:0;
	text-align: right;
	font-size: 16px;
	color: #007aff;
	font-weight: normal;
}
.c_box p {
	line-height: 1.8em;
	margin-bottom: 18px;
}
.c_box p:last-child{
	margin-bottom: 0px;
}
.c_box p.sub_txt {
	color: #8a8a8f;
	margin-bottom: 10px;
	position: relative;
}
.c_box p.sub_txt span {
	display:block;
	position: absolute;
	bottom:0;
	right:0;
}
.c_box p.sub_txt.ios_bg {
	font-weight: bold;
	padding-left: 25px;
	background-image:url(../../../images/app/ios/ios_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
.c_box section{
	margin-bottom: 15px;
}
/*----------slide_area----------*/
#slide {
	padding: 0px 0px 15px;
}
#slide .sub_title {
	margin-left: 20px;
}
.slide_area {
	width: 100%;
	overflow: hidden;
	padding: 0px;
}
.flipsnap {
	display: -webkit-box;
	margin-right: 0;
	margin-left: 0;
}
.item {
	text-align: center;
	vertical-align: middle;
	position:relative;
}
.item img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.middle {
	padding-left: 10px;
}
.middle .item {
	width: 220px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}
/*----------infobox / developer----------*/
#infobox {
	height: 7.2em;
	overflow: hidden;
}
.c_box p.developer {
	margin-top: 40px;
	color: #007aff;
	background-image:url(../../../images/app/ios/developer_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: 10px 15px;
	background-size: 10px 15px;
}
.c_box p.developer span {
	color: #8a8a8f;
	font-size: 12px;
}
/*----------review_graph----------*/
#review_graph{
	margin-bottom: 10px;
}
.review_ave {
	width: 100px;
	float: left;
	font-weight: bold;
	color: #8a8a8f;	
}
.review_ave span {
	display: block;
	font-size: 50px;
	color: #4a4a4f;
    line-height: 1.1em;
}
#review_graph .star_rank {
	float: left;
	width: 40px;
	margin-right: 5px;
	text-align: right;
}
#review_graph .star_rank img{
	width: 7px;
	height :7px;
	padding-right: 1px;
	margin-bottom: 2px;
}
.graph_box {
	width: 85px;
	width : -webkit-calc(100% - 145px - 50px) ;
	width : calc(100% - 145px - 50px);
	background-color: #ebebeb;
	height: 2px;
	float: right;
	margin-top: 3px;
	margin-bottom: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 50px;
}
.graph_box div {
	background-color: #848484;
	height: 2px;
	-webkit-border-radius:3px 0px 0px 3px;
	-moz-border-radius:3px 0px 0px 3px;
	border-radius:3px 0px 0px 3px;
}
.review_total {
	color: #8a8a8f;
	margin-top: 10px;
	float: right;
	text-align: right;
}
/*----------review----------*/
.review_eva {
	font-size: 16px;
	color: #8a8a8f;
	line-height: 26px;
	margin: 0px 20px 10px;
}
.review_eva span {
	text-align: center;
	font-size: 26px;
	color: #007aff;
	width: 30px;
	width : -webkit-calc((100% - 130px) / 5);
	width : calc((100% - 130px) / 5);
	display: inline-block;
}
.review_slide {
	padding-left: 10px;
	padding-bottom: 20px;
}
.review_box {
	margin-left: 10px;
	padding: 15px;
	border-style: none;
	background-color: #f0f0f8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.review_box p.review_title {
	position: relative;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 20px;
}
.review_box p.review_star {
	position: relative;
	margin-bottom: 15px;
	padding-top: 4px;
	line-height: 20px;
	height: 16px;
}
.review_box p.review_star img {
	width: 12px;
	height: 12px;
	vertical-align: middle;
}
.review_box p.review_title span,
.review_box p.review_star span {
	color: #8a8a8f;
	font-weight: normal;
	display:block;
	position: absolute;
	top:0;
	right:0;
}
.review_box p:last-child{
	line-height: 20px;
	height: 140px;
	overflow: hidden;
}
/*----------table----------*/
table {
	width: 100%;
	line-height: 45px;
}
th {
	text-align: left;
	width: 100px;
	vertical-align: top;
	font-weight: normal;
	padding-bottom: 1px;
	color: #9c9ca1;
	border-bottom: solid 1px #efefef;
}
td {
	text-align: right;
	vertical-align: top;
	border-bottom: solid 1px #efefef;
}
table tr:last-child th,
table tr:last-child td {
	border-style: none;
}
/*----------screen----------*/
#screen_head {
	position: static;
	opacity: 1;
}
#close {
	color: #007aff;
	position: fixed;
	top: 13px!important;
	right: 10px;
	z-index: 11;
	font-size: 17px;
	font-weight: bold;
	display: none;
}
#screen{
	background-color: #FFF;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 10;
	display: none;
}
#screen_shot .item{
	margin-left: 10px;
}
#screen_shot .item img{
	width: 100%;
	height: auto;
}
.flipsnap.screen_area {
	padding: 5px 0px 0px 20px;
	margin-bottom: 0px;
}
/*----------review_area----------*/
#review_area {
	position: fixed;
	top: 0px;
	left: 100%;
	width: 100%;
	height:100%;
	z-index: 10;
	max-width: 600px;
}
#review_head {
	position: absolute;
	z-index: 11;
	opacity: 1;
	background-image: url(../../../images/app/ios/arrow_icon2.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
}
.back_btn{
	font-weight: normal;
	font-size: 15px;
	padding-left: 22px;
	position: absolute;
	left:0;
	top:0;
}
.head_txt{
	opacity: 0;
	font-size: 15px;
	color: #000000;
	margin: 0 auto;
}
#review_content {
	background-color:#fff;
	padding-top: 44px;
	overflow: scroll;
	-webkit-overflow-scrolling:touch;
}
#review_area .sub_title {
	font-size: 30px;
	line-height: 1.25em;
}
#review_area .review_menu{
	padding-bottom: 0px;
}
#review_area .review_box {
	margin: 0 auto 15px;
}
/*----------footer----------*/
#footer {
	color: #aeaeae;
	line-height: 38px;
	font-size: 14px;
	background-color: #f0f0f8;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer > span {
	padding-left: 15px;
}
#footer p {
	font-size: 10px;
	text-align: center;
	line-height: 60px;
}
#footer p a {
	text-decoration: none;
}
.foot_menu {
	line-height: 80px;
}
.foot_menu a {
	text-decoration: underline;
}
/*----------clearfix----------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*-----------------------graph-----------------------*/
.graph_box div.star5{width: 100%;}
.graph_box div.star4{width: 16.417910447761%;}
.graph_box div.star3{width: 6.4676616915423%;}
.graph_box div.star2{width: 12.437810945274%;}
.graph_box div.star1{width: 3.9800995024876%;}
/*-----------------------運営者情報-----------------------*/
#wrapper #content .box > section {
	margin-bottom: 70px;
}
#wrapper #content .box > section:first-child {
	margin-bottom: 65px;
}
#wrapper #content .box > section:first-child p.sub_title {
	padding: 15px 5px 10px 13px;
	color: #fff;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: bold;
	margin: 15px 10px 50px 10px;
	background-color: #6880cb;
}
#wrapper #content .box > section #info_box {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 20px auto 50px auto;
	width: 94%;
	font-size: 13px;
}
#wrapper #content .box > section #info_box th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
#wrapper #content .box > section #info_box td {
	width: auto;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top:1px;
	border-left:1px;
	text-align:left;
}
/*-----------------------pc用-----------------------*/
#wrapper {
	max-width: 600px;
	margin: 0 auto;
}
#header {
	max-width: 600px;
}
#contents .c_box:last-child {
	margin-bottom: 0;
}