@charset "utf-8";
/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	color: #000;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

nav ul, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body{font:14px/1.4 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%? 21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
	background: #f6e4bc;
}
body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	width: 100%;
	background: none;
	display: table;
}
input, textarea {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* リンク
----------------------------------------------------*/
a:link {
	color: #023870;
	text-decoration: none;
}
a:visited {
	color: #023870;
}
a:hover {
	color: #743609;
}
/* 汎用
----------------------------------------------------*/
/* clerfix */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clear {
	clear: both;
}
.pb0 {
	padding-bottom: 0;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pr10 {
padding-right: 10px;
}
.pl10 {
padding-left: 10px;
}
.mb0 {
	margin-bottom: 0;
}
.f90 {
	font-size: 90%;
}
.f80 {
	font-size: 80%;
}
.f110 {
	font-size: 110%;
}
.f120 {
	font-size: 120%;
}
.f140 {
	font-size: 140%;
}
.centering {
	text-align: center;
}
.position3px {
	position: relative;
	top: 3px;
}
.position5px {
	position: relative;
	top: 5px;
}
.text-align-left {
	text-align: left;
}
/*----------------------------------------------------
	汎用style
----------------------------------------------------*/
img {
	-ms-interpolation-mode: bicubic;
}
p {
	line-height: 2em;
	font-size: 16px;
	color: #000;
	text-indent: 0;
	margin-bottom: 5px;
}
p strong {
	color: #482c0a;
}
h2, h3, h4 {
	font-size: 130%;
	color: #482c0a;
	line-height: 1.6em;
	text-indent: 0;
	margin-bottom: 5px;
}

h1 {
	color: #563711;
}
h3 {
	color:#733e18;
	font-size: 18px;
}
.font {
	font-size: 100%;
	font-weight: bold;
}
div.loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	margin-left: -14px;
	text-ailgn: center;
	z-index: 100;
}
.loading_gif {
	text-align: center;
	margin: 0 auto;
}
.fixed {
	position: fixed;
	top: 20px;
	z-index: 10;
}
.border_wrap {
	border: 1px solid #cbb282;
	background: none;
	padding: 15px 20px 2px;
	width: 554px;
}
.color_wrap {
	text-align: center;
	background:#e3d3a2;
	padding: 8px;
	margin-bottom: 5px;
}
.color_wrap2 {
	text-align: left;
	background:#e3d3a2;
	padding: 20px;
	margin-bottom: 5px;
}
.left02 {
	float: left;
	width: 84px;
	height: 120px;
}
.right02 p {
	margin: 0 0 6px;
	line-height: 1.6em;
	color: #482c0a;
}
.right02 {
	float: right;
	font-weight: bold;
	margin-left: 10px;
	width: 450px;
}
/*----------------------------------------------------
	#header
----------------------------------------------------*/
#sitetitle {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	line-height: 1.8em;
}
h1#sitetitle, #sitetitle a:link, #sitetitle a:visited {
	color: #554a20;	
}
header#globalHeader {
	width: 940px;
	padding: 145px 0 40px;
	text-align: center;
	background: none;
	position: relative;
}
header#globalHeader hgroup {
	width: 940px;
	position: absolute;
	top: 10px;
	left: 0;
	text-align: center;
}
header#globalHeader p {
	color: #554a20;
	text-align: center;
	width: 900px;
	padding: 0 0 0 0;
	margin: 0 auto;
	line-height: 1.8em;
}
header#globalHeader img {
	vertical-align: middle;
}
/*----------------------------------------------------
	グローバルナビゲーション
----------------------------------------------------*/
.horizontal-nav ul {
	width: 940px;
	background: #5d5235;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	z-index: 100;
	border-bottom: 1px solid #3b3014;
}
.horizontal-nav ul li {
	width: 156px;
	float: left;
	border-right: 1px solid #3b3014;
	cursor: pointer;
}
.horizontal-nav ul li:last-child {
	width: 155px;
	border: none;
}
.horizontal-nav ul li a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 10px 0;
}
.horizontal-nav ul li a:hover {
	background: #927529;
}
.horizontal-nav ul li span {
	display: block;
	width: 100%;
	color: #fff;
	padding: 10px 0;
}
ul.menu li ul {
	width: 156px;
	background: none;
	border: none;
}
ul.menu li ul li {
	width: 156px;
	float: none;
	border: none;
	border-top: 1px solid #3b3014;
	border-right: 1px solid #5d5235;
}
ul.menu li ul li:first-child {
	width: 156px;
	border-top: 1px solid #3b3014;
	border-right: 1px solid #5d5235;
}
ul.menu li a {
	display: block;
	background: #5d5235;
}
ul.menu li ul {
	position: absolute;
	visibility: hidden;
}
ul.menu li:hover > a {
	color: #fff;
}
ul.menu li:hover ul {
	visibility: visible;
}
ul.menu li ul li:hover > a {
	background: #927529;
}
/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#pagewrap {
	width: 100%;
	background: none;
}
#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	position: relative;
}
#contents {
	/zoom: 1;
	width: 940px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#leftcontents {
	width: 600px;
	float: left;
	text-align: left;
}
#rightcontents {
	float: right;
	width: 300px;
	padding: 0 0 0 40px;
	background: none;
	text-align: left;
}
.container, .container2, .container3 {
	padding: 0 0 40px;
	margin: 0;
	position: relative;
}
.update {
	color: #90714d;
	padding: 10px 0 0;
	font-weight: normal;
}
h2.trigger, h2.triggers {
	display: inline;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#wrap, #wrap2, .wrap, .wrap2 {
	width: 700px;
	height: 300px;
	overflow: hidden;
	padding: 0 130px;
	display: block;
	position: relative;
}
.rightbox {
	width: 750px;
	float: right;
	margin 0;
	padding: 33px 0 0 0;
}
.leftbox {
	width: 120px;
	float: left;
	margin: 0;
	padding: 30px 70px 0 0;
}
.leftbox p {
	display: block;
	padding: 0 0 100px;
	width: 120px;
	height: 600px;
}
.Box-container {
	width: 760px;
	padding: 0 0 10px 0;
	margin: 0;
	zoom: 100%;
}
.Box-container2 {
	width: 600px;
	padding: 0;
	margin: 0;
	zoom: 100%;
}
.Box3 {
	text-align: left;
	line-height: 1.9em;
	width: 175px;
	padding: 0 24px 0 0;
	float: left;
	min-height: 220px;
	height:auto !important;
	height: 220px;
}
.Box3 p {
	margin: 0 0 10px;
	line-height: 1.6em;
}
.Box3 p.subtit {
	height: 3em;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.Box3 dd {
	padding: 10px 0 30px;
}
.Box3 h3 {
	padding: 0;
	margin: 0 0 7px;
	line-height: 1.2em;
}
.Box3 ul {
	width: 175px;
	margin: 0;
	font-size: 108%;
	list-style: none;
	padding-bottom: 20px;
}
.Box3 ul li {
	width: 87px;
	float: left;
	text-indent: 10px;
	background: url(../img/icon.gif) no-repeat left center;
	paddng: 0;
	margin: 0;
	line-height: 1.6em;
}
.price {
	margin-bottom: 0;
	color: #8a2b1b;
}
#page-contents-wrap {
	padding: 5px;
	border: solid 1px #000;
	margin-bottom: 20px;
}
#page-contents-wrap h2 {
	padding: 15px 15px 0;
}
#page-contents-wrap ol {
margin: 1em 0;
padding-left: 40px;
list-style-type: decimal;
}
.block {
	padding: 6px;
	display: block;
	background: #e5d6b2;
}
/*----------------------------------------------------
	画像キリヌキ
----------------------------------------------------*/
.imagelink, .imagelink_s {
	width: 180px;
	height: 180px;
	display: block;
	position: relative;
	padding: 20px;
	margin: 0;
	overflow: hidden;
	background: #bea370 url(http://bl-anime.com/img/noimage.png) no-repeat center;
}
.imagelink1, .imagelink2 {
	width: 125px;
	height: 90px;
	display: block;
	position: relative;
	padding: 25px;
	margin: 0;
	overflow: hidden;
	background: #bea370;
}
.imagelink1_s {
	width: 175px;
	height: 175px;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #bea370 url(http://bl-anime.com/img/noimage.png) no-repeat 25px center;
}
.imagelink1 a, .imagelink2 a {
	width: 125px;
	height: 90px;
	display: block;
	overflow: hidden;
	z-index: 10;
	position: relative;
}
.imagelink1_s a {
	width: 120px;
	height: 120px;
	display: block;
	overflow: hidden;
	z-index: 10;
	position: absolute;
	top: 27px;
	left: 25px;
}
.imagelink cite, .imagelink1 cite, .imagelink2 cite {
	position: absolute;
	padding: 3px;
	line-height: 1em;
	background: #000;
	color: #fff;
	margin: 0;
	bottom: 25px;
	right: 25px;
	font-size: 80%;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
	z-index: 11;
	display: none\9;
}
.imagelink a, .imagelink_s a {
	width: 176px;
	height: 176px;
	display: block;
	overflow: hidden;
	position: absolute;
	border: solid 2px #e7d9b5;
}
.imagelink a:hover, .imagelink_s a:hover {
	border: solid 2px #000;
}
.imagelink img {
	width: 182px;
	height 260px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: -40px;
	left: -5px;
}
.imagelink_s img {
	width: 120px;
	height 120px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 28px;
	left: 28px;
}
.imagelink1 img, .imagelink2 img {
	width: 125px;
	height 170px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: -25px;
	left: 0;
}
.imagelink2 img {
	top: 0;
}
.imagelink1_s img {
	width: 120px;
	height 120px;
}
/*---------------------------------------------------------
パンくずデザイン
---------------------------------------------------------*/
#breadcrumb {
	margin: 5px 0 20px 0;
	line-height: 30px;
	color: #7f7451;
	border: 1px solid #fff;
	width: 99%;
	padding: 1px 0 0 0;
}
ol#breadcrumb li{
	float:left;
	list-style: none;
	margin: 1px;	
}
ol#breadcrumb li a{
	display: block;
	background: #e2d7b7;
	padding-right: 10px;
	height: 30px;
	margin-right: 31px;
	position: relative;
	text-decoration: none;
	color: #7f7451;
}
ol#breadcrumb li a:last-of-type { margin-right: 31px }
ol#breadcrumb li a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -30px;
	border: 15px solid transparent;
	border-color: #e2d7b7;
	border-left-color: transparent;
}
ol#breadcrumb li a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -30px;
	border: 15px solid transparent;
	border-left-color: #e2d7b7;
}
ol#breadcrumb li:first-child a{ padding-left: 15px; }
ol#breadcrumb li:first-child a:before{display:none;}
 
