/*
 Theme Name:uke_jpn
 Theme URI: http://ukelele.jpn.org/uke_jpn/
 Description:  uke jpn Theme
 Template:  arcade-basic
 Version:      1.0.0
*/
.basic h1, .basic h2, .basic h3, .basic h4, .basic h5, .basic h6 {
    font-family: "ゴシックMB101 B";
}
.basic h1, .basic h2, .basic .entry-title {
    font-size: 28px; 
	margin-bottom: 20px;
}
.basic h3 {
    font-size: 22px; 
}
.basic #site-title a {
   font-family: 'Fredericka the Great', cursive;
}

#site-title {
  margin: 0; }
  .no-fittext #site-title {
    font-size: 80px; }
  #site-title a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%; }
    .basic #site-title a 
      .only-on-home.no-fittext .basic #site-title a {
        font-size: 120px; }
    @media (max-width: 600px) {
      .no-fittext #site-title a {
        font-size: 60px !important;margin-top: 40px;line-height: 60px; } }

  #site-description.margin-top {
    margin: 40px; }

#buddypress .avatar {
    margin-top: 0 !important;
}
#buddypress ul.item-list li img.avatar {
    float: left;
    margin: 0 10px 10px 0;
}

#nav_menu-4 ul {
    list-style-type: none;
}


.footer-block-in {
    width: 32%;
    padding: 10px 1%;
    float: left;
	list-style-type: none;
}
 
.footer-block-in > ul {
    padding: 5px;
    list-style-type: none;
    margin-bottom:20px;
}
 
.footer-block-in > ul ul {
    text-align: left;
    padding: 10px 12px;
    margin-left: 5px;
	list-style-type: none;
}
 
.footer-block:after{
    content: "";
    clear: both;
    display: block;
}
 
@media (max-width: 600px) {
    .footer-block-in {
        width: 98%;
        padding: 10px 1%;
        float: none;
    }
}

.bp-login-widget-register-link > a {
	color: #fff;
	font-weight: bold;
    padding: 8px 70px;
    font-size: 15px;
    line-height: 1.33333;
    border-radius: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    background-color: #5bc0de;
    border-color: #46b8da;
        border-top-color: rgb(70, 184, 218);
        border-right-color: rgb(70, 184, 218);
        border-bottom-color: rgb(70, 184, 218);
        border-left-color: rgb(70, 184, 218);
}
.register-btn  {
	margin-bottom: 30px;
}