﻿@charset "utf-8";
#title h4 {
	text-align: left;
	margin-top: 1em;
	font-weight: normal;
	background-color: #f6f5f6;
	padding: 0.7em;
}
#title p {
	text-align: left;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

/*----  スタッフメッセージ　----*/
#staffmessage {
	clear: both;
	float: left;
	margin: 0em!important;
	width: 100%;
	display: block;
	padding-bottom: 1em;
}

#staffmessage h2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
#staffmessage h2 img {
	width: 100%;
	height:auto;
}
#staffmessage .intro {
	width: 96%;
	margin-left:auto;
	margin-right:auto;
}

#staffmessage .list {
	position:relative;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 1.5em;
	background-size:100% auto;
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	height: 23em;
	font-size: 11px;
	margin-bottom: 1em;
}
.kikuchi {
	background-image: url(../images/kikuchi.jpg);
}
.shimano {
	background-image: url(../images/shimano.jpg);
}
.kawamura {
	background-image: url(../images/kawamura_sp.jpg);
}
.tamura {
	background-image: url(../images/tamura.jpg);
}
.kawashima {
	background-image: url(../images/kawashima_sp.jpg);
}
.kawaguchi {
	background-image: url(../images/kawaguchi.jpg);
}
.satou {
	background-image: url(../images/satou.jpg);
}
.ishii {
	background-image: url(../images/ishii.jpg);
}
.otsuka {
	background-image: url(../images/otsuka.jpg);
}
.minakami {
	background-image: url(../images/minakami.jpg);
}
.ishida {
	background-image: url(../images/ishida.jpg);
}

.watanabe {
	background-image: url(../images/watanabe.jpg);
	/*height: 17em!important;*/
}
.kimura {
	background-image: url(../images/kimura.jpg);
	/*height: 17em!important;*/
}
.kuroda {
	background-image: url(../images/kuroda.jpg);
	/*height: 17em!important;*/
	padding-bottom: 1em;
}

/*.sekine p ,
.post_18 p ,
.uchiyama p
 {
	width: 21em!important;
}*/
#staffmessage .list h3 {
    margin-top: 0;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 0.5em;
}
#staffmessage .list p {
    font-size: 1em;
    width: 18em;
    line-height: 1.2;
}
.red {
	color: #c2092e;
}
.green {
	color: #0d4719;
}
.name {
	text-align: right;
}
#staffmessage .list .btn {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 7px;
	z-index: 10;
}
#staffmessage .list .btn img {
	width: 100%;
	height: auto;
}
@media screen and (max-width : 320px){
#staffmessage .list {
	font-size: 10px;
	height: 22em;
}
.post_18 ,
.sekine ,
.uchiyama {
	height: 16em!important;
}
}

@media screen and (min-width : 400px){
#staffmessage .list {
	padding-top: 2em;
	font-size: 12px;
	height: 25em;
}
#staffmessage .list h3 {
	font-size: 1.4em;
}
#staffmessage .list p {
	line-height: 1.55;
}
}
@media screen and (min-width : 480px){
#staffmessage .list {
		height: 28em;
}
#staffmessage .list h3 {
	font-size: 1.6em;
	line-height: 1.6;
}
#staffmessage .list p {
	line-height: 1.7;
}
}
@media screen and (min-width : 590px){
#staffmessage .list {
	font-size: 14px;
	height: 30em;
}
}
