/* ‘‘‘‘ tH[όθ ‘‘‘‘ */

.custom-form{
    line-height:20px;
    margin : 10px auto;
    padding:0 10px;
    max-width: 480px;
}

.custom-form form > label{
-webkit-tap-highlight-color:rgba(0,0,0,0);
font-size:1em;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.custom-form form > span{
font-size:0.8em;
}

.custom-form form{
	margin:10px;
}

.custom-form label.necessary:after, .custom-form label.optional:after{
content:"";
display:inline-block;
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0 6px;
height:18px;
font-size:12px;
color:#FFF;
font-weight:400;
border-radius:2px;
margin:0 5px;
}

.custom-form label.necessary:after{
content:"\5FC5\9808";
background:#e83f20;
}
.custom-form label.optional:after{
content:"\4efb\610f";
background:#2065E8;
}

.custom-form input,
.custom-form select,
.custom-form textarea{
border:0;
padding:7px 5px;
font-size:1.2em;
color: #666;
border:solid 1px #ccc;
margin:5px 0 15px;
width:100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

.custom-form input:focus,
.custom-form textarea:focus{
    outline:none;
    border:solid 1px #b46a8e;
}

.custom-form .radio{
	margin:5px 0 10px;
	list-style:none;
}

.custom-form .radio2{
	margin:5px 0 10px;
	list-style:none;
}

.custom-form .radio li{
    float: left;
    position: relative;
    width: 50%;
}

.custom-form .radio2 li{
	float:left;
	width:50%;
	height:30px;
	margin-bottom:5px;
	font-size:90%;
}

.custom-form .radio2 li input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
	width:20px;
	height:21px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
    vertical-align: middle;
}

.custom-form .radio2 input[type="radio"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}

.custom-form .radio2 input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -5px 0 0 -5px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    content: "";
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}

.custom-form .radio li input{
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-form .radio li input + label{
    color:#999;
    display:block;
    text-align:center;
    padding:10px 0; 
    background:#ccc;
}

.custom-form .radio li:first-child input + label{
    border-radius:4px 0 0 4px;
}

.custom-form .radio li:last-child input + label{
    border-radius:0 4px 4px 0;
    border-left:none;
}

.custom-form .radio li:first-child input:checked + label{
    background:#FF5353;
    color:#fff;
}

.custom-form .radio li:last-child input:checked + label{
    background: #3A68CA;
    color:#fff;
}

.custom-form .radio:after,
.custom-form .radio2:after{
	content:"";
	display:block;
	clear:both;
}

.custom-form select{
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    padding:7px 50px 7px 5px;
    border: none;
    cursor: pointer;
	background:#fff url(/image/edit/select_arrow.sp.480.png) no-repeat right center;
}

.custom-form .form-textInfo{
	margin:10px 0;
}

.custom-form .submit{
	width:75%;
	margin:0 auto;
}

.custom-form .submit input{
	border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -ms-border-radius: 5px;
   width:100%;
   height:30px;
   padding:0;
   margin:5px auto;
   text-align:center;
   cursor:pointer;
   color:#666;
   font-weight:bold;
   background:#fff;
}

/*input[type="text"]{
    margin-left: 5%;
    margin-right: 5%;
    }*/

input[type="radio"]{
    margin-left: 5%;
    margin-right: 5%;
}


input.trans{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
        width:97%;
	color: #fef4e9;
	outline: none;
	cursor: pointer;
	text-shadow: 0 1px 1px rgba(0,0,0,3);
	text-align: center;
	text-decoration: none;
	font: 18px/100% Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 10px ;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom,from(#f9b64a),color-stop(0.48, #f49049
),color-stop(0.52, #f47a20),to(#f46600));
	background: -moz-linear-gradient(top,  #f9b64a,  #f46600);
}

/* ‘‘‘‘WI{^x»‘‘‘‘ */
input.radio {
     display:inline-block;
     width:100%;
     height:auto;
     vertical-align:top;
     }
label.radiolabel {
     display:inline-block;
     width:100%;
     height:auto;
     line-height:35px;
     background-color : #190a00; /*wiF*/
     border-bottom: solid 1px #353535; /*XgΰΜζΨθόΜF*/
     }

/* ‘‘‘‘@{^2i¬ centerj@‘‘‘‘ */
.edit_button_small2 {
margin-left : auto;
margin-right : auto;
height : auto;
width : 150px;
text-align : center;
border : solid 1px #b26e0c;
border-radius : 10px;
-webkit-border-radius : 10px;
background-image :  -webkit-gradient(linear,left top,left bottom, from(#960600), to(#4a0700));
-webkit-box-shadow : 2px 2px 3px rgba(50,50,50,1), 0px 1px 1px rgba(255,255,255,1) inset, 0px 0px 1px rgba(0,0,0,0.5) inset;
box-shadow : 2px 2px 3px rgba(50,50,50,1), 0px 1px 1px rgba(255,255,255,1) inset, 0px 0px 1px rgba(0,0,0,0.5) inset;
}
.edit_button_small2 a {
padding : 5px;
font-size : 12px;
color : #ffffff;
text-decoration : none;
display : block;
}

/* ‘‘‘‘ G[§δ ‘‘‘‘ */
.edit_err{
color : #ff0000;
font-size : 20px;
font-weight : bold;
-webkit-animation-name: "anime-blink";
-webkit-animation-duration: 2s;
-webkit-animation-timing-function: ease-out;
-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes "anime-blink"{
0%{opacity:0}
50%{opacity:1}
100%{opacity:0}
}