/*
Theme Name: FSV BASIC CORPORATE BLUE
Theme URI: http://www.templateking.jp/
Author: FirstServer,Inc.
Author URI: http://www.firstserver.co.jp/
Description: A generic template that fits all kinds of business websites.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, one-column, two-columns, right-sidebar, left-sidebar, three-columns, fluid-layout, responsive-layout, custom-background, custom-menu, flexible-header, theme-options, translation-ready
Text Domain: fsvbasic
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

body {
	width:100%;
	text-align:center;
	margin:	0 auto;
	color: #464646;
	font-size: 15px;
	line-height: 200%;
	font-family: 'Noto Sans JP', "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", monospace, sans-serif;
	max-height: 999999px;
	-webkit-text-size-adjust: 100%;
}
 
.h5 {height: 5px;}
.h10 {height: 10px;}
.h15 {height: 15px;}
.h20 {height: 20px;}
.h22 {height: 22px;}
.h30 {height: 30px;}
.h40 {height: 40px;}
.h50 {height: 50px;}
.h120 {height: 120px;}

.t14 {font-size: 13px; line-height: 180%;}
.t18 {font-size: 18px; line-height: 200%;}
.t22 {font-size: 22px; line-height: 200%;}

.mizu {color: #5689e4;}
.mizu_igakukai {color: #2899b9;}
.mizu_imr {color: #ea9002;}
.mizu14 {font-size: 14px; color: #5689e4;}
.mizu20 {font-size: 20px; color: #5689e4;}

.orange {color: #ec8608;}
.orange18 {font-size: 18px; color: #ec8608;}
.orange25 {font-size: 25px; color: #ec8608;}

a  {text-decoration: none;}
a:hover  {font-weight: bold;}

.pdf_middle img {vertical-align: bottom;}

.dotline {
	border-top:dotted 1px #555555;
	width: 100%;
	padding-top:8px;
	padding-bottom:8px;
}

/* タブ切り替え
---------------------------*/

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 60px;
  border-bottom: 3px solid #749ce4;
  background-color: #d9d9d9;
  vertical-align:middle;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_item2 {
  width: calc(100%/3);
  height: 60px;
  border-bottom: 3px solid #749ce4;
  background-color: #bbbbbb;
  vertical-align:middle;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item2:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
input[name="tab_item2"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#english:checked ~ #english_content,
#japanese:checked ~ #japanese_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #749ce4;
  color: #fff;
}
.tabs input:checked + .tab_item2 {
  background-color: #749ce4;
  color: #fff;
}

/* ------------------------------------------------
　   　　　メディアクエリ media query
---------------------------------------------------*/

/* --------------------------------------------------------------- */
/*      PC      */
/* --------------------------------------------------------------- */

@media screen and (min-width: 769px) {

.pc-none {
    display: none !important;
}

/* トップページ（PC）
--------------------------------------------*/

#wrapper {
	width: 1060px;
	text-align: center;
}
	
#wrapper_imr {
	width: 1060px;
	text-align: center;
}
	
#wrapper_igakukai { 
	width: 1060px;
	text-align: center;
}

#wrapper_inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#schedule {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	font-size: 13px;
	line-height: 160%;
	margin-bottom: 10px;
	width: 100%;
}

table caption {
	font-size: 13px;
	margin: 10px 0;
}

#schedule th {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	background: #f5f5f5;
	padding: 10px;
	font-weight: normal;
}

#schedule th a {
	color: #33484d;
}

#schedule td {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 10px;
	font-size: 13px;
	line-height: 160%;
	vertical-align: top;
}

/* パンくずリスト */

