/*!------------------------------------*\
    anime_search
\*!------------------------------------*/
h1{
 padding: 8px;
 text-align: center;
 color: #FFF;
 background: #454545;
 font-size: 25px;
}

p.btn3{
width: 100px;
text-align: center;
display: table-cell;
padding: 8px;
margin: 10px;
color: #fff;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
border: 1px solid #ddd;
font-weight: bold;
background: #d0d0d0 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#909090), to(#505050));
background: #d0d0d0 linear-gradient(#909090, #505050);
line-height: 2em;
}

ul.btn3 {
display: table;
padding: 0;
border-spacing: 0rem 0rem;
table-layout: fixed;
border: 1px solid #ddd;
margin: 0 0 5px 0;
}	

.btn3 li {
display: table-row;
}
.btn3 li .cont {
display: block;
display: table-cell;
vertical-align: top;
}

.btn3 li .cont a{
display: block;
display: table-cell;
vertical-align: top;
text-decoration: none;
}

p.btn3:hover{
 width: 100px;
 text-align: center;
 display: table-cell;
 padding: 8px;
 margin: 10px;
 color: #fff;
 text-decoration: none;
 text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
 border: 1px solid #ddd;
 font-weight: bold;
 background: #000;
}

p.btn4{
width: 100px;
text-align: center;
display: table-cell;
padding: 8px;
margin: 10px;
color: #FFF;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
border: 1px solid #63b7ec;
font-weight: bold;
background: #0000FF;
}

.initial {
border: solid 1px; 
//border-color: #FFF;
margin: 3px;
width: 90%;
font-size: 18px;
}

.initial a{
display:block;
width: 100%;
padding: 10px 0 10px 0;
text-decoration: none;
}

.initial:hover{
background:#eee;
text-decoration:underline;
}




form{
 margin:0 auto;
}
.search {
 width: 200px;
 padding:8px;
 margin:3px;
}

.rounded {
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

input[type=text]{
  color:#bcbcbc;
}

input[type=button], input[type=button]:hover {
   border:1px solid #adc5cf;
   background: #e4f1f9; /* Old browsers */
   background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
   background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
   cursor: pointer;
}

.btn{
 width: 100px;
 padding:8px;
 border-radius:5px;
}




/*　基本プロパティ　*/
ul.cursor {
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.cursor li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #D5D5D5;
    background: #FFF;
}

ul.cursor li:nth-child(odd) {
    background: #F6F6F6;
}

ul.cursor li a {
    position: relative;
    margin: 0;
    padding: 15px 30px 15px 10px;
    color: #333;
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.cursor li a:hover{
    position: relative;
    margin: 0;
    padding: 15px 30px 15px 10px;
    color: #FFF;
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #808080;
}

/*　アイコン　*/
ul.cursor li a:before,
ul.cursor li a:after {
    content: "";
    position: absolute;
    top: 50%;
}

ul.cursor li a:before {
    right: 11px;
    width: 18px;
    height: 18px;
    margin: -9px 0 0;
    background: #999;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

ul.cursor li a:after {
    right: 17px;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    border-top: solid 3px #FFF;
    border-right: solid 3px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*　http://www.pc-weblog.com/lis-icon/#html　*/
.motion {
    width: 100%;
    display: none;
}

a.active {
    font-weight: bold;
    background: #ddd;
}


.square_btn {
    font-size: 15px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    background: #eee;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #454545;/*線色*/
    margin-top: 5px;
    margin-bottom: 5px;
    width: 30%;
}

.square_btn a {
   display: block;
   padding: 0.55em 0.5em;
   text-decoration:none;
}

.square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.square_btn2 {
    position: relative;
    display: inline-block;
    padding: 0.7em 0.5em;
    text-decoration: none;
    color: #000;
    background: #eee;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #454545;/*線色*/
    margin: 0 0 5px 0;
    width: 30%;
}