/* CSS Document */

body{
}
.btn_submit a{
    display:block;
    color:#febe04;
    padding:10px 5px;
}

.btn_submit a:hover {
    color: rgba(254, 190, 4, 0.63);
}


.btn_submit{
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    border:#febe04 2px solid;
    background-color:#fff;
    margin:15px 15px;
    text-align:center;
}

input.button7, a.button7, button.button7 {
    border-radius: 0px;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 10px;
    border-style: none;
    background-color: #2ab0f1;
    color: #FFF!important;
    display: block;
    margin: 15px 5px;
    align-content: center;
}

input.button7, a.button7, button.button7:hover {
    background-color: rgba(42, 176, 241, 0.58);
}

button.button2, a.button2 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 30px;
    width: 100%;
    border-style: none;
    background-color: #FFBF01;
    color: #FFF;
    margin: 10px 0px;
}

button.button2, a.button2:hover {
    background-color: rgba(255, 191, 1, 0.47);
}

button.button3, a.button3 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 30px;
    width: 100%;
    border-style: none;
    background-color: #f13131;
    color: #FFF;
    margin: 10px 0px;
}

button.button3 :hover {
    background-color: rgba(241, 49, 49, 0.55);
}

.lot_info{
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.lot_ttl_item{
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 4px;
}

.lot_ttl_item_input,
.radiobutton_lot_title {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 2px;
}

.lot_sub{
    font-size: 10px;
    line-height: 11px;
    color: #373737;
}

.form_lot{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.form_lot2{
    display: block;
    width: 100%;
    height: 80px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.form_select select {
    position: relative;
    width: 100%;
    height: 38px;
    padding: 5px 10px;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: -webkit-linear-gradient(top, #fff 0%,#fff 100%);
    background: linear-gradient(to bottom, #fff 0%,#fff 100%);
    border-radius: 0px;
    font-size: 17px;
}

.form_select label {
    position: relative;
    margin: 0px 0px;
}

.form_select label:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(/images/mobile_nananaoto/top/menu/arrow_common5.png) 0 0 no-repeat;
    background-size: 20px;
    pointer-events: none;
}

button.button_input, a.button_input {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px;
    width: 100%;
    background-color: #ffffff;
    border: #000000 solid 3px;
    border-radius: 8px;
    color: #000000;
    margin: 10px 0px;
}

button.button_input:hover {
    background-color: rgba(0, 139, 211, 0.55);
}

button.button_input.disabled {
    background-color: #999999;
    border: #5b5b5b solid 3px;
    color: #5b5b5b;
}

button.button_return, a.button_return {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px;
    width: 100%;
    background-color: #ffffff;
    border: #2a2a2a solid 3px;
    border-radius: 8px;
    color: #2A2A2A;
    margin: 10px 0px;
}

button.button_return:hover {
    background-color: rgba(167, 231, 255, 0.55);
}

.lot_ttl_item_confirm {
	padding: 6px 0px 6px 0px;	/* ラベルの位置 */
	font-size: 18px;
	line-height: 22px;		/* ボタンのサイズに合わせる */
    font-weight: bold;
}

.monthlyintiraymi_top{
    text-align: center;
    white-space: nowrap;
    margin-bottom: 16px;
}

.monthlyintiraymi_top p{
    margin: 3px 0px;
}

.monthlyintiraymi_top p a{
    width:100%;
    font-weight: bold;
    padding: 8px 2px;
    background: #ffffff;
    color:#000000;
    border-radius: 10px;
    border: solid 3px #000000;
    text-align:center;
    display:block;
    text-decoration:none;
}
.monthlyintiraymi_top p a:hover{
    text-decoration:none;
    background: rgba(0, 145, 255, 0.81);
    color: #ffffff;

}

#div_lottery_privacy {
    align-content: center;
    width: 60%;
    margin: 50px 0px 30px 0px;
}

#lottery_privacy {
    width: 60%;
    height: 200px;
    overflow-y: scroll;
    background-color: #ffffff;
}



@media screen and (max-width: 480px) {
    .monthlyintiraymi_top p a{
        font-size: 14px;
    }
    #div_lottery_privacy {
        align-self: center;
        width: auto;
    }
    #lottery_privacy {
        width: auto;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .monthlyintiraymi_top p a{
        font-size: 14px;
    }
    #div_lottery_privacy {
        align-self: center;
        width: auto;
    }
    #lottery_privacy {
        width: auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .monthlyintiraymi_top p a{
        font-size: 12px;
    }
    #div_lottery_privacy {
        align-self: center;
        width: auto;
    }
    #lottery_privacy {
        width: auto;
    }
}

@media screen and (min-width: 991px) {
    .monthlyintiraymi_top p a{
        font-size: 14px;
    }
    #div_lottery_privacy {
        align-self: center;
        width: auto;
    }
    #lottery_privacy {
        width: auto;
    }
}

/* Form */
/* ====================================== */
label {
    display: inline-block;
}

/* スピンボタン非表示  */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

.form_select {
  margin: 0 0 15px 0;
}

.lot_ttl_item_confirm pre {
    white-space: pre-wrap;
}
