/*
  Theme Name: 神戸大学工学振興会のテーマ
  Theme URI: http://
  Description: 神戸大学工学振興会のテーマ
  Version: 1.0.0

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php

*/

/* HTML Elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th {
  margin:0;
  padding:0;
}

header,article,footer,article,aside,time,nav {
  margin:0;
  padding:0;
  display:block;
}

address,caption,cite,code,dfn,em,th,var {
  font-style:normal;
  font-weight:normal;
}

body {
  background: url(images/bg.gif) repeat-x;
  font-size: 0.88em;
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.2em;
}

a:link, a:visited {
  color: #0066CC;
}

a:hover, a:active {
  color:#FF0066 !important;
  text-decoration: underline !important;
}

a:hover img {
  -moz-opacity:0.65;
  opacity:0.65;
  filter:alpha(opacity=65);
}

img, a:link img, a:visited img {
  border:0
}

hr {
  margin: 30px 0;
  border: none;
  display: block;
  height: 1px;
  background-color: #CCC;
}
/*
a[href $='.pdf'] {
    background:url(images/icon_pdf.png) no-repeat;
    margin: 0 0 0 0;
    padding: 20px 0px 20px 60px;
    display:block;
    border: 3px solid #EEE;
}
a[href $='.pdf']:hover {
    border: 3px solid #CCC;
}
*/	
.wrapper {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}



/* globalHeader ------------------------------------- */
#header {
  position: relative;
}

#header .header_box {
  height: 90px;
}
#header .header_box img {
  margin: 3px 0px 3px 0px;
}
#header .header_box_left {
  float: left;
  width: 680px;
  margin-top: 12px;
}
#header .header_box_right {
  font-size:90%;
  text-align: right;
  float: right;
  width: 300px;
  margin-top: 12px;
}


#globalHeader h1 {
  font-size:90%;
  font-weight: normal;
}

/* globalNavi ------------------------------------- */
#globalNavi {
  clear: both;
  margin-bottom: 0px;
  height: 60px;
  overflow: hidden;
}
#globalNavi ul {
  list-style: none;
  overflow: hidden;
}
#globalNavi li {
  float: left;
}



/* category_image ------------------------------------- */
#category_image {
  text-align: left;
  clear: both;
  margin-bottom: 20px;
}



/* page_navigation ------------------------------------- */
#page_navigation {
  margin: 0 0 10px;
  overflow: hidden;
}
#container #page_navigation ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
#container #page_navigation li {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
#post_navi_footer {
  overflow: hidden;
}
#post_navi_footer .prev {
  float: left;
}
#post_navi_footer .next {
  float: right;
}



/* nav-below ------------------------------------- */
#nav-below {
  overflow: hidden;
  margin: 20px 0;
}
#nav-below .nav-previous {
  float: left;
}
#nav-below .nav-next {
  float: right;
}
#nav-below .meta-nav {
  padding: 0 10px;
}



/* pagetop ------------------------------------- */
#pagetop {
  margin-top: 30px;
  text-align: right;
}



/* main ------------------------------------- */
#main {
  overflow: hidden;
  margin-top: 30px;
}

/* container ------------------------------------- */
#container {
  width: 680px;
  float: left;
}

#container .label {
  border-left: 6px solid #4A7DF4;
  margin-left: 5px;
  padding-left: 10px;
  font-size: 210%;
  color: #000;
}
#container .label strong {
  font-weight: normal;
}

#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6 {
  font-size: 100%;
  line-height: 150%;
  margin-left: 5px;
  margin-bottom: 10px;
  clear: both;
}
#container h1 {
  background: url(images/grouptitle.gif) no-repeat;
  height: 50px;
  width: 670px;
  margin-left: 0;
  padding-left: 30px;
  line-height: 50px;
  font-weight: normal;
  font-size: 120%;
  margin-bottom: 20px;
}
#container h2 {
  background: url(images/bg_label2.gif) no-repeat;
  height: 76px;
  width: 670px;
  line-height: 76px;
  font-size: 220%;
  margin-left: 0;
  padding-left: 30px;
  color: #1F7246;
  font-weight: normal;
}
#container h3 {
  background: url(images/bg_label3.gif) no-repeat;
  height: 50px;
  width: 640px;
  margin-left: 0;
  padding-left: 30px;
  line-height: 50px;
  font-weight: normal;
  font-size: 120%;
  margin-bottom: 20px;

}
#container h4 {
  /*border-bottom: 2px solid #D54B48;*/
  border-bottom: 2px solid #D7D7D7;
  padding: 8px 0 5px;
  font-size: 120%;
  font-weight: normal;
  margin-left: 0;
  margin-bottom: 20px;
}
#container h5 {
  font-size: 150%;
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: above;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
#container h6 {
  font-size: 100%;
  font-weight: bold;
  line-height:150%;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
