@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	7;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/


/* ▼▼全体枠▼▼ */
/* ▼▼PC▼▼ */

/* ▼▼各種の文字サイズ・帯スタイル▼▼ */

body {
	font-size: 14px;
	line-height: 160%;
	font-weight: normal;
}
TD {
	font-size : 14px;
	line-height : 160%;
	font-weight: normal;
}

body {
	background-color: #FADED3;
}

.clear {
clear:both;　/*floatの解除、ここがポイント*/
}


/* ▼▼h1　最上部のh1の1行（使われていない。h1がない）▼▼▼▼▼▼▼▼▼▼▼▼▼ */
h1 {
	font-size : 12px;
	color: #7e7e7e;
	font-weight: normal;
	text-align: right
}


/* ▼▼ヘッダー▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 左端から右端まで白で100％（ヘッダーのみ）。左にサイトタイトル、右に資料請求ボタン */
.header {    
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 8px;
	padding-bottom: 6px;
	background-color: #FFFFFF;
}
.header-left {
	float: left;
	width: 78%;
	font-size : 16px;
	line-height : 125.00%;
	color: #ff4c4c;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.header-right {
	width: 22%;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}

/* ▼▼上部メニュー▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.gmenu {    /* 左端から右端まで。上下margin設定用 */
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.gmenu2 {    /* サブページ下部メニューの枠。左端から右端まで。上下margin設定用 */
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-top: 10px;
}

.subnavi-1,
.subnavi-2 {
 text-align: center;
 overflow: hidden;
 }

 .subnavi-1 ul,
 .subnavi-2 ul {
 margin:0 auto;
 width: 100%;
 text-align: center;

 }

 .subnavi-1 li,
 .subnavi-2 li {
 margin: 0px;
 padding: 0px;
 display: block;
 float: left;
 }

.subnavi-1 ul li{width:25%;}
.subnavi-1 ul li+li{width:25%;}
.subnavi-1 ul li+li+li{width:25%;}
.subnavi-1 ul li+li+li+li{width:25%;}

.subnavi-2 ul li{width:20%;}
.subnavi-2 ul li+li{width:20%;}
.subnavi-2 ul li+li+li{width:20%;}
.subnavi-2 ul li+li+li+li{width:20%;}
.subnavi-2 ul li+li+li+li+li{width:20%;}






