@charset "shift_jis";
@media only screen and ( min-width: 640px ) {
body {
	background:url(../images/bg.jpg) top left repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.5em;
	color:#000;
	font-size:12px;
}
	
a:link    {color:#d62710; text-decoration:underline;}
a:visited {color:#d62710; text-decoration:underline;}
a:active  {color:#d62710; text-decoration:underline;}
a:hover   {color:#d62710; text-decoration:none;}

p#info{
	background:#ff8c8e;
	font-size:15px;
	font-weight:bold;
	border-top:4px #cb3437 double;
	border-bottom:4px #cb3437 double;
	width:500px;
	padding:8px 5px;
	margin:0 10px 10px 425px;
}

p#info a:link    {color:#5c0406; text-decoration:underline;}
p#info a:visited {color:#5c0406; text-decoration:underline;}
p#info a:active  {color:#5c0406; text-decoration:underline;}
p#info a:hover   {color:#5c0406; text-decoration:none;}
	

/*====================
 Layout
====================*/

.container{
	background:#fff;
	width:950px;
	margin:0 auto;
	border-left:3px solid #f96f6f;
	border-right:3px solid #f96f6f;
}

#main_area{
	overflow:hidden;
	width:950px;
	padding:10px 0;
}
#main{
	float:left;
	width:725px;
}
#banner_area{width:220px; margin:0 0 0 3px; float:left;}

section {position:relative;}
.mini_logo{
	position:absolute;
	width:84px;
	height:56px;
	top:0;
	right:6px;
}

/*====================
 Header（header.html）
====================*/
header{
	position:relative;
	height:76px;
	padding:10px 0 0 0;
}

header a {color:#fff; text-decoration:none;}

header h1{
	position:absolute;
	width:204px;
	height:140px;
	text-align:center;
	left:25px;
	top:0;
	z-index:10;
}
	
/***ナビゲーション***/
.nav_area{
	background:url(../images/bg_nav.jpg) repeat-x;
	width:950px;
	height:94px;
	border-top:1px solid #b3182d;
}
.nav_area img{
	width:720px;
	height:90px;
	padding-left:230px;
}

/*nav ul{
	overflow:hidden;
	width:720px;
	margin-left:230px;
}
nav ul li{
	float:left;
	background:url(../images/bg_nav_off.jpg) no-repeat;
	width:240px;
	height:55px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	line-height:55px;
	text-shadow:1px 1px 2px #b3182d;
}
nav ul li a:link,
nav ul li a:visited,
nav ul li a:active,
nav ul li a:hover    {color:#fff; text-decoration:none;}
nav ul li:hover {background:url(../images/bg_nav_on.jpg);}*/

/*====================
 index.php 
====================*/
section#new .box{
	height:140px;
	padding-bottom:15px;
}

/*スライダー*/
.slider_area{
	background:url(../images/bg_slider.jpg) no-repeat;
	width:705px;
	height:400px;
	margin:15px 0 0 7px;
	padding:8px 0 0 10px;
}
#slider{
	overflow:hidden;
	width:696px;
	height:370px;
}

/*ページャー設定*/
.bx-wrapper .bx-pager{
    text-align:center;
    font-size:.85em;
    font-family:Arial;
    font-weight:bold;
    color:#666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item{
    display:inline-block;
    *zoom:1;
    *display:inline;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	background:url(../images/slider/default.jpg) no-repeat;
	display:block;
	width:20px;
	height:20px;
	margin:10px;
	outline:0;
	/*text-indent:-9999px;*/
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background:url(../images/slider/active.jpg) no-repeat;}

.bx-wrapper .bx-pager.bx-default-pager a{
	overflow: hidden;
	display: block;
	background: #666;
	width: 10px;
	height: 10px;
	margin:10px 5px 0 5px;
	text-indent: -9999px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {background:orange;}

/*見出し*/
section#new h2,
section#lineup h2,
section#lineup_2 h2,
section#lineup_3 h2{
	width:720px;
	height:40px;
	text-indent:-9999px;
}

section#new h2{background:url(/ex/ani_cap/shared/images/tit_new.jpg) no-repeat;}
section#lineup h2{background:url(/ex/ani_cap/shared/images/tit_lineup.jpg) no-repeat;}
section#lineup_2 h2{background:url(/ex/ani_cap/shared/images/tit_lineup_2019.jpg) no-repeat;}
section#lineup_3 h2{background:url(/ex/ani_cap/shared/images/tit_lineup_2019_2020.jpg) no-repeat;}
section#lineup_4 h2{
	background:url(/ex/ani_cap/shared/images/tit_lineup_2020.jpg) no-repeat;
	height: 40px;
	width:720px;
	}

