#mainContents ul.convList li {
		list-style-type: none;
	}

#mainContents ul.convList li a {
	padding-left: 10px;
	font-weight: bold;
	background: url("/images/arrow_right_orange.gif") no-repeat bottom left;
}

#mainContents ul.convList li.ko,
#mainContents ul.convList li.jrb {
	padding-left: 10px;
}


.convSection {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #d2e5a9;
	background-color: #f9f9f9;
}


.convDisplaySection ul {
	display: block;
	float: right;
}
    
    .convDisplaySection::after {
	    height: 0;
	    visibility: hidden;
	    content: ".";
	    display: block;
	    clear: both;
    }
    
    .convDisplaySection{
	    width: 100%
	    /*\*/*/
	    overflow: hidden;
	    /**/
    }
	
	.displayBtns .kanaDisplayBtn,
	.displayBtns .koDisplayBtn,
	.displayBtns .jaDisplayBtn {
		padding: 3px 5px;
		background-color: #92c030;
		color: #fff;
		cursor: pointer;
	}
	
	.fontsizeBtns .koSizeBtn {
		margin-left: 10px;
		margin-right: 0;
		padding:3px 5px;
		background-color: #d6bb9e;
		color: #fff;
		cursor: pointer;
	}
	
	.fontsizeBtns .on,
	.displayBtns .on {
		border-left: 1px solid #bcb9b4;
		border-top: 1px solid #bcb9b4;
		border-right: 1px solid #4a4742;
		border-bottom: 1px solid #4a4742;
	}
	
	.displayBtns .off {
		background-color: #629000;
		color: a6a5a2;
		border-left: 1px solid #21201d;
		border-top: 1px solid #21201d;
		border-right: 1px solid #807a71;
		border-bottom: 1px solid #807a71;
	}
	
	.fontsizeBtns .off {
		background-color: #b69b7e;
		color: a6a5a2;
		border-left: 1px solid #21201d;
		border-top: 1px solid #21201d;
		border-right: 1px solid #807a71;
		border-bottom: 1px solid #807a71;
	}

.convDisplaySection .disable {
	background-color: #c4c4c4;
	color: #fff;
	border: 1px inset silver;
	cursor: default;
}


.convHeaderSection {
	border: none;
	background-color: #f4f4f4;
}


p.kanaDisplay {
	margin: 5px 0 20px 0;
	font-size: 80%;
}

.convSection {
	color: #000;
	font-size: 110%;
}

.convSection dl {
	margin: 0 0 10px 0;
	position: relative;
}

.convSection dl dt {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0.2em 0 0 0.5em;
	width: 80px;
	font-weight: bold;
}
	
	.convSection .name {
		color: green;
	}

.convSection dl dd {
	margin: 0;
	padding: 0.2em 0 0.1em 100px;
}

.convSection dl dd.jrb {
	padding-bottom: 0.6em;
}

.convSection table {
	width: 100%;
}

.convSection table td {
	width: 20%;
	vertical-align: top;
}

.convSection ul {
	margin: 0 0 15px 0;
}

.convSection ul li{
	list-style-type: none
}