/* ▼▼いくつかのフレーム▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/* 中央揃えの960幅 */
.fullwide-frame {
	width: 96%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* 中央揃えの960幅のタイトルプレート */
.title-plate {    
	width: 96%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.title-plate img {
	margin-top: 0px;
	margin-bottom: 6px;
}

/* 中央揃えの780幅のタイトルプレート（募集要項） */
.title-plate02 {    
	width: 96%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.title-plate02 img {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* 中央揃えの850幅のタイトルプレート（資料請求） */
.title-plate03 {    
	width: 96%;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.title-plate02 img {
	margin-top: 0px;
	margin-bottom: 0px;
}



.white-frame {       /* 白枠 */
	width: 94%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
/* border-radius */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
/* box-shadow */
box-shadow:2px 2px 3px 0px #9B9B9B;
-moz-box-shadow:2px 2px 3px 0px #9B9B9B;
-webkit-box-shadow:2px 2px 3px 0px #9B9B9B;
}


.white-frame02 {       /* 白枠。募集要項と資料請求用。margin-top:40px。 */
	width: 96%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
/* border-radius */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
/* box-shadow */
box-shadow:2px 2px 3px 0px #9B9B9B;
-moz-box-shadow:2px 2px 3px 0px #9B9B9B;
-webkit-box-shadow:2px 2px 3px 0px #9B9B9B;
}






/* ▼▼フッター▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.footer-ue-frame {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 0px;
  font-size: 13px;
  color: #ffffff;
  line-height: 120%;
  text-align: center;
  background-color: #FD9999;
  padding-top: 8px;
  padding-bottom: 6px;
}


#footer {
  clear: both;
  width: 100%;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  line-height: 120%;
  background-color: #FB5352;
}





/* ▼▼Webで先輩訪問▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/* ▼「未来の職場リサーチ」の枠 */
.visit01-frame {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
/* 枠内の左。学生イラストのみ */
#visit01-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
}
/* 枠内の右。タイトル画像 */
#visit01-right {
	clear: none;
	float: left;
	margin-top: 10px;
	width: 70%;
  padding-right: 20px;
	display: block;
}
#visit01bun {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
   margin-top:6px;
   margin-bottom:0px;
}




/* ▼「本日訪問する先輩はこの方」の枠 */
.visit02-frame {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #F1F8DA;
	border: solid 2px #AFE146;
/*    background-image: url("../aa-img/img-common/visit-konokata-bg.jpg");*/
	border-radius: 10px 10px 10px 10px;
}

.visit02-ueframe {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.visit02-ueframe img{
  width: 100%;
  height:auto;
	border-radius: 10px 10px 10px 10px;
}

.visit02-nakaframe {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.visit02-nakaframe img{
  width: 100%;
  height:auto;
  padding:6px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
  box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
	margin-top: 8px;
}

.visit02-shitaframe {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
	line-height:140%;
}




/* ▼リアルトーク */

/* ▼リアルトークのタイトルプレート */
#visit-realtalk-frame {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

/* ▼リアルトークの見出し部分の枠 */
.visit03-frame {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 14px;
	border-bottom: solid 2px #FF777D;
}

/* 枠内左。●の数字 */
.visit03-left {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.visit03-left img {
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* 枠内右。2行見出し */
.visit03-right {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.visit03-midashi{
	font-size : 18px;
	line-height : 140.00%;
	color: #ff4c4c;
	margin-top: 4px;
	margin-bottom: 0px;
}


/* ▼リアルトークの上写真・下文章の枠 */
.visit04-frame {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

/* 枠内の写真とキャプション */
.visit04-left {
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 16px;
	display: block;
}
.visit04-left img{
  width: 100%;
  height:auto;
  padding:6px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
  box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
  margin-top: 4px;
}
.visit04-cap{
width: 96%;
margin-left: auto;
margin-right: auto;
margin-top:10px;
font-size:14px;
line-height:140%;
color:#808080;
}

/* 枠内の文章 */
.visit04-right {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.visit04-midashi {
	font-size : 15px;
	line-height : 140.00%;
	color: #2692ff;
	font-weight: bold;
	text-align: left;
	margin-bottom:0px;
}
.visit04-right p{
margin-bottom:20px;
}


/* ▼3連フリートーク */

/* ▼フリートークのタイトルプレート */
#visit-freetalk-frame {  /* フリートークのタイトルプレート */
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/* ▼フリートークの枠（3連） */
.visit05-frame {  /* フリートークの枠 */
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	margin-top: 6px;
	margin-bottom: 10px;
	background-color: #F6FAFE;
   background-image: url("../aa-img/img-common/visit-freetalk-bg.jpg");
	border-radius: 10px 10px 10px 10px;
}

/* 枠内左・中央・右 */
#visit05-2,
#visit05-3 {
	margin-top: 16px;
	margin-bottom: 0px;
}


/* それぞれ内の写真 */
.visit05ph-a {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.visit05ph-a img{
  width: 100%;
  height:auto;
  padding:6px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
	margin-top: 8px;
}

/* それぞれ内の質問 */
.visit05-q {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	border-radius: 6px 6px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0;
	font-size : 15px;
	line-height : 130.00%;
	font-weight: normal;
	color: #ff4c4c;	
}
/* それぞれ内の答え */
.visit05-a {
	position: relative;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FF8686;
	border: solid 1px #FF8686;
	border-radius: 0px 0px 6px 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size : 15px;
	line-height : 130.00%;
	font-weight: normal;
	color: #ffffff;	
}
.visit05-a::after {/*これのためには、上に position: relative; を入れる必要がある。）*/
	position: absolute;
	top: 100%;
	left: 46%;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #F68686;
}
/* それぞれ内の写真キャプション */
.visit05-cap{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top:6px;
	font-size:14px;
	line-height:140%;
}


/* ▼未来の私はきっと */

/* ▼未来の私はきっとのタイトル枠 */
#visit-miraino-title-frame {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
/* ▼未来の私はきっとの文章枠 */
#visit-miraino-bun-frame {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}


/* ▼未来のための教訓 */

/* ▼未来のための教訓の枠 */
.visit06-frame {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #DCF4FE;
	border: solid 2px #73B9FF;
	border-radius: 10px 10px 10px 10px;
}

/* 枠内の、画像と文章 */
#visit06-title {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#visit06ph-a img{
  width: 100%;
  height:auto;
	border-radius: 10px 10px 0px 0px;
}

#visit06-shita {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 6px;
}
.visit06moji {
	margin-top: 6px;
	margin-bottom: 0;
	font-size : 15px;
	line-height : 140.00%;
	font-weight: bold;
	color: #5B5B5B;	
}




/* ▼▼新人時代▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/* 上部のフレーム */
.sj01-frame {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom:20px;
}

/* 枠内左 */
#sj01-left {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#sj-shokushu {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FF8686;
	border-radius: 6px 6px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0;
	font-size : 16px;
	line-height : 130.00%;
	font-weight: normal;
	color: #ffffff;	
}
#sj-name {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #FCE2EA;
	border-radius: 0px 0px 6px 6px;
	margin-top: 0px;
	margin-bottom: 0;
	font-size : 16px;
	line-height : 130.00%;
	font-weight: normal;
	color: #ff4c4c;	
}

#sj01ph-a,#sj01ph-b{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
  padding:6px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
  box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
}

#sj01ph-a{
	margin-top: 20px;
	margin-bottom: 0px;
}
#sj01ph-b{
	margin-top: 0px;
	margin-bottom: 10px;
}

/* 枠内右 */
#sj01-right {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.sj01-midashi01 {
	padding: 0px 0px 0px 8px;
	border-left: 6px solid #ff4c4c;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size : 18px;
	line-height : 140.00%;
	color: #ff4c4c;	
}
.sj01-midashi02 {
	font-size : 16px;
	color: #2692ff;
	font-weight: bold;
	text-align: left;
	margin-top:4px;
	margin-bottom:4px;
}




/* 下部のズバリ！フレーム */
.sj-zubari-frame {
	width: 96%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 2px solid #67AEFE;
	border-radius: 8px;
	background-color:#FFFFF4;
}

/* 枠内のリボンの見出し */
.sj-zubari-flagmidashi {
	border-top: 3px solid #FF7777;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -6px;
	font-size : 19px;
	line-height : 140.00%;
	color: #ff4c4c;	
}
.sj-zubari-flagmidashi {
	position: relative;
	height: 46px;
	line-height: 44px;
	padding: 0 1em;
	background-color: #FFEEE8;
}
.sj-zubari-flagmidashi::before,
.sj-zubari-flagmidashi::after {
	content: '';
	position: absolute;
}

.sj-zubari-flagmidashi::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 22px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}


/* 枠内のリボン見出しの下の枠 */
.sj02-frame {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* 枠内左 */
#sj02-left {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.sj-zubari-shitsumon {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 6px;
	padding: 6px 0 4px 10px;
	background-color: #3A97FE;
	border-radius: 6px;
	font-size : 15px;
	line-height : 140.00%;
	color: #FFFFFF;	
}
#sj02-left P {
	margin-bottom: -10px;
}


