@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

body{
	margin:0;
	padding:0;
	  font-family: Gotham, Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	width:100%;
	background:#FFF;
}


a{
    text-decoration: none;
}




#title {  
	text-align:right;
	background:#FFF;
}

#title img {
	width:120px;

}


.cont {


}
.cont p{
  color: #999;
  font-weight: bold;

  font-size: 16px;
	margin:10px;
line-height:200%;


}
.rank-box-title {
  top: 100;
  left: 0;
  z-index: 1;
  width: 100%;
    color: #FFF;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  background: linear-gradient(to bottom, #a6d900 0%, #ff4454 100%);
  opacity: 0.5;
  animation: huerotator 3s infinite alternate;
}

#apptemp11 {
	display: block;
	margin: 0;
	padding: 0px;
	border: 0px solid #000;


}

#apptemp11 .ap11-box-title {
  top: 100;
  left: 0;
  z-index: 1;
  width: 100%;
    color: #FFF;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  background: linear-gradient(to bottom, #a6d900 0%, #ff4454 100%);
  opacity: 0.5;
  animation: huerotator 3s infinite alternate;
}

@keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

#apptemp11 ul.apul11 {
	width: 100%;
	margin: 0;
	padding: 0;


}
#apptemp11 ul.apul11 li.apli11 {
	float: left;
	  width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) 
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#apptemp11 ul.apul11 li.apli11 img{
	width: 100%;
	height: auto;
	padding:0px;
	margin: 0px;
	vertical-align: bottom;

}


#apptemp11 ul.apul11 li.apli12 {
	float: left;
	  width : 66.6666% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% 2 / 3) ;
  width : calc(100% 2 / 3) 
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}


#apptemp11 ul.apul11 li.apli12 img{
	width: 100%;
	height: auto;
	padding:0px;
	margin: 0px;
	vertical-align: bottom;

}


#apptemp11 ul.apul11 li.apli13 {
	float: right;
	  width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) 
	margin: 0px;
	padding: 0px;
	list-style-type: none;


}
#apptemp11 ul.apul11 li.apli13 img{
	width: 100%;
	height: auto;
	padding:0px;
	margin: 0px;
	vertical-align: bottom;
}

#apptemp11 .app11comment{
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	height: 41px;
	margin: 0;
	padding: 2px;
  text-align: left;
	overflow: hidden;


}

.floatclear {
	clear: both;
}
.appollo-imp {
	display:none
}



#wrap {
    width: 800px;
    margin: 0 auto;
}
.box {
    width: 150px;
    height: 150px;
    margin: 10px;
    padding: 10px;
    border: 3px dashed #CCCCCC;
    float: left;
}
#loadimg {
    padding-top: 50px;
    clear: both;
    text-align: center;
}

/* 全体設定 */
* {
  box-sizing: border-box;
  }

/* ポップアップウインドウの設定 */
.pop-box{
	float: left;
	  width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) 
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.pop-box span.login{
  position: relative;
  bottom: 20px;
  left: 20px;
  color:#E78C8C;
  font-size: 12px;
  font-weight: bold;
}
.popup{
  background-color: rgba(0, 0, 0, .8);
  box-shadow: 0 0 0 9999px rgba(256, 256, 256, .5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 500px;
  border-radius: 10px;
  overflow-y: hidden;
z-index: 70;
}

/* チェックボックスの初期設定 */
#popup-on1{
  display: none;
}

#popup-on1:checked + .popup{
  display: block;
}

#popup-on2{
  display: none;
}

#popup-on2:checked + .popup{
  display: block;
}
#popup-on3{
  display: none;
}

#popup-on3:checked + .popup{
  display: block;
}
#popup-on4{
  display: none;
}

#popup-on4:checked + .popup{
  display: block;
}
#popup-on5{
  display: none;
}

#popup-on5:checked + .popup{
  display: block;
}
#popup-on6{
  display: none;
}

#popup-on6:checked + .popup{
  display: block;
}
#popup-on7{
  display: none;
}

#popup-on7:checked + .popup{
  display: block;
}
#popup-on8{
  display: none;
}

#popup-on8:checked + .popup{
  display: block;
}
#popup-on9{
  display: none;
}

#popup-on9:checked + .popup{
  display: block;
}

#popup-on10{
  display: none;
}

#popup-on10:checked + .popup{
  display: block;
}

#popup-on11{
  display: none;
}

#popup-on11:checked + .popup{
  display: block;
}

#popup-on12{
  display: none;
}

#popup-on12:checked + .popup{
  display: block;
}

#popup-on13{
  display: none;
}

#popup-on13:checked + .popup{
  display: block;
}

#popup-on14{
  display: none;
}

#popup-on14:checked + .popup{
  display: block;
}

#popup-on15{
  display: none;
}

#popup-on15:checked + .popup{
  display: block;
}

#popup-on16{
  display: none;
}

#popup-on16:checked + .popup{
  display: block;
}

#popup-on17{
  display: none;
}

#popup-on17:checked + .popup{
  display: block;
}

#popup-on18{
  display: none;
}

#popup-on18:checked + .popup{
  display: block;
}

#popup-on19{
  display: none;
}

#popup-on19:checked + .popup{
  display: block;
}

#popup-on20{
  display: none;
}

#popup-on20:checked + .popup{
  display: block;
}

#popup-on21{
  display: none;
}

#popup-on21:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.btn-close{
  position: absolute;
  right: 5px;
  top: 5px;
  background: #888888;
  color: #fff;
  padding: 0px;
  cursor: pointer;
  width: 45px;

  text-align: center;
	height: 15px;
  font-size: 8px;
  border-radius: 5px;

}

