@charset "UTF-8";

.ad-side{
  margin-top:20px;
}

#set-url{
  width: 100%;
  box-sizing: border-box;
}
#url-list{
  padding:20px 0;
  word-wrap:break-word;
}

.radio-text{
  font-size:0.8em;
  margin:5px 0 5px 20px;
  line-height: 1.5em;
}

.radio-list span{
  display: inline-block;
  margin-right:10px;
}

.radio-h{
  margin:10px 0 5px 0;
}

.radio-wrap input[type="radio"]{
  margin-left:20px;
}
.radio-wrap input[type="radio"]:first-child{
  margin-left:0;
}
.url-textarea{
  box-sizing: border-box;
  padding:15px;
  width: 100%;
  min-height: 200px;
  line-height:1.5em;
}

#url-list{
  line-height:1.5em;
}

/*共有*/
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ad-side{
    float: none;
    width: 100%;
  }
}
