@charset "euc-jp";

/* http://blog.matake.jp/iphone/ */

/*************
 * CONTENT
 *************/

#content {
  min-height: 286px;
}

#content ul {
  padding: 0;
  margin: 0;
}

#content .list {
  border: none;
}

#content .list-header {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #FFF;
  padding: 5px 10px;
}

#content .list-item {
  width: 100%;
  color: #333;
  background-color: #fffff0;
  border-bottom: 1px solid #d9d9d9;
}

#content .list-item:first-child {
  border-top: 1px solid #d9d9d9;
}

#content .list-item a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px 10px 10px 23px;
}

#content .entry a {
  background: none;
}

#content .entry a:visited {
  background: url(check_me.png) no-repeat 5px center;
}

/* *** */
.linker {
  background-color: orange;
  font-size: 16pt;
  text-align: center;

  margin: -18px 0px 0px 0px;
  padding: 15px 0px 15px 15px;
  
}

.selector {
  font-size: 30pt;
  text-align: center;
}
/* *** */
