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

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

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

/*会社概要ページ
------------------------------------------------------------*/

/*---ニュースリリース第二階層用---*/

body#home div#contentsWrapper div#contents div#leftColumn div#section div#newsRelease {
    width:100%;
		/*\*//*/
		overflow:hidden;
		/**/
}

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

body#home div#contentsWrapper div#contents div#leftColumn div#section div#newsRelease h2 {
	background:url(../../common/images/news_ttl-bg.gif) top right no-repeat;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div#newsRelease dl {
	margin:5px 10px 10px;
}


body#home div#contentsWrapper div#contents div#leftColumn div#section div#newsRelease dt{
	color:#777777;
}


body#home div#contentsWrapper div#contents div#leftColumn div#section div#newsRelease dd{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#ccc 1px dotted;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div#newsRelease dd.lastChild{
	border:none;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div#newsRelease p{
	float:right;
	font-size:85%;
	margin:0 5px 10px 0;
}


/*---アクセスマップ---*/

body#home div#contentsWrapper div#contents div#leftColumn div#section p.map {
	float:left;
	margin:10px 10px 0 0;
}



body#home div#contentsWrapper div#contents div#leftColumn div#section div.accessInfo {
	width:245px;
	/*\*//*/
	overflow:hidden;
	/**/
	margin:10px 0 0 410px;
}

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


body#home div#contentsWrapper div#contents div#leftColumn div#section div.accessInfo h3{
	font-weight:bold;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.accessInfo p{
	margin-bottom:10px;
}

body#home div#contentsWrapper div#contents div#leftColumn div#section div.accessInfo p.printMap{
	text-align:center;
}

/*---アクセスマップ---*/

body#home div#subWindowWrapper div.mapControl{
	width:100%;
	/*\*//*/
	overflow:hidden;
	/**/
	text-align:center;
}

body#home div#subWindowWrapper div.mapControl:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

body#home div#subWindowWrapper div.mapControl ul{
	width:184px;
	margin:20px auto;
}


body#home div#subWindowWrapper div.mapControl ul li{
	float:left;
	padding-right:20px;
}

