
/* ------------------------------------------------------ */
/* 選択部分 */
/* ------------------------------------------------------ */
.select_overall {
        width:85%;
	background-color: #f7f7f7;
	padding: 20px 20px 0;
	border-left: solid 15px #004890 ;
}

.choice_wrapper {
	display: none;
	padding-bottom: 20px;
}

.choice_wrapper.open_choice {
	display: block;
}

select.choices_base {
	display: none;
}

.choice_wrapper label {
	display: inline-block;
	font-size: 1.5rem;
	width: 400px;
}

.choice_wrapper select {
	min-width: 175px;
}


/* ------------------------------------------------------ */
/* 表示エリア */
/* ------------------------------------------------------ */

#choice_results .choice_results_item {
	display: none;
}

#choice_results .choice_results_item.targer_this {
	display: block;
}

.choice_results_item {
}

#choice_results_maker {
	background-color: #000;
	background-image: url(../user_data/packages/default/images/logo/1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 80px 80px;
	font-size: 21px;
	font-weight: 600;
	min-height: 80px;
	line-height: 80px;
	padding-left: 90px;
}

.choice_results_item .choice_title {
	background-color: #111111;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 20px;
	margin: 20px 0;
}

.choice_results_item h2 {
	font-size: 1.3rem;
	font-weight: bold;
}

.choice_results_item dl {
	border-bottom: 1px dotted #cdcdcd;
	padding: 0 20px 14px;
	margin-bottom: 15px;
}

/* clearfix */

.choice_results_item dl:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.choice_results_item dl {
	min-height: 1px;
}

* html .choice_results_item dl {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


.choice_results_item dl dt {
	border-top: 1px solid #111111;
	clear: both;
	display: block;
	font-weight: 500;
	float:left;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 35%;
	word-break: break-all;
	word-wrap: break-word;
}

.choice_results_item dl dd {
	border-top: 1px solid #111111;
	display: block;
	float: right;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 62%;
	word-break: break-all;
	word-wrap: break-word;
}