@charset "utf-8";

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.6;		/*行間*/
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #40210f;
	background-image: url(../img/e-cast-back.jpg);
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
video,audio {max-width: 100%;}


/*コンテナー（footer以外を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 480px;	/*サイトの最大幅*/
	margin: 0 auto;
}


/* ヘッダー---------------------------------------------------*/
#header{
	clear: both;
	text-align: center;
	margin-top: -10px;
	background-color: rgba(255, 255, 255, 0.9);	/*背景色*/

	
}

.logo-top{
	margin-top: 20px;
	margin-bottom:5px;
	width: 60%;
}

.logo-top2{
	margin-top: 5px;
	margin-bottom: 10px;
	width: 45%;
}

.girl-top{
	width: 90%;
	margin-bottom: 10px;
}


/*メニューブロック全体の設定*/
#menubar {
	margin: 0px 0;	/*headerブロックの下から5pxの場所に配置。*/
	text-align: center;
}
/*メニュー１個ごとの設定*/
#menubar li {
	float: left;
	width: 33%;	/*メニューの幅。*/
}
#menubar li a {
	text-decoration: none;display: block;text-align: center;
	background: #4f1f00;	/*背景色*/
	border: 2px solid #4f1f00;	/*枠線の幅、線種、色*/
	font-size: 90%;
	color: #FFF;	/*文字色*/
	line-height: 0.8;
	border-radius: 10px 10px 10px 10px;	/*角丸の指定。左上、右上、右下、左下への順。*/
	margin-left: 5%;	/*左に空けるスペース。メニュー間の余白になります。*/
	margin-bottom: 5px;	/*左に空けるスペース。メニュー間の余白になります。*/
	padding: 15px 5px 5px;	/*上下、左右へのメニュー内の余白*/
}
/*１つ目のメニューへの設定*/
#menubar li:first-child a {
	margin-left: 2.5%;	/*左へ空けたスペースをなくす設定。*/
}
/*マウスオン時と現在表示中メニューの設定*/
#menubar li a:hover,
#menubar li.current a {
	background-color: rgba(79, 31, 0, 0.8);	/*背景色*/
	color: #fff;		/*文字色*/
}


/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#main {
	clear: both;
	overflow: hidden;
	background: #fef7f2;	/*背景色*/
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、広げる幅、0,0,0は黒の事で0.2は20%色がついた状態。*/
	padding: 30px;		/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下への余白。*/
}



/* 応募
------------------------------------------------------------*/
#oubo img {
	margin-bottom: 15px;
	width: 100%;
}

#oubo .oubo-bnr {
	margin-bottom: 40px;
}

ul.maru {
	margin-bottom:15px;
}
ul.maru{
	list-style-type: none;
	margin-left:18px;/* マーカーを1文字寄せた分、ULにマージンを設定*/
}
ul.maru li:before {
	content: '● '; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left:-12px; /* 1文字分、左に寄せる */
}


/*問合せ
---------------------------------------------------------------------------*/
#toi {
	clear: both;
	overflow: hidden;
	background: #fef7fa;	/*背景色*/
	border: 2px solid #e85298;	/*枠線の幅、線種、色*/
	border-radius: 10px 10px 10px 10px;	/*角丸の指定。左上、右上、右下、左下への順。*/
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、広げる幅、0,0,0は黒の事で0.2は20%色がついた状態。*/
	padding: 10px;		/*ボックス内の余白*/
	line-height: 1.2;

	margin-top: 40px;	/*ボックスの下への余白。*/
	margin-bottom: 40px;	/*ボックスの下への余白。*/

}


/*mainブロック内のh2タグに下線を引くための指定。*/
h2 {
	clear: both;
	display: inline-block;
	border-bottom: 2px solid #e85298;	/*下線の幅、線種、色。アクセントカラーです。上のmain h2と数字を合わせておく。*/
	font-size: 140%;
	bottom: -2px;		/*下からの配置場所指定。上にある２つのborder-bottomと重ねる為の指定なので、数字を合わせてから冒頭にマイナスをつけて下さい。*/
	padding: 5px 10px 0px ;	/*上下、左右への余白。テキストの両脇に少し余裕をもって線を引くためです。*/
	margin-bottom: 20px;
}

/* テーブル */
table.form {
	border: 1px solid #7777bb;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #7777bb;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #cccce6;
}
table.form td {
	background: #f0f0f0;
}

/* タイトル装飾 */
strong.ttl {
	text-align: left;
	border-left: solid 4px #cc0000;
	display: block;
	padding: 2px 5px;
	margin-top: 2em;
}

/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
}

/*
olタグ
---------------------------------------------------------------------------*/
ol {
	padding: 0 10px 10px 40px;
}

