@charset "UTF-8";

/* =========================================================
fan
========================================================= */
#whatisfan {
	font-size: 85%;
	line-height: 146%;
	margin: 10px 0;
}
/* -----------------------------------------------
about
----------------------------------------------- */
#whatisfan .about {
	margin-bottom: 20px;
}
#whatisfan .about li {
	font-weight: bold;
	margin: 0 0 5px -1.2em;
}
#whatisfan .about div {
	text-align: center;
}
#whatisfan .about div img {
	vertical-align: middle;
	max-width: 300px;
}
/* -----------------------------------------------
about / common_view_window_fan
----------------------------------------------- */
#whatisfan .about h4 {
	color: #ff6600;
	font-size: 16px;
	font-weight: bold;
	background-image: url(/imgm/common/common/icon_fan.png);
	background-size: auto 34px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 10px 10px 10px 35px;
	margin: 0 0 5px 0;
}
/* -----------------------------------------------
howto
----------------------------------------------- */
#whatisfan .howto h4 {
	color: #ffffff;
	font-size: 14px;
	background-color: #ff7d36;
	padding: 10px;
	margin: 0 -10px 0 -10px;
}
#whatisfan .howto dl {
	border-bottom: 1px solid #e6eae6;
	padding: 20px 0;
}
#whatisfan .howto dt {
	font-size: 15px;
	font-weight: bold;
}
#whatisfan .howto dd {
	margin: 10px 0;
}
#whatisfan .howto dd:last-child {
	margin: 10px 0 0 0;
}
#whatisfan .howto dd.image {
	text-align: center;
}
#whatisfan .howto dd img {
	vertical-align: middle;
	max-width: 300px;
}
/* =========================================================
button / common_view_window_fan
========================================================= */
#whatisfan .button {
	text-align: center;
	margin: 20px 0;
}
#whatisfan .button a {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	background-color: #ff6600;
	border-radius: 3px;
}
#whatisfan .button span {
	display: inline-block;
	background-image: url(/imgm/common/common/icon_fan_border.png);
	background-size: auto 25px;
	background-repeat: no-repeat;
	background-position: 12px 50%;
	padding: 12px 12px 12px 38px;
	white-space: nowrap;
}