@charset "Shift_JIS";

/* title */
#title{
	border-bottom: none;
}

a:link{
	color: blue;
	text-decoration: underline;
}

.android p{
	margin: 0 20px;
}

/* contents */
#contents h2{
	font-size: 1.6rem;
	text-align: left;
	border-bottom: none;
	margin-bottom: 0;
}

#contents ul{
	margin-top: 10px;
}

#contents ul li{
	margin: 10px 0 20px;
	line-height: 1.8;
}

#contents .form-note{
	font-size: 1.6rem;
}

/* comment_box */
.comment_box {
	width: calc(100% - 30px);
	margin: 0 auto 20px;;
	border: 1px solid #555;
	box-sizing: border-box;
	padding: 0 15px;
}
.comment_title {
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
.comment {
	margin-bottom: 20px;
}
.comment ul {
	list-style: none;
	padding: 0;
}
.comment ul li {
	margin-bottom: 10px;
}
.googlePlayImg{
	width: 220px;
	padding: 6px 15px;
}
.font_red{
	color: #d11c47;
	font-weight: bold;
}
