@charset "UTF-8";

.app_name {
  /*	height: 55px;*/
  line-height: 25px;
  margin-bottom: 10px;
  background-color: #EFEDED;
  padding: 3px 8px;
}

/*アプリ名の高さを調整*/

.app_name_hight {
  padding-top: 17px;
  height: 36px;
}

.txt_right {
  width: 270px;
  float: left;
  /*	font-size:80%;
	line-height:125%;*/
}

.icon_right {
  width: 90px;
  float: left;
}

.bt_area {
  width: 270px;
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 5px;
}

.bt_left {
  width: 90px;
  float: left;
  overflow: hidden;
}

.bt_middle {
  width: 90px;
  float: left;
  overflow: hidden;
}

.bt_right {
  width: 90px;
  float: left;
  overflow: hidden;
}

.app_box {
  overflow: hidden;
}

.clear_both {
  clear: both;
}
@media screen and (min-width: 897px){
.flexP3.bdB_gray.h150 {
  height: 150px;
}
}


/*リニューアル後 css*/

#container .pcapp .mv-txtBox img {
  height: 100%;
  margin: 5px;
}

.app_image {
  margin: 0 auto;
  text-align: left;
  height: 45px;
}

.pcapp .txt_r {
  width: 340px;
  float: left;
  padding-left: 10px;
}

.pcapp .icon_r {
  width: 80px;
  float: left;
}

.pcapp .bt_a {
  width: auto;
  overflow: hidden;
  float: left;
  margin-left: 7px;
}

.pcapp .bt_l {
  width: 120px;
  overflow: hidden;
  margin-bottom: 5px;
}

.pcapp .bt_m {
  width: 120px;
  overflow: hidden;
}

.pcapp .btn_android .linkStyle01_black {
  padding: 2px 5px 2px 0;
  font-size: 12px;

}

.pcapp .linkStyle01_white {
  border-color: #000;
  background-color: #000;
  text-align: center;
  padding: 2px 5px 2px 0px;
  font-size: 12px;
}

.pcapp  .withipad {
  padding: 2px 20px 2px 0px;
}

.pcapp .btn_android .linkStyle01_black {
  color: #000;
  background-color: #dafeb4;
}

.pcapp .btn_android .window.linkStyle01_black:after {
  width: 15px;
  height: 13px;
  background-size: 15px;
  right: 10px;
  background: url(https://assets.jpn.pioneer/ja/assets/img/icon_window.svg) no-repeat;
}

.pcapp .window.linkStyle01_white:after {
  width: 15px;
  height: 13px;
  background-size: 15px;
  right: 10px;
  background: url(https://assets.jpn.pioneer/ja/assets/img/icon_window_w.svg) no-repeat;
}


.pcapp .btn_android .window.linkStyle01_black:hover,
.pcapp .window.linkStyle01_white:hover {
  border: solid #b91440 1px;
  background: #b91440;
  color: #fff;
}

.pcapp .btn_android .window.linkStyle01_black:hover:after {
  background-size: 15px;
  background: url(https://assets.jpn.pioneer/ja/assets/img/icon_window_w.svg) no-repeat !important;
}

.pcapp .bdB_gray {
  padding-bottom: 30px;
  margin-right: 20px;
  height: 130px;
}
