@charset "utf-8";
/* **************************************************

CSS Information
File Name : edc.css
Style Info: アントレプレナ`シップデザインセンタ` 耕嗤のスタイル峺協
Date: 2017-11-28

************************************************** */
/* --------------------------------------------------
	慌宥ヘッダ`
-------------------------------------------------- */
#globalHeader {
  padding: 10px 0;
}

#globalHeader .subHeader {
    margin: 5px 0 8px;
}

#globalHeader #siteID {
	padding: 0;
}

#globalHeader #siteID img {
	width: 448px;
	height: auto;
}

#globalHeader .headerNavi {
	width: 560px !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	#globalHeader {
		position: relative;
		padding: 10px 0 0;
	}

	#globalHeader .subHeader {
		margin-bottom: 10px;
	}

	#globalHeader #siteID {
		max-width: 300px;
		margin: 0 auto;
		padding: 0 0 15px;
	}

	#globalHeader #headerSearch {
		width: 100%;
		margin-right: -80px;
	}

	#globalHeader #headerSearch form {
		width: auto;
		margin-right: 80px;
	}

	#globalHeader .headerNavi {
		width: 100% !important;
	}

}


/* --------------------------------------------------
	慌宥フッタ`
-------------------------------------------------- */
#globalFooter .footerAddress dt img {
	width: 362px;
}


/* --------------------------------------------------
	サイドテキストバナ`
-------------------------------------------------- */
.sideTextBanner li .block {
  font-size: 1.3rem !important;
  line-height: 1.3;
}

.sideTextBanner li .block .bannerTitle {
  padding-left: 8px;
}

.sideTextBanner li .block .bannerTitle span {
	padding-right: 0;
}


/* --------------------------------------------------
	スマ`トフォン喘サイドメジャ` ナビ
-------------------------------------------------- */
#sideMajorNavi {
	margin-top: 20px;
}


/* --------------------------------------------------
	喘Class
-------------------------------------------------- */
.pcOnly {
	display: block !important;
}

.spOnly {
	display: none !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	.pcOnly {
		display: none !important;
	}

	.spOnly {
		display: block !important;
	}

	.body .btn a {
		padding-right: 30px;
		padding-left: 30px;
	}

}


/* --------------------------------------------------
	.categoryListExt - カテゴリ`リスト畠嫌
-------------------------------------------------- */
.categoryListExt li {
	width: 700px !important;
}

/* --------------------------------------------------
	トップペ`ジ
-------------------------------------------------- */
/*	メインビジュアル
-------------------------------------------------- */
#mainVisual {
	text-align: center;
}

#mainVisual .inner {
	width: 1020px;
}

