@charset "utf-8";

body {
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

@media screen and (max-width: 1107px) {
  body {
    overflow-x: auto;
  }
}

/* mainvisual ----------------- */
.concert .mainvisual {
  background: url("/tsunagu/assets/images/concert/mainvisual_bg.jpg") no-repeat;
  background-size: auto;
  background-position: center;
}

/* navbar_anchor ----------------- */
.navbar_anchor_item:nth-child(n+2) {
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  .navbar_anchor_item:nth-child(n+2) {
    margin-left: 0;
  }
}

/* heading -------------------- */
.concert .heading {
  border-color: #1f235d;
}

.concert .heading:after,
.concert .heading:before,
.concert .heading_inner:after,
.concert .heading_inner:before {
  background-color: #1f235d;
}

.concert .heading_inner {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #1f235d;
  line-height: 1;
  text-align: center;
  padding: 12px 0 11px;
}

@media screen and (max-width: 480px) {
  .concert .heading_inner {
    font-size: 16px;
    padding: 5px 0;
  }
}

/* section_block -------------- */
.concert .contents_block.color1 {
  background-color: #fffbd9;
}

.concert .contents_block.color2 {
  background-color: #fff69f;
}

.contents_block_inner.w1300 {
  padding: 56px 10px;
}

/* subhead -------------------- */
.subhead_wp {
  margin: 30px 0 15px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .subhead_wp {
    margin: 15px 0 10px;
    font-weight: bold;
  }
}

.concert .subhead_inner:after,
.concert .subhead_inner:before {
  background-color: #e60012;
}

#anchor2 .text_lead {
  margin-bottom: 27px;
}

@media screen and (max-width: 480px) {
  #anchor2 .text_lead {
    margin-bottom: 13px;
  }
}

.text_concert_notes {
  /* margin: 8px 0 15px; */
  margin: 8px auto 15px;
  width: 980px;
  /*追加*/
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .text_concert_notes {
    font-size: 10px;
    width: 100%;
  }
}