section#new,
section#lineup,
section#lineup_2,
section#lineup_3,
section#lineup_4{
	width:720px;
	padding:10px 0 5px 0;
}

.box{
	width:719px;
	margin-top:-2px;
	padding:15px 0 0 0;
	border-right:1px solid #d62710;
	border-bottom:1px solid #d62710;
}


/***更新履歴***/
dl#news{
	overflow:hidden;
	width:680px;
	font-size:14px;
	line-height:1.5em;
	border-bottom:1px dashed #d62710;
	zoom:100%;
}
dl#news:after{
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:left;
}
dl#news dt,
dl#news dd{
	float:left;
	margin:0;
	padding:5px;
	border-top:1px dashed #d62710;
}
dl#news dt{
	width:90px;
	color:#d62710;
	font-weight:bold;
}
dl#news dd {width:570px;}


/*スクロールバー*/
#scroll{
	position:relative;
	overflow:hidden;
	width:700px;
	height:140px;
	margin:0 0 0 10px;
}

#scroll .scrollbar{
	position:absolute;
	width:5px;
	height:140px;
	top:0;
	right:0;
	z-index:1;
}
#scroll .scrollbar .track{
	position:absolute;
	background:#eee;
	width:5px;
	height:140px;
	top:5px;
	left:0;
	z-index:2;
}
#scroll .scrollbar .track .thumb{
	position:absolute;
	background:#d62710;
	width:5px;
	top:0;
	left:0;
	z-index:3;
	cursor:pointer;
	font-size:0;
	line-height:0;
}
#scroll .scrollbar .up{
	position:absolute;
	background:#ddd;
	width:5px;
	height:5px;
	top:0;
	left:0;
	z-index:2;
	cursor:pointer;
	font-size:0;
	line-height:0;
}
#scroll .scrollbar .down{
	position:absolute;
	background:#ddd;
	width:5px;
	height:5px;
	top:135px;
	left:0;
	z-index:2;
	cursor:pointer;
	font-size:0;
	line-height:0;
}

/*最新ラインナップ*/
ul#lineup_banner li {margin:0 0 10px 10px;}


/*====================
 new_lineup.php
 old_lineup.php
 whats.php
====================*/	

section#new_lineup{}

section#new_lineup h2,
section#old_lineup h2,
section#whats h2{
	width:705px;
	height:30px;
	margin:18px 0 0 10px;
	text-indent:-9999px;
}

section#new_lineup h2{background:url(../images/tit_new_lineup.jpg) no-repeat;}
section#old_lineup h2{background:url(../images/tit_old_lineup.jpg) no-repeat;}
section#whats h2{background:url(../images/tit_whats.jpg) no-repeat;}

/***アニくじとは？***/
.whats_img{
	width:700px;
	margin:0 auto;
}
.whats_txt{
	width:660px;
	margin:0 auto;
	padding:10px 0;
	line-height:150%;
	color:#09C;
}	

/***ラインナップ一覧***/
/***過去のラインナップ一覧***/
.new_area,
.old_area{
	overflow:hidden;
	background:#fff;
	width:719px;
	margin:-2px auto 0;
	padding:10px 0;
}
.lineup_box{
	float:left;
	width:220px;
	margin:5px;
	padding:5px 0;
	border-bottom:1px dashed #d62710;
	min-height:100px;
	height:120px!important;
}
.lineup_box p.img{
	float:left;
	width:90px;
	height:90px;
}
.lineup_box .detail{
	float:left;
	width:120px;
	margin:0 0 0 5px;
}
.lineup_box .detail p.tit{
	margin:0 0 5px 0;
	font-size:12px;
	line-height:140%;
	text-decoration:underline;
}
.lineup_box .detail p.tit:hover {text-decoration:none;}
.lineup_box .detail p.data{
	font-size:12px;
	color:#000;
	cursor:default;
}



/*====================
 Banner（banner.html）
====================*/	

section#link_lineup {padding:17px 0 5px 0;}
section#shop_lineup,
section#charagoods {padding:0 0 10px 0;}	

/*右カラム_見出し*/	
h3{
	width:215px;
	height:30px;
	text-indent:-9999px;
}
	
#link_lineup h3		{background:url(../images/s_tit_lineup.jpg) no-repeat;}
#link_charagoods h3	{background:url(../images/s_tit_charagoods.jpg) no-repeat;}

/*バナー並び*/
ul.link{
	overflow:hidden;
	width:200px;
	margin:0 0 0 7px;
	padding:3px 0;
}

ul.link li{
	margin:5px 0;}	
/*====================
 Parts
====================*/

.font10{font-size:10px;}
.font12{font-size:12px;}
.font14{font-size:14px;}

}