@charset "utf-8";
/*------------------------------------------------

(C) International Budo University

outline.css

------------------------------------------------*/

#outline #mainImg {
	background: url(/outline/img/mainimg.jpg) center bottom no-repeat;
	background-size: cover;
}


/*------------------------------------------------
理事長あいさつ／学長メッセージ
------------------------------------------------*/
.message #main h2 {
	font-size: 2.2em;
	color: #00afcb;
	line-height: 1.2em;
}
.message #main h3 {
	padding: 0;
	color: #00afcb;
	border: none;
}
.message #main .box p {
	font-size: 1.1em;
	line-height: 2.0em;
}
.message #main .box p.sign {
	padding: 30px 0;
	font-size: 1.0em;
	line-height: 1.6em;
	text-align: right;
}
.message #main .prof {
	margin: 0 0 40px 40px;
	width: 200px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: right;
	float: right;
}
.message #main .prof img {
	margin: 0 0 10px 0;
}
.message #main .archiveBtn {
	margin: 0 auto !important;
	width: 70%;
}
.message #main .archiveBtn a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 5px;
	text-align: center;
	background: #f0fafc url(../common/img/arrow_next_blue.png) 97% center no-repeat;
	background-size: 30px 30px;
	border: 1px solid #f0fafc;
	display: block;
}
.message #main .archiveBtn a:hover {
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #00afcb;
}

/* chairman */
.message #main .prof {
	width: 48%;
}
.message #main .prof img {
	width: 100%;
	height: auto;
}

/* archives */
.message.archive #main .box {
	margin: 0 0 50px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.message.archive #main .box:last-child {
	margin: 0;
	padding: 0;
	border: none;
}
.message #main .box p.archiveDate {
	margin: 0 0 10px 0;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.0em;
}
.message #main .archiveBack {
	padding: 40px 0 0 0;
	text-align: right;
}
.message #main .archiveBack a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 3% 15px 35px;
	font-size: 0.8em;
	color: #333;
	line-height: 1.0em;
	background: url(/common/img/arrow_prev_blue.png) 5px center no-repeat;
	background-size: 30px 30px;
	border: 1px solid #e0e0e0;
	display: inline-block;
}
.message #main .archiveBack a:hover {
	color: #00afcb;
	text-decoration: none;
	border: 1px solid #00afcb;
}


/*------------------------------------------------
沿革
------------------------------------------------*/
.historyTbl td {
	padding: 0 !important;
}
.historyTbl th {
	width: 14%;
}
.historyTbl td {
	width: 86%;
}
.historyTbl td dl {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	display: table;
}
.historyTbl td dl:last-child {
	border: none;
}
.historyTbl td dl dt {
	padding: 10px;
	width: 12%;
	text-align: center;
	vertical-align: middle;
	background: #f0fafc;
	display: table-cell;
}
.historyTbl td dl dd {
	padding: 10px;
	width: 88%;
	vertical-align: middle !important;
	border-left: 1px solid #e0e0e0;
	display: table-cell;
}


/*------------------------------------------------
建学の精神?教育目標?各種方針
------------------------------------------------*/
.feature #main .box dl dt {
	width: 42%;
	text-align: center;
	float: left;
}
.feature #main .box dl dd {
	width: 58%;
	float: right;
}
.feature #main .box dl dt img {
	width: 70%;
	max-width: 280px;
}


/*------------------------------------------------
教員紹介
------------------------------------------------*/
.teacher #main ul.teacherIndex li {
	padding: 0 1.5% 5% 1.5%;
	width: 22%;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
	float: left;
}
.teacher #main ul.teacherIndex li:nth-child(4n+1) {
	clear: both;
}
.teacher #main ul.teacherIndex li a {
	color: #333;
	display: block;
}
.teacher #main ul.teacherIndex li img {
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
}
.teacher #main ul.teacherIndex li a:hover {
	color: #00afcb;
}
.teacher #main ul.teacherIndex li .message {
	display:block;
}

/* detail */
.teacher.detail #main h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1.6em;
	line-height: 1.3em;
	border-bottom: 1px solid #e0e0e0;
}
.teacher.detail #main h2 span {
	font-size: 0.75em;
}
.teacher.detail #main dl {
	padding: 15px 0;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}
.teacher.detail #main dl dt {
	width: 20%;
	font-weight: bold;
	line-height: 1.6em;
	float: left;
}
.teacher.detail #main dl dd {
	width: 77%;
	line-height: 1.6em;
	float: right;
}
.teacher.detail #main table th {
	padding: 5px 20px 5px 0;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
.teacher.detail #main table td {
	padding: 5px 0 5px 20px;
}
.teacher.detail #main #profile {
	margin: 0 0 50px 0;
	width: 100%;
}
.teacher.detail #main #profile img {
	width: 23%;
	max-width: 170px;
	float: left;
}
.teacher.detail #main #profile .inner {
	padding: 0;
	width: 73%;
	float: right;
}
.teacher.detail #main .other {
	margin: 0 0 50px 0;
	padding: 20px 30px 30px 30px;
	background: #f6f6f6;
}
.teacher.detail #main .other dl:last-child {
	border: none;
}
.teacher.detail #main .other strong {
	color: #00afcb;
}
.teacher.detail #main .message {
	margin: 0 0 30px 0;
	width: 100%;
}
.teacher.detail #main .message h3 {
	margin: 0 0 10px 0;
	font-size: 1.4em;
	line-height: 1.4em;
}
.teacher.detail #main .message p {
	line-height: 1.6em;
}