/* 枠内右 */
#sj02-shumiph {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	display: block;
}
#sj02-shumiph img{
  width: 100%;
  height:auto;
  padding:6px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
  box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
}
#sj02ph{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}







/* ▼▼オフタイム▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/* オフタイムの枠（左・中央・右がはいる） */
.ot01-frame { 
	width: 90%;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	border-top: solid 2px #FFA2A6;
}

/* 左 */
.ot01-1-left {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-top: 8px;
	width: 37%;
	display: block;
}
.ot01-illust{
	margin-top:4px;
}

/* 右 */
.ot01-1-right {
	clear: none;
	float: right;
	margin-left: 0px;
	margin-top: 0px;
	width: 63%;
	display: block;
}

.ot01-plate{
	width: 100%;
	height:auto;
	margin-top:0px;
}
.ot01-shokushu {
	text-align: left;
	margin-top: 6px;
	margin-bottom: 0;
	font-size : 14px;
	line-height : 130.00%;
	font-weight: normal;
	color: #ff4c4c;	
}
.ot01-nenme {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0;
	font-size : 14px;
	line-height : 130.00%;
	font-weight: normal;
	color: #ff4c4c;	
}


.ot01-midashi {
	position: relative;
	margin-top: 8px;
	margin-bottom: 12px;
	padding: 8px 0 6px 10px;
	background-color: #3A97FE;
	border-radius: 6px;
	font-size : 18px;
	line-height : 140.00%;
	color: #FFFFFF;	
}
.ot01-midashi::after {
	position: absolute;
	top: 100%;
	left: 20px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #3A97FE;
}
.ot01-konnakoto {
	margin-top: 12px;
	margin-bottom: 4px;
	font-size : 15px;
	font-weight : bold;
	line-height : 140.00%;
	color: #3A97FE;	
}


