@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;
    transform-origin: top center;
    transform: scale(1.2); 
}
TD {
	font-size : 14px;
	line-height : 160%;
	font-weight: normal;
}

body {
background-image: url("../aa-img/img-common/bg.jpg");
}

.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%;
	margin: auto;
	background-color: #FFFFFF;
}
.header-left {
	float: left;
	font-size : 20px;
	line-height : 150.00%;
	color: #ff4c4c;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 6px;
}
.header-right {
	float: right;
	margin-top: 10px;
	margin-bottom: 4px;
	padding-right: 6px;
}

/* ▼▼上部メニュー▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.gmenu {    /* 左端から右端までメニューのピンク色で100％（GMENUのみ） */
	width: 100%;
	height:40px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
   background-image: url("../aa-img/img-pink/subgnavi-bg.jpg");
}

.subnavi ul{
    width:960px;
    overflow:hidden;
    position:relative;
}
.subgnavi ul li{
    height:40px;
    float:left;
    overflow:hidden;
}
.subgnavi ul li.mod_current img{
    margin-top:-90px;
    display:block; /* IE6隙間防止 */
}
.subgnavi ul li a{
    display:block;
}
.subgnavi ul li a:link    {}
.subgnavi ul li a:visited {}
.subgnavi ul li a:hover   {margin-top:-40px;}
.subgnavi ul li a:active  {margin-top:-40px;}

.subgnavi a#current {margin-top:-40px;}


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

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

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

/* 中央揃えの780幅のタイトルプレート（募集要項） */
.title-plate02 {    
	width: 780px;
	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: 850px;
	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: 960px;
	padding-top: 40px;
	padding-bottom: 40px;
	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: 960px;
	padding-top: 40px;
	padding-bottom: 40px;
	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: 960px;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 6px;
}
.footer-ue-left {
	float: left;
}
.footer-ue-right {
	float: right;
}

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





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

/* ▼「未来の職場リサーチ」の枠 */
.visit01-frame {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
/* 枠内の左。学生イラストのみ */
#visit01-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 250px;
	display: block;
}
/* 枠内の右。タイトル画像と文章 */
#visit01-right {
	clear: none;
	float: left;
	margin-left: 0px;
	width: 550px;
	display: block;
}
#visit01-right p{
   margin-top:6px;
   margin-left:6px;
   margin-bottom:0px;
}


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

/* 枠内左。建物イラストのみ（背景にもはいっているがプリントアウトされるように） */
#visit02-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 290px;
	display: block;
}
#visit02-left img{
  width: 286px;
  height:auto;
	border-radius: 10px 10px 10px 10px;
}

/* 枠内中央。見出し画像と文章 */
#visit02-center {
	clear: none;
	float: left;
	margin-left: 0;
	width: 290px;
	display: block;
}
#visit02-center img{
  width: 292px;
  height:auto;
	margin-top: 25px;
	margin-bottom: 8px;
}

/* 枠内右。先輩写真のみ */
#visit02-right {
	clear: none;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	width: 175px;
	display: block;
}
#visit02-right img{
  width: 156px;
  height:auto;
  padding:6px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
  box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
	margin-top: 8px;
}

.visit02-chuigaki {
   text-align: right;
	margin-right: 100px;
	font-size : 13px;
	line-height : 140.00%;
	color: #808080;
	margin-top: 6px;
	margin-bottom: 0px;
}


/* ▼リアルトーク */

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

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

/* 枠内左。●の数字 */
.visit03-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100px;
	display: block;
}

/* 枠内右。2行見出し */
.visit03-right {
	clear: none;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
	width: 750px;
	display: block;
}
.visit03-midashi{
	font-size : 21px;
	line-height : 140.00%;
	color: #ff4c4c;
	margin-top: 26px;
	margin-bottom: 0px;
	margin-left: 10px;	
}

/* ▼リアルトークの左写真・右文章の枠 */
.visit04-frame {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* 枠内左。写真とキャプション */
.visit04-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 380px;
	display: block;
}
.visit04-left img{
  width: 380px;
  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:150%;
}

