@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: 秋水社
	Description: linkカテゴリモジュール用スタイル設定
	Version: 1.0 

==============================================================
*/


/*---ソート---*/
body#home div#contentsWrapper div#contents div#leftColumn div#section div.subSection div.sort {
	width:650px;
	background-color:#efefef;
	padding:5px 10px;
	margin-bottom:10px;
	/*\*//*/
	overflow:hidden;
	/**/
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.subSection div.sort:after {
    content:".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.subSection div.sort p {
	float:left;
	margin-right:10px;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.subSection div.sort ul li{
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #a6a69a;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.subSection div.sort ul li.lastChild{
	border:none;
}

/*---ソート---*/

body#home div#contentsWrapper div#contents div#leftColumn div#section div.subSection dl.linkList dt{
	width:250px;
	float:left;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.subSection dl.linkList dd{
	padding:0 0 8px 250px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.subSection dl.linkList dd.linkLastChild{
	border:none;
}

