@charset "utf-8";
/* part */
#content h2 {
	background: none repeat scroll 0 0 #ececec;
	padding:20px;
	border-bottom:solid 1px #d0d0d0;
	border-left:none;
}
#content h3 {
	background: none repeat scroll 0 0 #efefef;
	border-bottom:solid 3px #000000;
	padding:10px 25px;
	margin:25px 0 20px;
}
.second_box_ca_con h3 {
	margin: 0;
}
#content h4 {
	border-bottom: 1px solid #d0d0d0;
	border-left:solid 4px #000000;
	padding:10px 25px;
	margin:25px 0;
}
#content h5 {
	background:#ececec;
	padding:10px 25px;
	margin:0 0 25px;
	font-size:0.95em;
}
#content h6 {
	border-bottom:solid 1px #d0d0d0;
	padding:10px 25px;
	margin:0 0 25px;
	font-size:0.95em;
}
#content ul{
	padding: 25px;
}
#content ul li {
	list-style: disc inside none;
	margin-bottom:2px;
}
#content ol{
	margin:25px 0;
	padding: 25px;
	list-style-position:inside;
}
#content ol li {
	list-style:decimal;
}

/* for avoiding conflict on target view */
#content div.set_target ul{
	padding: 10px 0 0 0;
}

#content div.set_target ul li {
	background:none;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
}

/* for avoiding conflict on research info view */
#content ul.research_order {
	padding:0;
}

#content ul.research_order li{
display:inline;
font-size:85%;
color:white;
padding:0.5em 0.6em;
border-top-right-radius: 0.2em;
border-top-left-radius: 0.2em;
-webkit-border-top-right-radius: 0.2em;
-webkit-border-top-left-radius: 0.2em;
-moz-border-radius-topleft: 0.2em;
-moz-border-radius-topright: 0.2em;
border-bottom-right-radius: 0.2em;
border-bottom-left-radius: 0.2em;
-webkit-border-bottom-right-radius: 0.2em;
-webkit-border-bottom-left-radius: 0.2em;
-moz-border-radius-bottomleft: 0.2em;
-moz-border-radius-bottomright: 0.2em;
background-color:#888;
background: -moz-linear-gradient(top, #888, #888 50%, #777);
background: -webkit-gradient(linear, left top, left bottom, from(#888), color-stop(0.5, #888), to(#777));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#777777'); /* */
}
#content ul.research_order li.choice {
background-color:#1975ff;
background: -moz-linear-gradient(top, #1975ff, #1975ff 60%, #0052f8);
background: -webkit-gradient(linear, left top, left bottom, from(#1975ff), color-stop(0.6, #1975ff), to(#0052f8));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1975ff', endColorstr='#0052f8'); /* */
}

#content ul.share{
padding: 0;

}

#content ul.share li{
background: none;
padding: 0;
margin-bottom: 0;

}

#content .sitemap h4 {
	margin: 0;
	padding: 0;
	border-bottom:none;
	border-left:none;
}

#second_contents h2 {
    background: none repeat scroll 0 0 #ECECEC;
    border-bottom: 1px solid #D0D0D0;
    border-left: none;
    padding: 20px;
}


#second_contents h4 {
    border-bottom: 1px solid #D0D0D0;
    border-left: 4px solid #000000;
    margin: 25px 0;
    padding: 10px 25px;
}