.text_recruitment {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

.text_recruitment span {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .text_recruitment {
    margin-top: 15px;
    ;
  }
}

/* list_summary ---------------- */
.list_summary {
  padding: 0 22px;
}

@media screen and (max-width: 480px) {
  .list_summary {
    padding: 0;
  }
}

/* table_event ---------------- */
.contents_block_inner.event {
  width: 1300px;
  max-width: 100%;
}

.table_event tbody th {
  background: #c82020;
  color: #fff;
}

.table_event tbody td {
  background: #fdeada;
}

@media screen and (max-width: 480px) {
  .table_event tbody th {
    background: #1F235D;
    font-weight: bold;
  }

  .event .table_event tbody .area {
    background: #fac090;

  }

  .table_event2.item_sp {
    margin-top: 20px;
  }
}

/* .table_event th,
.table_event td,
.table_event tbody th:not(:first-child),
.table_event tbody td:not(:first-child) {
  border-color: #1f235d;
}
.table_event thead th {
  background: #1f235d;
  font-weight: bold;
}
.table_event .col1 {
  width: 408px;
}
.table_event .col2 {
  width: 312px;
}
.table_event .col3 {
  width: 258px;
}
@media screen and (max-width: 480px) {
  text_concert_notes {
    background: #1f235d;
  }
} */


  /* anchorBtnList */
  .anchorBtnList{
    display: none;
  }
  
    @media screen and (max-width: 480px){
  
  .anchorBtnList{
    display: flex;
    gap: 2px;
    margin-bottom: 10px;
  }
  .anchorBtnList__item{
    width: 50%;
  }
  .anchorBtnList__btn{
    background-color: #c82020;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    height: 100%;
  }
  .anchor{
    position: absolute;
    top: -70px;
    left: 0;
  }
  }

/* table_event2col ---------------- */
.table_event2col {
  margin: 0 auto;
  /* width1300pxの場合 */
  border-top: 2px solid #b22222;
  border-right: 2px solid #b22222;
  border-left: 2px solid #b22222;
}

.table_event2col th {
  text-align: center;
  color: #fff;
  background: #c82020;
  padding: 8px 6px 5px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 2px solid #b22222;
  vertical-align: middle;
  width: 50%;
}

.table_event2col td {
  background: #fff;
  padding: 8px 6px 5px;
  font-size: 12px;
  vertical-align: baseline;
}

.table_event2col td p{
  margin-bottom: 10px;
}

.table_event2col tr:last-child td {
  border-bottom: 2px solid #b22222;
}

.table_event2col th:first-child,
.table_event2col td:first-child {
  border-right: 2px solid #b22222;
}

/* .table_event2col .col1 {
  width: 489px;
}

.table_event2col .col2 {
  width: 489px;
} */

.table_event2col span {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.table_event2col .program_txt {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.table_event2col .program_note {
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 0.5em;
} 
.table_event2col.program_note:last-child{
	margin-bottom: 0;
   }

@media screen and (max-width: 480px) {
	.table_event2col tbody th {
	  /* background: #c82020; */
	  display: none;
	}
	.table_event2col tbody td {
	  display: block;
	  position: relative;
	  padding-top: 100px;
	}
	.table_event2col tbody td:last-child {
	  margin-bottom: 0;
	}
	.table_event2col tbody td:before {
		white-space: pre;
		background: #c82020;
		box-sizing: border-box;
		color: #fff;
		font-weight: bold;
		height: max-content;
		padding: 10px;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
	}
	.table_event2col tbody td:first-child::before {
		content: "【第1部】\Aオーケストラ・アカデミー\A～クラシックの名曲を気軽に楽しく～";
	}
	.table_event2col tbody td:nth-child(2)::before {
		content: "【第2部】\A名作！アニメ・コンチェルト！！\A～映像を観ながら生オーケストラを楽しむ～";
	}
	.table_event2col th:first-child,
    .table_event2col td:first-child {
	border-right: none;
    }
	.table_event2col span{
	  font-size: 12px;
	}
  }

.table_event2col_note {
  margin-top: 0.5em;
  text-align: right;
  display: block;
  font-size: 12px;
}

.table_event2col .imgBox{
  display: flex;
  gap: 10px 20px;
  margin-top: 10px;
}

.table_event2col .imgBox img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .table_event2col_note {
    text-align: left;
  }

  .table_event2col .imgBox{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .table_event2col .imgBox img{
    width: 80%;
    height: auto;
  }
  
}

/* table_event8col ---------------- */
.table_event8col {
  margin: 0 auto;
  width: 100%;
  border-top: 2px solid #b22222;
  border-right: 2px solid #b22222;
  border-left: 2px solid #b22222;
}

.table_event8col .col1 {
  width: 14%;
}

.table_event8col .col2 {
  width: 10%;
}

.table_event8col .col3 {
  width: 15%;
}

.table_event8col .col4 {
  width: 12%;
}

.table_event8col .col5 {
  width: 11%;
}

.table_event8col .col6 {
  width: 11%;
}

.table_event8col .col7 {
  width: 16%;
}

.table_event8col .col8 {
  width: 12%;
}

/* .table_event8col td:not(:last-child) {
  border-right: 2px solid #b22222;
} */
.table_event8col th:not(:last-child) {
  border-right: 2px solid #b22222;
}

.table_event8col th {
  text-align: center;
  color: #fff;
  background: #c82020;
  padding: 8px 6px 5px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 2px solid #b22222;
  vertical-align: middle;
}

.table_event8col td {
  background: #fff;
  padding: 8px 6px 5px;
  font-size: 12px;
  border-bottom: 2px solid #b22222;
  border-right: 2px solid #b22222;
  vertical-align: middle;
}

.table_event8col .bR-none {
  border-right: none;
}

.table_event8col_wrap.pc {
  display: block;
}
 
 .table_event8col_wrap.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .table_event8col {
    overflow: auto;
    /* width: 980px; */
    width: 100%;
    text-align: center;
  }

  /* .table_event8col_wrap {
    overflow-x: scroll;
  } */

  .table_event8col td {
    vertical-align: middle;
  }

  .table_event8col th {
    width: 25%;
  }

  .table_event8col td {
    width: 25%;
  }

  .table_event8col_wrap.pc {
    display: none;
  }
   
   .table_event8col_wrap.sp {
    display: block;
  }
}

/* box_voice ---------------- */
.box_voice {
  margin-top: 16px;
}

.box_voice_item:nth-child(1)::before {
  background-image: url("/tsunagu/assets/images/concert/avatar03.png");
  background-size: 33px 52px;
}

.box_voice_item:nth-child(2)::before {
  background-image: url("/tsunagu/assets/images/concert/avatar06.png");
  background-size: 34px 49px;
}

.box_voice_item:nth-child(3)::before {
  background-image: url("/tsunagu/assets/images/concert/avatar04.png");
  background-size: 31px 47px;
}

.box_voice_item:nth-child(4)::before {
  background-image: url("/tsunagu/assets/images/concert/avatar02.png");
  background-size: 35px 47px;
}

.box_voice_item:nth-child(5)::before {
  background-image: url("/tsunagu/assets/images/concert/avatar05.png");
  background-size: 35px 47px;
}

.box_voice_item:nth-child(6)::before {
  background-image: url("/tsunagu/assets/images/concert/avatar01.png");
  background-size: 33px 47px;
}


/*#anchor3-----------------------------*/
#anchor3 .anchor3_img {
  text-align: center;
  margin-bottom: 27px;
}

#anchor3 .anchor3_img p img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  #anchor3 .anchor3_img {
    margin-bottom: 13px;
  }

  #anchor3 .anchor3_img p img {
    width: 90%;
  }
}