.ws {
	width: 60%;
	height: 35px;
}

.wm {
	width: 80%;
	height: 35px;
}

.wl {
	width: 100%;
	height: 35px;
}

.wl_etc {
	width: 100%;
}

.cf{
    display: inline-table;
    min-height: 1%;
}



/* お仕事内容
------------------------------------------------------------*/
img.title-img{
	margin-bottom: 15px;
}

p.box{
	clear: both;
	float: left;
	width: 60%;
	padding: 15px;
	margin: 10px 5px;
	font-size: 105%;
	line-height: 1.4;
	background-color: rgba(255, 255, 255, 0.7);
	
}

p.box2{
	clear: both;
	float: left;
	width: 90%;
	padding: 15px;
	margin: 10px 5px;
	font-size: 105%;
	line-height: 1.4;
	background-color: rgba(255, 255, 255, 0.7);
	
}

.n-woman{
	width: 100%;
	height: 570px;
	background-image: url(../img/naiyo-woman.png);
	background-position:  right 0% top 60px;
	background-repeat: no-repeat;
}


/* お仕事体験談
------------------------------------------------------------*/

/*テーブル1
---------------------------------------------------------------------------*/
.ta1 {
	width: 95%;
	margin: 5px auto 15px;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th{
	border-top: 3px solid #eb6e8e;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 160px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	background: #fff;	/*背景色*/
}
.ta1 td{
	width: auto;
	font-size: 110%;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
	color: #40210f;	/*文字色*/
	background: #fff;	/*背景色*/
}



/* 開始までの流れ
------------------------------------------------------------*/

/*テーブル2
---------------------------------------------------------------------------*/
.ta2 {
	width: 95%;
	margin: 5px auto 15px;
	background: #fff;	/*背景色*/
}
.ta2, .ta2 td, .ta2 th{
	border: 0px solid;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta2 td{
	padding: 5px;
}
/*テーブル内の左側*/
.ta2 th{
	width: 120px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	background: #fff;	/*背景色*/
}
.ta2 td{
	width: auto;
	font-size: 100%;
	line-height: 1.2;
	text-align: left;
	vertical-align: top;
	color: #40210f;	/*文字色*/
	background: #fff;	/*背景色*/
}



/* よくある質問
------------------------------------------------------------*/
#ques{
	clear: both;
	width: 50%;
	overflow: hidden;
	margin: 20px auto;	/*ボックスの下への余白。*/
}

#ques a{
	text-decoration: none;display: block;text-align: center;
	background: #e85298;	/*背景色*/
	border: 2px solid #e4007f;	/*枠線の幅、線種、色*/
	color: #FFF;	/*文字色*/
	border-radius: 10px 10px 10px 10px;	/*角丸の指定。左上、右上、右下、左下への順。*/
	text-align: center;
	padding: 15px;	/*上下、左右へのメニュー内の余白*/
}
/*マウスオン時と現在表示中メニューの設定*/
#ques a:hover,
#ques.current a {
	background-color: rgba(232, 82, 152, 0.8);	/*背景色*/
	color: #fff;		/*文字色*/
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 10px 0;
	background: #4f1f00;	/*背景色*/
	color: #fff;		/*文字色*/
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーグレーム設定（変更不要）*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {display: none;}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	bottom: 50px;		/*下から50pxの場所に配置*/
	right: 3%;			/*右から3%の場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
	color: #fff;		/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 0.5S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}









/* その他
------------------------------------------------------------*/

.font−80{
	font-size: 80%;
}
.font−90{
	font-size: 90%;
}
.font−110{
	font-size: 110%;
}
.font−120{
	font-size: 120%;
}
.font−140{
	font-size: 140%;
}
.font−160{
	font-size: 160%;
}
.font−180{
	font-size: 180%;
}

p.line {
   border-bottom: 1px solid #40210f;
   margin-bottom: 20px;
  
}

p.midashi-01 {
	font-size:24px;
	margin-top: 20px;
	color: #e85298;
	text-align: center;
}
p.midashi-02 {
	font-weight: bold;
	color: #e85298;
}

.bol {
	font-weight: bold;
}

.col-pink {
	color: #e85298;
}

.col-red {
	color: #e60012;
}

.c {text-align: center;}


/*------------------*/



/*画面幅480px以下の設定----------------------------------------*/
@media screen and (max-width:480px){

/* ヘッダー-----------*/
.logo-top{
	width: 70%;
}

.girl-top{
	width: 100%;
}

/*メニュー１個ごとの設定*/
#menubar li a {
	font-size: 75%;
}



/* フッター-----------*/
#footer{
	font-size: 10px;
}


}


