@charset "UTF-8";

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

	【下層ページ】main-contentsエリア
	
----------------------------------------------------*/


/*【サブナビ内背景色】*/

.ul-bg-pink {
	background: #FFDEF7 url(../images/common/sub_navi_bg_pink.gif) repeat-y left top;
}
/*----------------------------------------------------

	【下層ページ】main-contentsエリア
	
----------------------------------------------------*/


/*【サブナビ内背景色】*/

.ul-bg-blue {
	background: #ccffff;
}

.ul-bg-purple {
	background: #EBD9FF url(../images/common/sub_navi_bg_purple.gif) repeat-y left top;
}

.ul-bg-green {
	background: #D5F7E3 url(../images/common/sub_navi_bg_green.gif) repeat-y left top;
}



/*【お知らせ】*/

#info {
	width:758px;
}

#info dl {
	
}

#info dt {
	background: url(../images/include/yajirushi.png) no-repeat 10px center;
	background-color:#ffe3f6;
	padding:7px 7px 7px 30px;
	margin-bottom:15px;
	font-weight:bold;
}

#info dd {
	margin-left: 30px;
	margin-bottom:15px;
	
}

#info p {
	height:30px;
	border-bottom: 1px #ccc solid;
	margin-bottom:10px;
}



/*【新着情報】*/

#new {
	width:758px;
}

#new dl {
	
}

#new dt {
	float: left;
	background: url(../images/include/yajirushi.png) no-repeat left center;
	padding-left:20px;
	font-size: 18px;

}

#new dd {
	margin-left: 95px;
	font-size: 18px;

}

#new p {
	height:30px;
	border-bottom: 1px #ccc solid;
	margin-bottom:10px;
	
}


/*【これまでのあらすじ】*/

#history {
	width:500px;
	margin:0 auto;
	font-size:0.8rem;
}

#history dt {
	float:left;
}

#history dd {
	text-align:left;
	margin-left:55px;
	margin-bottom:8px;
}


/*【ページ共通】*/

#contents-title {
	padding:12px 10px 15px 0;
	margin-left:20px;
	margin-right:20px;
	font-size:160%;
}

.title-pink {
	background: url(../images/contents/title_obi_pink_bg.gif) repeat-x left bottom;
	color:#F973D3;
}
.title-blue {
	background: url(../images/contents/title_obi_blue_bg2.gif) repeat-x left bottom;
	color:#008B8B;
}

.title-purple {
	background: url(../images/contents/title_obi_purple_bg.gif) repeat-x left bottom;
	color:#CA7AF9;
}

.title-green {
	background: url(../images/contents/title_obi_green_bg.gif) repeat-x left bottom;
	color:#42ae73;
}

.pink-text {
	color:#F973D3;
}

.contents-pink a {
	color:#F973D3;
	text-decoration:underline;
}

.contents-pink a:visited {
	color:#ffa3e5;
	text-decoration:underline;
}

.contents-pink p {
	margin-top: 0.8em;
	line-height: 150%;
	clear: both;
}

.contents-purple a {
	color:#3765aa;
	text-decoration:underline;
}

.contents-purple a:visited {
	color:#6c95d1;
	text-decoration:underline;
}

.contents-green a {
	color:#42ae73;
	text-decoration:underline;
}

.contents-green a:visited {
	color:#58c489;
	text-decoration:underline;
}

.yajirushi {
	background: url(../images/include/yajirushi.png) no-repeat left center;
	padding-left:20px;
}

#main-contents h4 {
	font-weight:bold;
	font-size: 120%;
	border-bottom: 1px solid #c1cfe5;
	margin-top: 30px;
	margin-bottom:15px;
	padding: 6px 0px 4px 15px;
	background-image: url(../images/common/h4_midashi.gif);
	background-repeat: repeat-y;
	color: #4772B2;
}

#body-copy,#body-copy-purple,#body-copy-green {
	line-height:1.6em;
	margin-left:16px;
}

#body-copy-green h5 {
	background: url(../images/common/h5_midashi_green.gif) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
	padding-top:3px;
	color:#42ae73;
	margin-bottom:5px;
}

#body-copy-purple a {
	color: #CA7AF9;
}

#body-copy-purple a:visited {
	color: #dfa8ff;
}


#body-copy h5 {
	background: url(../images/common/h5_midashi.gif) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
	padding-top:3px;
	margin-top:20px;
}

