/* =========================
    common header
========================= */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, fieldset, div {
  margin: 0;
  padding: 0;
}


header, section, nav, aside, footer, article{
  display: block;
}

.toolbar .headerDefault {
  height: auto;
}

.toolbar header {
  display: block;
}

.headerDefault {
  position: relative;
  margin-bottom: 0;
  border-bottom: 6px solid #ffda45;
}

.toolbar .headerDefault #logo {
  border-bottom: 6px solid #ffda45;
}

.toolbar .headerDefault {
  border-bottom: none;
}

.headerDefault #logo {
  height: 33px;
  padding: 0;
  background: #e9e9e9;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
  background: -webkit-linear-gradient(top, #fff, #e9e9e9);
  background: -moz-linear-gradient(top, #fff, #e9e9e9);
  background: -o-linear-gradient(top, #fff, #e9e9e9);
  background: linear-gradient(to bottom, #fff, #e9e9e9);
  overflow: hidden;
}

.headerDefault #logo h1 a, .headerDefault #logo h1 span {
  display: block;
}

body a {
  color: #3366cc;
  text-decoration: none;
}

.headerDefault:after {
  display: block;
  clear: both;
  height: 0;
  content: ".";
  visibility: hidden;
}

.headerDefault .headerMenu li:nth-last-child(2) a {
  width: 59px;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #fff;
}

.headerDefault .headerMenu li a {
  display: block;
  color: #333;
  text-shadow: 0 1px 1px #fff;
  font-weight: bold;
  text-align: center;
}

.headerDefault .headerMenu {
  float: right;
  height: 33px;
  margin-right: -2px;
}

.headerDefault .headerMenu li:nth-last-child(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #cfcfcf;
}

.headerDefault .headerMenu li {
  display: block;
  float: left;
  height: 33px;
  font-size: 10px;
  line-height: 33px;
}

.headerDefault #logo h1 {
  float: left;
  width: 47px;
  height: 33px;
  background: url(https://s.yimg.jp/c/icon/s/bsc/2.0/y40.png) no-repeat 7px center;
  line-height: 33px;
  text-indent: -9999px;
  overflow: hidden;
}

.headerDefault #logo a {
  width: 110px;
  height: 33px;
  line-height: 33px;
  text-indent: -9999px;
  overflow: hidden;
}

.headerMenu li #ylogo {
  display: block;
  width: 33px;
  height: 33px;
  padding: 0;
  background: url(https://s.yimg.jp/c/icon/s/bsc/2.0/y20.png) no-repeat 9px center;
  text-indent: -9999px;
  overflow: hidden;
}


.headerMenu li #ylogo {
  -webkit-background-size: 16px 16px;
  -ms-background-size: 16px 16px;
  background-size: 16px 16px;
}

.toolbar ul li, .toolbar ol li {
  list-style: none;
}

/* -------------------------------
    footer style
------------------------------- */



.footerDefault200{
  line-height: 1;
  text-align: center;
  display: block;
  font-size: 14px;
}
.footerDefault200 .changeDevice{
  margin: 10px;
}
.footerDefault200 .changeDevice dl{
  display: inline-block;
  padding: 5px 5px 5px 10px;
  border: 1px solid #e7e7e7;
  background: #f9f9f9;

}
.footerDefault200 .changeDevice dt{
  display: inline;
}
.footerDefault200 .changeDevice dt:after{
  content: ":";
}
.footerDefault200 .changeDevice dd{
  display: inline;
  padding:0;
  margin:0;
}
.footerDefault200 .changeDevice dd:after{
  content: "|";
}
.footerDefault200 .changeDevice dd:last-child:after{
  content: "";
}
.footerDefault200 .changeDevice p{
  font-size: 1.2rem;
}
.footerDefault200 .changeDevice a,
.footerDefault200 .changeDevice span{
  padding: 0 5px; 
}
.footerDefault200 .changeDevice span{
  font-weight: bold;
}
.footerDefault200 .footerInner{
  padding: 13px 10px 15px 10px;
  border-top: 3px solid #d4d7db;
  background: #eeeeee;
}
.footerDefault200 .loginArea{
  margin-bottom: 15px;
  text-align: center;
}
.footerDefault200 .loginArea p + p {
  margin-top: 10px;
}
.footerDefault200 .loginArea .loginName{
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  -moz-word-wrap: break-word;
  text-align: left;
}
.footerDefault200 .loginArea .loginStatus em{
  font-weight: bold;
}
.footerDefault200 .commonLink{
  margin-bottom: 10px;
}
.footerDefault200 .commonLink li{
  display: inline;
}
.footerDefault200 .commonLink li:after{
  content: " | ";
}
.footerDefault200 .commonLink li:last-child:after{
  content: "";
}
.footerDefault200 .subLink{
  margin-bottom: 8px;
  font-size: 1.2rem;
}
.footerDefault200 .subLink li{
  display: inline;
}
.footerDefault200 .subLink li:after{
  content: " - ";
}
.footerDefault200 .subLink li:last-child:after{
  content: "";
}
.footerDefault200 small{
  display: block;
  font-size: 1.2rem;
}
.footerDefault200{
  margin-bottom:-20px;
}

.snsbtn li{
margin-right:10px;

}

.footerDefault200 .loginArea .loginName{
  text-align:center;
}

.footerDefault200 .subLink,
.footerInner p small{
  font-size:12px!important;

}