/* 枠内右。文章 */
.visit04-right {
	clear: none;
	float: right;
	margin-left: 0px;
	width: 430px;
	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: 446px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

/* ▼フリートークの枠（3連） */
.visit05-frame {  /* フリートークの枠 */
	width: 850px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	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-left {
	clear: both;
	float: left;
	margin-left: 20px;
	width: 260px;
	display: block;
}
#visit05-center {
	clear: none;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	width: 260px;
	display: block;
}
#visit05-right {
	clear: none;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	width: 260px;
	display: block;
}

#visit05-left2 {
	clear: both;
	float: left;
	margin-left: 156px;
	width: 260px;
	display: block;
}

/* それぞれ内の写真 */
.visit05-frame img{
  width: 260px;
  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: 118px;
	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:4px;
font-size:14px;
line-height:150%;
}


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

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


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

/* ▼未来のための教訓の枠 */
.visit06-frame {
	width: 742px;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: #F6FAFE;
	border: solid 2px #73B9FF;
   background-image: url("../aa-img/img-common/visit-kyokun-bg.jpg");
	border-radius: 10px 10px 10px 10px;
}

/* 枠内の左。画像と文章 */
#visit06-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 558px;
	display: block;
}
#visit06ph-a img{
  width: 558px;
  height:auto;
	border-radius: 10px 10px 10px 10px;
}
.visit06moji {
	margin-top: 6px;
	margin-bottom: 0;
	padding-left: 40px;
	font-size : 17px;
	line-height : 140.00%;
	font-weight: bold;
	color: #5B5B5B;	
}

/* 枠内の右。画像（背景にもあるけれど印刷されたいので） */
#visit06-right {
	clear: none;
	float: right;
	margin-top: 0px;
	width: l80px;
	display: block;
}
#visit06-right img{
  width: 180px;
  height:auto;
	border-radius: 10px 10px 10px 10px;
}





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

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

/* 枠内左 */
#sj01-left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 300px;
	display: block;
}
#sj-shokushu {
	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 {
	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;	
}
#sj01-left img{
  width: 300px;
  height:auto;
  padding:6px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
  box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
}
#sj01ph-a,#sj01ph-b{
	margin-top: 20px;
	margin-bottom: 0px;
}

/* 枠内右 */
#sj01-right {
	clear: none;
	float: right;
	margin-left: 10px;
	width: 440px;
	display: block;
}
.sj01-midashi01 {
	padding: 0px 0px 0px 12px;
	border-left: 8px solid #ff4c4c;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size : 21px;
	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: 780px;
	padding: 40px;
	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: 10px;
	font-size : 21px;
	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::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #FEC9BC;
}
.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 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 430px;
	display: block;
}
.sj-zubari-shitsumon {
	width: 60%;
	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-right {
	clear: none;
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	width: 250px;
	display: block;
}
#sj02-right img{
  width: 240px;
  height:auto;
  padding:6px; /*白枠の幅*/
  background-color:#FFFFFF; /*白枠の色（白）*/
  box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
}
#sj02ph{
	margin-top: 20px;
	margin-bottom: 0px;
}







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

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

/* 左 */
.ot01-left {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	width: 230px;
	display: block;
}
.ot01-shokushu {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	font-size : 14px;
	line-height : 130.00%;
	font-weight: normal;
	color: #ff4c4c;	
}
.ot01-nenme {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0;
	font-size : 14px;
	line-height : 130.00%;
	font-weight: normal;
	color: #ff4c4c;	
}
.ot01-illust{
margin-top:8px;
}
.ot-memo1{
	text-align: left;
	margin: 0 0 0 60px;
	font-size: 14px;
	line-height: 130.00%;
	font-weight: normal;
	color: #808080;
}
.ot-memo2{
	text-align: center;
	margin: 0;
	font-size: 14px;
	line-height: 130.00%
	font-weight: normal;
	color: #808080;
}


