@charset "Shift_JIS";



/* -----------------------------------------------------------
	トピックス用CSS
	UVインクジェットプリンタのしくみ
----------------------------------------------------------- */

body {
}


/* -----------------------------------------------------------
	メイン　部分設定
----------------------------------------------------------- */

#mainUV {
	margin: 0 auto;
	width: 600px;
	margin-bottom: 20px;
}

#mainUV h1 {
	margin-top: 30px;
	margin-bottom: 20px;
}

#mainUV h2 {
	margin-bottom: 20px;
}



/* 重合反応とは… */

#mainUV #reaction {
	width: 600px;
}

#mainUV #reaction p {
	width: 600px;
	margin-bottom: 20px;
}

#mainUV #reaction img {
	width: 600px;
	margin-bottom: 40px;
}



/* 非接触プリント方式のしくみ */

#mainUV #structure {
	width: 600px;
	margin-bottom: 50px;
	overflow: hidden;	
}

#mainUV #structure #print {
	width: 600px;
	margin-bottom: 20px;
	overflow: hidden;
}

#mainUV #structure #print .txt {
	width: 280px;
	float: left;
	display: inline;
}

#mainUV #structure #print .chart {
	width: 290px;
	float: right;
	display: inline;
}

#mainUV #structure #sample {
	width: 600px;
	margin-bottom: 20px;
	overflow: hidden;
}

#mainUV #structure #sample .exA {
	width: 285px;
	float: left;
	display: inline;
}

#mainUV #structure #sample .exB {
	width: 285px;
	float: right;
	display: inline;
}

#mainUV #structure .link {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}

#mainUV #structure .link img {
	vertical-align: middle;
}

#mainUV #structure p {
	margin-bottom: 0px;
}



/* インクジェットプリントの比較 */
#mainUV #comparison {
	width: 600px;
	margin-bottom: 20px;
}

#mainUV #comparison .case {
	width: 600px;
	padding-bottom: 15px;
	border-bottom: 1px #737373 dashed;
	margin-bottom: 15px;
}

#mainUV #comparison .case .chart {
	width: 182px;
	padding-right: 33px;
}


#mainUV #comparison .case .ex {
	width: 385px;
}


/* 右側部分下合わせ対応 */

#mainUV #comparison .case .chart, #mainUV #comparison .case .ex {
	display: table-cell;
	vertical-align: bottom;
	margin: 0;
}

/*for IE6 */  
* html #mainUV #comparison .case .chart, * html #mainUV #comparison .case .ex {
	display: inline;
	zoom: 1;
}

/*for IE7 */  
*:first-child+html #mainUV #comparison .case .chart, *:first-child+html #mainUV #comparison .case .ex {
	display: inline;
	zoom: 1;
}




#mainUV #comparison .case .ex .top {
	width: 385px;
	height: 6px;
	font-size: 1px;
}

#mainUV #comparison .case .ex .box {
	width: 355px;
	background: url("images/comparison_w_bk.gif") repeat-y;
	padding: 5px 15px;
}

#mainUV #comparison .case .ex .box .txt {
	width: 250px;
	height: 15px;
	margin-bottom: 5px;
}

#mainUV #comparison .case .ex .bottom {
	width: 385px;
	height: 6px;
	font-size: 1px;
}

#mainUV #comparison .caseEnd {
	width: 600px;
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}

/* -----------------------------------------------------------
	閉じる
----------------------------------------------------------- */

#closed{
	width: 600px;
	border-top: 1px #787878 solid;
	padding-top: 5px;
	text-align:right;
}

#closed img{
	margin-right:5px;
	vertical-align: middle;
}
