/* index */

/* アバウトサイト */

section.site-description {
    text-align: left;
    background-color: #FFF;
    border-radius: 5px;
    border: 5px solid #FF8FAF;
    padding: 0.6rem;
    margin: 10px 0px 0.8rem;
    width: 80%;  
    max-width: 500px;
    color: #000;
}

.site-description {
    text-align: center;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    text-shadow: 3px 3px 1px #999999;
    border-image: none;
    border-width: 0px 0px 3px;
    margin: 2px;
    border-color: #FFD0DD;
    font-size: 1.5rem;
    font-weight:bold;
    color: #FF1493;
}


.inside {
    text-align: center;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    text-shadow: initial;
    border-image: none;
    border-style: dotted;
    border-width: 0px 0px 2px;
    margin: 2px;
    border-color: #FFD0DD;
    font-size: 1.0rem;
    color: #000;
}

.pink{
text-align: left;
font-size: 0.9rem;
text-shadow: initial;
color:#FF1493;
font-weight:normal;
}



img.top {
	width: 100%;
	height: 150px;
	margin: 10 auto;
}

/* top更新情報スクロール表示 */
.scr {
  overflow-y: scroll;
  border: 1px solid #FFFFFF;
  width: 70%;
  height: 60px;
  margin: 10px 0px 10px 0px;
  text-align: center;
  background-color: #FFFFFF;
  padding: 0px 10px 10px 10px;
}


h1 {
color: #FF0000;
padding: 10px 0px 10px 0px;
text-align: center;
border-top:1px solid #FF0000;
border-bottom:1px solid #FF0000;
}

h2{
color: #FF0000;
font-size:	18px;
text-align: center;
}

#cont {
  clear: left;
}
hr.red {
height: 1px;
background-color: #ff0000;
border: none;
color: #ff0000;
}


input[type="radio" i] {
    margin: 3px 3px 0px 5px;
    display: none;
}

input[type="checkbox" i] {
    margin: 3px 3px 3px 4px;
    display: none;
}


#result [class*="hidden-"] {display: none;}


#narrowing {
  width: 100%;
  padding: 0px 0px 0px 0px;
  clear: left;
}

#narrowing label {
  width: 27%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #333;
  color: #fff;
  padding: 8px;
  display: inline-block;
  margin: 1px;
  border: 2px solid #fff;
  cursor: pointer;
  text-align: left;
}

#narrowing label:hover {
  background: #555;
}


#m_narrowing {
  width: 100%;
  padding: 0px 0px 0px 0px;
  clear: left;
}

#m_narrowing label {
  width: 26%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #333;
  color: #fff;
  padding: 8px;
  display: inline-block;
  margin: 1px;
  border: 2px solid #fff;
  cursor: pointer;
  text-align: center;
  font-size: 11px;
  border-radius: 25px;
}

#m_narrowing label:hover {
  background: #555;
}


#w_narrowing {
  width: 100%;
  padding: 0px 0px 0px 0px;
  clear: left;
}

#w_narrowing label {
  width: 26%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #333;
  color: #fff;
  padding: 8px;
  display: inline-block;
  margin: 1px;
  border: 2px solid #fff;
  cursor: pointer;
  text-align: center;
  font-size: 11px;
  border-radius: 25px;
}

#w_narrowing label:hover {
  background: #555;
}

/* 男女タイプ空白 */


.space2 {
  width: 26%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  //background: #000;
  padding: 10px;
  display: inline-block;
  margin: 1px;
  //border: 2px solid #000;
  cursor: pointer;
  text-align: left;
  font-size: 11px;
}

/* 50音 */

#fifty {
    margin: auto;
    padding: 0;
    clear: left;
    width: 330px;
    text-align: center;
}

#fifty label {
    width: 10%;
    white-space: nowrap;
    background: #333;
    color: #fff;
    //padding: 8px 19px 8px 5px;
    display: inline-block;
    margin: 1px;
    border: 2px solid #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 25px;
}

#fifty label:hover {
  background: #555;
}

/* 50音該当ない時
#fifty label {
    width: 10%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #000;
    color: #333;
    padding: 10px 19px 10px 5px;
    display: inline-block;
    margin: 1px;
    border: 1px solid #fff;
    cursor: pointer;
    text-align: center;
}
*/

