@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	text-align: right;
	font-size: small;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	text-align: left;
}
#div1 {
}
#glovalnavi {
}
#manu {
}
.menuItem {
	color: #FFFFFF;
	font-family: gochi-hand;
	font-style: normal;
	font-weight: 400;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #000000;
	width: 100%;
	clear: both;
	margin-left: 0;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}
#div2 {
}
#welcometext {
	color: #353535;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: 400;
	width: 100%;
	margin-top: 0px;
	padding-left: 10px;
	font-size: small;
	text-align: left;
	background-color: #FFFFFF;
}
#welcometextJ {
	width: 45%;
	margin-top: 5px;
	padding-left: 10px;
	color: #7C7C7C;
	font-size: small;
	float: right;
}
#footer {
	color: #7C7C7C;
	font-family: gochi-hand;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: small;
}
#taki_list {
	color: #7C7C7C;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
}
.c_menu {
}
#pubJ {
}
#Cmenu {
}
.CmenuItem {
	font-family: gochi-hand;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DFDFDF;
	width: 100%;
	clear: both;
	margin-left: 0;
}
#toTop {
	color: #7C7C7C;
	text-align: right;
	font-size: small;
}
#mpE {
}
#pleaseD {
	text-align: left;
	background-color: #DFDFDF;
}
#naveF {
}
.menuItemF {
	font-family: gochi-hand;
	font-style: normal;
	font-weight: 400;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #DFDFDF;
	text-align: center;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.naviF {
	color: #7C7C7C;
	font-family: gochi-hand;
	font-style: normal;
	font-weight: 400;
	margin-top: 2px;
	margin-bottom: 2px;
	top: 5px;
	bottom: 5px;
}
#menuF {
	text-align: center;
	color: #7C7C7C;
	font-family: gochi-hand;
	font-style: normal;
	font-weight: 400;
}
#ul1 {
text-align: center;
color: #7C7C7C;
font-family: gochi-hand;
font-style: normal;
font-weight: 400;
}
#ul2 {
text-align: center;
color: #7C7C7C;
font-family: gochi-hand;
font-style: normal;
font-weight: 400;
}
#naviF {
}
#profile {
	text-align: left;
	color: #7C7C7C;
	background-color: #DFDFDF;
}
#alumni {
	text-align: center;
}
#alumni2 {
	text-align: left;
}
#alumni3 {
	text-align: left;
}
#alumni4 {
	text-align: left;
}
#article1 {
color: #7C7C7C;
text-align: right;
font-size: small;
}
#pastHPs {
	text-align: center;
}
#pastHPs2 {
	text-align: left;
}
#alumniTop {
	text-align: left;
	color: #7C7C7C;
}
#subnavi {
}
#submenu {
}
.submenuItem {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
	background-color: #E5E5E5;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.syllabi {
	color: #353535;
	text-align: left;
}
.syllabiTitle {
	text-align: center;
	background-color: #E5E5E5;
}
.blankline {
}
#article2 {
color: #7C7C7C;
text-align: right;
font-size: small;
}
.totop {
}
#TBintro {
	text-align: left;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#glovalnavi {
}
#manu {
}
.menuItem {
width: 23.0769%;
margin-left: 2.5641%;
clear: none;
}
#div2 {
}
#welcometext {
	background-color: #FFFFFF;
}
#welcometextJ {
}
#footer {
}
#taki_list {
	color: #7C7C7C;
	font-size: small;
	text-align: left;
}
.c_menu {
}
#pubJ {
}
#Cmenu {
}
.CmenuItem {
width: 23.0769%;
margin-left: 2.5641%;
clear: none;
}
#toTop {
}
#mpE {
}
#pleaseD {
}
#naveF {
}
.menuItemF {
width: 35.8974%;
margin-left: 2.5641%;
clear: none;
}
.naviF {
}
#menuF {
}
#ul1 {
}
#ul2 {
}
#naviF {
}
#profile {
	background-color: #DFDFDF;
}
#alumni {
	text-align: left;
}
#alumni2 {
}
#alumni3 {
}
#alumni4 {
}
#article1 {
}
#pastHPs {
}
#pastHPs2 {
}
#alumniTop {
}
#subnavi {
}
#submenu {
}
.submenuItem {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
.syllabi {
	color: #353535;
}
.syllabiTitle {
}
.blankline {
}
#article2 {
}
.totop {
}
#TBintro {
	text-align: left;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	text-align: left;
}
#div1 {
}
#glovalnavi {
}
#manu {
}
.menuItem {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
#div2 {
}
#welcometext {
    color: rgba(53,53,53,1.00);
    font-size: larger;
    background-color: #FFFFFF;
    text-align: left;
}
#welcometextJ {
}
#footer {
}
#taki_list {
	color: #353535;
	text-align: left;
}
.c_menu {
}
#pubJ {
}
#Cmenu {
}
.CmenuItem {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	background-color: #E5E5E5;
}
#toTop {
}
#mpE {
	color: #353535;
}
#pleaseD {
	color: #353535;
	background-color: #DFDFDF;
}
#naveF {
}
.menuItemF {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
.naviF {
}
#menuF {
}
#ul1 {
}
#ul2 {
}
#naviF {
}
#profile {
	color: #353535;
	background-color: #DFDFDF;
}
#alumni {
	color: #353535;
	text-align: left;
}
#alumni2 {
	color: #353535;
}
#alumni3 {
	color: #353535;
	text-align: left;
}
#alumni4 {
	color: #353535;
}
#article1 {
}
#pastHPs {
	color: #353535;
}
#pastHPs2 {
	color: #353535;
}
#alumniTop {
	text-align: left;
}
#subnavi {
}
#submenu {
}
.submenuItem {
	color: #7C7C7C;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E5E5E5;
	width: 32.2033%;
	text-align: center;
	margin-left: 1.6949%;
	clear: none;
}
.syllabi {
	text-align: left;
	color: #353535;
}
.syllabiTitle {
	text-align: center;
	background-color: #DFDFDF;
}
.blankline {
}
#article2 {
}
.totop {
}
#TBintro {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.menuItem:hover {
	background-color: #C6C6C6;
}

/* ---- 所員リストのスタイル ---- */
#memberlist {
  font-size: 100%;
  margin-top: 1em;
  text-align: left;
}

.member {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
  flex-wrap: wrap;
}

.member-photo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
}

.member-info {
  flex: 1;
  line-height: 1.5;
}

#memberlist a {
  color: #7C7C7C;
  text-decoration: none;
}

#memberlist a:hover {
  color: #353535;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .member {
    flex-direction: column;
    align-items: flex-start;
  }
  .member-photo {
    margin-right: 0;
    margin-bottom: 8px;
  }
}


.center-mail {
  text-align: center;
}
