@charset "shift_jis";
/* CSS Document */

#content {
	position: relative;
}

#step3,
#result,
#result ul {
	display: none;
}

#content ul {
	clear: both;
	overflow: hidden;
}

#content h2 {
	margin: 15px 0 5px;
	padding-left: 5px;
	border-left: 8px solid #CCC;
	font-size: 16px;
	font-weight: bold;
}

#content h2 span {
	padding: 2px 6px;
	margin-left: .3em;
	border: 1px solid #000;
	border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
	text-align: center;
}

#content h1 + p {
	margin: 0 0 15px;
}

#content ul li span {
	display: block;
}

a:hover {
	cursor: pointer;
}

#step1 ul,
#step2 ul,
#step3 ul {
	margin-right: -5px;
}

#step2 li,
#step3 li {
	width: 138px;
}

#step1 li,
#step2 li,
#step3 li {
	float: left;
	display: block;
	position: relative !important;
	margin: 0 5px 5px 0;
}


#step1 li a,
#step2 li a,
#step3 li a {
	display: block;
	padding: 8px 0;
	background: #f0f0f0;
	color: #000;
	text-align: center;
}

#step1 li a:hover,
#step2 li a:hover,
#step3 li a:hover,
.btn:hover {
	background: #FF8A00 !important;
	color: #FFF !important;
}

#step1 li img,
#step2 li a img,
#step3 li a img {
	display: block;
	margin: 0 auto;
}

#step1 li a {
	width: 233px;
}

#step1 li img {
	width: 223px;
}

#step2 li a img,
#step3 li a img {
	width: 128px;
}

#step1 a img,
#step2 a img,
#step3 a img,
#result ul {
	border: 2px solid #f0f0f0;
}

.about {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
}

.about
.about img {
	width: 30px;
	height: 30px;
}

.about:hover {
	cursor: pointer;
}

#toolTip {
	max-width: 300px;
	padding: 5px;
	font-size: 12px;
	background: #CCC;
	border: 1px solid #FFF;
	text-align: left; 
	z-index: 200;
}

.selected img {
	border: 2px solid #FF8A00 !important;
}

#result ul {
	position: relative;
	clear: both;
	overflow: hidden;
	margin-top: 5px;
	padding: 8px;
}

#result ul li {
	float: left;
}

#result ul li:first-child {
	font-size: 16px;
	font-weight: bold;
}

#result ul li:first-child + li {
	margin-left: 10px;
	width: 260px;
}

#result ul img {
	display: block;
}

#result ul .btn {
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	width: 200px;
	line-height: 114px;
	margin-top: -57px;
	color: #000;
	font-size: 18px;
	text-align: center;
	background: #CCC;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

div#news_smbtn {
	position: relative;
}

ul.news_smbtn {
	position: absolute;
	top: 0;
	right: 0;
	clear: both;
	overflow: hidden;
	margin-top: 0;
}

ul.news_smbtn li {
	float: right;
	margin: 5px 10px 0 0;
}
