@charset "utf-8";

/*
	* Name: inheritance.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
	* Author URI: http://www.dreamsympathy.com/
	* Author E-mail: info@dreamsympathy.com

	* Contents:
	  - 02. 領域設定 - ブロック -
	    - 02-07. 領域設定 - Main -
	    - 02-07-01. 領域設定 - Contact -
*/


/* Load External Files */

@import url('../../common/css/import.css');


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 02-07. 領域設定 - Main -
	======================================== */

	#main ol.caption li a {
		padding-left: 16px;
		padding-right: 16px;
	}

	#main ol.caption li a span.comment {
		width: 100%;
	}

	#main ol.caption li a span.comment span.button {
		background-position: right top;
	}

	#main ol.caption li a:hover span.comment span.button {
		background-position: right -20px;
	}

}
