@charset "utf-8";

/* ****************************************************************************************************
   * 共用
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * モーダルウィンドウ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#cboxLoadedContent div.column ~ div.column {
  margin-top: 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * ギャラリー
/* ------------------------------------------------------------------------------------------------- */

#cboxLoadedContent div.gallery {
  margin-left: -10px;
  margin-bottom: -10px;
  letter-spacing: -0.4em;
}

#cboxLoadedContent div.gallery > * {
  letter-spacing: normal;
}

#cboxLoadedContent div.gallery div.item {
  margin-left: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  display: inline-block;
}

/* ****************************************************************************************************
   * サークル活動
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#club div.list {
  max-width: none;
  margin-left: -16px;
  margin-bottom: -16px;
  letter-spacing: -0.4em;
}

#club div.list > * {
  letter-spacing: normal;
}

#club div.list div.item {
  width: 236px;
  margin-left: 16px;
  margin-bottom: 16px;
  vertical-align: top;
  display: inline-block;
}

#club div.list div.item.large {
  width: 362px;
}

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#club div.list {
  max-width: 100%;
  margin-left: 0;
}

#club div.list div.item {
  width: 236px !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

}

/* ----------------------------------------------------------------------------------------------------
   * サークル名
/* ------------------------------------------------------------------------------------------------- */

#club div.list div.item .title {
  margin-top: 5px;
  padding: 6px 1em 3px 26px;
  background: url(../../../_images/life/club/title-item.png) no-repeat;
}

/* ----------------------------------------------------------------------------------------------------
   * 詳細はこちら
/* ------------------------------------------------------------------------------------------------- */

#club div.list div.item .button {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * その他
/* ------------------------------------------------------------------------------------------------- */

#club div.list div.item dl.item {
  margin-left: 1em;
}

#club div.list div.item dl.item dd {
  margin-left: 14px;
  padding-left: 16px;
  position: relative;
}

#club div.list div.item dl.item dd:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #9e77ba;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
}

/* ****************************************************************************************************
   * ソフトボール部
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * モーダルウィンドウ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 参加予定の大会
/* ------------------------------------------------------------------------------------------------- */

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#club-1-detail table.schedule tr ~ tr {
  margin-top: 1em;
}

#club-1-detail table.schedule th {
  margin-bottom: 0.25em;
	border-top: solid 1px #bdb9cd;
	border-bottom: solid 1px #bdb9cd;
	background: #f1f1f1;
}

#club-1-detail table.schedule td {
  border: none;
}

}

/* ----------------------------------------------------------------------------------------------------
   * これまでの成績
/* ------------------------------------------------------------------------------------------------- */

/* * ブレイクポイント ･････････････････ */

@media screen and (max-width:736px) {

#club-1-detail table.result tr ~ tr {
  margin-top: 1em;
}

#club-1-detail table.result th {
  margin-bottom: 0.25em;
	border-top: solid 1px #bdb9cd;
	border-bottom: solid 1px #bdb9cd;
	background: #f1f1f1;
}

#club-1-detail table.result td {
  border: none;
}

}