/*#anchor5-----------------------------*/
@media screen and (max-width: 480px) {
  .subhead img {
    width: 100%;
  }
}

/*#anchor6-----------------------------*/
.egao_photo .box_photo_item {
  display: inline-block;
  width: 316px;
}

.egao_photo .box_photo_item:nth-child(n+2) {
  margin-left: 10px;
}

.egao_photo .box_photo_item:nth-child(4) {
  margin-left: 0;
}

.egao_photo .box_photo_item:nth-child(n+4) {
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .egao_photo .box_photo_item {
    width: auto;
  }

  .egao_photo .box_photo_item:nth-child(n+2) {
    margin: 20px 0 0 0;
  }
}

/*btn-----------------------------*/
.btn_info {
  margin-top: 0;
}

.table_event .btn_info.btn_info_link {
  border-radius: 5px;
  padding: 10px 5px;
  width: 95px;
  font-size: 115%;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .table_event .btn_info.btn_info_link {
    width: 100%;
    font-size: 155%;
  }
}

/*txt-----------------------------*/

.txt_anchor3_notes {
  text-align: right;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px;
}

.txt_notes_concert {
  font-size: 14px;
  margin-top: 12px;
  padding-left: 20px;
  text-indent: -20px;
}

@media screen and (max-width: 480px) {
  .txt_anchor3_notes {
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
  }

  .txt_notes_concert {
    font-size: 12px;
    margin-top: 6px;
    padding-left: 6%;
    text-indent: -3%;
  }
}

/*バナー-----------------------------*/
.concert .box_photo {
  position: relative;
}

.concert .box_photo .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
}

@media screen and (max-width: 480px) {
  .concert .box_photo .banner {
    width: 100%;
    margin-top: 20px;
  }

  .concert .box_photo .btn {
    left: 0%;
    bottom: 20%;
  }

  .concert .box_photo .btn img {
    width: 95%;
  }
}

/*中止告知案内-----------------------------*/
#concertAnnouncement {
  padding-bottom: 35px;
  max-width: 960px;
  margin: 0 auto;
}

#concertAnnouncement .text_lead {
  border: solid 2px #e60012;
  padding: 10px;
  color: #e60012;
  background-color: #fff8f8;
  font-weight: bold;
}

#concertAnnouncement .text_lead span {
  display: block;
  text-align: center;
}

#concertAnnouncement .text_lead .txt_note {
  font-size: 15px;
}

@media screen and (max-width: 480px) {
  #concertAnnouncement {
    padding: 0 10px 20px;
  }

  #concertAnnouncement .text_lead {
    padding: 1% 3% 4%;
  }

  #concertAnnouncement .text_lead .txt_note {
    font-size: 12px;
  }
}