/*	お岑らせ
-------------------------------------------------- */
.column2 .tabList .tabs span a {
	width: 250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 僥翌鬚映 */
dt.attrNewsOuter:before {
	display: inline-block;
	content:"僥翌鬚映";
	width: 100px;
	margin-right: 10px;
	padding: 3px 0;
	background-color: #3f8ac3;
	color: #fff;
	text-align: center;
}

/* 僥坪鬚映 */
dt.attrNewsInner:before {
	display: inline-block;
	content:"僥坪鬚映";
	width: 100px;
	margin-right: 10px;
	padding: 3px 0;
	background-color: #45828f;
	color: #fff;
	text-align: center;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	.tabList .tabs span {
		width: 33.333% !important;
	}

	.tabList .tabs span a {
		width: 100% !important;
	}

	.tabList .tabs span:first-child a {
		width: 100% !important;
	}

	.tabList .tabs span:nth-child(3) a {
		border-bottom: 1px solid #ddd !important;
	}

}


/* --------------------------------------------------
	古勣
-------------------------------------------------- */
.message .imgR {
	width: 170px;
}


/* --------------------------------------------------
	冩梢宀匯E
-------------------------------------------------- */
/* .researchersList01 - 冩梢宀匯E┘椒織鵐織ぅ廝
-------------------------------------------------- */
.researchersList01 {
	list-style: none !important;
	margin: 0 -1% !important;
}

.researchersList01 li {
	float: left;
	width: 48%;
	margin: 5px 1% !important;
}

.researchersList01 li a {
	display: block;
	padding: 8px 4px 8px 8px;
	background-color: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
	color: #333 !important;
	text-decoration: none !important;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.researchersList01 li a:hover {
	background-color: #f5f5f5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.researchersList01 li span:first-child:before {
    display: inline-block;
    padding-right: 5px;
    font-family: 'ico_wu_theme';
    font-size: 1.2rem;
    content: "\e60f";
}

.researchersList01 li .note {
	display: inline-block;
	margin-left: 5px;
	padding: 0;
	background: none;
	font-size: 10px;
	font-size: 1rem;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	.researchersList01 {
		margin: 0 !important;
	}

	.researchersList01 li {
		float: none;
		width: 100%;
		margin: 5px 0 !important;
	}

}

/* .researchersList02 - 冩梢宀匯E┗蹈織ぅ廝
-------------------------------------------------- */
.researchersList02 {
	border: none;
}

.researchersList02 th,
.researchersList02 td {
	border: 1px dotted #ccc !important;
	border-right: none !important;
	border-left: none !Important;
}

.researchersList02 th {
	width: 35%;
	background-color: #fafafa !important;
}

.researchersList02 th:before {
    display: inline-block;
    padding-right: 5px;
    font-family: 'ico_wu_theme';
    font-size: 1.2rem;
    content: "\e60f";
}


.researchersList02 th a {
	text-decoration: none;
}

.researchersList02 .note {
	display: inline-block;
	margin-left: 5px;
	padding: 0;
	background: none;
	font-size: 10px;
	font-size: 1rem;
}

/* .researcherBlock01 - 冩梢宀ブロック
-------------------------------------------------- */
.researcherBlock01 {
	margin: 0 !important;
	border: 1px solid #eee;
}

.researcherBlock01 h2 {
	border-radius: 0 !important;
}

.researcherBlock01 h2 span:not(.externalLink) {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 1.3rem;
}

.researcherBlock01 h2 a {
	text-decoration: none !important;
}

.researcherBlock01 h2 a:before {
	display: inline-block;
	padding-right: 5px;
	font-family: 'ico_wu_theme';
	font-size: 1.2rem;
	font-weight: normal;
	content: "\e60f";
}

.researcherBlock01 .content {
	padding: 0 19px 19px;
}

.researcherBlock01 .thumb {
	padding: 0 20px 0 10px;
}

.researcherBlock01 .text {
	overflow: hidden;
}

.researcherBlock01 .text h3 {
	margin: 1em 0 0.75em !important;
	font-size: 1.6rem;
}

.researcherBlock01 .text h4 {
	margin: 0 !important;
	padding: 0;
	border: none;
	font-size: 1.4rem;
}

.researcherBlock01 .text h4:before {
}

.researcherBlock01 .text p {
	margin: 0.75em 0;
	font-size: 1.3rem;
}

.researcherBlock01 .text p:first-child {
	padding-top: 0.5em;
	font-size: 1.5rem;
}

/* このペ`ジの枠^へ */
.pagetop.researcher {
	margin-top: 5px;
}

.pagetop.researcher a {
	text-decoration: none !important;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (max-width:640px) {

	.researcherBlock01 {
		margin: 0 -5px 20px !important;
	}

	.researcherBlock01 .thumb {
		padding: 0;
		text-align: center;
	}

	.researcherBlock01 .content {
		padding: 0 14px 14px;
	}

	.pagetop.researcher {
		display: none;
	}

}

/* --------------------------------------------------
	.ctategoryList04 - カテゴリリスト徨ペ`ジ畠周燕幣
-------------------------------------------------- */
.body .categoryList04 {
	list-style: none;	
	margin: 20px -20px 10px 0px;
}

.body .categoryList04 ul,
.body .categoryList04 p {
	margin-bottom: 0;
}

.body .categoryList04 > li {
	background-color: #fff;
	float: left;
	width: 365px;
	margin: 0 20px 20px 0;
	background-color: #fff;
}

.body .categoryList04 li .content {
	padding: 14px;
	border: 1px solid #ddd;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.body .categoryList04 li .headingLink01 {
	margin: 0;
	font-weight: bold;
	line-height: 1.3;
	display: block;
	padding: 10px 20px 10px 15px;
	background: #17b4bc !important;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;

}

.body .categoryList04 li .headingLink01 a {
	display: block;
	padding: 10px 20px 10px 30px;
	background: #003461 url(../tmpl-img/ico_arrow07.png) no-repeat scroll 10px 12px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
}

.body .categoryList04 li .headingLink01 a:hover {
	background-color: #31517b;
}

.body .categoryList04 li ul {
	list-style: none;
	width: 210px;	
	margin-left: 0;
	overflow: hidden;
}

.body .categoryList04 li li {
	margin: 6px 0;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
}

.body .categoryList04 li li a {
    display: block;
    min-height: 14px;
    padding-left: 10px;
	background: url(/_common/themes/wakayama-u/tmpl-img/ico_arrow02.png) no-repeat left 6px;
    color: #555 !important;
    text-decoration: none;
}

.body .categoryList04 li li a:hover {
    color: #17b4bc !important;
	text-decoration: underline;
}

.body .externalLink_w {
    padding-right: 20px;
    background: transparent url("../tmpl-img/ico_external_link01_w.png") no-repeat scroll right center;
}

/*	Responsive Settings
-------------------------------------------------- */
@media screen and (min-width:320px) and (max-width:640px) {

	.body .categoryList04 {
		margin: 0;
	}

	.body .categoryList04 li .headingLink01 a,
	.body .categoryList04 li .content {
		height: auto !important;
	}
	
	.body .categoryList04 li .content {
		padding: 14px 0 0;
	}
	
	.body .categoryList04 > li {
		width: 100%;
		margin: 0 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.body .categoryList04 .fl {
		margin: 0 0 10px;
		text-align: center;
	}
	
	.body .categoryList04 .fr {
		width: 100%;
	}
	
	.body .categoryList04 .fr li {
		margin: 0;
		font-size: 14px;
		font-size: 1.4rem;		
	}
	
	.body .categoryList04 .fr li a {
		padding: 10px 0 10px;
		padding-left: 20px;
		background: url(/_common/themes/wakayama-u/tmpl-img/ico_arrow02.png) no-repeat 10px 16px;
		text-decoration: none !important;
	}
	
	.body .categoryList04 .fr li a:hover {
		background: #f2f3f8 url(/_common/themes/wakayama-u/tmpl-img/ico_arrow02.png) no-repeat 10px 16px;
	}	

}

/*	仟彭並
-------------------------------------------------- */

	/* 試嗷h */
		dt.attrActivity:before {
		display: inline-block;
		content:"試嗷h";
		width: 80px;
		margin-right: 10px;
		padding: 3px 0;
		background-color: #7d7d7d;
		color: #fff;
		text-align: center;
	}

/*	.caption喘　鮫颪縫ャプションがついている栽　
-------------------------------------------------------------- */

.body .caption {
    margin: 0 0 10px 0;
}

/* .seedsmatrix - ^　Y創の冥し圭喘
-------------------------------------------------- */

.seedsmatrix table th, .seedsmatrix table td {
    padding: 5px 5px; 
} 

/* 竃砿尖ペ`ジ
-------------------------------------------------- */

.export_control_list dt {
    margin-top: 0;
    margin-left: 20px;
    float: left;
}

.export_control_list dd {
    margin-left: 120px;
}

/* 參和、恬撹*/

/* L宀eリンク
-------------------------------------------------- */

.sp {
    display: none;
}

#targetNavi li {
    float: left;
    width: 203px;
    height: 50px;
    background-color: #e5eded;
    border-left: 1px solid #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

#targetNavi li span {
    display: inline-block;
    padding: 5px 0 2px 27px;
    background: url(/_themes/wakayama-u/tmpl-img/ico_tnavi.png) no-repeat top left;
}

/*　m俳な鮫颪魃輅召垢襪燭瓩鳳慴なスタイル*/
#targetNavi .tNavi01 span {
    background-position: 0 0;
}

#targetNavi .tNavi02 span {
    background-position: 0 -70px;
}

#targetNavi .tNavi03 span {
    background-position: 0 -140px;
}

