@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  /*font:12px/1.22 "MS PGothic","Osaka",Arial,sans-serif;*/
  /*font-size:12px;*/
	font:13px/1.231 "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
  color:#555;
}

/* for windows vista */
* + html body {
  font-family: "CI","Meiryo";
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

strong {
  font-weight: bold;
}






/* layoutCSS Document */
html, body {
	width: 100%;
    height: 100%;
}

/*----------wrapper----------*/
#wrapper {
	 	position: relative;
        width: 100%;
		min-width:1000px;
        height: auto !important;
        height: 100%;
        min-height: 100%;
}
#wrapper a{
	 -webkit-transition: 0.3s ease-in-out;  
     -moz-transition: 0.3s ease-in-out;  
     -o-transition: 0.3s ease-in-out;  
     transition: 0.3s ease-in-out;  
}
#wrapper a:hover {
	text-decoration: none;
	-moz-opacity:0.5;
	opacity:0.5;
	filter: alpha(opacity=50);      
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: 0.5;            
	zoom: 1.0;
}

/*----------nav----------*/
#nav  {
	position: absolute;
	display: block;
	left: -10px;
	top: 70px;
	background: url(../images/common/nav_bg.png) no-repeat 20px 64px;
	width: 260px;
}
#nav li {
	position: relative;
	display: block;
}
#nav li a, #nav li span {
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

#nav li span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#nav li.intro a, #nav li.intro span {
	background: url(../images/common/nav1.png) 0px 0px;
	height: 64px;
	width: 256px;
	margin-top:-10px;
}
#nav li.onair a, #nav li.onair span {
	background: url(../images/common/nav2.png) 0px 0px;
	height: 50px;
	width: 252px;
	margin-top:-10px;
}
#nav li.staff a, #nav li.staff span {
	background: url(../images/common/nav3.png) 0px 0px;
	height: 56px;
	width: 254px;
}
#nav li.character a, #nav li.character span {
	background: url(../images/common/nav4.png) 0px 0px;
	height: 58px;
	width: 254px;
}
#nav li.story a, #nav li.story span {
	background: url(../images/common/nav5.png) 0px 0px;
	height: 56px;
	width: 254px;
}
#nav li.goods a, #nav li.goods span {
	background: url(../images/common/nav6.png) 0px 0px;
	height: 64px;
	width: 254px;
}
#nav li.bd a, #nav li.bd span {
	background: url(../images/common/nav7.png) 0px 0px;
	height: 58px;
	width: 254px;
	margin-top:-15px;
}
#nav li.music a, #nav li.music span {
	background: url(../images/common/nav8.png) 0px 0px;
	height: 50px;
	width: 252px;
	margin-top:10px;
}
#nav li.comic a, #nav li.comic span {
	background: url(../images/common/nav9.png) 0px 0px;
	height: 50px;
	width: 252px;
}
#nav li.movie a, #nav li.movie span {
	background: url(../images/common/nav10.png) 0px 0px;
	height: 58px;
	width: 254px;
}
#nav li.info a, #nav li.info span {
	background: url(../images/common/nav11.png) 0px 0px;
	height: 58px;
	width: 254px;
	margin-left:5px;
}
/*----------bottomContainer----------*/
#bottomContainer {
	background: url(../images/common/bottom_bg.png)  repeat-x center top;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*----------page-top----------*/
#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	background: url(../images/common/pagetop.png) no-repeat;
	height: 500px;
	width: 85px;
}
#page-top a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;	
}
#page-top a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1000px) {
	#page-top{
		display:none;

	}
}

/*----------footer----------*/
#footer{
	padding: 45px 10px 10px;
	overflow: hidden;
	background: url(../images/common/footer_bg.png) repeat-x center top;
}
#footer div.right {
	text-align: right;
	display: block;
	float: right;
	width: 300px;
}

#footer p.copy {
	text-align:right;
}
div#footer p.copy {
  color: #fff;
	font:93% "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*html #top #btn-sbm{ zoom:1; }
#top #btn-sbm li {
	float: left;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 20px 0px 0px;
	line-height: normal;
	list-style: none;
}
*html #top #btn-sbm li { display: inline; }
*+html #top #btn-sbm li { display: inline; }
#top #btn-sbm li a { margin: 0px; }
#top #btn-sbm .btnHatenaBookmark { margin-right: 10px; }
#top #btn-sbm .btnGoogleCalendar { margin-right: 10px; }
#top #btn-sbm .btnFaceBook{
position:relative;
left:-10px;
}



/*---------------
□□□is2nd layout□□□
---------------*/

body.is2nd {
	background: url(../images/common/bg.jpg) repeat center top;
}
body.is2nd #wrapper {
	position: relative;
	width: 100%;
	min-width:1000px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../images/common/header_bg.png) repeat-x left top;
}
body.is2nd #mainContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom:100px;
}
body.is2nd #main {
  margin: 0px auto;
  padding-bottom: 50px;
  width: 640px;
}
body.is2nd #nav  {
	position: absolute;
	display: block;
	background: url(../images/common/nav_bg.png) no-repeat 20px 234px;
	width: 260px;
	left: 20px;
	top: 170px;
}

body.is2nd #mainContainer .main {
	position: relative;
	background: url(../images/common/main_bg.png) no-repeat center top;
	overflow: hidden;
	padding-bottom:50px;
}
body.is2nd #mainContainer .main  h1{
	display:none;
}
body.is2nd #mainContainer .main .logo_ore{
	top:10px;
	position: absolute;
	left: 0;
	margin: auto;
	display: block;
	background: url(../images/common/logo_ore.png) no-repeat;
	height: 152px;
	width: 323px;
	text-indent: 0px;
}
body.is2nd #mainContainer .main .logo_ore a{
	display: block;
	background: url(../images/common/logo_ore.png) no-repeat;
	height: 141px;
	width: 357px;
	text-indent: -9999px;
}
body.is2nd #bottomContainer {
	background: url(http://www.anime-ore.jp/css/none);
}
body.is2nd #mainContainer .main .block{
	position: relative;
	width: 640px;
	min-height:550px;
	margin-right: 10px;
	margin-left: auto;
	background: url(../images/common/block_bg.jpg) repeat-y;
	margin-top: 175px;
	padding: 30px;
	box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.1);
}
body.is2nd #mainContainer .main .block h2{
	margin-bottom: 40px;
}
body.is2nd div.sticker p{
	position: absolute;
}
body.is2nd div.sticker p#sticker3{
	top: 730px;
	left: 150px;
}
body.is2nd div.sticker p#sticker4{
	top: 720px;
	left: 10px;
}
body.is2nd div.sticker p#sticker5{
	top: 99px;
	right: 80px;
}
body.is2nd div.sticker p#sticker6{
	top: 160px;
	right: 20px;
}
body.is2nd #footer{
	background: url(../images/common/footer_bg2.png) repeat-x center top;
}
body.is2nd #blockOnair p.alt{
	text-indent: -9999px;
}