/* --------------------
 lineup
-------------------- */
.lineup {
  padding-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 60px;
}

.lineupHeading {
  font-size: 22px;
  margin-bottom: 15px;
}

.lineupBody {
  width: 70%;
  float: left;
  font-size: 16px;
}

.lineupList {
  padding-top: 10px;
  padding-left: 20px;
}

.lineupListItem {
  list-style-type: disc;
}

.lineupDetailLink {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 26px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #8c8c8c;

  color: #fff;
  text-decoration: none;
}

.lineupDetailLink:hover,
.lineupDetailLink:focus,
.lineupDetailLink:active {
  background-color: #737373;
  color: #fff;
  text-decoration: none;
}

.lineupLogo {
  width: 30%;
  padding-top: 10px;
  float: left;
  text-align: right;
}

/* --------------------
 product
-------------------- */
.productContainer {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.product {
  display: block;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 20px;
  border: 1px solid #a7a7a7;
  width: 48%;
  float: left;
}

a .product:hover,
a .product:active,
a .product:focus {
  opacity: .9;
}

.product.even {
  margin-right: 0;
}

.productImg > img {
  max-width: 100%;
}

.produtDetail {
  background-color: #007167;
  color: #fff;
  padding: 15px 20px 30px;
  border-top: 1px solid #a7a7a7;
}

.procutHeading {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2em;
}

.procutHeading a {
  color: #fff;
}

.procutHeadingSmall {
  font-size: 20px;
}

.procutHeading.is-small {
  font-size: 20px;
}

.procutHeading.is-small .procutHeadingSmall {
  font-size: 18px;
}

.productBody {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;  
	margin-bottom: 10px;
	padding-left: 3.6em;
	text-indent: -4.1em;
}

.software-productBody {
	padding-left: 0;
	text-indent: 0;
}

.productSuper {
  position: relative;
  top: -8px;
  font-size: 0.7em;
}

.productLink {
  display: block;
  font-size: 14px;
  padding-top: 10px;
  text-align: right;
}

.productLinkItem {
  margin-left: 7px;
  color: #fff;
}

.productLink:active,
.productLink:hover,
.productLink:focus {
  color: #fff;
  text-decoration: none;
}

.productList {
  margin-left: 5.1em;
  list-style: disc;
  font-size: 14px;
}

.productList li {

}

/* --------------------
   product index dil
  -------------------- */
.index {
  width: 272px;
  height: 100%;
  position: fixed;
  top: 140px;
  right: 0;
  background-color: rgba(255,255,255,.7);
  z-index: 9999;
  padding-top: 45px;
  padding-left: 14px;
  -moz-box-shadow: 0 0 5px #777;
  -ms-box-shadow: 0 0 5px #777;
  -o-box-shadow: 0 0 5px #777;
  box-shadow: 0 0 5px #777;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=0, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=90, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=180, strength=3, enabled=true), progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, direction=270, strength=3, enabled=true);
  z-index: 99999;
}

.indexInner {
  width: 272px;
}

.indexMenu {
  text-align: left;
  letter-spacing: -0.4em;
  margin-top: 28px;
}

.indexMenuItemLeft,
.indexMenuItemRight {
  display: inline-block;
  margin-bottom: 20px;
}

.indexMenuItemLeft {
  margin-right: 7px;
  width: 129px;
  letter-spacing: normal;
}

.indexMenuItemRight {
/*  width: 123px;*/
}

.indexMenu li img:hover,
.indexMenu li img:active,
.indexMenu li img:focus {
  opacity: .7;
  -ms-filter: "alpha(opacity=70)";
}

.indexClose {
  position: fixed;
  top: 140px;
  right: 286px;
  width: 50px;
  height: 50px;
  padding: 14px 20px;
  display: block;
  text-align: center;
  background-color: #007167;
  box-sizing: border-box;
  z-index: 99999;
}

.indexCloseIcn {
  position: relative;
  top: -1px;
  margin-right: 7px;
  vertical-align: middle;
}

.indexBtnOpen {
  position: fixed;
  top: 140px;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 0;
  padding: 14px 20px;
  display: block;
  text-align: center;
  background-color: #007167;
  box-sizing: border-box;
  z-index: 99999;
}

.indexBtnOpen.is-hidden {
  display: none;
}

/* --------------------
   menu
  -------------------- */
body {
	position: relative;
	left: 0;
	overflow-x: hidden;
}
	
.layer{
  position: fixed;
	top: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
	z-index: 2;
}
	
#button_menu,
#button_close{
	position: absolute;
	top: 15px;
	left: 20px;
}

#slide_menu{
	position: fixed;
	top: 75px;
	left: -240px;
	width: 240px;
	height: 100%;
	background: #007167;
	z-index: 9999;
  color: #fff;
  overflow: hidden;
}
	
#slide_menu a{
	color: #fff;
	text-decoration: none;
}
	
#slide_menu ul li p{
	padding: 14px 12px;
	box-sizing: border-box;
	border-bottom: 1px solid #268e93;
	font-size: 14px;
	height: 50px;
}

#slide_menu ul li p.current{
  background-color: #d7d7d7;
}

#slide_menu ul li span.current{
  padding: 14px 12px;
  box-sizing: border-box;
  font-size: 14px;
  display: block;
  width: 240px;
  position: absolute;
  height: 50px;
}

#slide_menu ul li a p.current{
	color: #007167;
}

#slide_menu ul li p:after{
	content:url("../common/images/menu_right.png");
	position: relative;
  right: -207px;
  top: 3px;
}

#slide_menu ul.products_scroll li p:after{
	position: relative;
	right: -82px;
}