/* 下 */
.ot01-shita {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.ot01-ph img{
  width: 100%;
  height:auto;
  padding:6px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
  box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
}
.ot01-cap{
width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top:8px;
	font-size:14px;
line-height:140%;
}




/* ▼▼教育▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/* ▼先輩オススメ研修▼ */

/* オススメ研修枠 */
.ed01-frame {
	width: 96%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 20px;
	background-color: #F6FAFE;
	border: solid 2px #89BFFC;
	border-radius: 10px 10px 10px 10px;
}


/* リボン帯 */
.ed-midash-osusume {
	position: relative;
	border-top: 3px solid #FF7777;
	width: 98%;
	height: 40px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size : 19px;
	line-height: 36px;
	color: #ff4c4c;
	padding: 0 1em;
	background-color: #FFEEE8;/* ▼▼グレーはF0F0F0▼▼ */
}
.ed-midash-osusume::before,
.ed-midash-osusume::after {
	content: '';
	position: absolute;
}
.ed-midash-osusume::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 18px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #F6FAFE;
}

/* 左側（先輩写真） */
.ed01-left {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}
.ed01-left img{
	width: 100%;
	height:auto;
	margin-top: 0px;
	border-radius: 0px;
	padding:6px; /*白枠の幅*/
	background-color:#FFFFFF; /*白枠の色（白）*/
	box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
}


/* 右側の枠（吹き出し） */
.ed01-frame .honbun{
    background: #FFFFFF;
    dispay: inline-block;
    position: relative;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
    margin-bottom: 0px;
	padding:16px 16px 16px 16px;
    border: 2px solid #FFA2A2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

/* その枠内の右の写真 */
.ed01-frame .honbun img {
	float: right;
	width: 175px;
	height:auto;
	margin-top: 3px;
	margin-left: 10px;
	border-radius: 4px;
	padding:6px; /*白枠の幅*/
	background-color:#FFFFFF; /*白枠の色（白）*/
	box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
}
/* その枠内の左の文字は指定なし。body指定の本文 */

/* ▲先輩オススメ研修▲ */



/* ▼先輩オススメ研修2▼ */

/* オススメ研修枠 */
.ed02-frame {
	width: 96%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 20px;
	background-color: #F6FAFE;
	border: solid 2px #89BFFC;
	border-radius: 10px 10px 10px 10px;
}


/* 右側の枠（吹き出し） */
.ed02-frame .honbun{
    background: #FFFFFF;
    dispay: inline-block;
    position: relative;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
    margin-bottom: 0px;
	padding:16px 16px 16px 16px;
    border: 2px solid #FFA2A2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

}

/* その枠内の右の写真 */
.ed02-frame .honbun img {
	float: right;
	width: 175px;
	height:auto;
	margin-top: 3px;
	margin-left: 10px;
	border-radius: 4px;
	padding:6px; /*白枠の幅*/
	background-color:#FFFFFF; /*白枠の色（白）*/
	box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
}
/* その枠内の左の文字は指定なし。body指定の本文 */
/* その枠内の左の文字は指定なし。body指定の本文 */

/* ▲先輩オススメ研修2▲ */









/* 右側 */
#ed01-right {/*右側枠*/
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	display: block;
}






/* 教育の見出しリボンじゃない帯 */
.ed-midashi {
	position: relative;
	border-top: 3px solid #FF7777;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size : 19px;
	line-height: 130%;
	color: #ff4c4c;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.4em;
	padding-bottom: 0.3em;
	background-color: #FFEEE8;	
}

.ed-midashi::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #FEC9BC;
}
.ed-midashi::before {
	content: '';
	position: absolute;
}