/* 中央 */
.ot01-center {
	clear: none;
	float: left;
	margin-left: 12px;
	margin-top: 20px;
	width: 320px;
	display: block;
}
.ot01-midashi {
	position: relative;
	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 {
	width: 90%;
	margin-top: 12px;
	margin-bottom: 4px;
	font-size : 15px;
	font-weight : bold;
	line-height : 140.00%;
	color: #3A97FE;	
}


/* 右 */
.ot01-right {
	clear: none;
	float: right;
	margin-top: 0px;
	margin-right: 8px;
	width: 230px;
	display: block;
}
.ot01-plate{
margin-bottom:4px;
}
.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: 780px;
	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: 100%;
	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 {
	clear: both;
	float: left;
	margin-left: 0px;
	margin-top: 4px;
	display: block;
}
.ed01-left img{
  width: 160px;
  height:auto;
	margin-top: 0px;
	border-radius: 0px;
	padding:6px; /*白枠の幅*/
	background-color:#FFFFFF; /*白枠の色（白）*/
	box-shadow:2px 2px 4px 1px #CCCCCC; /*影*/
}


/* 右側の枠（吹き出し） */
.ed01-frame .honbun{
	clear: none;
	float: right;
	display: block;
	background: #FFFFFF;
	position: relative;
	width: 550px;
	border: 2px solid #FFA2A2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:16px;
}

.ed01-frame .honbun p { margin-bottom:0em; }


.ed01-frame .honbun :before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #FFA2A2;
    position: absolute;
    left: -22px;
    top: 40%;
    margin-top: -9px;
}
.ed01-frame .honbun :after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-right-color: #FFFFFF;
    position: absolute;
    left: -18px;
    top: 40%;
    margin-top: -8px;
}
/* その枠内の右の写真 */
.ed01-frame .honbun img {
	float: right;
	width: 195px;
	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: 580px;
	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;
}

/* リボン帯は1と同一 */
/* 左側（先輩写真）も1と同一 */

/* 右側の枠（吹き出し） */
.ed02-frame .honbun {
	clear: none;
	float: right;
	display: block;
	background: #FFFFFF;
	position: relative;
	width: 350px;
	border: 2px solid #FFA2A2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding:16px;
}

.ed02-frame .honbun p { margin-bottom:0em; }

.ed02-frame .honbun :before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #FFA2A2;
    position: absolute;
    left: -22px;
    top: 40%;
    margin-top: -9px;
}
.ed02-frame .honbun :after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-right-color: #FFFFFF;
    position: absolute;
    left: -18px;
    top: 40%;
    margin-top: -8px;
}

/* その枠内の左の文字は指定なし。body指定の本文 */

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



/* ▼教育の見出しリボン帯▼ */
.ed-midashi {
	position: relative;
	border-top: 3px solid #FF7777;
	width: 780px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size : 21px;
	line-height: 44px;
	color: #ff4c4c;
	padding: 0 1em;
	background-color: #FFEEE8;/	
}
.ed-midashi::before,
.ed-midashi::after {
	content: '';
	position: absolute;
}
.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::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 22px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

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

/* ▼教育のテーブル（セル幅はhtml側でそれぞれ指定する）▼ */
.education_tbl {
	width: 780px;
	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: 780px;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	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: 40px;
	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: 40px;
	width: 260px;
	display: block;
}
#smk01-left img{
  width: 234px;
  height:auto;
  margin-top: 4px;
}

/* 枠内の右。文章と、お問いわせ先 */
#smk01-right {
	clear: none;
	float: right;
	margin-left: 0px;
	width: 370px;
	display: block;
}
#smk01honbun1 {
	margin-top: 0px;
	font-size : 18px;
	line-height : 160.00%;
	color: #ff4c4c;
	margin-bottom: 40px;
}
#smk01toiawasesaki {
	padding: 0px 0px 0px 12px;
	border-left: 8px solid #ff4c4c;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size : 20px;
	line-height : 140.00%;
	color: #ff4c4c;	
}

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


