@charset "UTF-8";
/* CSS Document */

.clearLeft {
  clear: left;
}


ul.sample{
    width:100%;
    margin-top:10px;
    margin-left:40px;
}

ul.sample li{
    list-style-type: square;
    padding:3px 10px;
}



#contents {
  /* .pickup .special共通 */
}
#contents #sidenav .category_menu {
  margin-top: 20px;
  padding-left: 10px;
  box-sizing: border-box;
}
#contents #sidenav .category_menu p {
  margin: 10px 0;
}
#contents #sidenav .category_menu ul li.current {
  background-color: #f1f9f8;
}
#contents #sidenav .category_menu ul li a {
  color: #25B5AA;
  display: inline-block;
  padding: 3px 0 3px 15px;
}
#contents #maincontents .head {
  background: #25b5aa;
  box-sizing: border-box;
  padding: 12px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
#contents #maincontents .head h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  float: left;
}
#contents #maincontents h4{
  font-size: 18px;
  font-weight: bold;
}
#contents #maincontents h5{
  font-weight: bold;
}
#contents #maincontents a {
  color: #0489B1;
}
#contents #maincontents p {
  margin;0 ;
}

#contents #maincontents table tr td p span {
  width: 60px;
  margin-right: 15px;
  display: inline-block;
}
#contents #maincontents table tr td p span.last {
  margin-right: 41px;
}
#contents #maincontents table tr td a{
  color: #25B5AA;
}
@media screen and (max-width: 767px) {
  #contents #maincontents .head {
    margin-bottom: 10px;
  }
  #contents #maincontents h4,
  #contents #maincontents h5{
    margin: 30px 5px 15px;
  }
  #contents #maincontents p {
    margin: 10px 10px 15px;
  }
  #contents #maincontents table {
    width: 100%;
  }
  #contents #maincontents table tr th, #contents #maincontents table tr td, 
  #contents #maincontents table.basic tr th, #contents #maincontents table.basic tr td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  #contents #maincontents table tr td p span {
    display: block;
  }
}


/* コメント */

.comment_top{
  margin:10px 0 10px 0;
  padding:10px;
  width:500px;
  float:left;
}

.comment_area{
  margin:10px;
  padding:20px;
}

/* 右寄席画像 */
.man_img{
  width:320px;
  height:250px;
  margin-right:20px;
  float:right;
}

/* 左寄席画像 */
.man_img02{
  width:200px;
  height:200px;
  margin-top:20px;
  float:left;
}


.item_syosai{
  width:550px;
  float:left;
  margin:20px 20px 10px 10px;

}

.clear_B{
  clear:both;
}

/*　右寄せ　*/

.float_r{
  text-align:right;
}

/* 薄い緑の背景 */

.green_area{
  background-color:#E0F8E6;
  margin:10px 10px 0px;
  padding:20px;
}

/* 商品リストの背景 */

.item_area{

  margin:10px;
  padding:20px;

}

.item_list{
  margin:10px 20px;
}
.item_img{
  width:200px;
  height:200px;
}
p.item_title{
  width:150px;
  font-size: 12px;
  text-align: center;
  margin: 10px 0px;
}

/*赤文字強調*/

.font_red{
  color:#FF0000;
  font-weight:bold;
}

/*緑文字強調*/

.font_green{
  color:#088A85;
  font-weight:bold;
}

.font_b{
  font-weight:bold;
}

.title_h4{
  margin:20px 10px 0px 10px;
  color: #088A85;/*文字色*/
  border: solid 3px #088A85;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
}

.title_h5{
  font-size:1.2em;
  padding-bottom: .5em;
  padding-left: .5em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.title_h6{
  margin:10px 5px;
  clear:float;
  color:#FFF;
  font-weight:bold;
  background: #27577e;
  padding: 0.5em;
}



table.kounenki {
  width: 100%;
}

table.kounenki tr td {
  padding:10px 15px;
  vertical-align: top;
  border: 1px solid #ddd;
}

table.kounenki tr th {
  padding:10px 15px;
  vertical-align: top;
  background: #eee;
  border: 1px solid #ddd;
  white-space: nowrap;
}

/* PCでは消しておく領域*/
@media screen and (min-width: 767px) {
.Smart_view{
  display:none;
}
}
@media screen and (max-width: 767px) {
.PC_view{
  display:none;
}

.item_syosai{
  width:100%;
  margin:10px

}
}

