@import url("./popup.css");

#section-side {
}
#section-side h2 {
	margin-bottom: 17px;
	padding: 0 2px 15px;
	font-size: 20px;
	border-bottom: solid 2px #8dc21e;
}

/* 支援コース */
#section-side ul {
	margin: 0;
	padding: 0;
}
#section-side li {
	list-style-type: none;
}
#section-side li.course {
	position: relative;
	margin-bottom: 10px;
	padding: 30px 20px 10px;
	border-radius: 6px;
	background-color: #f7f7f7;
}

#section-side li img {
	position: relative;
	top: 5px;
	width: 24px;
	height: 24px;
	margin-right: 12px;
}
#section-side li h3 {
	margin: 10px 0 20px;
	padding: 0 3px 20px;
	font-size: 24px;
	color: #000;
	background: url("../../images/common/side_line_off.png") repeat-x left bottom;
}
#section-side li h3 span.support-title 	{margin-right: 4px; font-size: 14px;}
#section-side li h3 span.support-en 	{font-size: 18px;}


/* サポート詳細 */
#section-side .course h4,
#section-side .course p,
#section-side .present {color: #3e3a39;}
#section-side .course p {
	margin-bottom: 10px;
	padding: 0 2px;
}
#section-side .present {
	font-size: 16px;
	font-weight: bold;
}
.present-sub {
	margin: 0 0 20px 0;
	font-size: 15px;
	line-height: 1.5em;
}
#section-side .present-sub ul {margin-left: 25px;}
#section-side .present-sub li {
	font-size: 13px;
	list-style-type: disc;
}
#section-side .present-sub p {
	margin: 5px 0;
	font-size: 13px;
}
#section-side .plan, .course-support {font-size: 14px;}
#section-side .course p.course-support {color: #ea5514;}

/* 残り / 売り切れました */
.course-support span {
	position: relative;
	top: -2px;
	display: inline-block;
	/*width: 120px;*/
    color: #FFF;
	margin: 0 0 0 10px;
	padding: 0 15px;
	text-align: center;
	font-size: 12px;
	/*font-weight: bold;*/
	line-height: 1.6em;
    border-radius: 4px;
}
/*.course-support span.circumstance,
.course-support span.lost {
	color: #fff;
	border-radius: 4px;
}*/
.course-support span.circumstance {background-color: #EE6300;}
.course-support span.lost {background-color: #948A82;}
.course-support span.waiting {background-color: #4D4CB3;}

/* option */
#section-side .option {
	margin: 20px 0 0;
	font-weight: bold;
}
#section-side .option span {text-align: center;}


/* オプション入力 / 再入力 */
#section-side .option .unanswered,
#section-side .reedit {
	height: 34px;
	line-height: 34px;
	-webkit-transition: background-color .15s linear;
	border-radius: 5px;
	background: url("../../images/common/icon1.png") no-repeat 0 center #FFA000;
}
#section-side .option .unanswered {background-position: 70px center;}
#section-side .reedit {background-position: 30px center;}

/* オプション入力 */
#section-side .option .unanswered {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 2px #E89200;
}
/* 再入力 */
#section-side .reedit {
	width: 130px;
	margin: 10px auto 0;
	padding-left: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 2px #E89200;
}
#section-side .reedit a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
#section-side .option a {
	background-color: #ff8b38;
}
#section-side .option a {
	color: #ffffff;
}
#section-side .option .unanswered:hover,
#section-side .reedit:hover  {background-color: #ff8b38;}

/* 入力済み */
#section-side p.answered {
	width: 100%;
	height: 38px;
	margin: 0 auto;
	line-height: 38px;
	color: #FFA000;
	font-weight: bold;
	border: solid 1px #FFA000;
	background-color: #fff;
	text-align: center;
}

#section-side p.limited {
	position: absolute;
	left: 20px;
	top: 0;
	width: 80px;
	height: 28px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: #000;
	background-color: #FFC300;
	border-radius: 0 0 5px 5px;
}

/* 選択可能 */
#section-side li.course.selectable {
	padding: 0;
	background-image: url("../../images/common/link_icon.png");
	background-repeat: no-repeat;
	background-position: 270px 10px;
	-webkit-transition: background-color .15s linear;
}
#section-side li.selectable a {
	display: block;
	padding: 30px 20px 10px;
	text-decoration: none;
}

/* rollover/selectOn/selected/soldout */
#section-side li.course.selectable:hover {background-image: url("../../images/common/link_icon_on.png");}
#section-side li.course.selectable:hover,
#section-side li.course.selectOn,
#section-side li.course.selected {
	background-color: #fff7d6;
}
#section-side li.course.selectOn,
#section-side li.course.selected,
#section-side li.course.soldout {
	padding: 30px 20px 10px;
}
#section-side li.course.selected a {
	padding: 0;
}
#section-side li.course.selectable:hover h3,
#section-side li.course.selectOn h3,
#section-side li.course.selected h3 {
	background: url("../../images/common/side_line_on.png") repeat-x left bottom;
}

#section-side li.course.soldout {
	background-color: #c9caca;
}
#section-side li.course.soldout h3 {
	background: url("../../images/common/side_line_out.png") repeat-x left bottom;
}

#section-side li.course.selected span#check {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 40px;
	height: 40px;
	background-image: url("../../images/common/support_selected.png");
}

#section-side li.course.selected.ended {
	box-sizing: border-box;
	border: solid 2px #FFA000;
}
