@charset "utf-8";

/*===================================================================
	index.htm
===================================================================*/

#contents .headSection .aside {
	margin-top: -18px;
	padding-top: 0;
}
#contents .headSection .aside .guide {
	font-size:72%;
}
#contents .headSection .aside .guide li {
	float:none;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:bottom;
}

#select {
	position: relative;
	width: 960px;
	height: 220px;
	margin-top: 40px;
}

#select input {
	display: none;
}
#select img {
	cursor: pointer;
}

#select .active img {
	opacity: 0;
	filter: alpha(opacity=0);
}
#select .select01 {
	position: absolute;
	left: 0;
	top: 0;
}
#select .select02 {
	position: absolute;
	left: 137px;
	top: 0;
}
#select .select03 {
	position: absolute;
	left: 415px;
	top: 0;
}
#select .select04 {
	position: absolute;
	left: 692px;
	top: 0;
}
#select .select05 {
	position: absolute;
	left: 137px;
	top: 70px;
}
#select .select06 {
	position: absolute;
	left: 415px;
	top: 70px;
}
#select .select07 {
	position: absolute;
	left: 692px;
	top: 70px;
}
#select .select08 {
	position: absolute;
	left: 137px;
	top: 140px;
}
#select .select09 {
	position: absolute;
	left: 415px;
	top: 140px;
}
#select .select10 {
	position: absolute;
	left: 692px;
	top: 140px;
}
#select .select01.active {
	background: url(/products/receiptprinter/appsearch/images/btn_appsearch_choice01_on.png) no-repeat left top;
}
#select .select02.active {
	background: url(/products/receiptprinter/appsearch/images/btn_appsearch_choice02_on.png) no-repeat left top;
}
#select .select03.active {
	background: url(/products/receiptprinter/appsearch/images/btn_appsearch_choice03_on.png) no-repeat left top;
}
#select .select04.active {
	background: url(/products/receiptprinter/appsearch/images/btn_appsearch_choice04_on.png) no-repeat left top;
}
#select .select05.active {
	background: url(/products/receiptprinter/appsearch/images/btn_appsearch_choice05_on.png) no-repeat left top;
}
#select .select06.active {
	background: url(/products/receiptprinter/appsearch/images/btn_appsearch_choice06_on.png) no-repeat left top;
}
#select .select07.active {
	background: url(/products/receiptprinter/appsearch/images/btn_appsearch_choice07_on.png) no-repeat left top;
}

#select .select08.active {
	background: url(/products/receiptprinter/appsearch/images/btn_appsearch_choice08_on.png) no-repeat left top;
}

#select .select09.active {
	background: url(/products/receiptprinter/appsearch/images/btn_appsearch_choice09_on.png) no-repeat left top;
}

#select .select10.active {
	background: url(/products/receiptprinter/appsearch/images/btn_appsearch_choice10_on.png) no-repeat left top;
}

#appsearchContainer {
	margin-right: -30px;
}
.element {
	position: relative;
	overflow: hidden;
	width: 295px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px 0 55px 10px;
	margin: 0 20px 20px 0;
}
.element>div {
	*zoom: 1;
}
.elementFiguredetail {
	width: 100%;
	min-height: 156px;
	*height: auto !important;
	*height: 156px;
}
.elementFigure {
	display: table-cell;
	*display: inline;
	*zoom: 1;
	width: 150px;
	vertical-align: top;
}
.elementDetail {
	display: table-cell;
	*display: inline;
	*zoom: 1;
	width: 145px;
	vertical-align: top;
}
.elementTtl {
	padding-bottom: 3px;
	font-size: 15px;
}
.elementTtl img {
	vertical-align: text-top;
}
.elementAddress {
	padding-bottom: 3px;
}
.elementCat img {
	margin-bottom: 5px;
}
.elementMore01 {
	display: block;
	padding-left: 17px;
	color: #005ab4;
	cursor: pointer;
	background: url(/products/receiptprinter/appsearch/images/arw_appsearh_01.png) no-repeat 4px center;
}
.elementMore01:hover {
	color: #f00;
}
.elementMore02 {
	display: none;
	padding-left: 17px;
	color: #005ab4;
	cursor: pointer;
	background: url(/products/receiptprinter/appsearch/images/arw_appsearh_02.png) no-repeat 4px center;
}
.elementMore02:hover {
	color: #f00;
}
.elementTxtWrap {
	padding-right: 10px;
}
.elementTxt02 {
	display: none;
}
.inquirySec {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 8px 0;
	text-align: center;
	background: #eee;
}
.inquirySec a:hover img {
	opacity: .7;
	filter: alpha(opacity=70);
}

	/**** Isotope CSS3 transitions ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
#menu {
	margin: 15px;
}
#menu div {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 10px 10px 0;
	background: #f00;
	padding: 0;
	list-style: none;
}
#menu div:first-child {
	width: 880px;
	height: 400px;
}
#src {
	display: none;
}


/*----------------
	conditionSelect

	- 選択エリア
 ---------------*/
.conditionSelect {
	margin-top: 22px;
	margin-bottom: 50px;
}

.conditionSelectTit {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 12px;
	border-bottom: 4px solid #005ab4;
}

.conditionSelectSubTit {
	margin: 24px 0 0 0;
}

.conditionSelectArea {
	overflow: hidden;
	margin-left: -12px;
}

.conditionSelectArea label {
	display: block;
	float: left;
	width: 186px;
	height: 40px;
	padding: 20px 0 0 45px;
	margin: 12px 0 0 12px;
	font-size: 107.1%;
	background: url(/products/receiptprinter/appsearch/images/bg_label_type02.png) no-repeat 0 0;
}

