@charset "shift_jis";
/*=================================================================
 gazou phot caption 
=================================================================*/
.content .column .inner .phot{
	margin: 0 auto;
	overflow: hidden;
}
.content .column .inner .phot img{
	border: 1px solid #c6c6c6;

}
.content .column .inner div.phot{
	width: 392px;
}
/* 2画像横並び */
.content .column .inner .ph_doub{
	margin: 0 auto;
	overflow: hidden;

}
.content .column .inner div.ph_doub{
	width: 592px;
}
.content .column .inner .ph_doub img{
	border: solid 1px #ccc;
	margin:0;
	
}

.content .column .inner .ph_right{
	float: right;
	
}
.content .column .inner .ph_left{
	float: left;

}

/* caption */
.content .column .inner .ph_title{
	text-align: left;
	width:auto;
	margin-bottom: 2px;
}
.content .column .inner .ph_title2 {
	text-align: center;
	width:auto

}
.content .column .inner .ph_cap{
	text-align: left;
	width:auto
	font-size: 0.8em;
}
.content .column .inner .ph_cap2 {
	text-align: center;
	width:auto;
	font-size: 0.8em;
}
.content .column .inner .ph_cap3 {
	text-align: right;
	width:auto
}
.content .column .inner .ph_cap dl{
	width:auto;
	margin-left: 0px;
}

/*=================================================================
 list  item   item2
=================================================================*/
/* list */
.content .column .inner .item ol{
	width: 590px;
	margin: 0 auto;
	padding-left : 2em;

}
.content .column .inner .item ol li{
	margin: 0 auto;
	font-weight: bold;
	text-indent: -2em;
	padding-left: 2em;
	width: auto;

}
.content .column .inner .item ol li ul{
	width: 580px;
	margin: 6px auto 18px;

}
.content .column .inner ol.item ul li {
	margin-bottom: 6px;
	font-weight: normal;
	background-image: url(../../profile/img/dot_01.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	text-indent: 0;
	list-style-type: none;
	padding-left: 10px;
	width: auto;
	margin-right: 20px;
	
}
ol.item p.phot {
	padding: 0;
	text-align: center;
}

ol.item p.phot img {
	border: 1px solid #c6c6c6;
	margin: 10px 0 3px;
	padding: 10px;
}

ol.item span {
	font-size: 0.9em;
	font-weight: normal;
}

/* item2  */
.content .column .inner ul.item2{
	width: auto;
	margin-left: 20px;

}

.content .column .inner ul.item2 li{
	margin-bottom: 6px;
	font-weight: normal;
	background-image: url(../../images/dot_01.gif);
	background-position: 0em 0.4em;
	background-repeat: no-repeat;
	text-indent: 0em;
	list-style-type: none;
	padding-left: 1em;
	width: auto;
	padding-right: 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.35em;
	background-repeat: no-repeat;
	padding-left: 1em;
}
/*  list　場所にかかわらず使用する場合 */
.content .column.item4 ul{
	list-style-type: none;
	width: auto;
}

.content .column .item4 ul li{
	font-weight: normal;
	background-image: url(../../images/dot_01.gif);
	background-position: 0.1em 0.3em;
	background-repeat: no-repeat;
	padding-left: 6em;

}
/*=================================================================
 row row2 row3
=================================================================*/

 dl.row{
	overflow: hidden;
	width: auto;
	line-height: 1.5em;


	}
	
 dl.row dt{
	width:3em;
	float:left;
	clear:both;
	line-height: 1.5em;
	}
	
 dl.row dd{
	margin-left:3em;
	width: auto;
	clear: right;
	line-height: 1.5em;
	}


/* row2 3*/	

 dl.row2 {
	overflow: hidden;
	width:auto;
	font-size: 0.8em;
}
 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;
}
 dl.row3{
	width:auto;
	line-height: 1em;
}

 dl.row3 dt {
	float : left;
	border:1px solid #fff;
	width : 1em;
	clear: left;
	line-height: 1em;
}

 dl.row3 dd {
	text-indent: -0.5em;
	margin-left: 1.5em;
	line-height: 1em;
}
