@charset "shift_jis";
/*
==================================================
スタイルの初期化
==================================================
*/

*{
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 899px) {
	img {
		font-size: 0;
		height: auto;
		line-height: 0;
		max-width: 100%;
		vertical-align: top;
	}
}
@media screen and (max-width: 640px) {
	img {
		float: none !important;
	}
}

/*
==================================================
基本スタイル
==================================================
*/
body {
	color: #333333;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: -0.001em;		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}


/* リスト
==================================================
*/

.flex-box {
    background-color: #000000;
    display: flex;                  /* フレックスボックスにする */
    justify-content: space-evenly;  /* 横の位置指定 */
}
.flex-item {
    margin:  10px;                  /* 外側の余白 */
}
 
.flex-item a {
    color:  #fff;                   /* 文字色 */
    text-decoration:  none;         /* デフォルトCSS打ち消し */
}

/* TOP右上
==================================================
*/

.top {
padding:10px 0 0 10px;
font-size:small;
position: relative;
}

.top2 {
text-align:right;
font-size:small;
padding:0px 5px 0px 0px;
 position: absolute;
 top: 30px;
right:10px;
}

.inline-block {
    display: inline-block; 
padding:0px 120px 0px 10px;     /* インラインブロック要素にする */
}

.inline-block2 {
    display: inline-block;      /* インラインブロック要素にする */
padding-top:10px;
}



/* リンク
==================================================
*/
a { color: #f568A1; }
a:hover {
	color: #f568A1;
	text-decoration: none;
}



/* 記事領域
==================================================
*/

#main {
	overflow: hidden;
	word-wrap: break-word;
margin:0 auto;
}

.text1 {
width:70%;
margin:0 auto;
}


/* いろいろな待遇
==================================================
*/

/* 重ねる文字 */
.text3 {
    position: absolute;
    top: 150px;
left:20px;
}


/* 働いてみたいと思う女の子へ
==================================================
*/

/* 全体の枠 */
.image-text {
    position: relative;
}
 
/* 重ねる文字 */
.text2 {
    position: absolute;
    top: 70px;
    left: 500px;
    width: 30%;
    padding: 15px;
}

.title4 {
font-size: 20px;
border-bottom: solid 3px #222;
text-align:center;
font-weight:normal;
padding-top:20px;
width:15em;
margin:0 auto;
}

/* いろいろ
==================================================
*/

h2 {
font-size: 24px;
text-align: center;
font-weight:normal;
}

.top {
padding:10px;
font-size:small;
}

.title2 {
font-size: 18px;
border-bottom: solid 3px #222;
text-align:center;
font-weight:normal;
padding-top:20px;
}

.title3 {
font-size: 18px;
border-bottom: solid 3px #222;
text-align:center;
font-weight:normal;
padding-top:10px;
width:15em;
margin:0 auto;
}

table {
border-collapse: collapse;
width:100%;
}

th {
    background: #ff9999;
    font-weight:normal;

}

td, th {
    padding: 10px;
    border: 1px solid #ddd;
}

.table2 td {
    padding: 20px 0;
    border: none;
}

.table2 th {
    background: #ff9999;
    font-weight:normal;
    border: none;
    text-align:left;
}

.table3 th {
    background: #ff9999;
    font-weight:normal;
    border: none;
    text-align:left;
}

/*
==================================================
フッター
==================================================
*/
#footer {
	color: #FFF;
}

#footer a {
	color: #FFF;
}

#footer .copyright {
	background-color: #333333;
	text-align: center;
	font-size: 14px;
}

input {
padding:10px;
}

textarea {
padding:5px;
}