#ind_form #container {
	padding: 0;
}
#ind_form #main_content {
	float: none;
	margin: 24px auto 0;
	font-size: 16px;
	line-height: 1.2;
}

#ind_form .section {
	margin-top: 2em;
}

#ind_form .bold-notice {
	font-weight: bold;
}

#ind_form .bold-notice.large {
	font-weight: bold;
	font-size: 110%;
}

#ind_form .bold-notice.larger {
	font-weight: bolder;
	font-size: 120%;
}

#ind_form .double-underline {
	text-decoration: underline;
	text-decoration-color: red;
	text-decoration-style: double;
}
#ind_form .bold-notice.marker {
	background: yellow;
}

#ind_form .eye-catch {
	text-align: center;
}
#ind_form .post-area {
	padding: 0 12px 0;
}

#ind_form ul.important-list li{
	list-style: disc outside;
	margin-left: 24px;
	margin-bottom: 0.5em;
}

#ind_form .ui-tabs-nav {
	margin-top: 64px;
}
#ind_form .ui-tabs-panel {
	display: block;
}

#ind_form .ui-tabs-panel.hide {
	display: none;
}

#ind_form a.link-button {
	margin-bottom: 4px;
	display: inline-block;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	box-sizing: border-box;
}

#ind_form .underline {
	text-decoration: underline;
}

#　ind_form .featured a {
    display: block;
    width: 100%;
}

#ind_form .　featured img {
    width: 100%;
    height: auto;
}

