﻿/*	IMPORT RESET	*/
@import url("reset.css");
/*	IMPORT BASIC	*/
@import url("basic.css");
/*	<header><footer><nav>ｿｰｽのｲﾝﾎﾟｰﾄ	*/
@import url("nav.css");
/*	ﾌﾚｯｸｽﾎﾞｯｸｽのｲﾝﾎﾟｰﾄ	*/
@import url("co-flexbox.css");

body {
	position: relative;
}
/*--------------------------------------------------------
	ｺﾝﾃﾝﾂ部分の設定
----------------------------------------------------------*/
.messageimg ul li {
	margin: 0 auto;			/*--要素自体を中央に設定--*/
	max-width:300%;			/*--ｲﾒｰｼﾞの横幅の最大値を指定--*/
}
.messageimg img {
	margin: 0 auto;			/*--要素自体を中央に設定--*/
	width:100%;
	max-width: 300px;		/*--ｲﾒｰｼﾞの横幅の最大値を指定--*/
}
.banner3 {
	display: flex;
		display: -webkit-flex; /* ★Safari、Chromeブラウザに対応★ */
		display: -ms-flexbox; /* ★IEブラウザに対応★ */
	flex-wrap: nowrap;			/*　改行可　*/
		-webkit-flex-wrap: nowrap; /* ★Safari、Chromeブラウザに対応★ */
		-ms-flex-wrap: nowrap;		/* ★IEブラウザに対応★ */
}
.banner3 li {
	width: calc(100%/3);
	padding: 0 5px;
}
.banner3 li img {
	width: 100%;
	height: auto;
}
.banner2 {
	display: flex;
		display: -webkit-flex; /* ★Safari、Chromeブラウザに対応★ */
		display: -ms-flexbox; /* ★IEブラウザに対応★ */
	flex-wrap: nowrap;			/*　改行可　*/
		-webkit-flex-wrap: nowrap; /* ★Safari、Chromeブラウザに対応★ */
		-ms-flex-wrap: nowrap;		/* ★IEブラウザに対応★ */
}
.banner2 li {
	width: calc(100%/2);
	padding: 0 5px;
}
.banner2 li img {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------
	これから下は旧コンテンツの設定
----------------------------------------------------------*/
.article {
	background-color: #F7F8E0;
}
p.recru {
	font-size: 130%;
	padding: 0 10px;
	line-height: 1.8;
	text-indent: 1em;
}
ul.member {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	text-align: center;
	font-size: 120%;
}
ul.member li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	width: 100%;
	background-color: #F7F8E0;
}
ul.member li img {
	width: 90%;
	margin: 5px auto;
}
img {
	width:100%; 
}
/*----------------------------------------------------------
	recruカレッジリクルーター.html
-----------------------------------------------------------*/
.waku {
	display: flex;
	display: -webkit-flex;
}
.photo {
	width: 50%;
}
.kizi {
	width: 50%;
}
ul.recru {
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	height: 100%;
}
table.cale {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
table.cale th,table.cale td {
	border: 1px solid #999;
	vertical-align: middle;
	padding-left: 10px;
}
table.cale th {
	background-color: #F3F2FF;
	width: 50%;
	height: 100%;
	text-align: left;
}
table.cale td {
	background-image: url("../img/pattern8.png");
	width: 50%;
	height: 100%;
}
table.cale td.pic {
	padding: 0;
	width: 374px;
}
table.sita {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}
table.sita th,table.sita td {
	border: 1px solid #999;
	vertical-align: middle;
}
table.sita th {
	background-color: #F3F2FF;
	width: 30%;
	height: 100%;
	text-align: left;
}
table.sita td {
	background-image: url("../img/pattern8.png");
	width: 35%;
	height: 100%;
}
table.sita td.pic {
	padding: 0;
	width: 35%;
}
p.sita {
	padding: 10px;
	text-indent: 1em;
}
/*----------------------------------------------------------
	recru_messsage.html
-----------------------------------------------------------*/
h5.sora {
	background: #CEF6F5;
}
h5.umi {
	background: #D0A9F5;
}
h5.boudai {
	background: #F5A9A9;
}
h5.idai {
	background: #F9FE74;
}
.kouhai {
	background-color: #F7F8E0;
}
ul.messeage {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
ul.messeage li {
	width: 400px;
	margin: 5px;
}
ul.messa1 {
	display: flex;
	display: -webkit-flex;
	background-color: #FBEFF2;
	
}
ul.messa1 li:nth-of-type(1) {
	width: 60%;
}
ul.messa1 li:nth-of-type(2) {
	width: 40%;
	padding: 10px 10px 0 10px;
}
ul.messa1 li:nth-of-type(1) img {
	width: 300px;
	padding-top: 10px;
	margin: 0 auto;
}
ul.messa1 li:nth-of-type(2) img {
	width: 100%;
}
ul.messa2 {
	display: flex;
	display: -webkit-flex;
	background-color: #F8E0E6;
	
}
ul.messa2 li:nth-of-type(1) {
	width: 60%;
}
ul.messa2 li:nth-of-type(2) {
	width: 40%;
	padding: 10px 10px 0 10px;
}
ul.messa2 li:nth-of-type(1) img {
	width: 300px;
	padding-top: 10px;
	margin: 0 auto;
}
ul.messa2 li:nth-of-type(2) img {
	width: 100%;
}
table.name {
	width: 100%;
	height: auto;
	font-size: 140%;
	text-align: center;
}
table.name th,table.name td {
	border: 1px solid #F5A9D0;
	padding: 10px 0;
}
table.name th {
	width: 30%;
}
table.name td {
	width: 70%
}
@media screen and (orientation:portrait){
ul.messa1 {
	-webkit-flex-direction: column;
	flex-direction: column;
}
ul.messa1 li:nth-of-type(1),ul.messa1 li:nth-of-type(2) {
	width: 100%;
	padding: 0;
}
ul.messa2 {
	-webkit-flex-direction: column;
	flex-direction: column;
}
ul.messa2 li:nth-of-type(1),ul.messa2 li:nth-of-type(2) {
	width: 100%;
	padding: 0;
}}
span.under {
	background: url("../recru/b_simple_121_0M.png") bottom repeat-x;
	background-size: 400px;
}
@media screen and (max-width: 899px) {
table.name {
	font-size: 120%;
}}

@media screen and (max-width: 480px) {
p.recru {
	font-size: 110%;
	padding: 0 10px;
	line-height: 1.3;
}
span.under {
	background-size: 200px;
}
ul.member {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.waku {
	-webkit-flex-direction: column; 
	flex-direction: column;
}
.photo {
	width: 100%;
}
.kizi {
	width: 100%;
}
table.cale {
	width: 99%;
	margin: 0 auto;
	text-align: center;
}
table.cale th,table.cale td {
	padding: 10px 0;
}
table.cale td {
	display: block;
	width: 100%;
}
table.cale th {
	display: block;
	border-top: none;
	border-bottom: none;
	width: 100%;
	text-align: center;
}
table.sita {
	width: 99%;
	margin: 0 auto;
}
table.sita td {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0;
}
table.sita th {
	display: block;
	border-top: none;
	border-bottom: none;
	width: 100%;
	text-align: center;
}
table.sita td.pic {
	width: 100%;
	border-top: none;
}}