ol#breadcrumb li a:hover {
	background: #debb77;
	color: #7f7451;
	text-decoration: none;
}
ol#breadcrumb a:hover:before {
	border-color: #debb77;
	border-left-color: transparent;
}
ol#breadcrumb li a:hover:after { border-left-color: #debb77 }
ol#breadcrumb li#pageTitle { margin-right: 3px;}
/*----------------------------------------------------
	pagecontents
----------------------------------------------------*/
p.breadcrumbs {
	text-align: left;
}
p.breadcrumbs span {
	padding: 0 5px;
}
#pagecontents, #pagecontents2 {
	padding:0;
	margin:0;
}
#pagecontents h1, #pagecontents h2, #pagecontents h3 {
	font-size: 130%;
}
.right {
	width: 370px;
	float: right;
	padding-left: 30px;
}
.right_large {
	width: 420px;
	float: right;
	padding-left: 30px;
}
.left, .left_s, .left_ss {
	width: 200px;
	float: left;
	margin: 0 auto;
	text-align: left;
	min-height: 320px;
	height:auto !important;
	height: 320px;
}
.left_s {
	min-height: 160px;
	height:auto !important;
	height: 160px;
}
.left_ss {
	width: 150px;
	min-height: 120px;
	height:auto !important;
	height: 120px;
}
.left p, .left_s, .left_ss {
	line-height: 1.5em;
}
.videotitle {
	font-size: 138.5%;
	padding: 0 0 10px;
	line-height: 1.4em;
}
h1#videotitle {
	font-size: 138.5%;
	padding: 0;
	line-height: 1.4em;
	margin-bottom: 7px;
}
.videotitle img {
	width: 36px;
	height: 30px;
	vertical-align: middle;
}
.tag, .category {
	font-size: 85%;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.category, .date {
	display: block;
	padding: 0 0 6px;
	margin: 0 0 15px;
	background: url(../img/border.png) no-repeat left bottom;
}
p.mainimage {
	width: 200px;
	height: 270px;
	display: block;
	background: #bea370;
	position: relative;
	overflow: hidden;
}
p.mainimage cite, p.mainimage_s cite {
	position: absolute;
	padding: 3px 6px;
	line-height: 1em;
	background: #000;
	color: #fff;
	margin: 0;
	bottom: 15px;
	right: 16px;
	font-size: 80%;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
	z-index: 11;
}
p.mainimage_s cite {
	right: 20px;
	bottom: 19px;
}
p.mainimage_s, p.mainimage_ss {
	width: 160px;
	height: 120px;
	padding: 20px;
	display: block;
	margin-top: 6px;
	background: #bea370;
	position: relative;
	overflow: hidden;
}
p.mainimage_ss {
	width: 130px;
	height: 100px;
	padding: 10px;
}
p.mainimage_s span, p.mainimage_ss span {
	width: 160px;
	height: 120px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
}
p.mainimage_ss span {
	width: 130px;
	height: 100px;
	top: 10px;
	left: 10px;
}
p.mainimage img, p.mainimage_ss img {
	width: 168px;
	height: 240px;
	display: block;
	position: absolute;
	top: 15px;
	left: 16px;
	background: url(http://bl-anime.com/img/noimage.png) no-repeat center;
}
p.mainimage_s span img, p.mainimage_ss span img {
	position: absolute;
	top: -50px;
	left: -15px;
	background: none;
}
.text_ad, .text_ad2 {
	width: 700px;
	text-align: left;
	padding: 20px;
	border: solid 1px #cbb463;
	margin: 0 0 40px;
}
.text_ad2 {
	width: 555px;
}
ul.latest {
	font-size: 110%;
}	
.text_ad ul, .text_ad2 ul, ul#latest, ul.latest {
	line-height: 1.8em;
}
.text_ad ul li, .text_ad2 ul li, ul#latest li, ul.latest li {
}
#movielist_wrap, #movielist_wrap2 {
	padding-top: 265px;
	background: url(../img/bubble.png) no-repeat left top;
	position: relative;
}
#movielist_wrap2 {
	background: url(../img/bubble2.png) no-repeat left top;
}
p#yb {
	position: absolute;
	top: 120px;
	left: 40px;
}
p#yb2 {
	position: absolute;
	top: 134px;
	left: 55px;
}
#linkpage {
	position: absolute;
	top: 70px;
	left: 340px;
	width: 230px;
	height: 120px;
	overflow: hidden;
	font-weight: bold;
	line-height: 1.8em;
}
p#datetime {
	font: 13px/150% Georgia, "Times New Roman", Times, serif;
	display: inline;
	color: #8d6312;
	line-height: 1.2em;
	padding-top: 8px;
}
p#datetime2 {
	font: 14px/150% Georgia, "Times New Roman", Times, serif;
	color: #8d6312;
	line-height: 1.2em;
	padding: 0 0 8px;
}
p#datetime2 a {
	margin-right: 4px;
}
p#datetime2 a img {
	position: relative;
	top: 3px;
}
#countdate {
	position: absolute;
	top: 280px;
	left: 490px;
	z-index: 10;
}
#countdate a:link, p#datetime a:link, p#datetime2 a:link {
	color: #8d6312;
}
table.csv_text, table#csv_text {
	line-height: 2em;
	margin: 0 0 40px;
	border-bottom: solid 1px #cbb463;
	padding: 10px 0;
}
table.csv_text th, table#csv_text th {
	border-bottom: solid 1px #cbb463;
}