.space {
  width: 10%;
  white-space: nowrap;
  //background: #000;
  color: #000;
  padding: 8px 19px 8px 5px;
  display: inline-block;
  //margin: 1px;
  //border: 1px solid #000;
  cursor: pointer;
  text-align: center;
  pointer-events:none; 
}
/*
#fifty input {
	visibility:hidden;
	margin: 0px;
}
*/
/*声優一覧 */

ul.like-table {
display: table;
width: 100%;
//max-width: 500px;
margin: 0;
padding: 0;
//border-spacing: 0.4rem 0.4rem;
table-layout: fixed;
}

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

.name {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
font-size: 0.8rem;
margin:0 0 3px 0;
}

/* 女子 */
.actw {
white-space: nowrap;
text-align: center;
}

/* 男子 */
.actm {
white-space: nowrap;
text-align: center;
}

/* 未設定 
.act {
width: 100%;
white-space: nowrap;
text-align: center;
color: #000000;
font-size: 0.7rem;
background-color: #bfbfbf;
padding: 0px 0px 0px 0px
}
*/
/*
.act {
width: 100%;
white-space: nowrap;
text-align: center;
color: #000000;
font-size: 0.7rem;
background-color: #FFC0CB;
padding: 10px 0px 10px 0px
}
*/

.act img {
  width: 70%;
  border-radius: 50px;
  vertical-align: bottom;
  box-shadow:0px 0px 5px #000;
}

.icon {
width: 100%;
white-space: nowrap;
text-align: center;
color: #000000;
font-size: 1rem;
border-radius: 0px 0px 10px 10px;
background-color: #FFFFFF;
padding: 5px 0px 5px 0px
}
 


.like-table li .tile {/* 空白用 */
  display: block;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}


li {
margin-left:0px;
list-style-type: none;
}


/* ふりがな */
ruby {
	ruby-align: left;
}



/* 上部タグ周り タブ切り替え*/
.motion {
    width: 100%;
    display: none;
}
#motion_area1 {
    display: block;
}
a.active {
    font-weight: bold;
    background: #999;
}

.tab-ul {
  background-color: #FFF;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  padding: 0px;
  margin: 0px 0 8px 0;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

.tab-ul li {
  border-right: 1px solid #888;
  display: table-cell;
  vertical-align: middle;
}

.tab-ul li:last-child {
  border-right: 0;
}

.tab-ul li a {
  color:#000;
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 0;
}


#container {
	padding: 0px;
	width: 100%;
	overflow-y: auto;
}

#container a{
	text-decoration: none;
}


.button2 {
    width:30%;
    display:block;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    margin:3px;
    padding:8px 0 10px;
    border:1px solid #FFFFFF;
    background: #000;
}

.button2 a {
	display:block;
}

.button3 {
	width:30%;
	margin:2px;
	display:inline-block;
	padding: 10px;
	background:#f4b3c2;
	border: 2px solid #e8ecef;
	border-radius:10px;
	box-shadow: 0 0 3px 3px #f4b3c2;
	text-decoration : none ;
}

.button3 a {
}

.button4 {
	width:50%;
	margin:12px 0 0 0;
	display:inline-block;
	padding: 10px;
	background:#f4b3c2;
	border: 2px solid #e8ecef;
	border-radius:10px;
	box-shadow: 0 0 3px 3px #f4b3c2;
	text-decoration : none ;
}

.button4 a {
}
/*モーダルウィンドウ*/

#lean_overlay{
  position: fixed; z-index:100; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
#div787{
  background: none repeat scroll 0 0 #cacaca;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 30px;
  width: 100%;
 }
.modal_close{ 
    position: absolute;
    top: 8px;
    right: 35px;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../image/btn031_09.png);
    z-index: 2;
}


.refine {
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 100px;
	padding: 10px 10px;
	margin: 10px;
	text-decoration : none ;
}

a.refine{
	color: #FFF;
	}

.refine:hover {
	border-color: #FFF;
	color: #FFF;
	background: #333;
}

label {
  background: #333;
  color: #fff;
  padding: 10px;
  display: block;
  margin: 0;
  border: 1px solid #fff;
  cursor: pointer;
}