/*中止-----------------------------*/

.canceled p {
  padding-top: 1em;
  font-size: 18px;
  color: #000;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, "游明朝", YuMincho, "Hiragino Mincho ProN W3";
}

.canceled_title {
  color: #e60012 !important;
  font-weight: bold;
  font-size: 22px !important;
}

.canceled_subtitle {
  font-weight: bold;
  font-size: 22px !important;
  color: #e60012 !important;
  padding-top: 0 !important;
}

.canceled ul {
  text-align: left;
  padding-left: 255px;
}

.canceled.contact {
  color: #000;
  border: 2px solid;
  padding: 20px 0;
  margin: 0 30px 20px;
  font-weight: bold;
  background: #fff;
}

.canceled.contact a {
  word-break: break-all;
}

.canceled.contact a::after {
  content: "";
  display: inline-block;
  margin-top: -6px;
  margin-left: 5px;
  width: 13px;
  height: 13px;
  background: url(/common/rwd/imgs/contents/icon_link_external.png) no-repeat 50% 50%;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.canceled.contact .canceled_title {
  font-size: 18px !important;
  color: #000 !important;
  padding-bottom: 10px;
  display: inline-block;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', メイリオ, Meiryo, sans-serif;
  padding-top: 0;
}

p.contact_link {
  text-align: left;
  padding: 0 24px;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}

p.contact_link span {
  width: 280px;
  display: inline-block;
}

.contents_block_inner.canceled_block.w1300 {
  padding: 50px 0 0;
}

@media screen and (max-width: 480px) {
  .canceled_title {
    text-align: center;
    font-size: 140% !important;
  }

  .canceled_subtitle {
    font-size: 140% !important;
  }

  .canceled p {
    font-size: 115%;
    line-height: 1.8;
  }

  .canceled ul {
    padding-left: 0;
  }

  .contents_block_inner.canceled_block.w1300 {
    padding: 30px 10px 0;
  }

  .canceled.contact {
    font-size: 110%;
    padding: 20px 10px 0;
    margin: 0 0 5px;
  }

  .canceled.contact .canceled_title {
    font-size: 115% !important;
    padding: 0;
    display: block;
  }

  p.contact_link {
    margin: 0 0 10px;
    padding: 20px 0 25px;
    font-size: 100%;
    line-height: 1.4;
  }

  p.contact_link span {
    width: auto;
    padding-top: 15px;
  }
}

/*ファミリーコンサートの様子-----------------------------*/
.appearance {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.appearance li {
  display: inline-block;
}

.appearance li:first-child {
  margin-right: 24px;
}

.voice,
.smile_photo {
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: center;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .voice img {
    width: 100%;
    height: auto;
  }

  .voice {
    padding: 20px 0 10px;
  }

  .smile_photo img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .contents .item_sp {
    display: table !important;
    width: 100% !important;
  }
}

.box_movie_item .box_movie_inner .video-js {
  height: 270px !important;
}

.box_movie_item.big {
  display: inline-block;
  max-width: 980px;
  width: 100%;
}

.box_movie_item.big .box_movie_inner .video-js {
  height: 548.75px !important;
}

@media screen and (max-width: 480px) {
  .box_movie_item .box_movie_inner .video-js {
    height: 100% !important;
  }

  .box_movie_item.big {
    width: 100% !important;
  }

  .box_movie_item.big .box_movie_inner .video-js {
    height: 100% !important;
  }
}


.detail_box {
  border: 2px solid #000;
  background-color: #fff;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*modal*/
.modal_open {
  cursor: pointer;
  width: 100%;
  height: auto;
  position: relative;
}

.modal_open:hover {
  opacity: 0.6;
}

.box_movie_inner.modal_open:before {
  content: "\f101";
  font-family: VideoJS;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3.5em;
  line-height: 1;
  z-index: 1;
}

.box_movie_inner.modal_open:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6em;
  height: 6em;
  line-height: 1;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .45);
  transition: border-color .4s, outline .4s, background-color .4s;
  position: absolute;
}

.box_movie_inner.modal_open:hover:after {
  background-color: #e60012;
}

@media screen and (max-width: 769px) {
  .modal_open {
    padding-bottom: 0;
  }

  .modal_open img {
    width: 100%;
    height: auto;
  }
}

.modal_box {
  width: 90%;
  max-width: 980px;
  height: auto;
  position: fixed;
  left: 0 !important;
  z-index: 9999999;
  right: 0 !important;
  margin: 0 auto;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100005;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal_close {
  top: 0;
  width: 40px;
  height: 40px;
  background: url("/products/special/umakachan/img/common/close.png") no-repeat;
  background-size: 100% auto;
  display: block;
  position: absolute;
  z-index: 9999999;
  left: 68.5%;
  margin: -49px 0 0 320px;
  cursor: pointer;
}

.modal_close:before,
.modal_close:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.modal_close:after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

@media screen and (max-width: 480px) {
  .modal_close {
    width: 30px;
    height: 30px;
    left: 100%;
    margin: -40px 0 0 -30px;
  }

}

.modal_video_wrap {
  position: relative;
  max-width: 100%;
  display: block;
  padding-top: 45%;
  margin-left: auto;
  margin-right: auto;
}

.modal_video_wrap .video-js {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

a.external:after {
  content: "";
  display: inline-block;
  margin-top: -6px;
  margin-left: 0px;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url(/common/rwd/imgs/contents/icon_link_external.png) no-repeat 50% 50%;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.concert_movie a {
  display: block;
  color: #333;
}

.concert_movie span {
  margin-right: 2rem;
  text-align: right;
  width: 60.25px;
  display: inline-block;
  text-decoration: underline;
  color: #0000ff;
}

@media screen and (max-width: 480px) {
  .concert_movie span {
    width: 37.25px;
  }
}

.detail_box.border_dashed {
  border: 2px dashed #000;
}

.m_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p.ch_bnr {
  text-align: center
}

@media screen and (max-width: 480px) {
  .ch_bnr {
    width: 100% !important;
  }
}

.end {
  color: #e60012;
  font-weight: bold;
}

.contents_nav_inner {
	max-width: 980px;
	padding: 40px 0 0;
	margin: 0 auto;
}
.nav_item_hfw a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #e60012;
	border-radius: 6px;
	min-height: 70px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
.nav_item_hfw a:hover {
  opacity: 0.8;
}
.nav_item_hfw a::before {
	content: "";
	position: absolute;
	background: #f06671;
	bottom: 0;
	right: 0;
	border-radius: 0 0 6px 0;
	width: 28px;
	height: 26px;
}
.nav_item_hfw a::after {
	content: "";
	position: absolute;
	background: url(/tsunagu/assets/images/icon_arrow_white.png)no-repeat center/contain;
	bottom: 6px;
	right: 8px;
	width: 13px;
	height: 14px;
}
@media screen and (min-width: 481px) {
	.nav_hfw {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		justify-content: space-between;
		align-items: center;
		gap: 40px;
	}
}
@media screen and (max-width: 480px) {
	.annotation_mv_hfw {
		width: 94.667%;
		font-size: 10px;
	}
	.contents_nav_inner {
		width: 94.667%;
		padding: 25px 0 0;
	}
	.nav_hfw {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.nav_item_hfw {
		width: 48.310%;
	}
	.nav_item_hfw:nth-child(odd) {
		margin-right: auto;
	}
	.nav_item_hfw:nth-child(even),
	.nav_item_hfw:last-child {
		margin-left: auto;
	}
	.nav_item_hfw:nth-child(n+3) {
		margin-top: 12px;
	}
	.nav_item_hfw a {
		min-height: 60px;
		color: #fff;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		line-height: 1.2;
	}
	.nav_item_hfw a::before {
		content: "";
		position: absolute;
		background: #f06671;
		bottom: 0;
		right: 0;
		border-radius: 0 0 6px 0;
		width: 15px;
		height: 13px;
	}
	.nav_item_hfw a::after {
		bottom: 3px;
		right: 4px;
		width: 7px;
		height: 8px;
	}
}
