@charset "shift_jis";

ol.item span {
	font-size: 0.9em;
	font-weight: normal;
}

/* item2  */
.content .column .inner ul.item2{
	width: auto;
	margin-left: 20px;

}

/*  list　場所にかかわらず使用する場合　4はドット以外の画像用予備 */
.content .column .inner ul.item3{
	list-style-type: none;
	width: auto;
}

.content .column .inner ul.item3 li{
	background-image: url(../../images/sq_01.gif);
	background-position: 0.1em 0.4em;
	background-repeat: no-repeat;
	padding-left: 1.2em;
}
/*  list　場所にかかわらず使用する場合 */
.content .column.item4 ul{
	list-style-type: none;
	width: auto;
}

.content .column .item4 ul li{
	font-weight: normal;
	background-image: url(../../profile/img/dot_01.gif);
	background-position: 0.1em 0.4em;
	background-repeat: no-repeat;
	padding-left: 6em;

}
/*=================================================================
 row row2 row3
=================================================================*/

 dl.row{
	overflow: hidden;
	width: auto;


	}
	
 dl.row dt{
	width:7em;
	float:left;
	clear:both;
		border:1px solid #fff;
	}
	
 dl.row dd{
	margin-left:8em;
	width: auto;
	clear: right;
	text-indent: -1em;
	}


/* row2 3*/	

 dl.row2 {
	overflow: hidden;

	width:auto 
}
 dl.row2 dt {
	width : 6.5em;
	float: left;
	clear: both;
	border:1px solid #fff;
}

 dl.row2 dd {
	width: auto;
	clear: right;
	text-indent: -1.2em;
	margin-left: 6.5em;
}
.row3 dl {
	width:auto;
}

 dl.row3 dt {
	float : left;
		border:1px solid #fff;
	width : 2em;
	clear: left;
}

 dl.row3 dd {
	 	width: auto;
	text-indent: -0.5em;

	margin-left: 2em;
}

