@charset "utf-8";

/* general */
.cst-mbottom20 {
	margin-bottom: 20px;
}

.cst-mbottom30 {
	margin-bottom: 30px;
}

.cst-mbottom50 {
	margin-bottom: 50px;
}

.cst-mright10 {
	margin-right: 10px;
}

.cst-mtop100 {
	margin-top: 100px;
}

.cst-mtop200 {
	margin-top: 200px;
}

.cst-p0 {
	padding: 0px;
}

.cst-minheight65 {
	min-height: 65px;
}

.cst-fleft-block {
	float: left;
	display: block;
}

.cst-justify {
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

/* index */
.cst-idx-app-icon {
	border: 1px solid #bbbbbb;
	border-radius: 20%;
	box-shadow: 3px 3px 4px #888888;
}

.cst-idx-store-link {
	float: left;
	display: block;
	width: auto;
	height: auto;
}

.cst-idx-store-icon {
	width: auto;
	height: 26px;
}