#body-copy > h5:first-child {	    
    margin-top:0;	}

#body-copy > h5:last-child {	    
    margin-bottom:10px;	}

#body-copy-pink {
	line-height:1.7em;
	margin-left:16px;
}

#body-copy-pink h5 {
	background: url(../images/common/h5_midashi_pink.gif) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
	padding-top:3px;
	color:#F973D3;
}

.base-purple dt {
	background: url(../images/common/h5_midashi.gif) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
	padding-top:3px;
	margin-bottom:5px;
}

.base-purple dd {
	margin-left:22px;
	margin-bottom:15px;
	line-height:1.8em;
}

.base-green dt {
	background: url(../images/common/h5_midashi_green.gif) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
	padding-top:3px;
	margin-bottom:5px;
	color:#42ae73;
}

.base-green dd {
	margin-left:22px;
	margin-bottom:15px;
	line-height:1.8em;
}

.parallel dt {
	float:left;
	font-weight:bold;
}

.parallel dd {
	margin-bottom:10px;
	margin-left:80px;
}



/*【見学・参加＞産学連携】*/

#sangaku {
	list-style-type: circle;
	padding:10px;
	border: 1px #6281B6 solid;
	margin-top:13px;
}

#sangaku li {
	margin-left:20px;
	line-height:1.8em;
	color:#6281B6;
}



/*【研究業績】*/

#kenkyu-body-copy {
	line-height:2.2em;
	margin-left:16px;
}

#kenkyu-hyou a {
	color:#4772B2;
}

#kenkyu {
	overflow:hidden;
}

#kenkyu li {
	float:left;
	margin-right:40px;
	
}

#kenkyu li span {
	line-height:2.2em;
}

.houkoku {
	color:#6281B6;
	background-color:#F3F8FF;
	padding:10px;
	font-weight:bold;
	border:1px #6281B6 solid;
}

.kouryuu td {
	padding:10px 0;
}


/*【リハ医学＞医局参加・研修内容】*/

#ikyoku_hyou {
	margin-top: 0.8em;
	background-color: #D2D1CE;
	width: 100%;
}

#ikyoku_hyou td,th {
	padding: 7px;
	background-color: #FFF;
	font-size:90%;
	width:112px;
}

#ikyoku_hyou #post {
	color:#6281B6;
	background-color:#F3F8FF;
}

#ikyoku_hyou #hospital {
	background-color:#d1e4fe;
}

#ikyoku_hyou a {
	color:#2f5492;
	text-decoration:underline;
}

.degree {
	margin-left:20px;
}

.degree li {
	margin-bottom:15px;
	
}


/*【リハ発見！】*/

#table-sch td, th {
	padding: 10px;
}


/*【藤田リハ研究会】*/

#tra-schedule {
	margin-top:8px;
	margin-left:20px;
}

#tra-schedule dt {
	float: left;
}

#tra-schedule dd {
	margin-left: 60px;
}

.photo-parallel {
	overflow:hidden;
}

.photo-parallel li {
	float:left;
	margin-right:10px;
	line-height:0.1em;
}

#kensyu-past {
	margin-top:20px;
}

#kensyu-past li {
	background: url(../images/include/yajirushi.png) no-repeat left center;
	padding-left:25px;
	margin-bottom:11px;
}

.line-doted {
	padding-bottom:5px;
	border-bottom: 1px #999 dotted;
}

#kaisai th {
	padding: 10px;
	background-color:#F3F8FF;
}

#kaisai td {
	padding: 10px;
	background-color: #FFF;
}

#body-copy-pink-kako {
	line-height:1.7em;
	margin-left:16px;
}

#body-copy-pink-kako h5 {
	background: url(../images/common/h5_midashi_pink.gif) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
	padding-top:3px;
	color:#F973D3;
	margin-bottom:10px;
}


/*【Topics・企画】*/

#teiban {
}

#teiban li {
	background: url(../images/common/yajirushi.png) no-repeat left center;
	margin-bottom:10px;
}

.topics-info {
	margin-top:15px;
	margin-left:15px;
}

.topics-info dt {
	background: url(../images/common/h5_midashi.gif) no-repeat left 3px;
	padding-left:20px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px #999 dotted;
	
}

.topics-info dd {
	margin-left:22px;
	margin-top:15px;
	margin-bottom:40px;
	line-height:1.8em;
}


