@charset "utf-8";

/*------------------------------------------------



   /glossary/index


------------------------------------------------*/
.ci_bg .photo{
	background:url(../../imges/glossary/ci_bg.jpg) center center no-repeat;
	background-size:100%;
	text-indent:-9999px;
}


ul.glossary_list{
	padding:0;
	margin:0;
	list-style:none;
	clear:both;
	clear:both;
	overflow:auto;
}
ul.glossary_list li{
	padding:10px 0;
	margin:0;
	list-style:none;
	position:static;
	clear:both;
	display:block;
	width:100%;
	overflow:auto;
	border-bottom:1px solid #ccc;
}
ul.glossary_list li:after,ul.glossary_list li:before{
	display:none;
}
.g01,.g02,.g03{
}
.g01{
	width:5%;
	float:left;
}
.g01 span{
	background:#1B3F7F;
	color:#fff;
	font-weight:bold;
	padding:0 10px;
}
.g02{
	width:25%;
	margin-right:1%;
	float:right;
	font-weight:bold;
}
.g02 span{
	display:block;
	clear:both;
	font-weight:normal;
	font-size:80%;
}
.g03{
	width:68%;
	float:right;
}

@media screen and (max-width: 480px) {
.g01 span{
	padding:0 3px;
}
}


