@charset "utf-8";

/*終了文言*/
#blcp .end_txt{
margin:10px auto; padding:10px;
border:dotted 2px #999;
color:#F03;
text-align:center;
max-width:420px;
  }

/*ボタン*/
#blcp .comicbox00 a{ text-decoration:none;}

#blcp .hdcp_btn {
    text-align:center;
    margin: 0 auto;

}
#blcp .hdcp_btn p {
text-align:center; font-weight:bold;
}


#blcp .hdcp_btn .hdcp_btn_space {
	margin-bottom:40px;
}

#blcp .hdcp_btn ul {
    display: table;
    margin: 10px 0;
    padding: 0 26px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
#blcp .hdcp_btn ul  .but_entry {
    color: #fff;
    padding: 12px 0;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color:#FF5A00;
    border-radius:6px;
    box-sizing: border-box;
    font-size:1.2rem;
				white-space:nowrap
}

#blcp .hdcp_btn ul .but_login {
    color: #fff;
    padding: 12px 0;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color:#39AD73;
    border-radius:6px;
    box-sizing: border-box;
    font-size:1.2rem;
				white-space:nowrap
}

/*a*/
.a_unline {
text-decoration: none;
}

/*リスト*/
.comicbox05 li {
	list-style-type: disc;position: relative; margin-left:20px; padding-bottom:4px;
}
