/* Y'S GEAR : glossary.css */


.contentsWidth {
	position: relative;
}

.contentsWidth h2 + p {
	position: absolute;
	top: 12px;
	right: 20px;
}


/*======================================================================*
 *  [ glossaryList ] 
 *======================================================================*/

.glossaryList dt {
	margin: 0 0 5px 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}

.glossaryList dd {
	margin: 0 0 25px 0;
	padding: 5px 10px 5px 25px;
	background: url(../img/bg_dd.png) 10px top repeat-y;
	background-size: 5px 3px;
	color: #505050;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
}
.glossaryList dd.img {
	padding: 0 10px;
}
.glossaryList dd.cf img {
	float: right;
	margin: 0 0 0 10px;
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	.contentsWidth h2 + p {
		position: static;
	}
	
	
	/*==================================================================*
	 *  [ glossaryList ] 
	 *==================================================================*/
	
	.glossaryList dd {
		padding: 5px 0 5px 25px;
	}
	.glossaryList dd.img {
		padding: 0;
	}
	.glossaryList dd.cf img {
		width: 100px;
		margin: 0 0 0 5px;
	}
	
	
	/*==================================================================*
	 *  [ pageTop ] 
	 *==================================================================*/
	
	.contentsWidth .pageTop {
		margin-right: 0;
		margin-left: 0;
	}
	
}