#container p {
  margin: 10px;
  line-height: 1.5em;
}
#container header h1{
  margin-left: 0;
}

#container ul,
#container ol {
  margin: 0px;
  padding: 0px;
}

#container_bottom {
  margin-bottom: 25px;
}

/* sidebar ------------------------------------- */
#sidebar {
  float: right;
  width: 260px;
  background-color: #FFFFFF;
  text-align: center;
}

#sidebar ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
#sidebar li {
}

#sidebar .mylink ul {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 0;
}
#sidebar .mylink li {
  margin-top: 10px;
}

#sidebar .link ul {
  list-style: none;
  margin-top: 40px;
  margin-bottom: 0;
}
#sidebar .link li {
  margin-top: 5px;
}
#sidebar .link li img {
  max-width: 100%;
}

#sidebar .box {
  background-color: #E1F7EC;
  padding: 20px 5px;
  margin-bottom: 10px;
}

#sidebar .box header{
  font-size: 120%;
  font-weight: bold;
  color: #207246;
  text-align: left;
  margin-left: 10px;
}

#sidebar .box ul {
  margin-left: 10px;
  margin-top: 10px;
}

#sidebar .box li {
  list-style:none;
  width:200px;
  /*background: url(images/submenu.gif) no-repeat;*/
  background: url(images/point_parent.gif) no-repeat 6px 12px #FFF;
  margin: 5px 0;
  text-align: left;
  line-height: 120%;
  padding: 16px 5px 13px 22px;
  border: 1px solid #207246;
}
#sidebar .box li a {
  color: #000000;
  text-decoration: none;
}

#categorylist_sideframe {
  padding: 20px;
  font-size: 115%;
}
#categorylist_sideframe .title {
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: normal;
}
#categorylist_sideframe .title span {
  display: block;
  font-size: 70%;
  color: #7D7D7D;
  padding-top: 3px;
}
#categorylist_sideframe ul {
  margin-bottom: 20px;
}
#categorylist_sideframe li {
  margin-bottom: 20px;
  padding-left: 20px;
}

#bannerlist_sideframe li {
  margin: 5px 0;
}

#contact_sideframe {
}
#contact_sideframe img {
  margin-top: 15px;
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contact_sideframe address {
  padding: 10px 15px;
  font-size: 90%;
}

#side_company_info {
  border: 5px solid #EEEEEE;
  padding: 10px;
  margin-bottom: 20px;
}
#side_company_info .title {
  font-size: 110%;
  margin: 10px 0;
}
#side_company_info .address {
  margin-bottom: 5px;
}

li.ktcmag {
  position: relative;
  width: 260px;
  height: 156px;
  background-image: url('images/ktcmag.gif');
  margin-bottom: 3px;
}
li.ktcmag .img_box {
  position: absolute;
  top: 10px;
  left: 10px;
  float: left;
  width: 100px;
  height: 140px;
}
li.ktcmag img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
li.ktcmag p {
  float: left;
  position: absolute;
  top: 70px;
  left: 120px;
  width: 100px;
  text-align: left;
  color: #FFF;
}

/* footer ------------------------------------- */
#globalFooter {
  overflow: hidden;
}
#globalFooter #pagetop {
  margin-bottom: -4px;
}

#footer {
  overflow: hidden;
  text-align: center;
  background-color:#F1F0EE;
  border-top: 1px solid #CCCCCC;
}

#footer_navi {
  color: #333333;
  font-size: 90%;
}
#footer_navi ul {
  list-style: none;
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 20px;
}
#footer_navi li {
  display: inline-block;
  border-left: 1px solid #333333;
  padding:0px 15px 0px 15px;
}
#footer_navi li.left {
  border-left:none;
}
#footer_navi li a {
  color: #000000;
  text-decoration: none;
}
#footer_navi li a:hover {
  color: #FF0066;
  text-decoration: underline;
}

#footer_back {
  background-color: #444444;
}

#footer_info {
  height: 176px;
  color: #FFFFFF;
  text-align:left;
}
#footer_info p.title {
  margin-top:30px;
}
#footer_info ul {
  font-size: 80%;
}