label:hover {
  background: #555;
}

input[type="checkbox"].on-off{
  display: none;
}

.menu ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.menu li {
  padding: 5px;
  font-size: 120%;
}

input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}



/* ページ送りデザイン */

ul.pager {
	margin: 0;
	padding: 0;
	font: 15px Arial, Helvetica, sans-serif;
	text-align: center;
}
ul.pager li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
ul.pager li strong {
	display: -moz-inline-box; /* firefox2 ?Ή? */
	display: inline-block;
	padding: 0.25em 0.4em;
	background-color: #EEEEEE;
	border: 1px #0033FF solid;
}
ul.pager li a {
	display: -moz-inline-box; /* firefox2 ?Ή? */
	display: inline-block;
	padding: 0.25em 0.4em;
	border: 1px #0033FF solid;
}

ul.pager li a:link,
ul.pager li a:visited {
	border-color: #0033FF;
	color: #0033FF;
}
ul.pager li a:hover,
ul.pager li a:active {
	border-color: #003399;
	background-color: #003399;
	color: #FFFFFF;
}


/* あ～わ行 */

a.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 #63b7ec;
font-weight: bold;
background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9e4ff), to(#62b5ea));
background: #9bd8ff linear-gradient(#b9e4ff, #62b5ea);
}


ul.btn3 {
display: table;
margin: 0;
padding: 5;
border-spacing: 0rem 0rem;
table-layout: fixed;
}	

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

a.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: #0075A9;
}


/* あ～わ行 折り畳み用*/

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 #63b7ec;
font-weight: bold;
background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9e4ff), to(#62b5ea));
background: #9bd8ff linear-gradient(#b9e4ff, #62b5ea);
}


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

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


table.nav {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	border-collapse: separate;
	font-size: 12px;
}

table.nav td.left {
	text-align: left;
}
table.nav td.right {
	text-align: right;
}


/* タグ検索リスト */
.navbar {
    font-size: .8em;
}
.l_headnav, .l_footernav {
    background: #454545;
    position: relative;
}
.l_headnav {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.l_headnav > ul, .l_footernav > ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0 2px 0;
}

nav ul {
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.navbar > ul > li {
    //text-indent: 5px;
}
.navbar_item {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.navbar_item > a, .navbar_item > span {
    width: 100px;
    height: 50px;
    color: #fff;
    display: block;
    text-decoration: none;
    background-size: 30px 30px !important;
}

.navbar_item ul {
    position: absolute;
    display: none;
    width: 100%;
    overflow: hidden;
    top: 50px;
    left: 0;
    z-index: 99999;
    background: rgba(10, 10, 10, 0.9);
    margin: 0;
    padding: 5px 0 5px 0;
}

.l_headnav .men_list li {
    width: 33.3%;
}
.navbar_item ul li {
    display: block;
    float: left;
    width: 50%;
}

.navbar_item .men_list a, .navbar_item .women_list a, .navbar_item .fifty_list a, .navbar_item .cat_menu_tag_list a {
    color: #fff !important;
    display: block;
    padding: 15px;
    text-decoration: none;
    text-indent: 0;
}

.navbar_men > span {
    background: url(/image/man.png) no-repeat bottom;
}

.navbar_women > span {
    background: url(/image/woman.png) no-repeat bottom;
}

.navbar_fifty > span {
    background: url(/image/fifty.png) no-repeat bottom;
}

.navbar_category > span {
    background: url(/image/cat.png) no-repeat bottom;
}


/* 下部メニューリスト */
#under-menu-list {
  background: #454545;
}

#under-menu-list a{
  color:#FFF;
  text-decoration:none;
  display: block;
  padding: 7px 0 7px 0;
  font-weight:bold;
}

#under-menu-list ul{
  background: #454545;
  margin: 0 0 5px 0;
  padding: 6px 0 6px 0;
}

#under-menu-list ul:after {
  content: "";
  clear: both;
  display: block;
}

#under-menu-list ul li {
  display: block;
  float: left;
  list-style-type: none;
  background: #454545;
  text-align: center;
}

#under-menu-list ul li {
  width: 33%;
  border-left: 1px solid #FFF;
}

#under-menu-list ul li:first-child {
	border-left: none;
}




.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-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%;
}