/*------------------------------------------------
履修の手引?授業概要／自己点検?評価報告
------------------------------------------------*/
.files #main .box ul li {
	margin: 0 1% 2% 1%;
	width: 48%;
	float: left;
}
.files #main .box ul li.single {
	margin: 0 1% 2% 1%;
	width: 98%;
}
.files #main .box ul li a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 15px 15px 35px;
	line-height: 1.5em;
	text-decoration: none;
	background: #f0fafc url(../common/img/icon_blank.png) 10px center no-repeat;
	background-size: 16px 16px;
	border: 1px solid #f0fafc;
	display: block;
	overflow: hidden;
}
.files #main .box ul li a span {
	font-size: 0.8em;
	color: #999;
}
.files #main .box ul li a:hover {
	background-color: #fff;
	border: 1px solid #00afcb;
}


/*------------------------------------------------
情報公開
------------------------------------------------*/
/* activity */
.disclosure #main .box table.activityTbl th {
	width: 34%;
	text-align: left;
}
.disclosure #main .box table.activityTbl td {
	width: 54%;
}
.disclosure #main .box table.numberTbl td {
	text-align: right;
}
.disclosure #main .box p.org {
	text-align: center;
}
.disclosure #main .box p.org img {
	margin: 0 0 10px 0;
	width: 100%;
	max-width: 500px;
	height: auto;
}

/* data */
.disclosure #main .box table.dataTbl th.lnk {
	width: 60px;
	text-align: center;
}
.disclosure #main .box table.dataTbl td a {
	padding: 5px;
	font-size: 2.0em;
	color: #00afcb;
}


/*------------------------------------------------
交通アクセス
------------------------------------------------*/
.map #main .box #gmap {
	margin: 0 0 20px 0;
	width: 100%;
	height: 400px;
	background: #f6f6f6;
}
.map #main .box a.blank {
	padding: 5px 5px 5px 30px;
}
.map #main .box ul {
	margin: 0 0 0 20px;
	list-style: disc;
	line-height: 1.6em;
}

/*------------------------------------------------
募金
------------------------------------------------*/
.bokin #main .right {
	text-align: right;
}
.bokin #main span.ft90 {
	font-size: 90%;
}
.bokin #main span.bold {
	font-weight: bold;
}
.bokin #main .img_box {
	display: inline-block;
	width: 45%;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 20px;
}
.bokin #main .img_box:first-child {
	padding-right: 8%;
}
.bokin #main .box img {
	width: 100%;
}
.bokin #main .box table {
	width: 100%!important;
}
.bokin #main .box .box_border {
	display: block;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin: 20px 0 0;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}
.bokin #main .box .box_border p {
	margin-bottom: 0;
}
.bokin #main .box .note {
	margin: 10px 0 0;
}
.bokin #main .box .note p {
	margin: 0;
	padding-left: 35px;
	text-indent: -35px;
	color: #646464;
	font-size: 1em;
}
.bokin #main h3 {
	margin: 0 0 30px 0;
	padding: 7px 0 7px 15px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
	border-left: 3px solid #00afcb;
	border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 768px) {
/*------------------------------------------------
理事長あいさつ／学長メッセージ
------------------------------------------------*/
	.message #main h2 {
		margin: 0 2% 30px 2%;
		font-size: 20px;
	}
	.message #main .box p {
		font-size: 14px;
		line-height: 1.8em;
	}
	.message #main .prof {
		font-size: 12px;
	}
	.message #main .archiveBtn {
		width: 100%;
	}
	.message #main .archiveBtn a {
		border: 1px solid #00afcb;
	}
	.message #main .archiveBtn a:hover {
		background-color: #f0fafc;
	}

/* chairman */
	.message #main .prof {
		width: 36%;
	}

/* archives */
	.message.archive #main .box {
		margin: 0 auto 40px auto;
	}
	.message.archive #main .box:last-child {
		margin: 0 auto;
	}
	.message #main .archiveBack {
		padding: 10px 0 0 0;
	}
	.message #main .archiveBack a {
		font-size: 12px;
	}
	.message #main .archiveBack a:hover {
		color: #333;
		border: 1px solid #e0e0e0;
	}


/*------------------------------------------------
教員紹介
------------------------------------------------*/
	.teacher #main ul.teacherIndex {
		margin: 0 auto;
		width: 96%;
	}
	.teacher #main ul.teacherIndex li {
		width: 30%;
	}
	.teacher #main ul.teacherIndex li:nth-child(4n+1) {
		clear: none;
	}
	.teacher #main ul.teacherIndex li:nth-child(3n+1) {
		clear: both;
	}
	.teacher #main ul.teacherIndex li a:hover {
		color: #333;
	}