/* ▼その下▼ */

/* 説明会の見出しリボン帯 */
.smk-midashi {
	position: relative;
	border-top: 3px solid #FF7777;
	width: 780px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size : 21px;
	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-cassette-frame {
	width: 700px;
	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: 220px;
	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: 780px;
	height: 46px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size : 21px;
	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: 600px;
	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-frame {
	width: 860px;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
}
.pg01 {
	clear: both;
	float: left;
	margin-left: 0px;
	display: block;
}
.pg02 {
	clear: none;
	float: left;
	margin-left: 18px;
	display: block;
}
.pg03 {
	clear: none;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	display: block;
}

.pg01,
.pg02,
.pg03 {
	width: 274px;
}

.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.2em;
	background: -webkit-linear-gradient(top, #68B4FF 0%, #3297FF 100%);
	background: linear-gradient(to bottom, #68B4FF 0%, #3297FF 100%);
	color: #fff;
	width: 780px;
	height: 48px;
	line-height: 42px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size : 26px;
	font-weight : normal;
	text-align: center;
	border-radius: 8px 8px 8px 8px;
}

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


/* ▼募集要項の見出し小さいリボン帯「医療機関情報」▼ */
.yoko-midashi02 {
	border-top: 3px solid #FF7777;
	width: 780px;
	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;/	
}


/* ▼募集要項のテーブル（文字小さめ）（セル幅はhtml側でそれぞれ指定する）▼ */
.yoko_tbl {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 0px solid #FEC9BC;
	border-collapse: collapse;
}
.yoko_tbl th,
.yoko_tbl td {
 border-width: 1px;
 border-style: solid;
 border-color: #C9C9C9;
 padding: 0.5em;
 vertical-align: top;
}
.yoko_tbl th {
	width: 15%;
	font-size : 13px;
	line-height : 150.00%;
	font-weight: normal;
	text-align: right;
	padding-right: 0.8em;
 	background-color: #F3F3F3;
}
.yoko_tbl td {
	width: 85%;
	font-size : 13px;
	line-height : 150.00%;
	font-weight: normal;
	padding-left: 0.8em;
}


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


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

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

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


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


/* ▼資料請求のテーブル（文字小さめ）（セル幅はhtml側でそれぞれ指定する）▼ */
.seikyu_tbl {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 0px solid #FEC9BC;
	border-collapse: collapse;
}
.seikyu_tbl th,
.seikyu_tbl td {
	border:2px solid #C9C9C9;
	padding:20px 0;
	vertical-align: top;
	font-size : 14px;
	line-height : 150.00%;
}
.seikyu_tbl th {
	width: 30%;
	text-align: right;
	padding-right: 0.8em;
	border-right:none;
	font-weight: bold;
	padding-top:25px;
}
.seikyu_tbl th.pt20 { padding-top:20px; }
.seikyu_tbl td {
	width: 70%;
	padding-left: 0.8em;
	border-left:none;
}

.seikyu-kanryo-honbun {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 60px;
	padding-left : 80px;
	border-left: 6px solid #FF7777;
	padding-right : 80px;
	border-right: 6px solid #FF7777;
}


#visit .subgnavi ul li:nth-child(2) a { margin-top:-40px; }
#shinjin .subgnavi ul li:nth-child(3) a { margin-top:-40px; }
#offtime .subgnavi ul li:nth-child(4) a { margin-top:-40px; }
#kyoiku .subgnavi ul li:nth-child(5) a { margin-top:-40px; }
#setsumeikai .subgnavi ul li:nth-child(6) a { margin-top:-40px; }
#shift .subgnavi ul li:nth-child(7) a { margin-top:-40px; }
#gallery .subgnavi ul li:nth-child(8) a { margin-top:-40px; }
#yoko .subgnavi ul li:nth-child(9) a { margin-top:-40px; }



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


/* 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;
}