/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 1.6;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
    font-family: "Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    *font-size: small;
    *font: x-small;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover{
  text-decoration:none;
}
* {margin: 0; padding: 0;}
body,html {width: 100%;height: 100%;}


.slide_all {width: 1170px; margin: 0 auto; height: 555px; position: relative;}
.slide_wrap {width: 3510px; position: absolute; left: 50%; margin-left: -1755px; height:555px; margin-bottom:0px; }
.slide_body {width: 100%;}
.slide {width: 1170px; font-family: 'arial'; background: #000; color: #fff; font-size: 50px; line-height: 450px; text-align: center;}
.slide img {width: 100%; vertical-align: bottom;}

.bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #fff; border-radius: 10px; margin:10px 2px 0 2px;
}
.bx-pager-item a.active {opacity: 0.3;}
.bx-controls-direction a{text-decoration: none; color: #fff; padding:0 0px;}
.bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}

.slide{transition:all .3s;opacity:.5;}
.slide.active{ opacity:1;}
