@charset "UTF-8";

/*!
Theme Name: Nagoya Univ Track&Field Club
Template:   cocoon-master
Theme URI: https://www.nutfc.com/
Author: Atsushi Furukawa
Version:    1.0.0
*/

/************************************
** 名古屋大学陸上競技部用 スタイルシートカスタマイズ
************************************/


/************************************
** 共通
************************************/
.article h2{
  margin-top:10px;
  margin-bottom:2px;
  padding:10px;
}

#content .game-kind {
  text-align:center;
  margin-right:8px;
  padding:2px 8px 2px 8px;
  color:white;
  background:#FF9900;
  border-radius:10px;
  -webkit-border-radius:80px;
  -moz-border-radius:80px;
}

/************************************
** ヘッダー
************************************/
.logo-header {
  text-align:left;
  margin-left:10px;
}
.home-menu-button.menu-button,
.search-menu-button.menu-button,
.navi-menu-button.menu-button,
.logo-menu-button.menu-button {
  background-color: #006E4F;
  color: #FFFFFF;
}
.menu-button-in{
  color: #FFFFFF!important;
}

/*スライドインメニューを右から*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: #006E4F;
  color: #FFFFFF!important;
	transform: translateX(101%);
}

.navi-menu-content{
  left: auto;
  right: 0;
  background-color: rgba(0,110,79,0.5);
  transform: translateX(101%);
}

.menu-drawer a{
  font-size: 1.1em;/*文字の大きさ*/
  color: #fff;/*文字の色*/
  height: 2.5em;/*行の高さ*/
}

.menu-drawer a:hover{
	color: rgba(255,255,255,0.7);
	background-color: rgba(0,110,79,0);
}

/************************************
** トップページ
************************************/
#home ul {
  display:table;
  margin:0px;
  padding:3px 10px 6px 0px;
  list-style: none;
}
#home li.date {
  display:table-cell;
  width:4em;
}

#home li.category {
  display:table-cell;
  width:7em;
}

#home li.title {
  display:table-cell;
}


div#gamearea {
  display:table;
  width:100%;
}

div#gameinfo {
  display:table-cell;
  width:50%;
  padding:0px 5px 0px 5px;
}

div#topnews {
  margin-top:0px;
  padding:0px;
}

div#gameresult {
  display:table-cell;
  width:50%;
  padding:0px 5px 0px 5px;
}


#gameinfo .gametitle,
#gameresult .gametitle, {
  font-size:1.5em;
}

#topnews    .post-date,
#gameinfo   .dateplace,
#gameresult .dateplace,
#ogameinfo  .dateplace {
  display:table-cell;
}
#gameinfo   .post-date,
#gameresult .post-date,
#ogameinfo  .post-date {
  display:table-cell;
  padding-left:10px;
}


#topnews    .newpost,
#gameinfo   .newpost,
#gameresult .newpost,
#ogameinfo  .newpost {
  display:table-cell;
  margin-right:10px;
  width:46px;
  background:url('./img/newicon.png');
  background-repeat:no-repeat;
  background-position: right center;
}

#topnews .card-title,
#ogameinfo .gametitle {
  font-size:1.2em;
}


.top-footer .rss-entry-card-thumb-image {
  width:60px;
  height:60px;
}


.top-footer .widget-entry-card-content {
  margin-left:66px;
}
.widget-entry-cards figure {
  width:60px;
}

/************************************
** 部員紹介 
************************************/

/*トップエリア（写真・基本情報)*/
div#member-top{
  width:100%;
  height:200px;
  display:table;
}

/*部員写真 */
div#member-photo {
  width :200px;
  height:200px;
  vertical-align: bottom;
  line-height: 0px;
  display:table-cell;
  margin:0px;
  padding:0px;
}

#member-photo img {
  width :200px;
  height:200px;
  margin:0px;
  padding:0px;
}

/* 部員基本情報*/
div#member-basicinfo {
  display:table-cell;
  margin-left:0px;
  height :196px;
  padding:2px 10px 2px 20px;
  background-color:#006E4F;
  color:#FFFFFF;
  vertical-align: top;
  text-align:left;
}

#member-basicinfo h1 {
  font-size:18pt;
}

/* 詳細情報 */
div#member-detailinfo1 {
  margin-top:10px;
}


#member-detailinfo1 dl{
  display:table;
  vertical-align:top;
  margin-bottom:2px;
}

#member-detailinfo1 dt{
  display:table-cell;
  width: 200px;
  padding-left:10px;
  background-color:#e0e0e0;
}
#member-detailinfo1 dd{
  display:table-cell;
  padding-left:20px;
}



#member-detailinfo2 dl{
  display:table;
  vertical-align:top;
  margin-bottom:2px;
}

#member-detailinfo2 dt{
  display:table-cell;
  width: 200px;
  padding-left:10px;
  background-color:#e0e0e0;
}

#member-detailinfo2 dd{
  display:table-cell;
  padding-left:20px;
}

#memberrecord .besttitle {
  font-weight:bold;
}

