/* 
 * html5doctor.com Reset Stylesheet
 * v1.6.1
 * Last Updated: 2010-09-17
 * Author: Richard Clark - http://richclarkdesign.com 
 * Twitter: @rich_clark
 * */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

ul {
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;
}

/ change colours to suit your needs /
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/ change colours to suit your needs /
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs 
 * */
hr {
display:block;
height:1px;
border:0; 
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

/* ギタフリ用 */
#siteTitle {
  padding:10px;
  padding-bottom:0px;
  font-size:24px;
  color:#D00;
}
#siteTitle a {
  text-decoration:none;
  color:#D00;
}
header {
  position: fixed;
  width: 100%;
  background-color:rgba(1,1,1,0.9);
  margin-bottom:10px;
}
main {
  padding-top:90px;
}
footer {
  background-color:#010101;
  text-align:center;
  color:#FCFCFC;
  margin-top:10px;
  padding:5px;
  line-height:1.4em;
}
footer a {
  text-decoration:none;
  color:#FCFCFC;
}
#pageTitle {
  font-size:24px;
  margin: 10px;
  margin-right:20px;
  color:#F7F7F7;
  display: inline-block;
}
.moreLink {
  text-decoration: none;
  color:#f7f7f7;
  padding: 10px;
}
.listBtnSh {
  overflow: hidden;
  padding: 2px 10px;
}
.listBtnItem {
  display: block;
  box-sizing: border-box;
  height: 40px;
  width: 12%;
  max-width:120px;
  padding: 5px 5px 0px 0px;
  float: left;
}
.listBtnItemLang {
  width:16%;
}
.listBtnItemTerm {
  width:12%;
  max-width:80px;
}
.listBtnText {
  display: table;
  height: 100%;
  width: 100%;
}
.listBtnText a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  padding: 1px 5px;
//  border-radius: 4px;
//  border: 1px solid #ddd;
}
.listBtnItem .active {
  border-bottom: medium solid #d00;
  color: #ccc;
}
.itemlist {
  text-align:center;
}
.item {
  display: inline-block;
}
body {
  background-color:#222;
}
.footerLink {
  margin-top:10px;
  margin-bottom:20px;
  text-align:center;
}
.current {
  color: #f7f7f7;
  font-size: 1.2rem;
  margin: 5px;
}
#sns_list {
  padding:8px;
}
#sns_list li {
  display:inline;
  margin:10px;
}
#sns_list li img {
  height:28px;
}

@media (max-width: 680px) {
.listBtnItem {
  height: 45px;
}
.item {
  width:48%;
}
.item img {
  width:100%;
}
.listBtnItemCategory {
  width:32%;
}
#pageTitle {
  font-size:20px;
}
footer {
  padding-bottom:20px;
}
}
