@charset "utf-8";

/* =======================================

	privacy.css
	Last Up Date 2014/01/31

 -----------------------------------------
	INDEX
 -----------------------------------------
	1. .contents_main
	
	2. 
	
	3. 
	
	4. 
	
	5. 

========================================== */


/* .contents_main
========================================== */


/*
 * .cautionList.simple.conditions
 */
.cautionList.simple.conditions .title{
	list-style-type: none;
	list-style-position: inside;
	margin-top: 16px;
	font-size: 100%;
	font-weight: bold;
}
.cautionList.simple.conditions .title.top{
	margin-top: 0;
}
.cautionList.simple.conditions .cautionList.simple.list{
	margin-top: 8px;
}
.cautionList.simple.conditions .cautionList.simple.list li{
	font-size: 85%;
	text-indent: 0;
    margin-bottom: 5px;
}
.conditionsBottom{
	font-size: 108%;
	text-align: right;
}
.conditionsHead {
	font-size: 100%;
	margin-bottom: 10px;
}
.conditionsContainer {
	border: 1px solid #e5e5e5;
	padding: 3px 10px;
	font-size: 116%;
}
.conditionsInner {
	overflow-y: scroll;
	height: 200px;
	margin-bottom: 0;
}