@charset "Shift_JIS";

/*-- helper --*/
.pkg:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	content: " ";
	}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { 
	zoom: 1;
	display: block;
	}
/* */

/* ナビゲーションドロップダウン */
.product_cat_title {
	margin: 5px 5px;
	/*border-top: 1px dotted #666;*/
	color: #666666;
	font-style: normal;
	}
	.product_cat_title option {
		color: #333;
		}

/* 中段区分け */
.area_center_section {
	margin: 0 0 24px;
	}
	
/* 枠つき画像 */
.photo_outline {
	border: 1px solid #ccc;
	}

/* utility */

.ml10px {
	margin-left: 10px;
	}
.ml20px {
	margin-left: 20px;
	}
.pt6px {
	padding-top: 6px;
	}
.fs08 {
	font-size: 0.8em;
	}
.fs90 {
	font-size: 90%;
	}
.fs100 {
	font-size: 100%;
	}
.fw_bold {
	font-weight: bold;
	}
.tac {
	text-align: center;
	}
.tal {
	text-align: left;
	}