@charset "UTF-8";

/**
 *	Wiiの間 Styles - terms -
 */

/**
 *  共通クラス
 */


/**
 *  terms
*/

body#partner {
	
}

body#terms div#contents {
	float: none;
	width: 100%;
}
	#contents h2 {
		padding: 17px 0 18px 3px;
	}

	#contents p#lead {
		margin-bottom: 30px;
	}

	#contents dt {
		color: #34DEEB;
		font-weight: bold;
		font-size: 1.154em;
		margin-bottom: 5px;
	}
	
	#contents dd {
		margin-bottom: 20px;
	}
	
	#contents dd div {
		border: 1px solid #D5D7D9;
		padding: 20px 20px 10px;
	}
	
	#contents dd div ol {
		list-style-type: decimal;
		padding-left: 30px;
		padding-right: 20px;
	}
	
	#contents dd div li {
		margin-bottom: 10px;
	}
	
	#contents dd div p {
		margin-bottom: 10px;
	}
	
	#contents dd div dt {
		color: #8F8F8F;
	}