#memberrecord ul {
  display:table;
  margin-top:3px;
  margin-left:0px;
  padding-left:0px;
  margin-bottom:3px;
}
#memberrecord  li.event {
  display:table-cell;
  margin-left:0px;
  width:8em;
}
#memberrecord  li.record {
  display:table-cell;
  width:8em;
}#memberrecord  li.year {
  display:table-cell;
  width:5em;
}

#members dl{
  display:table;
  vertical-align:top;
  margin-bottom:2px;
}

#members div.member-card {
  display:table;
  vertical-align:top;
  width:100%;
  font-size:1.2em;
}

div.member-list {
  border: 1px solid #006E4F;  
}

#members div.member-name {
  display:table-cell;
  width:23%;
}

#members div.member-info1  {
  display:table-cell;
  width:52%;
}

#members div.member-info1area  {
  display:table;
  width:100%;
}

#members div.member-part {
  display:table-cell;
  text-align:center;
  width:50%;
}
#members div.member-info2 {
  display:table-cell;
  width:50%;
}

#members div.member-info2area {
  display:table;
  width:100%;
}

#members  div.member-faculty {
  display:table-cell;
  width:50%;
  text-align:center;
}

#members  div.member-year {
  display:table-cell;
  width:50%;
  text-align:center;
}

#members div.member-info3 {
  display:table-cell;
}


#members div.member-school {
  display:table-cell;
  width:100%;
}

#members div.member-card-title {
  display:table;
  vertical-align:top;
  width:100%;
  padding:0px 9px 0px 9px;
  font-size:1.2em;
  background-color:#006E4F;
  color:#FFFFFF;
}


#members div.member-content {
  display:table-cell;
  padding-left:5px;
}

#members .new-entry-card-link {
  padding:0.5em;
  margin-bottom:9px;
}



/************************************
** 大会情報 
************************************/
#games .a-wrap {
  margin-bottom:8px;
}

#games .game-namearea {
  line-height:2em;
  vertical-align:middle;
}

#games .game-name {
  font-size:1.2em;
}

#game .game-kind {
  font-size:0.9em;
  text-align:center;
  margin-right:8px;
  padding:2px 8px 2px 8px;
  color:white;
  background:#FF9900;
  border-radius:10px;
  -webkit-border-radius:80px;
  -moz-border-radius:80px;
}

#game h2 {font-size:16px;}
#game .resultcategory h3 {
  color:#0000ff;
  border:none;
  margin-top:5px;
  margin-bottom:5px;
}
#game div.resultcategory {cursor: pointer; margin-top:5px;}
#game div.resultdataclose { display:none; position:relative;}
#game div.resultdataopen  {display:block;position:relative;}

}

div#game-info {
border:1px solid #ccc;
}
#game-info dl{
  display:table;
  vertical-align:top;
  margin-top:2px;
  margin-bottom:2px;
}

#game-info dt{
  display:table-cell;
  width:5em;
  padding-left:5px;
}
#game-info dd {
  display:table-cell;
  padding-left:5px ;
}

/************************************
** 記録 
************************************/
#record div.recordlist  {
  display:table;
  border-top:1px solid #006E4F;
  border-bottom:1px solid #006E4F;
}

#records h2.eventname {
  padding-left:16px;
}

#records div.recordlist  {
  display:table;
  border-top:1px solid #006E4F;
}

#record div.thisyearrecord,#records div.thisyearrecord  {
  font-weight:bold;
}

#record div.data,#records div.data {
  display:table;
}
#record div.recordtitle,#records div.recordtitle {
  display:table;
  background:#006E4F;;
  color:#FFFFFF;
}

#records .wind::before,#record .wind::before {  
  content: "\A" ;
  white-space: pre ;
}


#record div.order,#records div.order {
  width:2.5em;
  display:table-cell;
  padding:1px;
  border-left:1px solid #006E4F;
  border-right:1px solid #006E4F;
}

#record div.event {
  width:6em;
  display:table-cell;
  padding:1px;
  border-left:1px solid #006E4F;
  border-right:1px solid #006E4F;
}


#record div.record,#records div.record {
  width:5em;
  display:table-cell;
  padding:1px;
  border-right:1px solid #006E4F;
}
#record div.area1,#records div.area1 {
  width:12em;
  display:table-cell;
  padding:1px;
  border-right:1px solid #006E4F;
}
#record div.area2,#records div.area2 {
  width:8em;
  display:table-cell;
  padding:1px;
  border-right:1px solid #006E4F;
}

#record div.name {
  display:table-cell;
  width:10em;
}
#record div.best {
  display:table-cell;
  width:2em;
  text-align:right;
  padding-right:4px;
}

#record div.seasonrank {
  display:table;
  border-top:1px solid #006E4F;
  border-bottom:1px solid #006E4F;
}

#record .seasonrank h2 {
  margin-top:0px;
  margin-bottom:0px;
  padding:5px;
  font-size:1.1em;
}