/* detail */
	.teacher.detail #main #profile {
		margin: 0 auto 40px auto;
		width: 96%;
	}
	.teacher.detail #main .other {
		margin: 0 0 40px 0;
		padding: 20px 3% 30px 3%;
	}
	.teacher.detail #main .message {
		margin: 0 auto 20px auto;
		width: 96%;
	}


/*------------------------------------------------
履修の手引?授業概要
------------------------------------------------*/
	.files #main .box ul li,
	.files #main .box ul li.single {
		margin: 0 0 10px 0;
		width: 100%;
	}
	.files #main .box ul li a span {
		font-size: 12px;
	}
	.files #main .box ul li a {
		border: 1px solid #00afcb;
	}
	.files #main .box ul li a:hover {
		background-color: #f0fafc;
	}


/*------------------------------------------------
情報公開
------------------------------------------------*/
/* activity */
	.disclosure #main .box p.org a {
		color: #00afcb;
		text-decoration: none;
	}
}





@media screen and (max-width: 640px) {
/*------------------------------------------------
理事長あいさつ／学長メッセージ
------------------------------------------------*/
	.message #main h2 {
		margin: 0 4% 30px 4%;
	}
	.message #main .box p.sign {
		padding: 10px 0;
	}
	.message #main .prof {
		margin: 0 auto 30px auto;
		width: 180px;
		text-align: center;
		float: none;
	}

/* chairman */
	.message.chairman #main .prof {
		width: 100%;
	}

/* archives */
	.message.archive #main .box {
		margin: 0 auto 30px auto;
		padding: 0;
	}
	.message #main .box p.archiveDate {
		font-size: 12px;
	}
	.message #main .archiveBack {
		width: 100%;
	}
	.message #main .archiveBack a {
		padding: 10px 10px 10px 30px;
		font-size: 12px;
		text-align: center;
		display: block;
	}


/*------------------------------------------------
沿革
------------------------------------------------*/
	.conts #main .box table.historyTbl {
		width: 100% !important;
		border-top: none;
	}
	.conts #main .box table.historyTbl th {
		width: auto !important;
		border-left: none;
		border-right: none;
		display: block;
	}
	.conts #main .box table.historyTbl td {
		width: auto !important;
		border: none;
		display: block;
	}
	.historyTbl td dl dt {
		width: 20%;
	}
	.historyTbl td dl dd {
		width: 80%;
	}

	
/*------------------------------------------------
建学の精神?教育目標?各種方針
------------------------------------------------*/
/* logo */
	.feature #main .box dl dt {
		width: 100%;
		float: none;
	}
	.feature #main .box dl dd {
		padding: 10px 0 0 0;
		width: 100%;
		float: none;
	}


/*------------------------------------------------
教員紹介
------------------------------------------------*/
	.teacher #main ul.teacherIndex li {
		padding: 0 2% 7% 2%;
		width: 46%;
	}
	.teacher #main ul.teacherIndex li:nth-child(3n+1) {
		clear: none;
	}
	.teacher #main ul.teacherIndex li:nth-child(2n+1) {
		clear: both;
	}

/* detail */
	.teacher.detail #main h2 {
		padding: 0 0 15px 0;
		font-size: 18px;
		line-height: 1.2em;
	}
	.teacher.detail #main h2 span {
		font-size: 11px;
	}
	.teacher.detail #main dl dt,
	.teacher.detail #main dl dd {
		width: 100%;
	}
	.teacher.detail #main dl dt {
		padding: 0 0 10px 0;
	}
	.teacher.detail #main table th {
		padding: 10px 0 0 0;
		width: 100%;
		display: block;
	}
	.teacher.detail #main table td {
		padding: 0 0 10px 0;
		width: 100%;
		display: block;
	}
	.teacher.detail #main #profile {
		margin: 0 auto 30px auto;
		width: 92%;
		text-align: center;
	}
	.teacher.detail #main #profile img {
		margin: 0 0 15px 0;
		width: 60%;
		max-width: 300px;
		float: none;
	}
	.teacher.detail #main #profile .inner {
		width: 100%;
		text-align: left;
		float: none;
	}
	.teacher.detail #main .other {
		margin: 0 0 30px 0;
		padding: 15px 4% 20px 4%;
	}
	.teacher.detail #main .message {
		margin: 0 auto;
		width: 92%;
	}
	.teacher.detail #main .message h3 {
		font-size: 16px;
	}


/*------------------------------------------------
情報公開
------------------------------------------------*/
/* activity */
	.disclosure #main .box table.activityTbl {
		width: 100%;
	}
	.disclosure #main .box table.activityTbl th,
	.disclosure #main .box table.activityTbl td {
		width: auto;
		border: none;
		display: block;
	}


/*------------------------------------------------
交通アクセス
------------------------------------------------*/
	.map #main .box #gmap {
		height: 360px;
	}

/*------------------------------------------------
募金
------------------------------------------------*/

.img_box {
	width: 100%;
}

}

