@charset "utf-8";
/* CSS Document */

/*----------------------------------
@import
----------------------------------*/

@import "cnt.css";/* cnt.cssのインポート */

/*----------------------------------
=01 layout
----------------------------------*/
#left{
	clear:both;
	}
#leftcont h4{
	margin:20px 0 50px;
	text-align:right;
	}
#leftcont p{
	line-height:1.6;
	}


#leftcont .block{
	float:right;
	width:514px;
	text-align:left;
	}
#leftcont .block h5{
	margin-bottom:15px;
	padding-bottom:3px;
	padding-left:1px;
	font-weight:bold;
	font-size:18px;
	color:#008678;
	background:url(../img/bg_magazine-title.gif) bottom no-repeat;
	}
#leftcont .block .left-box{
	float:left;
	width:140px;
	text-align:left;
	}
#leftcont .block .right-box{
	float:right;
	width:362px;
	text-align:left;
	}

#leftcont .block dl dt{
	font-weight:bold;
	margin-bottom:10px;
	}
#leftcont .block dl dd{
	padding-left:16px;
	background:url(../img/icon_grey-circle.gif) no-repeat 0 2px;
	}

#leftcont .block dd.fs-big{
	font-size:15px;
	background:url(../img/icon_grey-circle.gif) no-repeat 0 5px;
	}

#leftcont .block dd .fs-normal{
	font-size:13px;
	}
#leftcont .block dd .ts-short{
	letter-spacing:-1px;
	}

#leftcont .pagetop{
	padding:20px 0 60px;
	}









