@media screen and (min-width: 960px) {
/* ====================================================================== */
/* sell */
/* ====================================================================== */
#header_menu nav ul li:nth-child(4) {
  background: #fff;
}
 
#header_menu nav ul li:nth-child(4) a {
  color: #F31600;
}

h2 span {
  background: url(/common/img/pc/sell/bg_title.gif) repeat-y;
}

/* page_title
----------------------------------------------*/
.page_title h1 span {
  padding: 0 0 0 65px;
}

.page_title h1 span:before {
  content: url(/common/img/pc/sell/icon_ttl.png);
  left: 0;
  margin: -5px 0 0;
  position: absolute;
  top: 5%;
}

.read {
  background: url(/common/img/pc/sell/img_1.jpg) no-repeat bottom right;
  margin: 0 auto;
  padding: 0 0 20px; 
  width: 1000px;
}

.read dl {
  width: 600px;
}

.read dl dt {
  font-size: 3.0rem;
  font-weight: bold;
}

.read dl dd span {
  color: #FF0000;
}

#read_txt {
  font-size: 1.8rem;
  margin: 0 0 20px 20px;
  text-align: center;
}

#read_txt span {
  font-size: 2.6rem;
  font-weight: bold;
}

form table {
  margin: 0 0 40px;
  width: 100%;
}

form table th,
form table td {
  border: #ccc solid 1px;
  padding: 20px 15px;
}

form table th {
  background: #F7FFD7;
  color: #444;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  width: 210px;
}

.required {
  color: #ff0000;
  font-size: 0.9rem;
  font-weight: bold;
}

input[type="text"] {
  font-size: 1.5rem;
  padding: 4px;
}

input[type="text"].textarea01 {
  width: 420px;
}

input[type="text"].textarea02 {
  width: 240px;
}

textarea.textarea01 {
  border: #ccc solid 1px;
  width: 720px;
}

.example {
  margin: 0 0 0 10px;
}

.entry_check {
  margin: 0 15px 0 5px;
}

table p {
  margin: 0 0 10px;
}

input[type="file"] {
  margin: 0 0 10px;
}

#next {
    background: #FFB613;
    box-sizing: border-box;
    box-shadow: 2px 2px 4px 0px rgba(255,255,255,0.35) inset,-2px -2px 4px 0px rgba(0,0,0,0.35) inset;
    border-radius: 4px;
    border: 1px solid #333;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 8px 4px;
    text-align: center;
    width: 210px;
}

#next:hover {
  background: #fff;
  color: #ec6b00;
}

/* min-width: 960px end ----------------------*/
}