@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: 35px/1.4 "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
color: rgb(60,60,60);
background:url(../img/bg.jpg) center/cover no-repeat fixed;
}*/
body {
margin: 0;
padding: 0;
font: 35px/1.4 "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
color: rgb(60,60,60);
}

body:before{
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100%;
background:url(../img/bg.jpg) center no-repeat;
background-size:cover;
}


a {
color: #ffcc00;
}

#acqlogo img {
width: 90px;
height: 90px;
}

article {
min-width: 1000px;
}

/**/


header {
min-width: 1000px;
background:#fff;
height: 90px;
border-bottom: rgba(99,83,64,1.00) 1px dotted;
}


#headbox {
height: 90px;
width: 1000px;
margin: 0 auto 0 auto;
position: relative;
}

#acqlogo{
position: absolute;
top: 0;
left: 0;
margin: 0 0 0 15px;
}

#headbtn {
position: absolute;
top: 0;
right: 0;
margin: 14px 0 0 0;
}

#headbtn > ul {
display: table;
}


#headbtn > ul > li {
display: table-cell;
}


/**/
#spec {
width: 850px;
background: rgba(0,111,205,0.5);
padding: 20px;
margin: 1.5em auto 0 auto;
color: #fff;
text-align:left;
box-shadow: 0 0 70px #000 inset;
border: 15px #727272 solid;
}

#spec > table {
width: auto;
margin: 0 auto 0 auto;
}

#spec th {
font-weight: normal;
vertical-align: top;
white-space: nowrap;
padding: 0.3em;
}
#spec td {
font-weight: normal;
vertical-align: top;
padding: 0.3em 0 0.3em 0;
}

#item {
width: 850px;
background: url("../img/info_back.jpg");
padding: 20px;
margin: 1.5em auto 0 auto;
color: #fff;
text-align:left;
box-shadow: 0 0 70px #000 inset;
border: 15px #727272 solid;
font-size: 100%
}

#item > table {
width: auto;
margin: 0 auto 0 auto;
}

#item th {
font-weight: normal;
vertical-align: top;
white-space: nowrap;
padding: 0.3em;
}
#item td {
font-weight: normal;
vertical-align: top;
padding: 0.3em 0 0.3em 1em;
}

#contentsbox {
max-width: 1000px;
height: auto;
margin: 00px auto 0 auto;
/*background: rgba(0,0,0,0.8);*/
text-align: center;
padding: 0 0 2em 0;
}

div#copyrights {
min-width: 1000px;
margin: 1.5em auto 0 auto;
color: #000;
text-align: center;
color: #A2A2A2;
font-size: 55%;
}

div#copyrights span {
text-align: center;
}

#acqlogo_foot {
margin: 20px ;
}

#headbtn_foot {
}

#headbtn_foot > ul {
display: table;
margin: 0 auto 0 auto;
}


#headbtn_foot > ul > li {
display: table-cell;
}

