@charset "utf-8";

/*
========== CSS of CONTENTS ==========

Created: 2020-03-11
Modified:

1:Structure
2:Common Setting Unit
3:Individual Screen Unit
4:CommunityTop Unit

========== /CSS of CONTENTS ==========
*/

/* Structure
   ========================================================================== */
/**
 * Background
 */
body{
  background: none;
  background: #fff;
}

/* Common Setting Unit
   ========================================================================== */

/* Individual Screen Unit
   ========================================================================== */

/* CommunityTop Unit
   ========================================================================== */
/**
 * コミュニティに参加するボタン Module
 */
#boxSignboardCommunity { margin-bottom: 30px; }

#boxSignboardCommunity .modJoinBtn {
  background: #72c1ed;
  border-radius: 30px;
  margin: 0 auto;
  position: static;
  width: 360px;
}

#boxSignboardCommunity .modJoinBtn a {
  color: #fff;
  display: block;
  font-size: 123.1%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
}

#boxSignboardCommunity .modJoinBtn:hover { background-color: #000; }

/**
 * みんなの写真 Module
 */
#unitEveryonesPhotos .titH3MainC01 {
  background: #000;
  border-radius: 6px 6px 0 0;
  padding: 8px 0 6px;
}

#unitEveryonesPhotos .titH3MainC01 h3 {
  color: #fff;
  padding-left: 39px;
}

#unitEveryonesPhotos .titH3MainC01 .modTitH3Foot { display: none; }

#unitEveryonesPhotos .titH3MainC01 h3::before {
  background: url(/asset/spv/100LAB/images/ja_JP/community/ico_sprite.png) no-repeat 0 0;
  content: '';
  display: inline-block;
  height: 16px;
  left: 10px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 20px;
}

/**
 * メンバーシップサークル Module
 */
#unitMembershipCircle .titH3MainC01 {
  background: #000;
  border-radius: 6px 6px 0 0;
  padding: 8px 0 6px;
}

#unitMembershipCircle .titH3MainC01 h3 {
  color: #fff;
  padding-left: 39px;
}

#unitMembershipCircle .titH3MainC01 .modTitH3Foot { display: none; }

#unitMembershipCircle .titH3MainC01 h3::before {
  background: url(/asset/spv/100LAB/images/ja_JP/community/ico_sprite.png) no-repeat -30px 0;
  content: '';
  display: inline-block;
  height: 16px;
  left: 10px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 20px;
}

#unitMembershipCircle .titH3MainC01 p{
  background: none;
}

#unitMembershipCircle .titH3MainC01 p a { color: #fff; }

#unitMembershipCircle .titH3MainC01 p::before {
  background: url(/asset/spv/100LAB/images/ja_JP/community/ico_sprite.png) no-repeat -60px 0;
  content: '';
  display: inline-block;
  height: 11px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 11px;
}