/* ▼教育の理念や表の上下にはいる文章部分▼ */
/* 左側のパディングが30pxある */
.ed-honbun {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left : 0px;
	border-left: 0px solid #FF7777;
}

/* ▼教育のテーブル（セル幅はhtml側でそれぞれ指定する）▼ */
.education_tbl {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 0px solid #FEC9BC;
	border-collapse: collapse;
}
.education_tbl th,
.education_tbl td {
 border-width: 1px;
 border-style: solid;
 border-color: #C9C9C9;
 padding: 0.4em;
 vertical-align: middle;
}
.education_tbl th {
	font-size : 13px;
	line-height : 140.00%;
	color: #555555;
	font-weight: bold;
 	background-color: #D7F3FF;
}
.education_tbl td {
	font-size : 13px;
	line-height : 150.00%;
	font-weight: normal;
}










/* ▼▼説明会▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/* ▼一番上「お気軽にお問い合わせください」枠▼ */
.smk01-frame {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid #FFA2A2;
	border-radius: 8px;
}

/* 枠内のリボンの見出し */
.smk-midashi2 {
	position: relative;
	border-top: 3px solid #FF7777;
	width: 100%;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size : 21px;
	line-height: 44px;
	color: #ff4c4c;
	padding: 0 1em;
	background-color: #FFEEE8;	
}
.smk-midashi2::before,
.smk-midashi2::after {
	content: '';
	position: absolute;
}
.smk-midashi2::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #FEC9BC;/* ▼▼影グレーはccc▼▼ */
}
.smk-midashi2::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 22px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

/* 枠内の左。イラスト */
#smk01-left {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 30%;
	display: block;
}
#smk01-left img{
  width: 100%;
  height:auto;
  margin-top: 4px;
}

/* 枠内の右。文章 */
#smk01-right {
	clear: none;
	float: right;
	margin-left: 0px;
	width: 70%;
	display: block;
}
#smk01honbun1 {
	margin-top: 0px;
	font-size : 17px;
	line-height : 140.00%;
	color: #ff4c4c;
	margin-bottom: 12px;
}

/* その下お問い合わせ先 */
#smk01toiawasesaki {
	padding: 0px 0px 0px 8px;
	border-left: 4px solid #ff4c4c;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 14px;
	font-size : 17px;
	line-height : 140.00%;
	color: #ff4c4c;
}

/* ▲一番上「お気軽にお問い合わせください」枠▲ */


/* ▼その下▼ */

/* 説明会の見出しリボン帯 */
.smk-midashi {
	position: relative;
	border-top: 3px solid #FF7777;
	width: 96%;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size : 19px;
	line-height: 44px;
	color: #ff4c4c;
	padding: 0 1em;
	background-color: #FFEEE8;	
}
.smk-midashi::before,
.smk-midashi::after {
	content: '';
	position: absolute;
}
.smk-midashi::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #FEC9BC;
}
.smk-midashi::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 22px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}


/* 説明会の見出しリボンじゃない帯 */
.smk-midashi3 {
	position: relative;
	border-top: 3px solid #FF7777;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size : 19px;
	line-height: 130%;
	color: #ff4c4c;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	background-color: #FFEEE8;	
}

.smk-midashi3::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #FEC9BC;
}
.smk-midashi3::before {
	content: '';
	position: absolute;
}


/* ▼ご案内の各カセット（見出し＋本文、写真▼ */
.smk-cassette-frame {
	width: 92%;
	padding: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 1px solid #FFA2A2;
	border-radius: 8px;
}
.smk-cassette-frame img {
	float: right;
	width: 45%;
	height:auto;
	margin-top: 0px;
	margin-left: 10px;
	border-radius: 0px;
  padding:6px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
  box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
}
.smk-midashi02 {
	font-size : 18px;
	color: #2692ff;
	font-weight: normal;
	text-align: left;
	margin-top:0px;
	margin-bottom:4px;
}
.smk-cassette-frame p {
	margin-top: 0px;
	margin-bottom: 0px;
}


/* ▼テーブル▼ */
/* 教育のテーブルのCSSを読む */



/* ▼▼シフト表▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */


/* ▼シフト表の見出しリボン帯（教育と異なるのは、margin-topが40pxじゃないところ▼ */
.shift-midashi {
	position: relative;
	border-top: 3px solid #FF7777;
	width: 96%;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size : 19px;
	line-height: 44px;
	color: #ff4c4c;
	padding: 0 1em;
	background-color: #FFEEE8;/	
}
.shift-midashi::before,
.shift-midashi::after {
	content: '';
	position: absolute;
}
.shift-midashi::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #FEC9BC;/* 影色 */
}
.shift-midashi::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 22px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

/* ▼シフト表のテーブル（セル幅はhtml側でそれぞれ指定する）▼ */
.shift_tbl {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size : 14px;
	line-height : 140.00%;
	border: 0px solid #FEC9BC;
	border-collapse: collapse;
}
.shift_tbl th,
.shift_tbl td {
 border-width: 1px;
 border-style: solid;
 border-color: #C9C9C9;
 padding: 0.4em;
 vertical-align: middle;
}
.shift_tbl th {
	font-size : 14px;
	line-height : 140.00%;
	color: #555555;
	font-weight: bold;
 	background-color: #D7F3FF;
}







/* ▼▼フォトギャラリー▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 1列（pg01-frame）が右（pg01）・中央（pg02）・左（pg03）の3カセットで構成され、
それが何列かある、という作り。 */


.pg01,
.pg02,
.pg03 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}

.pg01 img,
.pg02 img,
.pg03 img {
  width: 100%;
  height:auto;
  padding:6px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
  box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
}

.pg01-frame p{
width: 96%;
	margin-left: auto;
	margin-right: auto;
margin-top:10px;
font-size:14px;
line-height:140%;
}


/* ▼▼募集要項▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/* ▼募集要項プレート▼ */
.yoko-midashi00{
	padding-top: 0.08em;
	background: -webkit-linear-gradient(top, #68B4FF 0%, #3297FF 100%);
	background: linear-gradient(to bottom, #68B4FF 0%, #3297FF 100%);
	color: #fff;
	width: 92%;
	height: 42px;
	line-height: 42px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size : 24px;
	font-weight : normal;
	text-align: center;
	border-radius: 8px 8px 8px 8px;
}

/* ▼募集要項の見出し医療機関名リボン帯▼ */
.yoko-midashi01{
	border-top: 3px solid #FF7777;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 6px;
	font-size : 18px;
	line-height: 130%;
	text-align: center;
	color: #ff4c4c;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #FFEEE8;/	
}


/* ▼募集要項の見出し小さいリボン帯「医療機関情報」▼ */
.yoko-midashi02 {
	border-top: 3px solid #FF7777;
	width: 92%;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	margin-bottom: 6px;
	font-size : 18px;
	line-height: 37px;
	color: #ff4c4c;
	padding: 0 1em;
	background-color: #FFEEE8;/	
}


/* ▼募集要項のテーブル▼ */
.tablesimple-gray{
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
	border-top:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
}
.tablesimple-gray th, .tablesimple-gray td{
	display:block;
	padding-right:8px;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:3px;
	border-bottom:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	text-align: left;
}
.tablesimple-gray th {
	width: 100%;
	background-color:#f4f4f4;

}
.tablesimple-gray td {
	width: 100%;
}


.yoko-seikyubt {
  width: 270px;
  height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 15px;
}

/* ▼▼トップページ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/* ▼トップの上部の白枠▼ */

.white-frame-top01 {
	width: 100%;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/* ▼トップのヘッダ画像▼ */
.top-headerimg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #ff4c4c;
}



.topbt-frame {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#topbt01-left {
	clear: both;
	float: left;
	width: 54.8%;
	display: block;
}
#topbt01-right {
	clear: none;
	float: right;
	width: 45.2%;
	display: block;
}

#topbt02-left {
	clear: both;
	float: left;
	width: 33.28%;
	display: block;
}
#topbt02-center {
	clear: none;
	float: left;
	width: 33.44%;
	display: block;
}
#topbt02-right {
	clear: none;
	float: right;
	width: 33.28%;
	display: block;
}

#topbt03 {       /* 資料請求ボタン */
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.08em;
	margin-bottom: 10px;
}



/* ▼トップの下部の白枠▼ */

