/* ■■■■ フォーム周り ■■■■ */
select {width : 85%;}
input {
    width : 85%;
    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 #013569;
	background: #013569;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
  background: rgb(109,179,242); /* Old browsers */
background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
}

/* ■■■■ラジオボタンラベル化■■■■ */
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; /*背景色*/
     border-bottom: solid 1px #353535; /*リスト内の区切り線の色*/
     }