#record div.norecord {
  border-left:1px solid #006E4F;
  border-right:1px solid #006E4F;
}

#record .seasonrank div.recordtitle {
  border-bottom:1px solid #c0c0c0;
}


#record p {
  margin:0px;
  padding:0px;
}

#records p {
  border-top:1px solid #006E4F;
  margin:0px;
  padding:1px;
}

#record th.event {text-align:left;}

.pagerecord div.recordcategory {
  display:table;
  margin-bottom:10px;
}

.pagerecord div.cat {
  display:table-cell;
  text-align:center;
  padding-left:10px;
  width:160px;
  font-weight:bold;
  font-size:0.9em;
}

.pagerecord div.season {
  font-size:0.9em;
}

.pagerecord a.men,a.women,a.both {
  color: white;
  padding:6px;
  display: inline-block;
  width:100%;
  text-decoration:none;
  border-radius:3px;
}

.pagerecord a.men:link, a.men:visited, a.men:active {
  background-color:#0000cd;
}

.pagerecord a.men:hover {
  font-weight:bold;
  background-color:#00008b;
}

.pagerecord a.women:link, a.women:visited, a.women:active,
 a.both:link, a.both:visited, a.both:active {
  background-color:#ffb6c1;
}

.pagerecord a.women:hover,a.both:hover {
  font-weight:bold;
  background-color:#ffc0cb;
}

.pagerecord div.event {
  display:table-cell;
  padding-left:15px;
  width:200px;
}

.pagerecord div.cell1,
.pagerecord div.cell2 {
  display:table-cell;
}
.pagerecord div.column {
  margin-bottom:10px;
}


.pagerecord h3 {
  border:none;
  margin-top:5px;
  margin-bottom:5px;
  padding:5px;
}

/* ダウンロード */
.media h3.ptitle {
  border:none;
}


/*navigation*/
.navigation{clear:both;font-size:0.9em;padding:10px 0 0;text-align:center;} 
.navigation a{color:#fff;padding:5px 10px;background-color:#999;text-decoration:none;border-radius:5px;-moz-border-radius:5px;margin:2px;padding:5px 10px;}
.navigation a:hover{background-color:#aaa;}
.navigation div.alignleft {float:left;}
.navigation div.alignright {float:right;}
.navigation span{color:#fff;padding:5px 10px;border-radius:5px;-moz-border-radius:5px;margin:2px;}
.navigation span.current{background-color:#48e;}
.navigation span.pages{background-color:#ccc;padding:5px 20px;}



/************************************
** 部員紹介 
************************************/




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
/* トップページ */
  div#gamearea {
    display:block;
    width:100%;
  }

  div#gameinfo {
    display:block;
    width:100%;
    padding:0px;
  }

  div#gameresult {
    display:block;
    width:100%;
    padding:0px;
  }

/*部員紹介 */
  #member-list div.member-card ,#member-list div.member-card-title {
    font-size:1.0em;
  }

  #record {
    font-size:0.8em;
  }
}
/*480px以下*/
@media screen and (max-width: 480px){

main#main.main {
  padding-left:0px;
  padding-right:0px;
 
} 
#record div.recordlist  {
  font-size:0.85em;
  margin-left:auto;
  margin-right:auto;
}

#records div.recordlist   {
  font-size:0.70em;
  margin-left:auto;
  margin-right:auto;
}

#record div.seasonrank   {
  margin-left:auto;
  margin-right:auto;
}


div#member-top{
  width:100%;
  height:auto;
  display:block;
}

div#member-photo {
  display:block;
  width:100%;
  text-align:center;
  margin-bottom:10px;
}

#member-photo img {
}

div#member-basicinfo {
  display:block;
  margin-left:0px;
  padding:2px 10px 2px 20px;
  background-color:#006E4F;
  color:#FFFFFF;
  height:auto;
  vertical-align: top;
  text-align:center;
}

#member-detailinfo1 dl,
#member-detailinfo2 dl,
#member-detailinfo1 dt,
#member-detailinfo2 dt,
#member-detailinfo1 dd,
#member-detailinfo2 dd
{
  width:100%;
  display:block;
}

#member-detailinfo1 dd,
#member-detailinfo2 dd
{
  padding-left:10px;
}

#members {
  font-size:0.8em;
}

#members div.member-info1area  {
  display:block;
  width:100%;
}

#members div.member-part {
  display:block;
  text-align:center;
  width:100%;
}
#members div.member-info2 {
  display:block;
  width:100%;
  text-align:center;
}

#members div.member-info2area {
  display:inline;
  width:auto;
  text-align:center;
}

#members div.member-faculty {
  text-align:left;
  width:auto;
}

#members div.member-faculty::after {
  content:"・";
}

#members div.member-year {
  text-align:left;
  width:auto;
}

#members div.member-name ,
#members div.member-info1 {
  width:29%;
}

.pagerecord div.cell1,
.pagerecord div.cell2 {
  display:block;
  margin-bottom:10px;
}
.pagerecord div.column {
  margin-bottom:0px;
}

}



}
