  @charset "utf-8";
/* CSS Document */

/*  carousel_menu
---------------------------------------------------------- */

div.carousel_menu {
	margin: -1px 1px 0 1px;
	clear:both;
	background:#ededed url(/tech/image_v2/tech_common/bg_anchor_menu.png) repeat-x left top;
	border-bottom:#A8B6C8 1px solid;
	position:relative;
	padding:10px 0px 10px 10px;
	width:948px;
	_width:958px;
	height:105px;
	_height:125px;
}

div.carousel_menu ul{
	width:948px;
	float:left;
}

div.carousel_menu ul li{
	float:left;
	width:148px;
	margin-right:10px;
	_display:inline;
	background-color:#FFFFFF;
	_background-color:none;
}

.carousel_view {
	width:100%;
	height:100%;
	overflow:hidden;
}

.carousel_inner {
}

.carousel_menu .carousel_btn li img{
	cursor:pointer;
	display:none;
}

.carousel_btm{
	margin-top:40px;
}


/*tech_title h2*/
div#main.tech_body .tech_title h2 span.subtxt{
	font-size:60%; font-weight:normal;
}

/*h3.label*/
div#main.tech_body h3.label{
	padding:8px 150px 0px 20px;
}
h3.label .moku_icon{
	position:absolute; right:9px; top:9px;
}

.read_img{
	/*background:url(/tech/mokuzou/images/bg_moku_anchor.jpg) no-repeat left top;
	padding-top:15px;*/
}

/*古勣 dlコンパクト*/

dl.overview {
	font-size:90%;
	border:#CCCCCC 1px solid; padding:15px 20px 14px;
	margin-bottom:40px;
}

dl.overview dt {
	width:5.5em;
	float:left;
	clear:left;
	padding:0px 0px 3px 0px;
	line-height:1.33;
}

dl.overview dt.long {
	width:auto;
	float:none;
}

dl.overview dd {
	margin:0px 0px 0px 5.5em;
	padding:0px 0px 3px 0px;
	line-height:1.33;
	_float:left;
	_width:600px;
	_margin-left:0;
}

/*コラム*/
div#main div.column {
	background-color: #F9F3E5;
	border:none;
	padding:20px 25px;
	margin:15px 0;
	overflow: auto;
}

div#main div.column h2 {
	margin:0 0 0px 0;
	padding:0px 0px 12px;
	color:#4A9B4A;
	border-top:none;
	font-size:128.57%;
}

div.column .col3 .col {
	width:215px;
}

div.column .col3 .col_multi_2{
	width:475px;
}

img.ex_photo{}

@media print{
	div#main.tech_body h2 {
		margin: 20px 0 32px 0;
	}

	img.ex_photo{ width:580px; height:auto;}
	.narrow img.ex_photo{width:360px; height:auto;}
	div.carousel_menu{display:none;}
	dl.overview {
		margin-bottom:0px;
	}
}