@charset "utf-8";
@import "cssreset-min.css";
@import "style.css";
@import "common.css";
@import "tanaka-footer.css";
/* https://www.tanaka-kinoie.co.jp/ */


.staff_inbox img {
	width: 100%;
}

.section h3 {
  font-size: 16px;
  background: url(../images/h3.gif) left 20px no-repeat;
    background-color: rgba(0, 0, 0, 0);
  padding: 10px 0 10px 30px;
  margin-bottom: 30px;
  clear: both;
  font-weight: bold;
  background-color: #f6f6f6;
  border: 1px solid #cdcdcd;
}

/* 
=============================================== */
div.coach {
	overflow:hidden;
	zoom:1;
	margin-bottom:50px;
}

.staff_inbox ul {
	text-align:center;
	margin-bottom:20px;
}

@media screen and (min-width:768px){
	.staff_inbox ul.right {
		float:left;
		width:30%;
	}
	.staff_inbox div.left {
		float:right;
		width:65%
	}
}

/* 
=============================================== */
.acMenu dt{
display:block;
xwidth:200px;
xheight:50px;
xline-height:50px;
xtext-align:center;
xborder:#666 1px solid;
cursor:pointer;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #E00000;
	
}
.acMenu dd{
background:#f2f2f2;
xwidth:200px;
xheight:50px;
xline-height:50px;
xtext-align:center;
xborder:#666 1px solid;
display:none;
	padding: 10px;
}

.acMenu dt:hover {
	text-decoration: underline;
}




/* 
=============================================== */
@media only screen and (min-width: 769px) {
	div.info_box {
		overflow:hidden;
		zoom:1;
	}	
	div.info_box img {
		float:left;
		width:28%;
		margin-right:4%;
	}	
	div.info_box div.data {
		float:right;
		width:68%;
	}	
}

@media screen and (max-width: 768px) {
	div.info_box div.photo {
		text-align:center;
		margin-bottom:15px;
	}
	div.info_box div.photo img {
		max-width:90%;
	}
}

/* 
=============================================== */
p.name {
	font-size:1.5em;
	font-weight:bold;
    margin-bottom: 20px;
}

/* 
=============================================== */
div.coach {
	xmargin-bottom:40px;
	padding-top:60px;
}

@media only screen and (min-width: 769px) {
	div.coach {
		padding-top:90px;
	}
}

