@charset "utf-8";
/* -----------------------------
コクヨS&Tトップページ > 商品情報 > 
--------------------------------


/* ==========================================================================================================

	 Structure Frames
 
============================================================================================================*/
#aside .nav .local li {
	zoom: 1;
}
#aside .nav .local li ul {
	display: block;
}
#aside .nav .local li ul li {
	background-color: #FFF;	
}
#aside .nav .local ul li.current a:link,
#aside .nav .local ul li.current a:visited{
	color:#e95800 !important;
}

/* ==========================================================================================================

	 各ページCSS
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	下階層基本

---------------------------------------------------------------------*/
.font12 {
	font-size: 85%;
}
.txtCr01 {
	color:#C00
}


.floating{

}
.floating .specImg{
	float: left;
	width: 210px;
}
.floating .section.spec{
	float: right;
	width: 430px;
}
#main .section .section.floating .section.spec{
	margin-top: 0;
}

#main .section p.note {
	background: #ededed;
	padding: 10px 20px;
}

.title-lv3 .soon{
	display: block;
	margin: -1.3em 0 0;
	text-align: right;
	color: #E95800;
}

/*  alpha Btn
-----------------------------------*/
.alpha a img,
a.alpha img{
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	transition: opacity .1s ease;
}
.alpha a:hover img,
a.alpha:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60); /* IE7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}


#main .over_box {
	margin:0px -10px 0px -10px;
}

#main .copy_16 {
	font-size: 16px;
	line-height: 1.5em;
}

#main .patmi_text14 {
	font-size: 14px;
	line-height: 1.5em;
}
#main .patmi_text12 {
	font-size: 12px;
	line-height: 1.5em;
}
#main .patmi_text10 {
	font-size: 10px;
	line-height: 1.5em;
}

#main table.default th, #main table.default td {
	line-height: 1.3em;
}

#main .ch_text {
	line-height: 24px;
	font-size: 14px;
}

/*テーブル調整 */
#main table.short_m {
	width: 100%;
	padding: 3px 3px;
	text-align: center;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #D6D6D6;
}
#main table.short_m th {
	padding: 3px 3px;
	text-align: center;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	background-color: #F7F7F7;
}
#main table.short_m td {
	padding:3px 3px;
	text-align:center;
	border-bottom: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
}


/*  ガバットファイル（中抜き）
-----------------------------------*/
#main .nuki_bg_01 {
	background: url(../image/nakanuki_bg_01.png) no-repeat right bottom;
}
#main .nuki_bg_02 {
	background: url(../image/nakanuki_bg_02.jpg) no-repeat right center;
	height: 187px;
}
#main .nuki_bg_03 {
	background: url(../image/nakanuki_bg_03.jpg) no-repeat right center;
	height: 187px;
}
#main .nuki_bg_04 {
	background: url(../image/nakanuki_bg_04.jpg) no-repeat right center;
	height: 187px;
}
#main .bgc_01 {
	background-color:#fdeda0;
}
#main .naka_step01 {
	padding:20px 0px;
}

#main hr.dot{
    border:none;
    border-top:dotted 1px #9f9fa0;
    height:1px;
    color:#FFFFFF;
    margin: 20px 0px;
}

/*  for side menu
-----------------------------------*/

#aside .nav ul.local li.category5.last-child {
	background-color:#FFF9AC;
}