.bread {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.bread a {
	text-decoration: none;
}

/* boxHeader_1とboxHeader_2を横に並べる設定 */

.boxHeader {
	width:1060px;
	padding: 0px;
	margin: 0 auto;
}
	
.boxHeader_imr {
	width:1060px;
	padding: 0px;
	margin: 0 auto;
}

.boxHeader:after {
	content: "";
	display: block;
	clear: both
}

.boxHeader_1 {
	float: left;
	width: 530px;
	text-align: left;
	padding-left: 30px;
}
.boxHeader_2 {
	float: right;
	width: 500px;
	height: 209px;
	background-image: url(http://www-user.yokohama-cu.ac.jp/~psychiat/psychiat_wp/wp-content/uploads/2020/05/back_header.jpg);
	text-align:right;
}
.boxHeader_2_inner	{
	margin-top: 30px;
	margin-right: 30px;
	text-align:right;
}

/* メニュー（PC）
--------------------------------------------*/
.menu {
	width:1060px;
	background-image: url(http://www-user.yokohama-cu.ac.jp/~psychiat/psychiat_wp/wp-content/uploads/2020/05/back_menu.jpg);
}
.menu_left {
	height:106px;
	float:left;
}
.menu_wrap {
	width:1000px;
	height:auto;
	margin: 0 auto;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.menuu {
	width:1060px;
	background-image: url(http://www-user.yokohama-cu.ac.jp/~psychiat/psychiat_wp/wp-content/uploads/2020/05/back_menu.jpg);
}
.menuu_left {
	height:90px;
	float:left;
}
.menuu_wrap {
	width:1000px;
	height:auto;
	margin: 0 auto;
}

.menud {
    position: relative;
    width: 100%;
    height: 87px;
    max-width: 1000px;
    margin: 0 auto;
}

.menud > li {
    float: left;
    /* width: 25%; グローバルナビ4つの場合 */
    height: 87px;
    line-height: 50px;
    /* background: rgb(116, 156, 228); */
    list-style-type: none!important;/*ポチ消す*/
}

.menud > li a {
    display: block;
    color: #333;
}

.menud > li a:hover {
    color: #333;
}

ul.menu__second-level251 {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style-type: none!important;/*ポチ消す*/
}

ul.menu__second-level252 {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style-type: none!important;/*ポチ消す*/
}

ul.menu__second-level_top251 {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style-type: none!important;/*ポチ消す*/
}

ul.menu__second-level_top252 {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    list-style-type: none!important;/*ポチ消す*/
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
    list-style-type: none!important;/*ポチ消す*/
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
    list-style-type: none!important;/*ポチ消す*/
}

.menud > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level251 li {
    border-top: 1px solid #FFF;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}

.menu__second-level252 li {
    border-top: 1px solid #FFF;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}
	
.menu__second-level_top251 li {
    border-top: 1px solid #FFF;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}

.menu__second-level_top252 li {
    border-top: 1px solid #FFF;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}

.menu__second-level251 li a:hover {
    background: #749ce4;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}

.menu__second-level252 li a:hover {
    background: #749ce4;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}
	
.menu__second-level_top251 li a:hover {
    background: #749ce4;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}

.menu__second-level_top252 li a:hover {
    background: #749ce4;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}


/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menud:before,
.menud:after {
    content: " ";
    display: table;
}

.menud:after {
    clear: both;
}


.menud {
    *zoom: 1;
}

.menud > li.menu__single251 {
    position: relative;
}

.menud > li.menu__single252 {
    position: relative;
}
	
.menud > li.menu__single_top251 {
    position: relative;
}

.menud > li.menu__single_top252 {
    position: relative;
}

li.menu__single ul.menu__second-level251 {
    position: absolute;
    top: 40px;
    width: 244px;
    background: #a0bceb;
    border-right: 7px solid #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}
	
li.menu__single ul.menu__second-level252 {
    position: absolute;
    top: 40px;
    width: 245px;
    background: #a0bceb;
    border-right: 7px solid #FFF;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}

li.menu__single ul.menu__second-level_top251 {
    position: absolute;
    top: 40px;
    width: 244px;
    background: #a0bceb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}
	
li.menu__single ul.menu__second-level_top252 {
    position: absolute;
    top: 40px;
    width: 245px;
    background: #a0bceb;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}

li.menu__single:hover ul.menu__second-level251 {
    top: 80px;
    visibility: visible;
    opacity: 1;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}

li.menu__single:hover ul.menu__second-level252 {
    top: 80px;
    visibility: visible;
    opacity: 1;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}
	
li.menu__single:hover ul.menu__second-level_top251 {
    top: 71px;
    visibility: visible;
    opacity: 1;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}

li.menu__single:hover ul.menu__second-level_top252 {
    top: 71px;
    visibility: visible;
    opacity: 1;
    list-style-type: none!important;/*ポチ消す*/
    text-align: left;
}

/* boxTop_1とboxTop_2を横に並べる設定 */

.boxTop {
	width:1000px;
	padding: 0px;
	margin: 0 auto;
	background: #749ce4;

	clear: both;
}

.boxTop:after {
	content: "";
	display: block;
	clear: both
}

.boxTop_1 {
	float: left;
	width: 650px;
	text-align: left;
}
.boxTop_2 {
	float: left;
	width: 350px;
	background: #FFFFFF;
}
.back_message	{
	background-image: url(http://www-user.yokohama-cu.ac.jp/~psychiat/psychiat_wp/wp-content/uploads/2020/05/back_message.jpg);
	width: 350px;
	height: 303px;
	text-align: left;
}

/* 3つのコンテンツ（PC）
--------------------------------------------*/

.tcontents {
	text-align: left;
	width:1000px;
	height: 320px;
	background: #749ce4;
}
.tcontents_inner {
	width:960px;
	margin: 0 auto;
}
.tcontents_left1 {
	width: 310px;
	margin-right: 14px;
	float: left;
	background: #FFFFFF;
	text-align: center;
	font-size: 13px;
	line-height: 180%;
}
.tcontents_left2 {
	width: 310px;
	float:left;
	background: #FFFFFF;
	text-align: center;
	font-size: 13px;
	line-height: 180%;
}
.tcontents_wrap {
	width:960px;
	height:auto;
	margin: 0 auto;
	padding-bottom:20px;
}

/* boxTitle_1とboxTitle_2を横に並べる設定 */

.boxTitle {
	width:1000px;
	padding: 0px;
	margin: 0 auto;
	margin-top: -20px;
}

.boxTitle:after {
	content: "";
	display: block;
	clear: both
}

.boxTitle_1 {
	float: left;
	width: 754px;
	text-align: left;
}
.boxTitle_2 {
	float: left;
	width: 246px;
}
.title {
	border-bottom:solid 1px #749ce4;
	width: 754px;
	padding-top:22px;
	padding-bottom:10px;
	font-size: 28px;
	color: #333333;
	text-align: left;
}
.title_igakukai {
	border-bottom:solid 1px #2899b9;
	width: 1000px;
	padding-top:22px;
	padding-bottom:10px;
	font-size: 28px;
	color: #333333;
	text-align: left;
}
.title_imr {
	border-bottom:solid 1px #ea9002;
	width: 1000px;
	padding-top:22px;
	padding-bottom:10px;
	font-size: 28px;
	color: #333333;
	text-align: left;
}

.mid_mz {
	border-top:dotted 1px #555555;
	border-bottom:dotted 1px #555555;
	width: 1000px;
	padding-top:8px;
	padding-bottom:8px;
	font-size: 17px;
	color: #555555;
	text-align: left;
}
.mid_or {
	border-top:dotted 1px #555555;
	border-bottom:dotted 1px #555555;
	width: 1000px;
	padding-top:15px;
	padding-bottom:15px;
	font-size: 25px;
	color: #ec8608;
	text-align: left;
}


/* 医局・スタッフ紹介ページ（PC）
--------------------------------------------*/

.mid_staff {
	border-top:dotted 1px #555555;
	border-bottom:dotted 1px #555555;
	width: 1000px;
	padding-top:8px;
	padding-bottom:8px;
	font-size: 22px;
	color: #555555;
	text-align: left;
}

.boxAbout {
	width:1000px;
	padding: 0px;
	margin: 0 auto;
}

.boxAbout:after {
	content: "";
	display: block;
	clear: both
}

.boxAbout_1 {
	float: left;
	width: 480px;
	text-align: left;
	margin-right: 40px;
}
.boxAbout_2 {
	float: left;
	width: 480px;
}
.acontents {
	text-align: left;
	width:1000px;
	height: 465px;
	background: #749ce4;
}
.acontents_inner {
	width: 960px;
	margin: 0 auto;
}
.acontents_left1 {
	width: 310px;
	margin-right: 14px;
	float: left;
	background: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.acontents_left2 {
	width: 310px;
	float:left;
	background: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.acontents_wrap {
	width:960px;
	height:auto;
	margin: 0 auto;
	padding-top: 20px;
}
/* boxMs_1とboxMs_2を横に並べる設定 */

.boxMs {
	width:1000px;
	padding: 0px;
	margin: 0 auto;
	margin-top: -20px;
}

.boxMs:after {
	content: "";
	display: block;
	clear: both
}

.boxMs_1 {
	float: left;
	width: 280px;
	text-align: left;
}
.boxMs_2 {
	float: left;
	width: 720px;
}
.cbname {
	font-size: 20px;
}
.cbname_box {
	border-bottom:dotted 1px #555555;
	width: 100%;
	padding-bottom:15px;
	margin-bottom:20px;
}

/* boxSt_1とboxSt_2を横に並べる設定 */

.boxSt {
	width:1000px;
	padding: 0px;
	margin: 0 auto;
}

.boxSt:after {
	content: "";
	display: block;
	clear: both
}

.boxSt_1 {
	float: left;
	width: 245px;
	text-align: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.boxSt_2 {
	float: left;
	width: 250px;
	text-align: left;
	margin-bottom: 10px;
}
.staffpic {
	width: 240px;
}
.nameLine {
	border-bottom:dotted 1px #555555;
	width:240px;
	line-height:160%;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.name0 {
	color:#5689e4;
	line-height:170%;
}
.name {
	font-size: 18px;
	line-height:170%;
}
.name2 {
	font-size: 13px;
	line-height:160%;
}

/* 新入局員募集（PC）
--------------------------------------------*/

/* boxAd_1boxAd_2を横に並べる設定 */

.boxAd {
	width:1000px;
	padding: 0px;
	margin: 0 auto;
	margin-top: -20px;
}

.boxAd:after {
	content: "";
	display: block;
	clear: both
}

.boxAd_1 {
	float: left;
	width: 370px;
	text-align: left;
}
.boxAd_2 {
	float: left;
	width: 630px;
}

.adcontents {
	text-align: left;
	width:1000px;
	height: 465px;
	background: #ee9528;
}

.form1 {
	width:240px;
	height: 35px;
}

.form2 {
	width:400px;
	height: 35px;
}

/* boxVo_1とboxVo_2を横に並べる設定 */

.boxVo {
	width:1000px;
	padding: 0px;
	margin: 0 auto;
	margin-top: -20px;
}

.boxVo:after {
	content: "";
	display: block;
	clear: both
}

.boxVo_1 {
	float: left;
	width: 240px;
	text-align: left;
}
.boxVo_2 {
	float: left;
	width: 760px;
}

.process {
	background: #e6effe;
	/*　border:dotted 1px #555555;　*/
	width: 280px;
	padding:15px;
}
.timetable th {
	background: #cedefc;
	width: 100px;
	padding:15px;
	text-align: left;
	border-bottom:solid 2px #FFFFFF;
}
.timetable td {
	background: #e6effe;
	padding:15px;
	text-align: left;
	border-bottom:solid 2px #FFFFFF;
	font-size:15px;
}

/*  */

/* 研究紹介ページ（PC）
--------------------------------------------*/

.scontents {
	text-align: left;
	width:1000px;
	height: 385px;
	background: #749ce4;
}
.scontents_inner {
	width: 960px;
	margin: 0 auto;
}
.scontents_left1 {
	width: 470px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	background: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.scontents_left2 {
	width: 470px;
	margin-top: 20px;
	float:left;
	background: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.scontents_left3 {
	width: 470px;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	background: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.scontents_left4 {
	width: 470px;
	margin-top: 20px;
	float:left;
	background: #FFFFFF;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.scontents_wrap {
	width:960px;
	height:auto;
	margin: 0 auto;
	padding-top: 0px;
}
.scontents_box {
	border: dotted 1px #555555;
	width: 100%;
}
.scontents_box_inner {
	width: 90%;
	margin: 30px;
}

/* boxTs_1、boxTs_2、boxTs_3を横に並べる設定 */

.boxTs {
	width:1000px;
	padding: 0px;
	margin: 0 auto;
}

.boxTs:after {
	content: "";
	display: block;
	clear: both
}

.boxTs_1 {
	float: left;
	width: 200px;
	text-align: left;
}
.boxTs_1_igakukai {
	float: left;
	width: 200px;
	text-align: left;
	font-size: 16px;
	color: #2899b9;
}
.boxTs_2 {
	float: left;
	width: 200px;
}
.boxTs_3 {
	float: left;
	width: 600px;
}
.boxTs_4 {
	float: left;
	width: 800px;
}
.boxTs_5 {
	float: left;
	width: 120px;
}
.boxTs_6 {
	float: left;
	width: 380px;
}
.boxTs_7 {
	float: left;
	width: 500px;
}
.thesis_list  p{
	margin-top: 25px;
}
	
/* ページトップ（PC）
---------------------------*/

#pagetop{
	position:fixed;
	right: 20px;
	bottom: 20px;
	cursor:pointer;
        }

#pagetop:hover {
	opacity: 0.8; }

}

/* --------------------------------------------------------------- */
/*      スマホ      */
/* --------------------------------------------------------------- */

@media screen and (max-width: 768px) {
	
#wrapper {
	width: 100%;
	text-align: center;
}
#wrapper_imr {
	width: 100%;
	text-align: center;
	border-top: solid 10px #f19c01;
}
#wrapper_igakukai {
	width: 100%;
	text-align: center;
	border-top: solid 10px #73b8cc;
}
#wrapper_inner {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.sp-none {
    display: none !important;
}
.mizu20 {font-size: 20px; color: #5689e4;}
.orange25 {font-size: 22px; color: #ec8608;}
	
#schedule {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 10px;
	width: 100%;
}

table caption {
	font-size: 13px;
	margin: 10px 0;
}

#schedule th {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	background: #f5f5f5;
	padding: 6px;
	font-weight: normal;
}

#schedule th a {
	color: #33484d;
}

#schedule td {
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	padding: 6px;
	font-size: 12px;
	line-height: 160%;
	vertical-align: top;
}

.tab_item {
  width: calc(100%/3);
  height: 60px;
  border-bottom: 3px solid #749ce4;
  background-color: #d9d9d9;
  vertical-align:middle;
  padding-top: 10px;
  line-height: 20px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item2 {
  width: calc(100%/3);
  height: 60px;
  border-bottom: 3px solid #749ce4;
  background-color: #bbbbbb;
  vertical-align:middle;
  padding-top: 10px;
  line-height: 20px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

/* メニュー（スマホ）
---------------------------*/

.ul_open_h {
    background: #95b3ea;
    color: #fff;
    margin: 0;
    padding: 0;
	margin-bottom: 40px;
    list-style: none;
    position: fixed;
    top: 0;
    z-index:100;
    text-align:left;
}
	
.ul_open_h_imr {
    background: #f3ab27;
    color: #fff;
    margin: 0;
    padding: 0;
	margin-bottom: 40px;
    list-style: none;
    position: fixed;
    top: 0;
    z-index:100;
    text-align:left;
}
	
.ul_open_h_igakukai {
    background: #88c3d4;
    color: #fff;
    margin: 0;
    padding: 0;
	margin-bottom: 40px;
    list-style: none;
    position: fixed;
    top: 0;
    z-index:100;
    text-align:left;
}

.ul_open_h { 
    height: 100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .25s ease-in-out;
    overflow-y: scroll;
    padding: 5px;
	padding-top: 15px;
}
	
.ul_open_h_imr { 
    height: 100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .25s ease-in-out;
    overflow-y: scroll;
    padding: 5px;
	padding-top: 65px;
}
	
.ul_open_h_igakukai { 
    height: 100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .25s ease-in-out;
    overflow-y: scroll;
    padding: 5px;
	padding-top: 65px;
}

.ul_open_h li {
    padding: 8px 20px 8px 15px;
    width: 100%;
    text-align:left;
    font-size:15px;
    line-height: 100%;
}
	
.ul_open_h_imr li {
    padding: 12px 20px 12px 15px;
    width: 100%;
    text-align:left;
    font-size:15px;
    line-height: 100%;
}
	
.ul_open_h_igakukai li {
    padding: 12px 20px 12px 15px;
    width: 100%;
    text-align:left;
    font-size:15px;
    line-height: 100%;
}
	
.ul_open_h .sub {
    padding: 8px 15px 8px 10px;
    width: 100%;
    text-align:left;
    font-size:15px;
    line-height: 100%;
}
	
.ul_open_h_imr .sub {
    padding: 8px 15px 8px 10px;
    width: 100%;
    text-align:left;
    font-size:15px;
    line-height: 100%;
}
	
.ul_open_h_igakukai .sub {
    padding: 8px 15px 8px 10px;
    width: 100%;
    text-align:left;
    font-size:15px;
    line-height: 100%;
}
	
.ul_open_h a{
    color:#333;
}
	
.ul_open_h_imr a{
    color:#333;
}
	
.ul_open_h_igakukai a{
    color:#333;
}
	
.btn{
    width: 50px;
    height: 50px;
    position: absolute;
    right :15px;
    top: 15px;
    color: #333;
    background: #fff;
    z-index:500;
}
.btn:before,
.btn:after,
.btn span{
    display: block;
    width: 80%;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.btn span{
    height: 3px;
    background-color: #333;
    top: calc(50% - 1.5px);
}

.btn:before{
    content: "";
    top: calc(25% - 3px);
    border-top: 3px solid #333;
}
.btn:after{
    content: "";
    bottom: calc(25% - 3px);
    border-bottom: 3px solid #333;
}
.btn.on span{
    display: none;
}

.btn.on:before{
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.btn.on:after{
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.btnlink{
    width: 90%;
    display: block;
    margin: auto;
    border: 1px solid #0060ff;
    border-radius: 5px;
    background: #4285F4;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 35px;
    color: #333;
}
.linkbox a{
    text-decoration: none;
}

.open-1{
    right : -100%;
}
.open-1.active{
    right : 0px;
}

.move-1.on.btn{
    position: fixed;
    right: 15px;
    top: 15px;
}

/* トップページ（スマホ）
---------------------------*/

/* boxHeader_1とboxHeader_2を縦に並べる設定 */

.boxHeader {
	width:100%;
	padding-top:20px;
}
.boxHeader_imr {
	width:100%;
	padding-top:10px;
}
.boxHeader:after {
	content: "";
	display: block;
	clear: both;
}
.boxHeader_imr:after {
	content: "";
	display: block;
	clear: both;
}

.boxHeader_1 {
	width:100%;
	text-align: left;
}
.boxHeader_2 {
	width:100%;
	text-align: left;
}
.boxHeader_2_inner	{
	margin-top: 15px;
	text-align:center;
}

/* パンくずリスト */

.bread {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.bread a {
	text-decoration: none;
}

.t18 {font-size: 18px; line-height: 170%;}

.back_message	{
	background: url('http://www-user.yokohama-cu.ac.jp/~psychiat/psychiat_wp/wp-content/uploads/2020/05/back_message_phone.jpg') no-repeat center center;
	background-size:contain;
	width: 100%;
	padding-top:20px;
	padding-left:10px;
}

	
/* 3つのコンテンツ（スマホ）
--------------------------------------------*/

.tcontents {
	width: 100%;
	background: #749ce4;
	margin-top: 20px;
}
.tcontents_inner {
	width: 100%;
	margin: 0 auto;
}
.tcontents_left1 {
	width: 100%;
	margin-right: 14px;
	float: left;
	border-top: dotted 2px #999;
	margin-top:10px;
	padding-top:5px;
	text-align: center;
	font-size: 13px;
	line-height: 170%;
}
.tcontents_left2 {
	width: 100%;
	float:left;
	border-top: dotted 2px #999;
	margin-top:10px;
	padding-top:5px;
	border-bottom: dotted 2px #999;
	padding-bottom:10px;
	margin-bottom:30px;
	text-align: center;
	font-size: 13px;
	line-height: 170%;
}
.tcontents_wrap {
	width: 100%;
	height:auto;
	margin: 0 auto;
}
	
/* 下層ページの見出し（スマホ）
--------------------------------------------*/
	
/* boxTitle_1とboxTitle_2を横に並べる設定 */

.boxTitle {
	width:100%;
	padding: 0px;
	margin: 0 auto;
}

.boxTitle:after {
	content: "";
	display: block;
	clear: both
}

.boxTitle_1 {
	float: left;
	width:100%;
	text-align: left;
}
.boxTitle_2 {
	float: left;
	width:100%;
	padding-top:10px;
}
.title {
	border-bottom:solid 1px #749ce4;
	width:100%;
	padding-top:22px;
	padding-bottom:10px;
	font-size: 25px;
	color: #333333;
	text-align: left;
}
.title_igakukai {
	border-bottom:solid 1px #2899b9;
	width: 100%;
	padding-top:22px;
	padding-bottom:10px;
	font-size: 28px;
	color: #333333;
	text-align: left;
}
.title_imr {
	border-bottom:solid 1px #ea9002;
	width: 100%;
	padding-top:22px;
	padding-bottom:10px;
	font-size: 28px;
	color: #333333;
	text-align: left;
}

.mid_mz {
	border-top:dotted 1px #555555;
	border-bottom:dotted 1px #555555;
	width: 100%;
	padding-top:8px;
	padding-bottom:8px;
	font-size: 17px;
	color: #555555;
	text-align: left;
}
.mid_or {
	border-top:dotted 1px #555555;
	border-bottom:dotted 1px #555555;
	width: 100%;
	padding-top:15px;
	padding-bottom:15px;
	font-size: 25px;
	color: #ec8608;
	text-align: left;
}
	
/* 新入局員募集（スマホ）
--------------------------------------------*/

/* boxAd_1boxAd_2を横に並べる設定 */

.boxAd {
	width:100%;
	padding: 0px;
	margin: 0 auto;
	margin-top: -20px;
}

.boxAd:after {
	content: "";
	display: block;
	clear: both
}

.boxAd_1 {
	width: 100%;
	text-align: center;
}
.boxAd_2 {
	text-align: left;
	width: 100%;
}

.adcontents {
	text-align: left;
	width:100%;
	height: 465px;
	background: #ee9528;
}

.form1 {
	width:100%;
	height: 35px;
}

.form2 {
	width:100%;
	height: 35px;
}
	
.form3 {
	width:100%;
}
	
/* 医局員の声（スマホ）
--------------------------------------------*/
	
/* boxVo_1とboxVo_2を横に並べる設定 */

.boxVo {
	width:100%;
	padding: 0px;
	margin: 0 auto;
	margin-top: -20px;
}

.boxVo:after {
	content: "";
	display: block;
	clear: both
}

.boxVo_1 {
	width: 100%;
	text-align: left;
	font-weight: bold;
	color: #5689e4;
}
.boxVo_2 {
	float: left;
	width: 100%;
}
.process {
	background: #e6effe;
	/*　border:dotted 1px #555555;　*/
	width: 100%;
	padding-top:15px;
	padding-bottom:15px;
}
.timetable th {
	background: #cedefc;
	width: 100px;
	padding:15px;
	text-align: left;
	border-bottom:solid 2px #FFFFFF;
}
.timetable td {
	background: #e6effe;
	padding:15px;
	text-align: left;
	border-bottom:solid 2px #FFFFFF;
	font-size:15px;
}
	
/* 医局・スタッフ紹介ページ（スマホ）
--------------------------------------------*/

.mid_staff {
	border-top:dotted 1px #555555;
	border-bottom:dotted 1px #555555;
	width: 100%;
	padding-top:8px;
	padding-bottom:8px;
	font-size: 22px;
	color: #555555;
	text-align: left;
}

.boxAbout {
	width:100%;
	padding: 0px;
	margin: 0 auto;
}

.boxAbout:after {
	content: "";
	display: block;
	clear: both
}

.boxAbout_1 {
	width: 100%;
	text-align: left;
	margin-right: 40px;
}
.boxAbout_2 {
	width: 100%;
}
.acontents {
	text-align: left;
	width:100%;
}
.acontents_inner {
	width:90%;
	margin: 0 auto;
}
.acontents_left1 {
	width:100%;
	margin-right: 14px;
	float: left;
	border-top: dotted 2px #999;
	margin-top:0px;
	padding-top:20px;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.acontents_left2 {
	width:100%;
	float:left;
	border-top: dotted 2px #999;
	margin-top:0px;
	padding-top:20px;
	border-bottom: dotted 2px #999;
	margin-bottom:5px;
	padding-bottom:0px;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.acontents_wrap {
	width:100%;
	height:auto;
	margin: 0 auto;
}
/* boxMs_1とboxMs_2を横に並べる設定 */

.boxMs {
	width:100%;
	padding: 0px;
	margin: 0 auto;
	margin-top: -20px;
}

.boxMs:after {
	content: "";
	display: block;
	clear: both
}

.boxMs_1 {
	width: 100%;
	text-align: center;
}
.boxMs_2 {
	width: 100%;
}
.cbname {
	font-size: 20px;
}
.cbname_box {
	border-bottom:dotted 1px #555555;
	width: 100%;
	padding-bottom:15px;
	margin-bottom:20px;
}

/* boxSt_1とboxSt_2を横に並べる設定 */

.boxSt {
	width:100%;
	padding: 0px;
	margin: 0 auto;
}

.boxSt:after {
	content: "";
	display: block;
	clear: both
}

.boxSt_1 {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
.boxSt_2 {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
.staffpic {
	width: 100%;
}
.nameLine {
	border-bottom:dotted 1px #555555;
	width:100%;
	line-height:160%;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.name0 {
	color:#5689e4;
	line-height:170%;
}
.name {
	font-size: 18px;
	line-height:170%;
}
.name2 {
	font-size: 13px;
	line-height:160%;
}
	
/* 研究紹介ページ（PC）
--------------------------------------------*/

.scontents {
	text-align: left;
	width:100%;
	height: 385px;
}
.scontents_inner {
	width: 100%;
	margin: 0 auto;
}
.scontents_left1 {
	width:100%;
	margin-right: 14px;
	float: left;
	border-top: dotted 2px #999;
	margin-top:0px;
	padding-top:7px;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.scontents_left2 {
	width:100%;
	margin-right: 14px;
	float: left;
	border-top: dotted 2px #999;
	margin-top:0px;
	padding-top:7px;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.scontents_left3 {
	width:100%;
	margin-right: 14px;
	float: left;
	border-top: dotted 2px #999;
	margin-top:0px;
	padding-top:7px;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.scontents_left4 {
	width:100%;
	float:left;
	border-top: dotted 2px #999;
	margin-top:0px;
	padding-top:7px;
	border-bottom: dotted 2px #999;
	margin-bottom:5px;
	padding-bottom:0px;
	text-align: center;
	font-size: 14px;
	line-height: 180%;
}
.scontents_wrap {
	width:100%;
	height:auto;
	margin: 0 auto;
}
.scontents_box {
	border: dotted 1px #555555;
	width: 100%;
}
.scontents_box_inner {
	width: 80%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
/* boxTs_1、boxTs_2、boxTs_3を横に並べる設定 */

.boxTs {
	width:100%;
	padding: 0px;
	margin: 0 auto;
}

.boxTs:after {
	content: "";
	display: block;
	clear: both
}

.boxTs_1 {
	float: left;
	width: 100%;
	text-align: left;
}
.boxTs_1_igakukai {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #2899b9;
}
.boxTs_2 {
	float: left;
	width: 40%;
}
.boxTs_3 {
	float: left;
	width: 60%;
}
.boxTs_4 {
	float: left;
	width: 100%;
}
.boxTs_5 {
	float: left;
	width: 100%;
}
.boxTs_6 {
	float: left;
	width: 100%;
}
.boxTs_7 {
	float: left;
	width: 100%;
}
.thesis_list  p{
	margin-top: 25px;
}
	
/* ページトップ（スマホ）
---------------------------*/

#pagetop{
	position:fixed;
	right: 20px;
	bottom: 70px;
	cursor:pointer;
        }

#pagetop:hover {
	opacity: 0.8; }
	
}

/* フッタ
---------------------------*/

#footer {
	margin: 20px 0px 20px 0px;
	text-align: center;
	width: 100%;
        }
#footer2 {
	background: #333333;
	padding: 20px 0px 20px 0px;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
	font-size: 13px;
        }

/* フローティングバナー
---------------------------*/

.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 450px; /* バナーの上下の位置 */
    right: 0px; /* バナーの左右の位置 */
}
.pc {
    width: 150px; /* バナーの横幅を指定 */
    height: 225px; /* バナーの縦幅を指定 */
}
.floating-banner:hover {
    opacity: .8; /* ホバーで少し透過 */
}
.sp {
    display: none; /* PCではスマホ用のバナーは非表示に */
}

@media screen and (max-width: 769px) { /* タブレット用のブレイクポイントを指定 */
    .pc {
        display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}

@media screen and (max-width: 768px) { /* スマホ用のブレイクポイントを指定 */
    .sp {
        display: inline-block; /* 消していたスマホ用のバナーを表示させる */
        width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
    }
    .floating-banner  {
        top: unset; /* PCで指定していた上下の位置指定をクリア */
        right: 0; /* 左右の隙間が空かないように */
        bottom: 0; /* 画面の最下部にぴったりくっつくように指定 */
    }
}