@charset "utf-8";
/* CSS Document */
/*///////////////////////////////////////////共通CSS////////////////////////////////////////////*/

*{
	margin						:	0;
	padding						:	0;
}

/*===== FireFox対策 =====*/

body{
	width						:	80%;
}

/*===== /FireFox対策 =====*/


.i_open_campus{
	width						:	255px;
	font-size					:	12px;
	color						:	#333;
}

.i_open_campus dl{
	width						:	100%;
	display						:	inline-block;		/*Clear For IE*/
	border-bottom				:	dashed 1px #666;
}

.i_open_campus dl:after{
	/**** clear ****/
	content						:	".";
	height						:	0;
	clear						:	both;
	display						:	block;
	visibility					:	hidden;
	/**** clear ****/
}

.i_open_campus dt{
	float						:	left;
	padding						:	5px;
}

.i_open_campus dd{
	float						:	left;
	padding						:	5px 10px;
}