@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* WordPress Popular Postsカウンターの初期化 */
.wpp-list {
    counter-reset: wpp-ranking;
}
/* WordPress Popular Postsカウンターの値を表示 */
.wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
}
.wpp-list li {
    position: relative;
    list-style-type: none;
    padding-top: 5px;
    padding-left: 5px;
}
.wpp-list li:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    background: rgba(0,106,198,1);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 4px 8px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.wpp-list li:nth-child(1):before {
    background: rgba(255, 88, 196, 0.9);
}
.wpp-list li:nth-child(2):before {
    background: rgba(245, 171, 31, 0.9);
}
.wpp-list li:nth-child(3):before {
    background: rgba(255, 121, 37, 0.9);
}

@media screen and (max-width: 740px) {
#main2 {
	background: #fff url(https://pwssurf.jp/main2/wp-content/uploads/bi_bg-1.jpg) no-repeat center center;
    background-size: cover;
}
}

.main2 h3 {
    border-bottom: solid 3px #719ac9;
    position: relative;
    padding-top: 40px;
    margin-bottom: 20px;
}
.main2 h3::after {
    position: absolute;
    content: " ";
    display: block;
    bottom: -3px;
    width: 20%;
}

/*** レスポンシブテーブルデザイン ***/
.myboard{
  width:100%;
  border: 1px solid #cecece;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.myboard th{
  padding: 6px;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #fffdf7;
}
 
.myboard td{
padding: 5px;
text-align: left;
vertical-align: top;
color: #484848;
border-top: dotted 1px #e0dccc;

word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.myboard th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.myboard td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}/* end */

.cat_boards {
    position: relative;
    padding-bottom: 100%;
}
.long-boards {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://pwssurf.jp/main2/wp-content/uploads/board_data_2-1.png) no-repeat 0 0;
    background-size: contain;
}
.short-boards {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://pwssurf.jp/main2/wp-content/uploads/board_data_3.png) no-repeat 0 0;
    background-size: contain;
}
.fun-boards {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://pwssurf.jp/main2/wp-content/uploads/board_data_2-1.png) no-repeat 0 0;
    background-size: contain;
}

div#google_translate_element {
    clear: left;
    margin-bottom:5px;
}
div#google_translate_element * {
    font-size:100%;
}
