.input_row{margin:10px 0;}
.input_row dt{margin-bottom:5px;font-weight:600;font-size:14px;}
.hissu{
  padding:2px 5px;
  background-color:#f55;
  color:#fff;
  font-weight:400;
  font-size:10px;
  -webkit-border-radius:2px;
  border-radius:2px;
  margin-top:-4px;
  }

select,.select_common{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	background: url(img/allow.png) right 50% no-repeat;
	background-position: right 5px center;
	background-color: #fff;
	background-size: 10px, 100%;
  -webkit-border-radius:5px;
  border-radius:5px;
  margin:5px 0;
}

.textarea_common{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #ccc;
	height:50px;
  -webkit-border-radius:5px;
  border-radius:5px;
  margin:5px 0;
  background-color: #fff;
  padding:10px;
  font-size:12px;
}

.text_common{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding:10px;
  border:1px solid #ccc;
  background-color: #fff;
  -webkit-border-radius:5px;
  border-radius:5px;
  margin:5px 0;
  font-size:12px;
}


.check_common {
}
.check_common input[type=radio],
.check_common input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.check_common input[type=radio] + label,
.check_common input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 12px;
     
    font-size: 12px;
    cursor: pointer;
    /*
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    */
    
}
 
@media (min-width: 1px) {
    .check_common input[type=radio],
    .check_common input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .check_common input[type=radio] + label,
    .check_common input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .check_common input[type=radio] + label::before,
    .check_common input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .check_common input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .check_common input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .check_common input[type=radio]:checked + label::after,
    .check_common input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .check_common input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #00aa00;
        border-radius: 8px;
    }
    .check_common input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
        
        border-left: 3px solid #00aa00;
        border-bottom: 3px solid #00aa00;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/* === Loading Sending ===*/
#sender_in{
  text-align:center;
  position:absolute;
  width:100px;
  height:100px;
  margin-top:-50px;
  margin-left:-50px;
  top:50%;
  left:50%;
}
#sender_inPayment{
  width:100%;
  height:100%;
  background-color:#fff;
  position:fixed;
  z-index:9500;
  text-align:center;
  opacity:0.7;
  display:none;
  top:0;
  left:0;
}
#sender{
  width:100%;
  height:100%;
  background-color:#fff;
  position:fixed;
  z-index:9500;
  text-align:center;
  opacity:0.7;
  display:none;
  top:0;
  left:0;
}
#sender_loader {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 9520;
    display:none;
}
#loader {
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    bottom: 55px;
    right: 10px;
    z-index: 9510;
}
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9510;
}
.none {display:none;}
/* === Loading Sending ===*/

/*************************
 * ボタン系
 * 
 *************************/
.btn_copy_str_rev{
	padding:5px 10px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff;
	background-color:#ec83b0;
	border:#ec83b0 1px solid;
	text-align:center;
	font-weight:600;
}
.btn_copy_str{
	padding:5px 10px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#ec83b0;
	background-color:#fff;
	border:#ec83b0 1px solid;
}

