@charset "UTF-8";

/*

World Logi,co.ltd.
Exsample CSS

*/

/* #exsampleList */

#exsampleList h2 {
	margin-bottom: 20px;
}

#exsampleList .item {
	background-color: #EFEFEF;
	padding: 10px;
	margin-top: 10px;
	zoom:100%;
}

#exsampleList .item .caption {
	float: right;
	width: 390px;
	margin-bottom: 18px;
}

#exsampleList .item p.thumb {
	float: left;
	margin: 0;
}

#exsampleList .item .caption h3,
#exsampleList .item .caption p,
#exsampleList .item .caption ol {
	margin: 0;
	padding: 0;
}

#exsampleList .item .caption h3 { font-weight: normal; }

#exsampleList .item .caption ol.pointList { list-style-type: none; }
#exsampleList .item .caption ol.pointList li { padding-left: 55px; }

#exsampleList .item .caption ol.pointList li.num1
{ background: transparent url(/img/exsample_point_icon01.gif) no-repeat 0 0.2em; }
#exsampleList .item .caption ol.pointList li.num2
{ background: transparent url(/img/exsample_point_icon02.gif) no-repeat 0 0.2em; }
#exsampleList .item .caption ol.pointList li.num3
{ background: transparent url(/img/exsample_point_icon03.gif) no-repeat 0 0.2em; }

#exsampleList .item .caption p.description { font-weight: bold; }

#exsampleList .item p.gotoDetail {
	display: block;
	position: relative;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}

#exsampleList p.gotoDetail a {
	display: block;
	position: absolute;
	top: -14px;
	right: 0;
	line-height: 14px;
	background: transparent url(/common/img/sideNavi_icon.gif) no-repeat;
	width: 7em;
	height: 14px;
	margin: 0;
	padding: 0 0 0 16px;
}


