/*
Theme Name: Kanazawa University SGU News&Topics
Author: BREST (Miwa Yasuoka)
Version: 2015
*/

.post-body h1 {font-size:2em; margin-bottom: 1em;}
.post-body h2 {font-size:1.6em; margin-bottom: 1em;}
.post-body h3 {font-size:1.2em; margin-bottom: 1em;}
.post-body h4 {font-size:1em; margin-bottom: 1em;}
.post-body h5 {font-size:0.8em; margin-bottom: 1em;}
.post-body h6 {font-size:0.8em; margin-bottom: 1em;}

.post-body p {margin-bottom: 1em;}

.post-body address {font-size:0.8em; margin-bottom: 1em;}
.post-body pre {font-size:0.8em; margin-bottom: 1em;}
.post-body em {font-style:italic; margin-bottom: 1em;}
.post-body strong {font-weight: bold;}

.post-body ul {
	padding-left: 3em;
	margin-bottom: 2em;
}
.post-body ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.post-body ol {
	padding-left: 3em;
	margin-bottom: 2em;
}
.post-body ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.post-body blockquote {
	padding: 1.5em;
	border: 1px dotted #999;
	margin-bottom: 1.5em;
}
.post-body blockquote p {
	margin-bottom: 0em;
}
.post-body img {
	margin: 0 auto;
}
.post-body table {
	border: solid 1px #ccc;
	width: 100%;
}
.post-body table th {
	padding: 1em;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.post-body table td {
	padding: 1em;
	border-bottom: solid 1px #ccc;
}

/*============================================================================================
↓サイドバー　カテゴリのアイキャッチ画像======================================================
============================================================================================*/
.cat-item-news  {
	background-image: url(img/news-ie.png);
	background-position: left center;
	background-size: contain;
	height: 25px;
	background-repeat: no-repeat;
	padding-left: 80px !important;
}
.cat-item-event  {
	background-image: url(img/event-ie.png);
	background-position: left center;
	background-size: contain;
	height: 25px;
	background-repeat: no-repeat;
	padding-left: 80px !important;
}
.cat-item-report  {
	background-image: url(img/report-ie.png);
	background-position: left center;
	background-size: contain;
	height: 25px;
	background-repeat: no-repeat;
	padding-left: 80px !important;
}
.cat-item-eacanthus  {
	background-image: url(img/eacanthus-ie.png);
	background-position: left center;
	background-size: contain;
	height: 25px;
	background-repeat: no-repeat;
	padding-left: 80px !important;
}
.cat-item-mainother  {
	background-image: url(img/mainother-ie.png);
	background-position: left center;
	background-size: contain;
	height: 25px;
	background-repeat: no-repeat;
	padding-left: 80px !important;
}

#sidebar ul li.cat-item-news a:link,
#sidebar ul li.cat-item-news a:visited,
#sidebar ul li.cat-item-event a:link,
#sidebar ul li.cat-item-event a:visited,
#sidebar ul li.cat-item-report a:link,
#sidebar ul li.cat-item-report a:visited,
#sidebar ul li.cat-item-eacanthus a:link,
#sidebar ul li.cat-item-eacanthus a:visited,
#sidebar ul li.cat-item-mainother a:link,
#sidebar ul li.cat-item-mainother a:visited {
	background-image: none;
	padding: 0;
}

/* フォームボタン */
.form-btn input[type="submit"] {
  display : inline-block;
  cursor : pointer;
  padding : 12px 12px;
  border: 0;
  background-color: #043d60;
  color : #fff;
  line-height : 1;
}

.mw_wp_form_confirm .confirm-none {
  display: none;
}

@media (max-width: 600px) {
  .mw_wp_form_input input[size="60"],
  .mw_wp_form_input textarea {
    width: 100%;
  }
}

.columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 42px auto;
  padding: 0 !important;
  list-style: none;
}

.columns .column {
  margin-bottom: 35px;
  width: 47%;
}

@media (max-width: 600px) {
  .columns {
    flex-direction: column;
    margin: 24px auto 0;
  }

  .columns .column {
      margin-bottom: 16px;
      width: 100% !important;
  }
}

/* 金沢大学スーパーグローバル大学創成支援事業総括シンポジウム申込フォーム */
.post-2 .columns {
  margin: 0 auto;
}
.post-2 .column {
  margin-bottom: 1em;
}
.post-2 .column .contents-ttl {
  margin: 0 0 1em;
}