/*【藤田リハADL講習会】*/

.photo-right {
	float:right;
	margin-left:10px;
}

.overflow-h {
	overflow:hidden;
}

.session {
	margin-left:35px;
}

.session dt {
	background: url(../images/common/h5_midashi_green.gif) no-repeat left 3px;
	padding-left:20px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px #999 dotted;
	color:#42ae73;
}

.session dd {
	margin-left:22px;
	margin-bottom:15px;
	line-height:1.8em;
}

.image_r {
	float: right;
	padding-bottom: 8px;
	padding-left: 8px;
}

.image_c {
	text-align: center;
	padding: 0px 8px 8px 8px;
}


/*【更新日】*/

.koushin {
	text-align:right;
	
	margin:10px 0;
	
	}


/*【リハビリテーション医学II】*/

.reha_hyou {
width: 100%;
border-collapse: collapse;
}
.reha_hyou th{
width: 25%;
padding: 10px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.reha_hyou td{
padding: 10px;
background-color: #fff;
border: 1px solid #b9b9b9;
}
.bantane_a {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	text-align: center;
	background-color: #4682B4;
	color: #F8F8F8;
}
.bantane_b {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	text-align: left;
	color: #000000;
}


.bantane_c {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	text-align: left;
}
.bantane_d{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}
.bantane_e{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

.table {
	background-color: rgba(75,54,255,1.00);
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableB {
	text-align: center;
	color: #030303;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}


.ryakureki2 {
	font-size: 14px;
	text-align: left;
	color: #444;
	
}

.ryakureki1 {
	font-size: 16px;
	text-align: left;
	color: #444;
		font-weight: bold;
	
}
.touin {
	font-size: medium;
	color: #007;
	text-align: center;
}
.touin2 {
	font-size: 14px;
	color: #444444;
	text-align: left;
}
.touinfhoto {
	left: 30px;
	right: 30px;
	text-align: center;
	font-size: larger;
}
.touin3 {
	font-size: medium;
	color: #444;
	text-align: center;
}
.aisatu {
	font-size:22px;
	color: #444;
	text-align: center;
}
.aisatu2 {
	font-size: 22px;
	color: #000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.touin4 {
	font-size: medium;
	text-align: left;
	padding-left: 20px;
	color: #62D4FB
}
.touin5 {
	font-size: 12px;
	text-align: right;
}
.photoframe {
	float: left;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.photoframe2 {
	padding-right: 10px;
	padding-left: 10px;
	font-family: "メイリオ";
	text-align: left;
}
.test {
	font-size: 18px;
	text-align: left;
	color: #444;
}
.hizyoukin {
	font-size: 22px;
	text-align: left;
	color: #444;
		font-weight: bold;
	
}
.hizyoukin2 {
	font-size: 20px;
	text-align: left;
	color: #444;
	
}








.photo-show { 
    height: 400px; /*表示したい大きさ*/
    margin: 10px auto; /*縦余白30pxは任意*/
    max-width: 100%;
    position: relative;
    width: 750px; /*表示したい大きさ、height と合わせる*/
}

.photo-show img { 
    animation: show 30s infinite;
    -webkit-animation: show 30s infinite;
    border-radius: 0;
    height: auto;
    max-width: 100%;
    opacity: 0;
    position: absolute; /*画像を全て重ねる*/
}

/*アニメーション*/



@keyframes show {
    0% {opacity:0}
    5% {opacity:1}
    10% {opacity:1}
    20% {opacity:0}
 }

@-webkit-keyframes show {
    0% {opacity:0}
    5% {opacity:1}
    10% {opacity:1}
    20% {opacity:0}
}



/*各画像のアニメーションの開始時間をずらす*/

.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.photo-show img:nth-of-type(2) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

.photo-show img:nth-of-type(3) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
}

.photo-show img:nth-of-type(4) {
    animation-delay: 18s;
    -webkit-animation-delay: 18s;
}

.photo-show img:nth-of-type(5) {
    animation-delay: 24s;
    -webkit-animation-delay: 24s
}



/*マウスが画像に重なった際、動きを止めて四角くする*/

.photo-show img {
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

.photo-show:hover img {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    border-radius: 0;
}


p.indent-1 {
padding-left:1em;
text-indent:-1em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	text-align: left;
	color: #000000;

}