.right_ne {
	width: 530px;
	float: right;
	margin-left: 10px;
}
.left_ne {
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.left_ne img {
	width: 60px;
	height: auto;
}
.grid_wrap {
	width: 33%;
	height: 200px;
	overflow: hidden;
	float: left;
}
.grid_wrap img {
	width: auto;
	height: 300px;
}
.cutout {
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin: 0 0 30px;
	position: relative;
}
blockquote {
	position: relative;
	padding: 30px 15px 8px 15px;
	box-sizing: border-box;
	background: #faefsf;
	color: #555;
	margin-bottom: 1em;
}
blockquote:before {
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 15px;
	vertical-align: middle;
	content: "“";
	font-size: 3em;
	line-height: 1;
}
blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}
ul.mokuji {
	display: inline-block;
	border: solid 2px #ccc;
	padding: 1.2em 1em 0.8em 2.3em;
	margin: 0 0 10px;
}
ul.mokuji li {
	margin: 0;
	padding: 0;
	list-style: decimal;
}
/*----------------------------------------------------
	dl
----------------------------------------------------*/
dl#summary,dl.summary {
	font-size: 108%;
	width: 360px;
	color: #482c0a;
	line-height: 1.6em;
	border: solid 1px #c3a878;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 10px;
}
dl#summary dt,dl.summary dt {
	float: left;
	padding: 5px 10px;
	clear: both;
}
dl#summary dd,dl.summary dd {
	width 250px;
	margin-left: 80px;
	padding: 5px 7px 5px 10px;
	border-left: solid 1px #c3a878;
}
dl#summary dt#pt15, dl#summary dd#pt15, dl.summary dt.pt15, dl.summary dd.pt15 {
	padding-top: 15px;
}
dl#summary dt#pb15, dl#summary dd#pb15, dl.summary dt.pb15, dl.summary dd.pb15 {
	padding-bottom: 15px;
}
dl.summary dd a {
	white-space: nowrap;
}
/*----------------------------------------------------
	table
----------------------------------------------------*/
table.color-table {
	background-color: none;
	border:#7a693b 1px solid;
	border-collapse: collapse;
	width: 100%;
	color:#342b15;
} 
table.color-table th.t_top {
	border: #554912 1px solid;
	background-color: #7a693b;
	text-align: center;
	padding: 10px;
	color: #fff;
}
table.color-table td {
	background-color: #f1ecd6;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border: #7a693b 1px solid;
}
.line-through {
	text-decoration: line-through;
}
/*----------------------------------------------------
	aws search & button装飾
----------------------------------------------------*/
#aws-search {
	text-align: left;
	margin: 0 0 10px;
	width: 600px;
	height: 80px;
	overflow: hidden;
	display: block;
}
#aws-search input {
	vertical-align: middle;
}
#message, #message3 {
	border:none;
	color:#000;
	background: #fff;
	float:left;
	height:16px;
	margin-right:10px;
	padding:10px;
	width:454px;
}
input[type="text"]:focus {
	outline: 0;
}
.searchBTN, .searchBTN2 {
	height:36px;
	width:90px;
	margin:0px 20px 0px 0px;
	float: right;
	background: none;
	overflow: hidden;
	display: block;
	cursor:pointer;
	cursor:hand;
}
a.icon_button, span.icon_button a, span.round_icon {
	padding: 5px 5px 3px 5px;
	font-size: 12px;
	background: #d6c285;
	color: #342b15;
	white-space:nowrap;
}
a.icon_button2 {
	padding: 5px 8px;
	font-size: 12px;
	font-weight: bold;
	background: #7a693b;
	color: #fff;
	white-space:nowrap;
	margin-right: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:inline-block;
	margin-bottom:10px;
}
a.icon_button2:hover {
	background-color: #a7914e;
}
a.icon_button3 {
	background: url(../img/icon.gif) no-repeat left center;
	padding-left: 8px;
	margin-right: 10px;
	white-space:nowrap;
}
a#icon_button_large {
	padding: 15px;
	font-size: 18px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #9a4719;
	white-space:nowrap;
	margin: 10px 0;
	border: solid 2px #b6b6b5;
	background: -moz-linear-gradient(
		top,
		rgba(255,255,255,0) 0%,
		rgba(0,0,0,0.25)), #fff;
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(rgba(255,255,255,0)),
		to(rgba(0,0,0,0.25))), #fff;
}
span.round_icon {
	font-weight: bold;
}
ul.iconBox li, ul.iconBox_L li {
	display: inline;
	margin-bottom: 5px;
}
ul.iconBox li a, ul.iconBox_L li a {
	background-color:#a7914e;
	color:#FFFFFF;
	text-align:center;
	padding: 5px 10px 3px 10px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	white-space:nowrap;
}
ul.iconBox_L li a {
	background-color: #bc7715;
	padding: 8px 10px;
}
ul.iconBox, ul.iconBox_L {
	margin-bottom: 10px;
	line-height: 2.7em;
}
ul.iconBox li a:hover {
	background-color:#7a693b;
}
a.icon_button:hover {
	background-color:#a7914e;
}
ul.iconBox_L li a:hover {
	background-color: #7a693b;
}
p.wide_button {
	width: 99%;
	display: block;
	text-align: center;
	font-size: 30px;
	background: #bea370;
	margin: 0 0 8px;
}
p.wide_button a {
	color: #fff;
	padding: 20px 0;
	display: block;
}
img.arrow_icon {
	position: relative;
	top: 4px;
}
a#click {
	font-weight: bold;
	color: #482c0a;
}
.sns_btn {
	float: left;
	padding-right: 5px;
}
/*----------------------------------------------------
	ajax form
----------------------------------------------------*/
#ajaxform {
	padding: 10px 15px;
	margin: 0 0 10px;
	background: #e3d3a2;
}
#ajaxform textarea {
	resize: none;
	line-height: 1.4em;
	width: 400px;
	border: none;
	padding: 4px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#ajaxform textarea:focus {
	outline: none;
}
#ajaxform input {
	width: 400px;
	border: none;
	padding: 4px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comBox {
	display: block;
	background: #e3d3a2;
	margin: 0 0 5px;
	padding: 10px;
}
.comBox span {
	color: gray;
	margin-left: 1em;
}
.comBox p {
	margin: 0;
	line-height: 1.5em;
}
#button3 {
	background-color:#87692a;
	color:#FFFFFF;
	padding: 10px 30px;
	text-align:center;
	cursor:pointer;
	cursor:hand;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	white-space: nowrap;
}
#button3:hover {
	background-color:#5d5235;
}
/*----------------------------------------------------
	tab css
----------------------------------------------------*/
ul.tab_menu, ul.tab_menu2, ul.tab_menu3 { 
	padding: 0;
	clear: both;
	margin-left: 8px;
}
ul.tab_menu li {
	display: inline;
	font-size: 90%;
}
ul.tab_menu li a {
	background: #ab8e58;
	padding: 8px;
	float:left;
	border: 2px solid #cbb282;
	border-bottom: none;
	border-right: none;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
ul.tab_menu li a:hover {
	background: #876125;
}
.tab_content {
	float: left;
	border: 1px solid #cbb282;
	background: none;
	padding: 15px 20px 2px;
	width: 554px;
	margin-bottom: 15px;
}
.tab_content strong, .tab_content h2, .tab_content h3 {
	color: #482c0a;
	font-size: 100%;
	margin: 0;
}
.BorderMainWrap {
	width: 554px;
	border: 1px solid #cbb282;
	margin-bottom:10px;
	padding:15px 20px;
}
/*----------------------------------------------------
	jquery関係
----------------------------------------------------*/
.page_navigation {
	padding-bottom: 40px;
}
.page_navigation2 {
	padding-bottom: 0px;
}
.page_navigation a, .page_tag_select, .page_tag, .page_navigation2 a {
	padding:5px 8px 3px;
	margin:2px;
	color:#fff;
	text-decoration:none;
	float: left;
	font-family: Georgia,,Times, serif,Tahoma;
	font-size: 13px;
	background-color:#bea370;
}
.page_navigation a, .page_navigation2 a {
	background-color:#977b45;
}	
.page_tag_select, .page_tag {
	display: block;
	background-color:#fff;
	color:#8d6312 !important;
}
.page_tag {
	background: #bea370;
	color:#fff !important;
}
.page_navigation a:hover, .page_tag:hover, .page_navigation2 a:hover {
	background: #8d6312;
	color: #fff;
}
.active_page{
	background-color: white !important;
	color:#8d6312 !important;
}
p.icon {
	text-indent: 10px;
	background: url(../img/icon.gif) no-repeat left center;
}
#latestwrap {
	position: absolute;
	left: 0;
	top: 220px;
	width: 580px;
	height: 420px;
	margin-bottom:20px;
	background: url(../img/myslide.png) no-repeat center 50px;
	padding: 0 0 0 20px;
}
.fade_hover {
	display: inline;
}
div#title-tip {
	margin: 0 1em 0 0;
	border: solid #ccc 1px;
	padding: .3em .5em;
	background: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
	font-size: 86%;
	z-index: 3;
}
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: none;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: none;
}
.jspVerticalBar *, .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #d0bc87;
	position: relative;
}
.jspDrag {
	background: #876125;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/*----------------------------------------------------
	#search prag-in css
----------------------------------------------------*/
/* The UL that contains the search type icons */
.icons{
	list-style:none;
	margin:10px 0 0 0;
	height:19px;
	position:relative;
	top: -3px\9;
	left: 0;
}
.icons li{
	background:url("../img/icons.png") no-repeat;
	float:left;
	height:19px;
	text-indent:-9999px;
	cursor:pointer;
	margin: 0;
}
/* Styling each icon */
li.web{ width:15px;}
li.web.active,
li.web:hover{ background-position:left bottom;}

li.images{ width:22px; background-position:-18px 0;}
li.images.active,
li.images:hover{ background-position:-18px bottom;}

li.news{ width:14px; background-position:-44px 0;}
li.news.active,
li.news:hover{ background-position:-44px bottom;}

li.videos{ width:17px; background-position:right 0;}
li.videos.active,
li.videos:hover{ background-position:right bottom;}

/* Styling the search results */
.pageContainer{
	margin-bottom:50px;	
	-moz-box-shadow:0 1px 0 #798e9c;
	-webkit-box-shadow:0 1px 0 #798e9c;
	box-shadow:0 1px 0 #798e9c;
}
p.notFound{
	text-align:center;
	padding:0 0 40px;
}
/* Web & news results */
.webResult{ margin: 0 auto;text-align: left; width: 600px;padding-top: 80px;}
/* Image & video search results */
.imageResult{
	float:left;
	height:180px;
	margin:0 0 20px 40px;
	text-align:center;
	width:152px;
	overflow:hidden;
}
.imageResult img{ display:block;border:none;}
.imageResult a.pic{
	border:1px solid #fff;
	outline:1px solid #777;
	display:block;
	margin:0 auto 15px;
}
/* The show more button */
#more{
	width:83px;
	height:24px;
	background:url('../img/more.png') no-repeat;
	cursor:pointer;
	margin:40px auto;
}
#more:hover{
	background-position:left bottom;
}
/*----------------------------------------------------
	chart form
----------------------------------------------------*/
input {
	vertical-align: middle;
}
label {
	margin: 0 20px 0 0;
}
.left2 {
	float: left;
	width: 150px;
	margin-top: 8px;
	margin-bottom: 20px;
}
.left2 img {
	width: 138px;
	height: 140px;
}
.right2 {
	float: right;
	width: 390px;
	margin-top: 8px;
}
/*----------------------------------------------------
	side ナビゲーション
----------------------------------------------------*/
ul.animeindex3 {
	width: 300px;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	z-index: 10;
}
ul.animeindex3 li {
	float: left;
	width: 60px;
	text-align: center;
	margin: 0;
}
ul.animeindex3 li a, ul.animeindex3 li span {
	width: 58px;
	padding: 10px 0;
	display: block;
	margin: 0;
	text-decoration: none;
	background: #96803e;
	color: #fff;
	cursor: pointer;
}
ul.animeindex3 li ul li {
	width: 60px;
	float: none;
}
ul.animeindex3 li a:hover {
	background: #5d5235;
	color: #fff;
}
ul.animeindex3 li span:hover {
	background: #5d5235;
	color: #fff;
}
ul.animeindex3 li ul li a:hover, ul.animeindex3 li ul li span:hover {
	background: #5d5235;
	color: #fff;
}
ul.animeindex3 li ul li a, ul.animeindex3 li a, ul.animeindex3 li span {
	margin: 0 0 3px;
}
ul.animeindex3 li ul {
	position: absolute;
	visibility: hidden;
}
ul.animeindex3 li:hover ul {
	visibility: visible;
}
#gameindex {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#gameindex a {
	width: 298px;
	background: #d6c285;
	color: #5d5235;
	display:block;
	text-decoration:none;
	font-weight: bold;
	padding: 14px 0;
}
#gameindex a:hover {
	background: #dccb98;
}
ul.sidenav {
	text-align: left;
	padding: 0 0 20px;
	margin: 0;
}
ul.sidenav li {
	width: 300px;
	display: block;
	padding: 7px 0;
	border-bottom: dashed 1px #fff;
}
ul.sidenav2 {
	text-align: left;
	padding: 0 0 20px;
	margin: 0;
	float: left;
	width: 145px;
}
ul.sidenav2 li {
	width: 145px;
	display: block;
	padding: 8px 0;
	border-bottom: dashed 1px #fff;
}
ul.sidenav li:first-child, ul.sidenav2 li:first-child {
	padding-top: 0;
}
ul.side li {
	text-indent: 10px;
	background: url(http://bl-anime.com/img/icon.gif) no-repeat left center;
	margin: 0;
	padding: 8px 0 2px;
	line-height: 1.8em;
	display: block;
	border-bottom: 1px dotted #3b3014;
}
#incfile_wrap1 {
	height: 210px;
	width: 298px;
	display: block;
	background: #fff;
	overflow: hidden;
	margin: 0 0 5px;
	position: relative;
}
#incfile_wrap1 span {
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	bottom: 56px;
	left: 250px;
	background: url(../img/btn.png) no-repeat;
	z-index: 300;
	cursor: pointer;
}
#incfile_wrap2 {
	width: 297px;
	display: block;
	padding: 10px 0 0;
}
div.centeringT p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}
/*----------------------------------------------------
	comment form
----------------------------------------------------*/
#myForm {
	padding-bottom: 20px;
}
#myForm_submit, #myForm_submit2 {
	margin: 5px 0;
	padding: 5px;
	background: #CEAA5B;
	border: none;
	cursor: pointer;
}
table#comm_main {
	display: block;
	margin-bottom: 1em;
	border-bottom: solid 1px #fff;
	word-wrap: break-word;
	word-break: break-all;
}
table#comm_name tr td {
	padding-bottom: 0.5em;
	word-wrap: break-word;
}
.namebg, .commentbg {
	background: none;
	border: solid 1px #ceaa5b;
}
#chart_form label {
	margin: 0 10px 0 0;
	font-size: 90%;
}
#chart_post {
	display: block;
	margin: 10px 0;
}
#chart_form span {
	font-size: 11px;
	margin-left: 6px;
	color: red;
}
#chart_data {
	margin-left: 10px;
}
/*----------------------------------------------------
	sns
----------------------------------------------------*/
#share ul{
	height:auto;
	width: 300px;
}
#share li{
	font-size:12px;
	float:left;
	text-align:center;
	width:84px;
	margin-right:1%;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
}
#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover{
	background:#2bd92b;
}
#share a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}
/*----------------------------------------------------
	ads
----------------------------------------------------*/
div.side_ads2 {
	text-align: left;
	padding: 8px 6px;
	margin: 6px 0;
	background:#e3d3a2;
}
div.side_ads2 p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	font-size: 14px;
	padding-left: 5px;
	line-height: 1.6em;
}
div.side_ads2 p a {
	font-size: 14px;
	font-weight: bold;
}
div.side_ads2 img {
	vertical-align: top;
}
p.banner_80 img {
	border: none;
	width: 80px;
	height: 80px;
	vertical-align: middle;
}
/*for IE6 */
* html .side_ads p, * html .side_ads2 p {
	display: inline;
	zoom: 1;
}
/*for IE7 */
*:first-child+html .side_ads p, *:first-child+html .side_ads2 p {
	display: inline;
	zoom: 1;
}
/*----------------------------------------------------
	#accordion
----------------------------------------------------*/
ul#accordion ul {
	display:none;
}
#accordion ul li {
	background: url(../img/icon.gif) no-repeat left center;
}
ul#accordion > li > p {
	width: 298px;
	background: #d6c285;
	color: #5d5235;
	display:block;
	text-decoration:none;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	line-height: 1.6em;
	margin: 0 0 2px;
	padding: 5px 0;
}
ul#accordion > li > p:hover {
	background: #dccb98;
}
ul#accordion > li > ul {
	padding: 14px 0
}
ul#accordion > li > ul > li {
	font-size: 109%;
	line-height: 0.5em;
}
/* アイコン */
ul#accordion a {display:block; padding:10px; background-position:95% center; background-repeat:no-repeat;}
ul#accordion span {display:block; padding:10px; background-position:95% center; background-repeat:no-repeat;}
ul#accordion > li > p span {
	background: url(../img/ico1.gif) no-repeat 260px center;
}
ul#accordion > li > p span.open {
	background: url(../img/ico2.gif) no-repeat 260px center;
}
#sidenav_view {
	width: 300px;
}
/*----------------------------------------------------
	#footer
----------------------------------------------------*/
footer#globalFoooter {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 0;
}
p.copyright {
	color: #808080;
}
/*----------------------------------------------------
	indexpage-css
----------------------------------------------------*/
.index-container {
	padding: 0 0 30px 0;
}
.index-container ol li {
	background: url(../img/icon.gif) no-repeat left center;
	text-indent: 10px;
	width: 200px;
	padding: 0.2em 0;
	height: 2em;
	float: left;
	line-height: 2.2em;
	font-size: 116%;
	overflow: hidden;
}
.index-container ol li span {
	color: #666;
}
.box-head {
	width: 101px;
	height: 107px;
	background: url(../img/box-head.png) no-repeat;
	text-align: center;
	position: relative;
}
.box-head2 {
	width: 101px;
	height: 107px;
	background: url(../img/box-head2.png) no-repeat;
	text-align: center;
	position: relative;
}
.box-head span, .box-head2 span {
	font-weight: bold;
	position: absolute;
	top: 33px;
	left: 47px;
	color: #8a7358;
}