.btn_select_msg{
	margin:5px 10px;
	padding:20px 10px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#464646;
	background-image: -moz-linear-gradient(
		top,
		#ffc0dc 0%,
		#faa8cd);
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffc0dc),
		to(#faa8cd));
	
}

.btn_select_msg_pri{
	margin:5px 10px;
	padding:20px 10px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#464646;
	background-image: -moz-linear-gradient(
		top,
		#A0E138 0%,
		#B3E75F);
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		from(#A0E138),
		to(#B3E75F));
	
}
/*
.btn_common{
	font-weight:bold;
	font-size:16px;
	display:block;
	cursor:pointer;
	background-color:#6db9cb;
	color:#fff;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #509bad;
	text-align:center;
	padding:10px;
	clear:both;
}
.btn_pink_neo{
	font-weight:bold;
	font-size:16px;
	display:block;
	cursor:pointer;
	background-color:#ea78aa;
	color:#fff;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #f06976;
	text-align:center;
	padding:10px;
	clear:both;
}
*/

.item_popup_title_bar{
  /*background-image:url("img/item_popup_bg.png");*/
  background-size:100% auto;
  padding:5px;text-align:center;color:#333;
  margin-bottom:10px;
}

.btn_common_green {
  background-color: #c0e86e;
  border-radius: 3px;
  -webkit-border-radius:3px;
  box-shadow: 0 3px 0 #83a341;
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 10px 0;
}

.btn_common {
  background-color: #E373A9;
  border-radius: 3px;
  -webkit-border-radius:3px;
  box-shadow: 0 3px 0 rgba(180,84,130,1);
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 10px 0;
}

.btn_pink_neo {
  width: 80%;
  background-color: #E373A9;
  border-radius: 3px;
  -webkit-border-radius:3px;
  box-shadow: 0 3px 0 rgba(180,84,130,1);
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 10px 0;
}

.btn_pink{
	font-weight:bold;
	font-size:16px;
	display:block;
	cursor:pointer;
	background-color:#f48d97;
	color:#fff;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #f06976;
	text-align:center;
	padding:10px;
	clear:both;
}

.inner_btn{
  height:26px;
  margin-right:5px;
  vertical-align:middle;
}
.str_and{
  vertical-align:middle;
  padding-top:3px;
  display:inline-block;
}
.str_ios{
  vertical-align:middle;
}
.iine_btn{
  margin:auto;
  margin-bottom:2px;
  margin-top:2px;
  height:50px;
}

.iine_btn_mini{
  margin:auto;
  margin-bottom:2px;
  margin-top:2px;
  height:40px;
}

.more_box{
	display:block;
	cursor:pointer;
	background-color:#fff;
	color:#888;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	margin:10px 5px;
	padding:10px 10px;
	clear:both;
}

.more_box_news{
	display:block;
	cursor:pointer;
	background-color:#fff;
	color:#E373A9;
	border:1px solid #E373A9;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	margin:10px 5px;
	padding:10px 10px;
	clear:both;
}

.btn_blue_usui{
	font-weight:600;
	display:block;
	cursor:pointer;
	background-color:#6395ec;
	color:#fff;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align:center;
	margin:3px;
	padding:10px 10px;
	clear:both;
}

.btn_blue{
	font-weight:600;
	display:block;
	cursor:pointer;
	/*background-color:#243054;*/
	background-color:#6395ec;
	color:#fff;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align:center;
	margin:3px;
	padding:10px 10px;
	clear:both;
}

.btn_orange{
	font-weight:600;
	display:block;
	cursor:pointer;
	background-color:#ffc000;
	color:#fff;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align:center;
	margin:3px;
	padding:10px 10px;
	clear:both;
}

.btn_red{
	font-weight:600;
	display:block;
	cursor:pointer;
	background-color:#f88;
	color:#fff;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align:center;
	margin:3px;
	padding:10px 10px;
	clear:both;
}

/*
.btn_grey_mini{
	font-weight:600;
	display:block;
	cursor:pointer;
	background-color:#888;
	color:#555;
	-webkit-border-radius:10px;border-radius:10px;
	text-align:center;
	padding:3px;
	clear:both;
	overflow:hidden;
	margin-top:-7px;
}
*/
/* トーク送信ボタン */
.btn_grey_mini{
	display:block;
	cursor:pointer;
	background-color:#E373A9;
	color:#FFF;
	-webkit-border-radius:10px;border-radius:5px;
	text-align:center;
	padding:4px;
	clear:both;
	overflow:hidden;
	margin-top:-5px;
}


.btn_grey{
	font-weight:600;
	display:block;
	cursor:pointer;
	background-color:#ccc;
	color:#555;
	-webkit-border-radius:10px;
	border-radius:10px;
	text-align:center;
	margin:3px;
	padding:10px 10px;
	clear:both;
}

.btn_grey_dark{
	font-weight:600;
	display:block;
	cursor:pointer;
	background-color:#888888;
	color:#fff;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	margin:3px;
	padding:10px 10px;
	clear:both;
}

.btn_PaymentWrap{
	display:block;
	/*
	background-color:#6db9cb;
	-webkit-border-radius:10px;
	border-radius:10px;
	color:#6395ec;
	*/
	margin-bottom:20px;
}
.PaymentTable{
  min-height:50px;
}
.PaymentTable td{
  vertical-align:middle;
  text-align:center;
  line-height:1.2;
}

.PointTd{
  line-height:1.1;
	background-color:#efefef;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:80px;
	background-color:#6395ec;
	color:#fff;
	font-size:18px;
}
.NinkiDiv{
	-webkit-border-radius:100px;
	border-radius:100px;
	background-color:#fe8c3d;
	width:50px;
	height:50px;
	font-size:20px;
	color:#fff;
}



.btn_PaymentWrapMonth{
	display:block;
	background-color:#ffbb38;
	border:1px solid #ccc;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-bottom:10px;
	color:#fff;
}
.PaymentTableMonth{
  min-height:50px;
}
.PaymentTableMonth td{
  vertical-align:middle;
  text-align:center;
  line-height:1.2;
}

.PointTdMonth{
  line-height:1.1;
	background-color:#efefef;
	-webkit-border-radius:10px;
	border-radius:10px;
	width:80px;
	background-color:#e0af63;
	color:#fff;
	font-size:18px;
}
.NinkiDivMonth{
	-webkit-border-radius:100px;
	border-radius:100px;
	background-color:#fe8c3d;
	width:50px;
	height:50px;
	font-size:20px;
	color:#fff;
}

.btn_common_mini {
  background-color: #E373A9;
  border-radius: 2px;
  -webkit-border-radius:2px;
  box-shadow: 0 2px 0 rgba(180,84,130,1);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding: 3px 5px;
}