/* class ------------------------------------- */
.image_box {
  line-height: 0;
  font-size: 0;
}

.business_lbl {
  margin-top: 30px;
  clear: both;
}
.business_img {
  float: left;
  margin-top: 20px;
  margin-right: 30px;
  display: block;
}
.business_box {
  float:left;
  height:250px;
  width:350px;
}

ul.business_list_icon01 {
  margin: 0px 0px 2px 0px;
  padding: 0px;
  list-style: none inside url('images/icon_business01.gif');
}
ul.business_list_icon01 li{
  line-height: 2em;
}
ul.business_list_icon01 li a{
  text-decoration:none;
  color: #333333;
}

ul.business_list_icon02 {
  margin: 0px 0px 2px 0px;
  padding: 0px;
  list-style: none inside url('images/icon_business02.gif');
}
ul.business_list_icon02 li{
  line-height: 1.5em;
}
ul.business_list_icon02 li a{
  text-decoration:none;
  color: #333333;
}

ul.business_list_icon03 {
  margin: 0px 0px 2px 0px;
  padding: 0px;
  list-style: none inside url('images/icon_business03.gif');
}
ul.business_list_icon03 li{
  line-height: 2em;
}
ul.business_list_icon03 li a{
  text-decoration:none;
  color: #333333;
}

ul.business_list_icon04 {
  margin: 0px 0px 2px 0px;
  padding: 0px;
  list-style: none inside url('images/icon_business04.gif');
}
ul.business_list_icon04 li{
  line-height: 2em;
}
ul.business_list_icon04 li a{
  text-decoration:none;
  color: #333333;
}

ul.business_list_icon05 {
  margin: 0px 0px 2px 0px;
  padding: 0px;
  list-style: none inside url('images/icon_business05.gif');
}
ul.business_list_icon05 li{
  line-height: 2em;
}
ul.business_list_icon05 li a{
  text-decoration:none;
  color: #333333;
}

ul.business_list_icon06 {
  margin: 0px 0px 2px 0px;
  padding: 0px;
  list-style: none inside url('images/icon_business06.gif');
}
ul.business_list_icon06 li{
  line-height: 1.5em;
}
ul.business_list_icon06 li a{
  text-decoration:none;
  color: #333333;
}

a.list_icon {
  list-style: none;
  background: url(images/list_icon.gif) no-repeat 3px 5px;
  margin: 0 5px 10px;
  padding: 0px 3px 3px 25px;
}

.list_icon li {
  list-style: none;
  background: url(images/list_icon.gif) no-repeat 3px 3px;
  margin: 20px 5px 0;
  padding: 0 3px 3px 20px;
  float: left;
  width: 45%;
}
.list_border li {
  border-bottom: 1px dotted #666;
}

.image_left {
	margin: 0 20px 20px 0;
	float: left;
}

.image_center {
	margin: 0 auto 20px auto;
}

.image_right {
	margin: 0 0 20px 20px;
	float: right;
}

.left_box {
  float: left;
}
.right_box {
  float: right;
}

.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

table {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%
}
table th {
  border: 1px solid #CCCCCC;
  padding: 3px;
  background: url(images/bg_table_th.gif) repeat-x left top #EEEEEE;
  text-align: center;
}
table td {
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: 3px;
  vertical-align: middle;
  line-height: 150%;
}

table.about_table{
  width: 510px;
}
table.about_table th{
  width: 110px;
  padding-left: 10px;
  border-right:none;
}
table.about_table td{
  padding-left: 5px;
  border-left:none;
}

hr.about {
  margin: 30px 0 50px 0;
}

table.table_noborder {
  border: none;
  margin: 5px 0;
}
table.table_noborder td {
  border: none;
  padding: 5px;
}
table.table_dotborder {
  border: none;
  margin: 5px 0;
}
table.table_dotborder th {
  padding: 3px;
  border-bottom: 1px dotted #CCCCCC;
  vertical-align: top;
  text-align: left;
  line-height: 30px;
}
table.table_dotborder td {
  padding: 3px;
  border-bottom: 1px dotted #CCCCCC;
  vertical-align: top;
  line-height: 30px;
}

ul.list_arranges_one_row {
  overflow: hidden;
  list-style: none;
}
ul.list_arranges_one_row li {
  float: left;
}
dl.list_arranges_one_row {
  overflow: hidden;
  list-style: none;
}
dl.list_arranges_one_row dt {
  float: left;
  clear: both;
}
dl.list_arranges_one_row dd {
  float: left;
}

