@charset "shift_jis";

/*=============================================
reset.css for html5
file name reset_html5.css
=============================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
     background:transparent;
}
input[type="submit"],
input[type="button"]{
	vertical-align:middle;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type="checkbox"],
input[type="radio"],
select { display:inline; vertical-align:middle ;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
     display: block;
}
body {
     line-height: 1;
     font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳＰゴシック",sans-serif;
}
ol, ul, li {
     list-style:none;
}
blockquote, q {
     quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
     content: '';
     content: none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color:#3865eb;
	/*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
}

:focus { /* remember to define focus styles! */
    outline: 0;
    }

ins { /* remember to highlight inserts somehow! */
    text-decoration: none;
    background-color:#ff9;
    color:#000;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

img {
   vertical-align: top;
   font-size:0;
   line-height: 0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:0px;
    border:0;
    border-top:10px solid #000000;
    margin:0;
    padding:0;
}

.clearfix {_height: 1px;min-height: 1px;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}

a:link,a:visited {
	text-decoration:none;
	}
/* for MacIE5 \*//*/
.clearfix {height: auto;overflow: hidden;}
/* end */


body{
	background:#000000;
}
h1{
	float:left;
}
#mainArea{
	margin:5px 0 0;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	overflow:hidden;
}
div.scrollArea{
	float:left;
	position:relative;
}
div.scrollArea div{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    overflow:hidden;
}
div.scrollArea div ul{
	overflow:hidden;
}
div.scrollArea div li{
	position:relative;
	float:left;
	text-align:center;
}
div.scrollArea div li a{
	position:absolute;
	display:block;
}
div.scrollArea div li a.btn01{
	width:30%;
	top:90%;
	left:68%;
}
div.scrollArea div li a.btn01b{
	width:30%;
	top:60%;
	left:68%;
}
div.scrollArea div li a.btn02{
	width:34%;
	top:60%;
	left:3%;
}
#wrapper{
	width:1000px;
}
h1{
	width:200px;
}
div.scrollArea{
	width:800px;
}
div.scrollArea div{
    width:800px;
}
div.scrollArea div ul{
	width:2400px;
}
div.scrollArea div li{
	width:800px;
}
@media screen and (min-width: 999px) {
#wrapper{
	width:1000px;
}
h1{
	width:200px;
}
div.scrollArea{
	width:800px;
}
div.scrollArea div{
    width:800px;
}
div.scrollArea div ul{
	width:2400px;
}
div.scrollArea div li{
	width:800px;
}
}


@media screen and (max-width: 481px) {
#wrapper{
	width:480px;
}
h1{
	width:96px;
}
div.scrollArea{
	width:384px;
}
div.scrollArea div{
    width:384px;
}
div.scrollArea div ul{
	width:1152px;
}
div.scrollArea div li{
	width:384px;
}
}

ul.control{
	float:right;
	width:90px;
	padding:5px 0;
	overflow:hidden;
}
ul.control li{
	float:left;
	width:45px;
	height:11px;
	text-indent:-9000px;
}
ul.control li.prev.on{
	background:url(img/btn_back.png) no-repeat center center;
	cursor:pointer;
}
ul.control li.prev.off{
	background:url(img/btn_back_off.png) no-repeat center center;
}
ul.control li.next.on{
	background:url(img/btn_next.png) no-repeat center center;
	cursor:pointer;
}
ul.control li.next.off{
	background:url(img/btn_next_off.png) no-repeat center center;
}



























