@charset "UTF-8";

/* newsカテゴリで使用しているパーツのCSSです ---------------------------------------------------------------- */

/* common ---------------------------------------------------------------- */
body#g02 .section {
	margin-bottom: 30px;
}

/* /hardware/news/index.html ---------------------------------------------------------------- */





/* ニュースリリース */
.sectionNews {
	margin: 5px 0 50px;
	font-size: 86%;
	overflow: hidden;
	zoom: 1;
}
	.dl_news02 {
		width: 730px;
		margin: 10px 0 0 0;
		background: url(../images/menu_dotline.gif) repeat-x top left;
		clear: left;
	}
		.dl_news02 dt {
			float: left;
			width: 12.5em;
			padding: 0 0 0 13px;
			background: url(../images/index_ico01.gif) no-repeat left 1em;
			_line-height: 1.5;
			vertical-align: middle;
		}
			.dl_news02 dt span {
				padding: 9px 0;
				display: inline-block;
				_display: inline;
				_zoom: 1;
			}
				.dl_news02 dt img {
					margin: 1em 0 0 6px;
				}
		.dl_news02 dd {
			padding: 0 0 0 14em;
			background: url(../images/menu_dotline.gif) repeat-x bottom left;
			vertical-align: top;
		}
			.dl_news02 dd p {
				padding: 9px 0;
				height: 1%;
			}
				.dl_news02 dd p img {
					margin-top: 0.25em;
				}

/* ニュースリリース最新情報 */

.dl_news03 {
	font-size: 86%;
}
	.dl_news03 dt {
		float: left;
		width: 74px;
		margin-right: -74px;
	}
	.dl_news03 dd {
		background: url(../../hardware/case/images/case_bdr01.gif) repeat-x left bottom;
		margin: 0 0 4px;
		padding: 0 0 6px 74px;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.dl_news03 dd {
			padding: 1px 0 6px 74px;
		}
	}


.bg-b {	background-color: black;}

.lh2 {	line-height: 2.0;}
.lh16 {	line-height: 1.6;}

/* ページ内LINK ナビボタン 2013.11.20近藤追加（ローランド内覧会ページ修正） */

.divNaviProduct01 {
	text-align: center;
	margin-bottom: 20px;
}
.divNaviProduct01 ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-right: 1px solid #000;
	padding-right: 7px;
}
	.divNaviProduct01 ul li {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		font-size: 86%;
		border-left: 1px solid #000;
		margin-left: 7px;
		padding-left: 7px;
	}

/* ページ↑に戻るボタン 2013.11.20近藤追加（ローランド内覧会ページ修正） */
.txtArrowBlue02 {
    text-align: right;
	font-size: 86%;
}
	.txtArrowBlue02 span {
		background: url(../../hardware/images/ico_arrow_u01.gif) no-repeat left center;
		color: #0066FF;
		padding-left: 15px;
	}

/* イベントカレンダーテーブル 2015.04.08近藤追加 */

table.event_calendar {width:730px ;font-size:14px ;}
.event_calendar td,th {padding:10px ;text-align:left;border-right:2px solid white ;;border-bottom:2px solid white ;}

td.sub {text-align:center ;font-size:14px ;font-weight:bold ;background-color:#CFCFCE ;}
td.month1 { width: 64px ;font-weight:bold ;text-align:center ;background-color:#D7EDFF ;}
td.month2 { width: 64px ;font-weight:bold ;text-align:center ;background-color:#C8E6FF ;}
td.date1 { width:100px ;text-align:center ;background-color:#F4F4F4 ;}
td.date2 { width:100px ;text-align:center ;background-color:#EBEBEB ; }
td.event1 { padding-left:20px ;line-height:1.4 ;background-color:#F4F4F4 ;}
td.event2 { padding-left:20px ;line-height:1.4 ;background-color:#E8E8E8 ;}