.white-frame-top02222 {
	width: 100%;
	padding: 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

.white-frame-top02 {       /* 白枠。募集要項と資料請求用。margin-top:40px。 */
	width: 96%;
	padding-top: 15px;
	padding-bottom: 4px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom: 14px;
	background-color: #FFFFFF;
/* border-radius */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
/* box-shadow */
box-shadow:2px 2px 3px 0px #9B9B9B;
-moz-box-shadow:2px 2px 3px 0px #9B9B9B;
-webkit-box-shadow:2px 2px 3px 0px #9B9B9B;
}



/* ▼トップのリボン帯「おしらせ」「医療機関情報」▼ */
.top-midashi {
	border-top: 3px solid #FF7777;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size : 16px;
	line-height: 16px;
	color: #ff4c4c;
	padding-right:8px;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:6px;
	background-color: #FFEEE8;/	
}


/* ▼トップ下部のおしらせテーブル、没版。▼ */
.top-tablesimple-gray{
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top:4px;
	margin-bottom:10px;
	border-top:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
}
.top-tablesimple-gray th, .top-tablesimple-gray td{
	display:block;
	padding-right:8px;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:3px;
	border-bottom:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	text-align: left;
}
.top-tablesimple-gray th {
	width: 100%;
	background-color:#f4f4f4;

}
.top-tablesimple-gray td {
	width: 100%;
}

/* ▼トップ下部のおしらせテーブル▼ */
.top-table01 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0px solid #FEC9BC;
	border-collapse: collapse;
}
.top-table01 th,
.top-table01 td {
 border-width: 1px;
 border-style: solid;
 border-color: #C9C9C9;
 padding: 0.5em;
 vertical-align: top;
}
.top-table01 th {
	width: 30%;
	line-height : 150.00%;
	font-weight: normal;
	text-align: right;
	padding-right: 0.8em;
 	background-color: #F3F3F3;
}
.top-table01 td {
	width: 70%;
	line-height : 150.00%;
	font-weight: normal;
	padding-left: 0.8em;
}


/* ▼トップ下部の医療機関テーブル▼ */
.top-table02 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0px solid #FEC9BC;
	border-collapse: collapse;
}
.top-table02 th,
.top-table02 td {
 border-width: 1px;
 border-style: solid;
 border-color: #C9C9C9;
 padding: 0.5em;
 vertical-align: top;
}
.top-table02 th {
	width: 20%;
	line-height : 150.00%;
	font-weight: normal;
	text-align: right;
	padding-right: 0.8em;
 	background-color: #F3F3F3;
}
.top-table02 td {
	width: 80%;
	line-height : 150.00%;
	font-weight: normal;
	padding-left: 0.8em;
}

/* ▼トップ下部の外部リンクテーブル▼ */
.top-table03 {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 4px;
}
.top-table03 th,
.top-table03 td {
 padding-top: 5px;
 padding-bottom: 5px;
 padding-right: 6px;
 vertical-align: bottom;
}
.top-table03 th {
	width: 12%;
	text-align: right;
}
.top-table03 td {
	width: 88%;
	line-height : 150.00%;
	font-weight: normal;
}



/* ▼トップのプロフィールテーブル▼ */
.top-table-profile {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #FD6969;
}
.top-table-profile th,
.top-table-profile td {
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: middle;
}
.top-table-profile th {
	width: 44%;
	padding-left: 8px;
}
.top-table-profile th img {
	width: 100%;
	border:solid 4px #fff;
}
.top-table-profile td {
	width: 56%;
	text-align: left;
	font-size : 13px;
	line-height : 125.00%;
	font-weight: normal;
	color: #ffffff;
	padding-left: 8px;
	padding-right: 6px;
}













.subnavi-1 li a, .subnavi-2 li a { display: block; }

#visit .subnavi-1 li:nth-child(2) { background:url("../aa-img/img-pink/spnavi002on.jpg") no-repeat; background-size:contain; }
#visit .subnavi-1 li:nth-child(2) a { visibility: hidden; }

#sj .subnavi-1 li:nth-child(3) { background:url("../aa-img/img-pink/spnavi003on.jpg") no-repeat; background-size:contain; }
#sj .subnavi-1 li:nth-child(3) a { visibility: hidden; }

