@charset "utf-8";
/* CSS Document */
/* reset
----------------------------------------------- */

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 1em;
line-height: 1em;
list-style: none;
}

a,
a:hover,
a:active,
a:visited {
margin: 0;
padding: 0;
text-decoration: none;
overflow: hidden;
outline: none;
}

img {
vertical-align: top;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
-moz-user-drag: none;
-ms-user-drag: none;
user-drag: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

hr {
display: none;
}

/* clear */

.clear:after {
content: "."; 
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

.br {
margin: 0 0 1em 0;
}

* {
   -webkit-appearance: none;
}

/* html
----------------------------------------------- */

html {
margin: 0;
padding: 0;
-webkit-print-color-adjust: exact;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

/* body
----------------------------------------------- */

body {
position: relative;
margin: 0;
padding: 0;
font: 14px/1.4 "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
color: rgb(60,60,60);

}

a {
color: #ffcc00;
}

#acqlogo img {
width: 60px;
height: 60px;
}

article {
min-width: 1000px;
}

/**/

header {
min-width: 700px;
background:#fff;
height: 60px;
border-bottom: #dddddd 1px solid;
}


#headbox {
height: 60px;
width: 700px;
margin: 0 auto 0 auto;
position: relative;
}

#acqlogo{
position: absolute;
top: 0;
left: 0;
}

#headbtn {
position: absolute;
top: 0;
right: 0;
margin: 10px 10px; 0 0;
}

#headbtn > ul {
display: table;
}


#headbtn > ul > li {
display: table-cell;
}

/**/