@charset "utf-8";

/*
	* Name: oshirase.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 領域設定 - レイアウト -
	    - 07. 領域設定 - Main -
	  - 個別設定 - 書籍案内 -
*/


/* Stylesheet Document */

@media all {

	/* ========================================
	   * 領域設定 - レイアウト -
	======================================== */

	#oshirase {
	}


	/* ========================================
	   * 07. 領域設定 - Main -
	======================================== */




	/* ========================================
	   * 個別設定 - 書籍案内 -
	======================================== */

	#oshirase.books_guidance #main div.books_guidance ul.articlelist div.photoarea div.photo {
		height: 127px;
	}

	#oshirase.books_guidance #main div.books_guidance ul.articlelist div.photoarea div.photo img {
		max-height: 127px;
		width: 120px;
	}

	#oshirase.books_guidance #main div.books_guidance div.pr {
		margin-top: -12px;
	}


	/* ========================================
	   * 個別設定 - 採用情報 -
	======================================== */

	#oshirase.adoption #sidebar div.frame div.container {
		padding-top: 10px;
	}

	#oshirase.adoption #sidebar div.frame ul.subnavigation {
		border-top: 1px dotted #DCDCDC;
		position: relative;
	}

	#oshirase.adoption.works #main ul.stafflist {
		list-style-type: none;
		margin-left: 0;
		width: 612px;
	}

	#oshirase.adoption.works #main ul.stafflist li {
		float: left;
		margin-bottom: 20px;
		margin-left: 10px;
		margin-right: 10px;
		text-align: center;
		width: 184px;
	}

	#oshirase.adoption.works #main ul.stafflist li div.photo {
		margin-bottom: 4px;
	}




}