@charset "utf-8";

/*----- yasoRoom.html CSS -----*/

/* room */
.room{
  margin: 10px 0px 20px;
}
.room p{
  text-align: left;
}
.room a:link,
.room a:visited,
.room a:active{
	color: #7f7fff;
	text-decoration: none;
}
.room a:hover{
	color: #ff7f7f;
	text-decoration: none;
}
.room ul.artList a:link,
.room ul.artList a:visited,
.room ul.artList a:active,
.room ul.artList a:hover{
	color: #ffffff;
	text-decoration: none;
}

/* main */
.main{
  width: 65%;
}
.left{
  margin: 0px 5px;
  padding: 20px 30px;
  background: #ffffff;
  border: 1px solid #ccccff;
}
@media(max-width:799px){/* for mobile */
  .left{
    padding: 20px;
  }
}
.left p{
  padding: 0px 0px 5px;
}
.left p.title{
  padding-top: 5px;
}
.left p.title.blog{
  font-size: 16px;
  margin-bottom: 5px;
}
.left p.date{
}
.left p.detail{
  padding: 20px 14px 50px;
}
@media(max-width:499px){/* for mobile */
  .left p.detail{
    font-size: 12px;
  }
}
.left .foot p{
  text-align: right;
  font-size: 12px;
  padding-bottom: 10px;
}
.left ul{
  margin: 20px 5px 0px;
}
.left ul li{
  padding-bottom: 20px;
}
.left ul li p.title{
  font-size: 14px;
}

/* tab */
.left ul.tab{
  margin: 0px;
}
.left ul.tab.sort{
  margin-top: 0.5em;
}
.left ul.flexbox{
  justify-content: flex-end;
}
.left ul.tab li{
  margin: 5px;
  max-height: 32px;
  padding-bottom: 0px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
}
.left ul.tab li.all{
  background: #e5e5ff;
}
.left ul.tab li.kuku{
  background: #ffdbdb;
}
.left ul.tab li.shura{
  background: #ead6ff;
}
.left ul.tab.sort li{
  background: #eeeeee;
}
.left ul.tab li.current{
  background: #9999ff;
  color: #ffffff;
}
.left ul.tab li.current:hover{
  opacity: 1;
}
.left ul.tab li p{
  padding: 5px 20px;
  font-weight: bold;
}

/* artList */
ul.artList li{
  margin: 20px 10px 0px;
  border-top: dotted 1px #8484ff;
}
ul.artList li.catKuku{
  background: url(../img/sub/yRoom/roomIconK.png) no-repeat 10px 10px;
}
ul.artList li.catBonus{
  background: url(../img/sub/yRoom/roomIconKB.png) no-repeat 10px 10px;
}
ul.artList li.catKukuS{
  background: url(../img/sub/yRoom/roomIconKS.png) no-repeat 10px 10px;
}
ul.artList li.catKukuA{
  background: url(../img/sub/yRoom/roomIconKA.png) no-repeat 10px 10px;
}
ul.artList li.catShura{
  background: url(../img/sub/yRoom/roomIconS.png) no-repeat 10px 10px;
}
ul.artList li p.title{
  padding: 10px 10px 5px 80px;
}
ul.artList li p.detail{
  padding: 0px 10px 15px 108px;
}
ul.artList li div.btn{
  margin-left: auto;
  max-width: 130px;
  height: 42px;
  border-radius: 10px;
  cursor: pointer;
  background: #ff9999;
  color: #ffffff;
}
ul.artList li div.btn:hover{
  background: #999999;
}
ul.artList li div.btn p{
  text-align: center;
  padding-top: 8px;
}

/* table */
table{
	width: 100%;
	border-top: 1px solid #7f7fff;
	border-left: 1px solid #7f7fff;
}
table tr{
	height: 35px;
	border-bottom: 1px solid #7f7fff;
	background-color: #ffffff;
}
table tr:nth-child(odd){
	background-color: #ffffe5;
}
table tr:first-child{
	background-color: #e5f2ff;
}
table tr td{
	padding-left: 7px;
	text-align: left;
	border-right: 1px solid #7f7fff;
}

/* sub */
.sub{
  width: 35%;
  font-size: 12px;
}
.right{
  margin-right: 5px;
  background: #ffffff;
  border: 1px solid #ccccff;
}
.right p{
  padding: 0px 20px;
}
.right p.prof{
  padding-top: 20px;
}
.right p.detail{
  padding: 8px 14px 20px 30px;
}

/* contentsList */
.contentsList div{
  margin-bottom: 20px;
}
.contentsList p.bFont{
  padding-bottom: 7px;
}
.contentsList p:not(.bFont){
  padding: 0px 14px 2px 30px;
  cursor: pointer;
}

@media(max-width:699px){/* for mobile */
  .main{
    width: 95%;
  }
  .sub{
    width: 95%;
  }
  .left{
    margin: 0;
  }
  .right{
    margin: 10px 0px 0px;
  }
}