#offtime .subnavi-1 li:nth-child(4) { background:url("../aa-img/img-pink/spnavi004on.jpg") no-repeat; background-size:contain; }
#offtime .subnavi-1 li:nth-child(4) a { visibility: hidden; }


#kyoiku .subnavi-2 li:nth-child(1) { background:url("../aa-img/img-pink/spnavi005on.jpg") no-repeat; background-size:contain; }
#kyoiku .subnavi-2 li:nth-child(1) a { visibility: hidden; }

#setsumeikai .subnavi-2 li:nth-child(2) { background:url("../aa-img/img-pink/spnavi006on.jpg") no-repeat; background-size:contain; }
#setsumeikai .subnavi-2 li:nth-child(2) a { visibility: hidden; }

#shift .subnavi-2 li:nth-child(3) { background:url("../aa-img/img-pink/spnavi007on.jpg") no-repeat; background-size:contain; }
#shift .subnavi-2 li:nth-child(3) a { visibility: hidden; }

#photogallery .subnavi-2 li:nth-child(4) { background:url("../aa-img/img-pink/spnavi008on.jpg") no-repeat; background-size:contain; }
#photogallery .subnavi-2 li:nth-child(4) a { visibility: hidden; }

#yoko .subnavi-2 li:nth-child(5) { background:url("../aa-img/img-pink/spnavi009on.jpg") no-repeat; background-size:contain; }
#yoko .subnavi-2 li:nth-child(5) a { visibility: hidden; }



/* ▼資料請求フォーム冒頭のメールアドレス記載▼ */
.seikyu-mail {
	font-size : 18px;
	line-height : 140.00%;
	color: #ff4c4c;
	margin-top: 4px;
	margin-bottom: 0px;
}


/* ▼▼資料請求・お問い合わせ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

/* ▼資料請求プレート▼ */
.seikyu-midashi00{
	padding-top: 0.08em;
	background: -webkit-linear-gradient(top, #FF797D 0%, #FF5556 100%);
	background: linear-gradient(to bottom, #FF797D 0%, #FF5556 100%);
	color: #fff;
	width: 92%;
	height: 42px;
	line-height: 42px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size : 24px;
	font-weight : normal;
	text-align: center;
	border-radius: 8px 8px 8px 8px;
}


/* ▼資料請求の見出し医療機関名リボン帯▼ */
.seikyu-midashi01{
	border-top: 3px solid #FF7777;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 6px;
	font-size : 18px;
	line-height: 130%;
	text-align: center;
	color: #ff4c4c;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #FFEEE8;/	
}


/* ▼資料請求の上下にはいる文章部分▼ */
/* 左側のパディングが30pxある */
.seikyu-honbun {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left : 30px;
	border-left: 0px solid #FF7777;
}



/* ▼資料請求のテーブル（文字小さめ）（セル幅はhtml側でそれぞれ指定する）▼ */
.seikyu_tbl {
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
	border-bottom:1px solid #bbbbbb;
}
.seikyu_tbl th,
.seikyu_tbl td {
	display:block;
	padding-right:8px;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:3px;
	text-align: left;
}
.seikyu_tbl th {
	width: 100%;
	background-color:#f4f4f4;
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	padding:10px;
}
.seikyu_tbl td {
	width: 100%;
	padding:10px 10px 30px;
}


/* 2017/10/05追加 */
.visit-nagare-midashi {
	border-top: 3px solid #FF7777;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size : 18px;
	line-height: 18px;
	text-align: center;
	color: #ff4c4c;
	padding-right:8px;
	padding-left:8px;
	padding-top:12px;
	padding-bottom:10px;
	background-color: #FFEEE8;
}
.visit-nagare-table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 12px;
	border: 0px solid #FEC9BC;
	border-collapse: collapse;
}
.visit-nagare-table th,
.visit-nagare-table td {
 border-width: 1px;
 border-style: solid;
 border-color: #C9C9C9;
 padding: 6px;
 vertical-align: top;
}
.visit-nagare-table th {
	width: 20%;
	line-height : 150.00%;
	font-weight: normal;
	text-align: right;
	padding-right: 0.8em;
 	background-color: #F3F3F3;
}
.visit-nagare-table td {
	width: 80%;
	line-height : 150.00%;
	font-weight: normal;
	padding-left: 0.8em;
}

#form .btn { padding:5px; }