#targetNavi .tNavi04 span {
    background-position: 0 -210px;
}

#targetNavi .tNavi05 span {
    background-position: 0 -280px;
}

/* L宀eリンク Responsive Settings
-------------------------------------------------- */

@media screen and (max-width:640px) {

    .sp {
          display: block;
        }

    .shortcut ul {
                   width: 100%;
                   margin-right: auto;
                   margin-left: auto;
                   margin-bottom: 20px;
                   list-style: none;
                 }

    .shortcut li {
                   float: left;
                   width: 30%;
                   margin-right: 5%;
                   margin-bottom: 5%;
                 }


    .shortcut li:nth-child(3n) {
                                 margin-right: 0;
                               }

    .shortcut li a {
                     display: flex;
                     align-items: center;
                     justify-content: center;
                     width: 100%;
                     height: 100px;
                     background: #03a0a8;
                     border-radius: 8px;
                     padding: 2px;
                     box-sizing: border-box;
                   }

    .shortcut li.shortcut01 a > span {
                                       background-image: url(/_themes/wakayama-u/tmpl-img/ico_shortcut01.png);
                                     }

    .shortcut li.shortcut02 a > span {
                                       background-image: url(/_themes/wakayama-u/tmpl-img/ico_shortcut02.png);
                                     }

    .shortcut li.shortcut03 a > span {
                                       background-image: url(/_themes/wakayama-u/tmpl-img/ico_shortcut03.png);
                                     }

    .shortcut li.shortcut04 a > span {
                                       background-image: url(/_themes/wakayama-u/tmpl-img/ico_shortcut04.png);
                                     }

    .shortcut li.shortcut05 a > span {
                                       background-image: url(/_themes/wakayama-u/tmpl-img/ico_shortcut05.png);
                                     }

    .shortcut li.shortcut06 a > span {
                                       background-image: url(/_themes/wakayama-u/tmpl-img/ico_shortcut06.png);
                                     }

    .shortcut li a > span {
                            color: #e5eded;
                            font-size: 12px;
                            font-weight: bold;
                            line-height: 1.3;
                            text-align: center;
                            font-feature-settings: 'palt';
                            display: block;
                            width: 100%;
                            padding-top: 42px;
                            background-repeat: no-repeat;
                            background-position: top center;
                            background-size: 36px;
                          }

    .shortcut li a span.emp {
                              font-size: 14px;
                              display: block;
                            }

}


/* ピックアップバナ`
-------------------------------------------------- */


@media screen and (min-width:641px) {

    .pickup .bnr_l { 
                     width: 48%;
                     float: left;
                     margin-bottom: 20px; }

    .pickup .bnr_r { 
                     width: 48%;
                     float: right;
                     margin-bottom: 20px; }

}

/* ピックアップバナ` Responsive Settings
-------------------------------------------------- */

@media screen and (max-width:640px) {

    .pickup .bnr_l { 
                     width: 100%;
                     margin-bottom: 10px; }

    .pickup .bnr_r { 
                     width: 100%;
                     margin-bottom: 10px; }