@charset "utf-8";

/*===================================================================
	/products/dotprinter/navi/index.htm
===================================================================*/

/* layout */
.l_side {
	float: left;
	width: 231px;
}

.l_main {
	float: right;
	width: 688px;
	padding: 0 0 30px 20px;
	border-left: 1px dashed #ccc;
}

/* listSort */
.listSort {
  margin-bottom: 20px;
}

.listSort ul > li {
  display: inline-block;
}

/* naviList */
.naviList .nav ul {
	overflow: hidden;
	margin-top: 10px;
	margin-left: 0;
}

.naviList .nav li {
	float: left;
	margin-left: 20px;
}

.naviList .nav ul > li:first-child {
	margin-left: 0;
}

.naviList .list {
	clear: both;
	margin-top: 30px;
	margin-left: -12px;
}

.naviList .list > li {
	float: left;
	width: 221px;
	margin: 0 0 10px 12px;
}

.naviList .column2 > li {
	display: inline-block;
}

.naviList span {
	display: block;
	width: 157px;
	height: 40px;
	cursor: pointer;
}

.naviList .nav01 span {
	background: url(/products/dotprinter/navi/images/btn_navlist01.png) 0 0 no-repeat;
}
.naviList .nav02 span {
	background: url(/products/dotprinter/navi/images/btn_navlist02.png) 0 0 no-repeat;
}
.naviList .nav03 span {
	background: url(/products/dotprinter/navi/images/btn_navlist03.png) 0 0 no-repeat;
}
.naviList .nav04 span {
	background: url(/products/dotprinter/navi/images/btn_navlist04.png) 0 0 no-repeat;
}

.naviList .nav01 span.active {
	background: url(/products/dotprinter/navi/images/btn_navlist01_on.png) 0 0 no-repeat;
}

.naviList .nav02 span.active {
	background: url(/products/dotprinter/navi/images/btn_navlist02_on.png) 0 0 no-repeat;
}

.naviList .nav03 span.active {
	background: url(/products/dotprinter/navi/images/btn_navlist03_on.png) 0 0 no-repeat;
}

.naviList .nav04 span.active {
	background: url(/products/dotprinter/navi/images/btn_navlist04_on.png) 0 0 no-repeat;
}

/* list_condition */
.list_condition > div {
	display: none;
}

/* common
----------------------------------------------------- */
.hl_type01 {
	font-size: 26px;
	line-height: 1.53;
}

.hl_num {
	margin-top: 12px;
	padding-left: 30px;
	font-size: 18px;
	line-height: 2.2;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

.hl_num.hl_icon01 {
	background: url(/products/dotprinter/navi/images/icon_hl_num_01.png) 0 10px no-repeat;
}

.hl_num.hl_icon02 {
	background: url(/products/dotprinter/navi/images/icon_hl_num_02.png) 0 10px no-repeat;
}

.hl_line {
	margin-top: 12px;
	padding-left: 12px;
	font-size: 18px;
	line-height: 2.2;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	background: url(/products/dotprinter/navi/images/icon_hl_line.png) 0 10px no-repeat;
}

.tit_type {
	margin-top: 20px;
}

.subtit_type {
	margin-top: 15px;
	padding-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px dotted #cccccc;
}

.txt_lead {
	font-size: 14px;
	line-height: 1.71;
	margin-top: 8px;
}

/* list_howto */
.list_howto {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
}

.list_howto dt {
	font-size: 16px;
	line-height: 2.5;
	font-weight: bold;
}

.list_howto dd {
	margin-top: 2px;
	font-size: 14px;
	line-height: 1.7;
}

.list_howto.link_howto_icon dd {
	float: left;
	width: 344px;
	margin-top: 12px;
}

.list_howto.link_howto_icon dd img {
	margin: -3px 10px 0 0;
	vertical-align: top;
}

/* l_side
----------------------------------------------------- */
/* nav_switch */
.nav_switch {
	overflow: hidden;
	margin-top: 12px;
}

.nav_switch li {
	width: 110px;
	height: 110px;
	float: left;
	cursor: pointer;
}

.nav_switch li.active {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.nav_switch li.active img {
	filter: alpha(opacity=0);
	opacity: 0;
}

.nav_switch li.nav02,
.nav_switch li.nav04 {
	margin-left: 10px;
}

.nav_switch li.nav03,
.nav_switch li.nav04 {
	margin-top: 10px;
}

.nav_switch li.nav01.active {
	background-image: url(/products/dotprinter/navi/images/btn_choice01_on.png);
}

.nav_switch li.nav02.active {
	background-image: url(/products/dotprinter/navi/images/btn_choice02_on.png);
}

.nav_switch li.nav03.active {
	background-image: url(/products/dotprinter/navi/images/btn_choice03_on.png);
}

.nav_switch li.nav04.active {
	background-image: url(/products/dotprinter/navi/images/btn_choice04_on.png);
}

/* list_condition */
.list_condition {
	margin-top: 30px;
}

.list_condition ul {
	margin-top: 10px;
}

.list_condition ul li {
	margin-top: 6px;
	line-height: 1.5;
}

.list_condition ul li input {
	vertical-align: top;
}

/* btn */
.btn_ribbon {
	clear: both;
	margin-top: 20px;
}

.btn_reset {
	margin-top: 25px;
	text-align: center;
	cursor: pointer;
}

/* print
----------------------------------------------------- */
@media print {
	#grid {
		position:static !important;
		overflow:visible !important;
	}
	#grid li {
		position:static !important;
		overflow:visible !important;
	}
	#grid li {
		top: 0!important;
		left: 0!important;
		transform: none !important;
	}
}

@media only screen and (max-width: 768px) {

.l_side {
	float: none;
	width: 100%;
}
.nav_switch {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav_switch li {
	margin: 0 !important;
}
.nav_switch li {
	float: none;
	width: 22%;
	height: auto;
}
.nav_switch li img {
	width: 100%;
}
.btn_ribbon {
	text-align: center;
}
.l_main {
	float: none;
	width: 100%;
	border-left: none;
	padding: 20px 0 30px 0;
}
.naviList .nav li {
	margin-left: 0 !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
}
.naviList .list > li {
	width: 47.5%;
	margin: 0 0 10px 2.5%;
}
.naviList .list > li img {
	width: 100%;
	height: auto;
}
.js_price ul li span.pc {
	display: none;
}




}