/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}
/* インストールボタン */
.inst-btn{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  color: #fff;
  cursor: pointer;
  margin: 5px auto;
  width: 200px;
  padding: 10px;

  border-radius: 5px;

  text-align: center;
  font-weight: bold;
  background: linear-gradient(to bottom, #a6d900 0%, #ff4454 100%);
  animation: huerotator 3s infinite alternate;
        z-index: 666;


}
.inst-close{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  color: #fff;
  cursor: pointer;
  margin: 5px auto;
  width: 200px;
  text-align: center;
	height: auto;
  font-weight: bold;



}


p.inst-close img {
  position: absolute;
  left: 0;
  right: 0;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  color: #fff;
  cursor: pointer;
  margin: 5px auto;
  width: 200px;
  text-align: center;
	height: auto;
  font-weight: bold;
}

/* ポップアップの内容 */
.popup-content{
  margin: 10px auto 10px 50px;

}
.popup-content p{
  color:#888888;
  font-size: 10px;
	margin:2px;
line-height:100%;
}
.popup-content .girlname{
  color:#E78C8C;
  font-size: 18px;
  font-weight: bold;
	margin-bottom:6px;


}
.popup-content .lgtime{
  color:#128FD0;
  font-size: 10px;

}
.popup-content .comment {
  color:#FFF;
  font-size: 16px;
  font-weight: bold;
	margin-bottom:6px;


}

.layer-img{
	width: 100%;
	height: auto;
	padding:0px;
	margin: 0px;
	vertical-align: bottom;

}
.pop-img{
  width: 200px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 5px;
  top: 0;
  margin: auto;
  border-radius: 5px;

}
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    width: 100%;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 60;

}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
	border-bottom:1px solid #cccccc;

}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;

}
#top-head .logo img{
        height: 55px;


    }


#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;

}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 60;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {

    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
width: 100%;
        height: 56px;
        z-index: 60;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;


    }
#top-head .logo img{
        height: 30px;


    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(0,0,0,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
z-index: 60;

    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
.reload {
  margin: 0;
  padding: 10px;
  color: #fff;
  position: fixed;
        text-align: center;

  bottom: 1%;
  right: 1%;
background: rgba(0,0,0,.5);
  border-radius: 5px;


}
.reload span{
    text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.reload img{

  width: 50px;
  height: 50px;
  animation: 3s linear infinite rotation1;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}


#back {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#back_boxx {
    width: 90%;
    position: fixed;
    top: 0%;
    left: -45%;
    margin-top: 10px;
    margin-left: -45%;
    z-index: 100;
    background-color:#ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);

}

#back_boxx .back_bar img {
    width: 24px;
    vertical-align: middle;
    padding-right: 5px;
}

#back_boxx .back_btn {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin: 0px auto 0px;
    line-height: 50px;
    padding: ;
    color: #ffffff;
    border-radius: 5px;
    background-color: #00c300;
    text-decoration: none;
}

.back_link{
    border-top:1px solid #cdcdcd;
    padding:10px;
}







        /* 繧｢繝励Μ邏ｹ莉� */

        .appbrb{
            background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.02, #fcfcfc),  to(#fcfcfc));
            
            padding:10px;
            margin:10px 10px 10px 10px;
        }

        .appbrb_name{
            font-size:15px;
            font-weight:bold;
            line-height:100%;
            margin-bottom:5px;
        }

        .appbrb_cmt{
            font-size:14px;
            color:#585858;
            margin-top:12px;
            margin-bottom:5px;
            line-height:120%;
        }

        .appbrb_list{
            font-size:12px;
            font-weight:bold;
            line-height:100%;
            margin-bottom:5px;
            margin-left:20px;
        }

        .appbrb_list li{
            list-style:none;
            line-height:100%;
            margin-top:12px;
        }


#apptemp02 ul.apul02{
  overflow:hidden;
  background: #FFF;
  margin: 0;
  padding:0;
    border-radius: 0px 0px 20px 20px;


}

#apptemp02 .apptemp02_title {
  color: #000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-size: 18px;
  text-align: center;
  background:#FFF;
  border-radius: 20px 20px 0px 0px;

}

#apptemp02 ul.apul02 li{
  clear: both;
  list-style-type: none;
  position: relative;
  border-top: 1px solid #E7EAED;

  background: #FFF;
}


#apptemp02 ul.apul02 li a{
  color: #ff69b4;
  font-size: 14px;
  display: block;
  height: 100px;
  margin: 0;
  padding:0;
  overflow: hidden;
  white-space: normal;
  text-overflow: clip;
  text-decoration: none;
  display: block; 
}

#apptemp02 ul.apul02 li img {
  height: 70px;
  width: 70px;
  float: left;
  margin:15px;
}

.apptemp02_apptitle {
  font-size:14px;
  color:#000;
  margin-top:25px;
  width:95%;
  font-weight:bold;
  line-height: 1.3;
}

.apptemp02_comment {
  font-size:10px;
  color:#5B5C5D;
  margin-top:2px;
  width:95%;
  font-weight:normal;
  line-height: 1.3;
}



#apptemp02 .rank_btn {
    color: #007aff;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 75px;
    font-size: 14px;
    background-color: #E9EBEC;
    border: 1px solid #FFF;
    position: absolute;
    z-index: 1;
    bottom: 13px;
    left: 95px;
}
.box27 {
 position: relative;
padding: 2px;
margin: 2em 1em;
background: linear-gradient(to bottom, #a6d900 0%, #ff4454 100%);
  opacity: 0.5;
  animation: huerotator 3s infinite alternate;
}
.box27Inner{
padding: 5%;
background-color: #FFF;

}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -0px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
      background: linear-gradient(to bottom, #ff4454 0%, #a6d900 100%);
  opacity: 0.5;
  animation: huerotator 3s infinite alternate;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}