@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* howto CSS [PC]
/*----------------------------------------------*/

.howtoframe {
}

.howtocatebox {
	margin: 0px 0px 60px 20px;
}

.howtocatebox ul {
	overflow: hidden;  /* preventing height 0 when float */
	margin: 5px 0px 10px 10px;
}

.howtocatebox ul li {
	float: left;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
}

.howtocatebox ul li a {
	display: block;
	padding: 7px;
	background-color: #D9D9D6;
}

.howtobox {
	margin-bottom: 70px;
}

.howtobox ul {
	margin-left: 30px;
}

.howtobox ul li {
	margin-bottom: 10px;
	list-style: decimal;
	line-height: 160%;
}

.howto-notice {
	margin: 0px 0px 40px 10px;
}

.howto-businessday {
	margin: 20px 0px;
	text-align: center;
}

.howto-businessday img {
	max-width: 100%;
}

.howto-cancel {
	margin: 20px 0px;
	text-align: center;
}

.howto-cancel img {
	max-width: 100%;
}