.index_header {
	margin: 0 0 10px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	width: 40px;
	padding: 10px 5px;
	display: block;
	color: #5d5235;
	background: #96803e;
	color: #fff;
	line-height: 1.2em;
}
.index_container ol {
	font-size: 1.1em;
	margin: 0 0 10px;
}
.index_container ol li {
	list-style: none;
	line-height: 1.3em;
}
.index_container ol li a, .index_container ol li span {
	background: #e3d3a2 url(../img/icon.gif) no-repeat 8px center;
	margin: 0 0 2px;
	padding: 10px 6px;
	text-indent: 15px;
	display: block;
}
.index_container ol li span {
	color: gray;
}
.index_container ol li a span:hover {
	color: gray;
	background: #e3d3a2 url(../img/icon.gif) no-repeat 8px center;
}
.index_container ol li a:hover {
	color: #000;
	cursor: pointer;
	cursor: hand;
	background: #d6c285 url(../img/icon.gif) no-repeat 8px center;
}
/*----------------------------------------------------
	magpierss css
----------------------------------------------------*/
#tv-program, #tv-program2 {
	padding: 0 0 60px;
}
#tv-program dl dt, #tv-program2 dl dt {
	padding-top: 1.2em;
	padding-bottom: 0.8em;
}
#tv-program dl dd, #tv-program2 dl dd {
	padding-bottom: 1.2em;
	border-bottom: solid 1px #fff;
}
/*----------------------------------------------------
	css
----------------------------------------------------*/
.Box3 ul li {
	width: 100%;
	float: none;
	text-indent: 10px;
	background: url(http://bl-anime.com/img/icon.gif) no-repeat left center;
	paddng: 0;
	margin: 0;
	line-height: 1.8em;
}
.Box3 ul li a span, .Box3 ul li span {
	border:1px solid #908c68;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:arial, helvetica, sans-serif;
	padding: 2px 5px;
	margin-left: 5px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	font-size: 70%;
	text-align: center;
	color: #FFFFFF;
	background-color: #a9a588;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a9a588), to(#8e865b));
	background-image: -webkit-linear-gradient(top, #a9a588, #8e865b);
	background-image: -moz-linear-gradient(top, #a9a588, #8e865b);
	background-image: -ms-linear-gradient(top, #a9a588, #8e865b);
	background-image: -o-linear-gradient(top, #a9a588, #8e865b);
	background-image: linear-gradient(to bottom, #a9a588, #8e865b);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9a588, endColorstr=#8e865b);
}
.Box3 ul li a span:hover{
	border:1px solid #767255;
	background-color: #938e6b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#938e6b), top(#6f6947));
	background-image: -webkit-linear-gradient(top, #938e6b, #6f6947);
	background-image: -moz-linear-gradient(top, #938e6b, #6f6947);
	background-image: -ms-linear-gradient(top, #938e6b, #6f6947);
	background-image: -o-linear-gradient(top, #938e6b, #6f6947);
	background-image: linear-gradient(to bottom, #938e6b, #6f6947);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#938e6b, endColorstr=#6f6947);
}
.Box3 ul li a span:link {
	color: #fff;
}
.Box3 ul li a span.red {
	background: #b83333;
	border-color: #b83333;
}
.Box3 ul li a span.green, .Box3 ul li span.green {
	background: #759b22;
	border-color: #759b22;
}
.Box3 ul li a span.yellow {
	background: #cf8a1c;
	border-color: #cf8a1c;
}
ul.v_list li {
	font-size: 110%;
	width: 100%;
	paddng: 0;
	margin: 0;
	line-height: 1.8em;
}
ul.v_list li span {
	border:1px solid #908c68;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family:arial, helvetica, sans-serif;
	padding: 2px 5px;
	margin-left: 5px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	font-size: 60%;
	text-align: center;
	color: #FFFFFF;
	background-color: #a9a588;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a9a588), to(#8e865b));
	background-image: -webkit-linear-gradient(top, #a9a588, #8e865b);
	background-image: -moz-linear-gradient(top, #a9a588, #8e865b);
	background-image: -ms-linear-gradient(top, #a9a588, #8e865b);
	background-image: -o-linear-gradient(top, #a9a588, #8e865b);
	background-image: linear-gradient(to bottom, #a9a588, #8e865b);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a9a588, endColorstr=#8e865b);
}
ul.v_list li span.red {
	background: #b83333;
	border-color: #b83333;
}
ul.v_list li span.green {
	background: #759b22;
	border-color: #759b22;
}
ul.v_list li span.yellow {
	background: #cf8a1c;
	border-color: #cf8a1c;
}
.searchBTN3 {
	height:36px;
	width:90px;
	margin:0px 20px 0px 0px;
	float: right;
	background: none;
	overflow: hidden;
	display: block;
	cursor:pointer;
	cursor:hand;
}
#comment1, #comment2 {
	border:none;
	color:#000;
	background: #fff;
	float:left;
	height:16px;
	margin-right:10px;
	padding:10px;
	width:454px;
}
#input_wrap {
	width: 600px;
	height: 50px;
	display: block;
}
ul.iconBox {
	width: 600px;
}
ul.iconBox li {
	float:left;
	margin-right: 6px;
	line-height: 1.8em;
}
ul#bk_icon li {
	float: left;
	list-style: none;
	padding-right: 12px;
}
/*----------------------------------------------------
	yahoo auction
----------------------------------------------------*/
.image_box_container {
	margin: 0 0 6px;
}
.image_box_container p {
	line-height: 1.3em;
	margin: 0 0 0 4px;
}
.new_image_box {
	width: 92px;
	height: 92px;
	display: block;
	float: left;
	margin: 0;
}
.new_image_box a {
	width: 82px;
	height: 82px;
	display: block;
	overflow: hidden;
	border: solid 2px #87692a;
	margin: 3px;
}
.new_image_box a:hover {
	width: 100px;
	height: 100px;
	z-index: 100;
	position: relative;
	border: solid 2px #000;
}
.new_image_box a:hover img {
	width: 120px;
	height: 120px;
}
.new_image_box a img {
	width: 82px;
	height: 82px;
}
#yahoo_web_ico img {
	margin: 3px 0 0 10px;
}
.icon_text, .icon_text2, .icon_text3 {
	padding: 5px 8px 3px 8px;
	font-size: 12px;
	font-weight: bold;
	background: #699523;
	color: #fff;
	white-space:nowrap;
	margin-right: 4px;
	display: inline;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.icon_text2 {
	background: #deb137;
}
.icon_text3 {
	background: #db4d27;
}
/*----------------------------------------------------
	css3 animation
----------------------------------------------------*/
.animation_wrap {
animation: animScale 3s 1 ease-out 0.3s;
transform-origin: 50% 50%;
animation-play-state:running;
}
@keyframes animScale {
0% { transform: scale(0.8, 0.8); }
5% { transform: scale(1.2, 1.2); }
10% { transform: scale(1, 1); }
15% { transform: scale(1.1, 1.1); }
20% { transform: scale(1, 1); }
100% { transform: scale(1, 1); }
}