.conditionSelectArea label.line2 {
	height: 50px;
	padding: 10px 0 0 45px;
}

.conditionSelectArea.type01 label {
	width: 267px;
	background: url(/products/receiptprinter/appsearch/images/bg_label_type01.png) no-repeat 0 0;
}

.conditionSelectArea label input {
	opacity: 0;
	position: absolute;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	outline: none;
}

.conditionSelectArea label input:focus {
	outline:none;
}

.conditionSelectArea label.is_active {
	color: #005ab4;
	background: url(/products/receiptprinter/appsearch/images/bg_label_type02_active.png) no-repeat 0 0;
}

.conditionSelectArea.type01 label.is_active {
	background: url(/products/receiptprinter/appsearch/images/bg_label_type01_active.png) no-repeat 0 0;
}

.conditionSelectBtn {
	margin-top: 40px;
	text-align: center;
}

.conditionSelectBtn img {
	cursor: pointer;
}

.conditionSelectBtn input {
	display: none;
}

.conditionSelectBtn img:first-child {
	margin-right: 25px;
}

.searchResults {
	display: none;
	margin-top: 18px;
	font-size: 114.3%;
	text-align: center;
}

.searchResults .numberAll,
.searchResults .number {
	font-size: 142.9%;
}

/*----------------
	item

	- base line-height: 1.5;
 ---------------*/
.item {
	width: 468px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	background: none;
	border: 1px solid #ccc !important;
	border-radius: 8px;
}

.checkIE .item {
	width: 470px;
	border: none !important;
	background: url(/products/receiptprinter/appsearch/images/bg_item.gif) no-repeat left bottom;
}

.checkIE .itemMainImg {
	border-top: 1px solid #ccc;
	padding: 0 1px 0 1px;
}

/* content  */
.itemContent {
	min-height: 354px;
	padding: 15px 40px 138px 40px;
	padding: 15px 40px 20px 40px;
}

/* itemMainImg */
.itemMainImg {
	height: 171px;
	position: relative;
}

.itemMainImg .bg_left {
	position: absolute;
	top: -1px;
	left: 0;
}

.itemMainImg .bg_right {
	position: absolute;
	top: -1px;
	right: 0;
}

/* itemIconCat */
.itemIconCat {
	min-height: 60px;
}

.itemIconCat img {
	width: 54px;
	height: 60px;
	margin-left: 2px;
}

.itemIconCat img:first-child {
	margin-left: 0;
}

/* listItem */
.listItem {
	height: 95px;
}

/* itemName */
.itemName {
	margin-bottom: 3px;
	font-size: 107.1%;
}

/* itemUrl */
.itemUrl {
	margin-bottom: 4px;
}

/* itemLogo */
.itemLogo {
	margin-top: 20px;
	height: 64px;
}

/* itemLead */
.itemLead {
	height: 56px;
	margin-top: 18px;
	margin-bottom: 16px;
	font-size: 128.6%;
	font-weight: bold;
}

/* itemWrap */
.itemWrap {
	margin-bottom: 20px;
}

/* itemTxt */
.itemTxt {
	line-height: 1.714;
}

/* itemImg */
.itemImg {
	margin-top: 15px;
	margin-left: -8px;
}

.itemImg img {
	margin-left: 8px;
}

/* itemBtnOpen */
.itemBtnOpen,
.itemBtnClose {
	margin-top: 25px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	bottom: 88px;
	left: 50%;
	margin-left: -80px;
}

.itemBtnOpen.liquid,
.itemBtnClose.liquid {
	height: 50px;
	cursor: pointer;
	position: static;
	margin-left: 0;
}

/* itemBtnInquiry */
.itemBtnInquiry {
	margin-top: 23px;
	text-align: center;
	position: absolute;
	margin-left: -120px;
	bottom: 25px;
	left: 50%;
}

.itemBtnInquiry.liquid {
	margin-top: 0;
	height: 40px;
	text-align: center;
	position: static;
	margin-left: 0;
}

/* open close */
.itemMoreTxt,
.itemMoreImg,
.itemBtnClose {
	display: none;
}

/* Bg */
.element.item {
	border-top: none;
	border-bottom: none;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 0;
}
/* add leadBox 161208  */
.leadBox .txtBox {
	float:left;
	width:710px;
}
.leadBox .bnrBox {
	float:right;
}
@media only screen and (max-width: 768px) {
#contents .conditionSelectSubTit img{
	width: auto;
}
#contents .conditionSelectBtn{
	
}
#contents .conditionSelectBtn img{
	width: auto;
	margin: 10px;
}
.leadBox .txtBox{
	width: 60%;
}
.leadBox .bnrBox{
	width: 35%;
}
#contents #appsearchContainer img{
	width: auto;
}
#contents #appsearchContainer .itemMainImg img{
	width: 100%;
}
#contents #appsearchContainer .itemLogo{
	height: auto;
}
#contents #appsearchContainer .itemLogo img{
	max-width: 100%;
}
.conditionSelectArea.type01 label{
	width: 100%;
	height: 60px;
    box-sizing: border-box;
}
#appsearchContainer{
	margin-right: 0;
}
.itemContent{
	min-height: auto;
	padding: 15px;
}
.itemLead{
	height: auto;
}
.element.item{
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
	border: 1px solid #ccc !important;
    box-sizing: border-box;
}
.itemMainImg{
	height: auto;
}
#contents .conditionSelectTit img{
	width: auto;
}
}