#slide_menu ul li span.current:after{
  content:"+";
  font-size: 23px;
  top: 14%;
  right: 3%;
  position: absolute;
}
#slide_menu ul li span.current.plus_minus:after{
  content:"ãƒ¼";
  font-size: 21px;
  top: 9px;
}
#slide_menu ul li.li-2nd{
	padding: 10px 0px 10px 30px;
	border-bottom: 1px solid #fff;
}

/*è£½å“ãƒšãƒ¼ã‚¸*/
.Products .lineup {
  margin-bottom: 45px;
}
.Products .spec {
  margin-bottom: 31px;
}
.product_name{
	color: #007167;
    line-height: 1.2;
}
.product_heading{
	font-size: 20px;
    color: #007167;
    border-bottom: 2px solid;
    padding-bottom: 10px;
}
.list_type li{
	list-style-type: disc;
	font-size: 16px;
  margin-left: 23px;
  margin-bottom: 4px;
}
.Products .overflow{
  overflow: hidden;
  margin-top: 34px;
  margin-bottom: 31px;
}
.Products .p_frame{
  border: none;
  width: 47%;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 26px;
}
.Products .p_title{
  background-color: transparent;
  color: #666666;
  padding: 15px 20px 30px;
  border-top: none;
}
.Products .p_table th{
  font-size: 16px;
  font-weight: bold;
  border-left: 10px solid #007167;
  padding-left: 12px;
  height: 24px;
  vertical-align: middle;
}
.Products .p_table td{
  font-size: 14px;
  padding: 4px 0 24px 19px;
  line-height: 1.8;
}

.Products .p_table p{
  display: inline-block;
  margin-left: 40px;
}
.Products .p_table p:first-child{
  margin-left: 0px;
}
.Products .appli_date {
  border: 2px solid #007167;
  width: auto;
  overflow: hidden;
  margin-top: 50px;
}
.Products .appli_date.first {
  margin-top: 0px;
}
.Products .appli_date h4{
  background-color:  #007167;
  font-size: 16px;
  color: #fff;
  padding: 15px 21px;
}
.Products .appli_date .date_text{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 30px;
    font-size: 14px;
}
.Products .appli_date .date_image{
    width: 58%;
    display: inline-block;
    float: right;
    margin-right: 30px;
}
  .Products .appli_date .date_image img{
    width: 100%;
    margin: 30px 0;
}
  .Products .move_button {
    margin-top: 50px;
    overflow: hidden;
  }
  .Products .move_button a {
    background-color: #007167;
    color: #fff;
    padding: 14px;
    float: right;

    text-decoration: none;
  }
/*è£½å“ãƒšãƒ¼ã‚¸ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼*/
.accordion.products_scroll {
    height: 88%;
    overflow: scroll;
    width: 257px;
    overflow-x: hidden;
}

input[type="checkbox"].on-off{
    display: none;
}

.accordion ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion ul li {
    padding: 14px;
    border-bottom: 1px solid #268e93;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: scroll;
}

input[type="checkbox"].on-off:checked + ul{
    height: 80%;
    background-color: #004045;
    padding-top: 49px;
    width: 257px;
    overflow-x: hidden;
}
.products_scroll .adjust {
    padding-top: 49px;
}
.products_scroll .adjust_minus{
   padding-top: 0;
 }


@media (min-width: 768px) {
  .pc-none {display: none !important;}
}

@media (max-width: 767px) {
	
	.sp-none{display: none !important;}
	
  /* --------------------
   gnavi
  -------------------- */
  #gnavi {
    display: none;
  }

  /* --------------------
   header
  -------------------- */
  #header {
    width: 100%;
		position: fixed;
		top: 0;
		background-color: #fff;
		box-shadow: 0 5px 5px rgba(0,0,0,.2);
		text-align: center;
    z-index: 1000;
  }

  #header > h1 {
    margin-left: 20px;
  }

  /* --------------------
   footer
  -------------------- */
  #footer .inner {
    height: auto;
    width: 100%;
  }

  #footer h3 {
    position: static;
    padding-top: 15px;
    padding-left: 20px;
    margin-bottom: 20px;
    border-right: none;
  }

  #footer ul {
    width: auto;
    position: static;
    padding-bottom: 13px;
  }

  #footer ul li {
    margin-left: 20px;
    margin-bottom: 7px;
    float: none;
  }

  /* --------------------
   main
  -------------------- */
  #main {
    width: 100%;
    box-sizing: border-box;
		margin-top: 80px;
  }


  /* --------------------
   lineup
  -------------------- */
  .lineupBody {
    width: 100%;
    margin-bottom: 40px;
  }

  .lineupLogo {
    width: 100%;
    text-align: center;
		margin: 20px 0;
    padding-top: 0;
		display: block;
  }

  .lineupLogo > img {
    min-width: 70%;
  }

  /* --------------------
   product
  -------------------- */
  .product {
    width: 100%;
    margin-right: 0;
  }

  .productImg > img {
    width: 100%;
  }
  .procutHeading a {
    display: inline-block;
    padding-bottom: 10px;
  }
  /*è£½å“ãƒšãƒ¼ã‚¸*/
  .Products .p_frame,
  .Products .appli_date .date_text,
  .Products .appli_date .date_image{
      width: auto;
  }
  .Products .lineupBody{
    margin-bottom: 0;
  }
  .Products .appli_date .date_text{
    margin: 15px 20px 20px;
  }
  .Products .appli_date .date_image{
    margin: 0 20px;
  }
  .Products .appli_date .date_image img{
    margin-top: 0;
  }
  .Products .p_frame{
    margin-left: 0;
  }
  .productBody {
    padding-left: 0;
    text-indent: 0;
  }
}

