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


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

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

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

.interview-body ul {
	padding-left: 3em;
	margin-bottom: 2em;
}
.interview-body ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.interview-body ol {
	padding-left: 3em;
	margin-bottom: 2em;
}
.interview-body ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.interview-body blockquote {
	padding: 1.5em;
	border: 1px dotted #999;
	margin-bottom: 1.5em;
}
.interview-body blockquote p {
	margin-bottom: 0em;
}
.interview-body img {
	margin: 0 auto;
}

/*============================================================================================
↓取り組み概要ページ==========================================================================
============================================================================================*/
.torikumi-gaiyou h3 {
	color: #d61826;
	font-size: 1.4em;
	line-height: 1em;
	padding: 3em 2em;
	text-align: center;
}
.torikumi-gaiyou h4 {
	color: #d61826;
	font-size: 1.2em;
	line-height: 2em;
	padding: 0em 0em 0em 0.75em;
	border-left: solid 4px #d61826;
}
.torikumi-gaiyou table {
	width: 100%;
	line-height: 1.6em;
}
.torikumi-gaiyou table tr {
	border-bottom: dotted 1px #ccc;
}
.torikumi-gaiyou table th {
	width: 40%;
	padding: 1.6em 0px;
}
.torikumi-gaiyou table td {
	padding: 1.6em 0px;
}
.torikumi-gaiyou table p {/*2行目からインデント*/
	padding-left:1em;
	text-indent:-1em;
}
.torikumi-gaiyou table p:before {
	content: "◯";
}
.torikumi-gaiyou table ul li {
	margin-bottom: 0.5em;
}
.torikumi-gaiyou table ul li:before {
	content: "・";
}
.torikumi-gaiyou table ul li ul {
	padding-left:1em;
}
.torikumi-gaiyou table ul li ul li:before {
	content: inherit;
}
.cat-item {
	line-height: 1em;
}
.cat-item a {
	background-image: url(img/ico-lower.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center left; 
	padding-left: 1.8em !important;
}
/*カミングスーン*/
.comingsoon {
	background-image: url(img/comingsoon.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	color: #999;
}
@media screen and (max-width: 480px) {
.torikumi-gaiyou table th {
	width: 30%;
}
.torikumi-gaiyou table td {
	padding: 1.6em 1em;
}
.comingsoon {
	background-image: none;
	text-indent: inherit;
}
}