input.button {
  padding: 10px 30px;
}




/* contents style ------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.category-entry-body {
  border-bottom: 1px dashed #999999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.entry-body {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}

.corp_name {
  font-weight:bold;
  font-size: 1.2em;
  line-height: 1.2em;
}

.entry-footer {
  clear: both;
}



/*----------------------------------*/
#visual_content {
  display: block;
  height: 82px;
}

#document p {
  line-height: 120%;
  margin-left: 15px;
}

#document p.ttl {
  font-size: 120%;
  line-height: 120%;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 40px;
}

#document p.syo {
  margin-left: 0;
  margin-top: 40px;
}

#document p.jyo {
  margin-left: 20px;
  margin-bottom: 20px;
}

#document ul {
  list-style-type: none;
  margin-left: 25px;
  margin-bottom: 20px;
}

#document ul.kana {
  list-style-type: katakana;
  margin-left: 70px;
}

#document li {
  line-height: 150%;
}

#tbol{
  margin-left: 10px;
  width: 650px;
  table-layout: fixed;
  border: solid 5px #e0e0e0;
}

#tbol td.hdr {
  background-color: #909090;
  color: #ffffff;
  font-size: 120%;
}

#tbnb{
  border: none;
}
#tbnb td{
  border: none;
}
#enkaku{
  table-layout: fixed;
}
#enkaku th{
  padding-left: 15px;
  white-space: nowrap;
  text-align: left;
  width: 105px;
}
.enkaku {
  font-size: 80%;
  width: 680px;
}

#zaimu p {
  font-size: 120%;
  font-weight: bold;
}
#zaimu ol {
  font-size: 120%;
  line-height: 200%;
  margin-top: 20px;
  margin-left: 70px;
  list-style-type: decimal;
}

#mag-left {
  width: 250px;
  height: 320px;
  float:left;
  margin-left: 20px;
}
#mag-right {
  width: 400px;
  height: 320px;
  float:left;
}
#mag-right ul {
  margin-left: 30px;
  line-height: 180%;
}

.magazine_box {
  float: left;
  width: 310px;
  height: 330px;
  text-align: center;
  word-wrap: break-word;
  margin: 0 20px 20px 0;
  padding-top: 10px;
  background-color: #F1F0EE;
}

.child_box li {
  float: left;
  list-style: none;
  min-width: 40%;
  height: 70px;
  margin: 0 20px 20px 0;
  line-height: 75px;
  background: url(images/point_parent.gif) no-repeat 10px 25px #E1F7EC;
  padding-left: 30px;
  padding-right: 15px;
  border: 1px solid #207246;
}
.child_box li a {
  font-size: 1.5em;
  color: #000;
  text-decoration: none;
}
.child_box li a img{
  vertical-align: middle;
  margin: 0 10px;
}

.wp-pagenavi{
  height: 30px;
}

/*イベントカレンダー*/
#calendar{
	margin:2rem 0;
}
.eventorganiser-event-meta{
	display:none;
}
#container .fc-toolbar  h2{
	font-size: 160%;
    background-size: 100% 100%;
	background:none;
    width: 220px;
    height: 40px;
    line-height: 45px;
    padding: 0;
	text-align:left;
}
#calendar ul.event-category{
    width: 400px;
    height: 50px;
    list-style: none;
    position: relative;
    left: 50%;
    bottom: 40px;
}
#calendar ul.event-category li{
	padding:5px;
	float:left;
	white-space:nowrap;
}
#calendar ul.event-category li a{
	text-decoration:none;
}
.fc-day-grid-event .fc-time{
	font-size: 80%;
    padding-right: 35%;
}
#container .event h2{
	    background: none;
    font-size: 150%;
    border-left: 8px solid;
    padding-left: 10px;
    height: inherit;
    line-height: 2;
}
.eo-tc-event .eo-event-date{
	display:flex!important;
	padding:10px 0;
}
.fc-view-container{
padding-right:1px!important;
}
ul.event-cat{
	display:inline-block;
	max-width:500px;
	list-style:none;
}
ul.event-cat li{
	white-space:nowrap;
	float:left;
	padding-right:12px;
	padding-bottom:5px;
}
ul.event-cat li a{
	text-decoration:none;
	
}

.label-block .wpcf7-list-item {
  display: block;
}

.gallery-item img{
	max-width:90%;
	height:auto;
}

