﻿@charset "UTF-8";

/* Pickup Girl
------------------------------------------------- */
#top_bn{
	margin-bottom:10px;
}
#pickup {
	width: 100%;
	height: 200px;
	padding:5px 0;
	margin: 0 auto;
	background: url(../img/top/back.png) repeat;
	border-bottom: solid 3px #ed2d85;
	-webkit-box-shadow: 0px 4px 4px #999;
	text-align: center;
}
#pickup:after {
	content : '';
	display : block;
	clear : both;
}
#pickup #pickup_in {
	width: 320px;
	margin: 0 auto;
}
#pickup #pickup_l {
	float: left;
	width: 140px;
	height: 180px;
	text-align: left;
	padding: 10px;
	/*background: url(../img/top/bg_gradation.png) repeat;*/
	background: -webkit-gradient(linear, center top, center bottom, from(#fd3a60), color-stop(0.24, #fd3a60), to(#fff));
}
#pickup #pickup_l #pickup_name {
	font-size: 16px;
	color: #fff;
	font-weight:bold;
}
#pickup #pickup_l #pickup_name span {
	font-size: 14px;
}
#pickup #pickup_l #pickup_text {
	font-size: 13px;
	color:#333;
}
#pickup #pickup_l a {
	font-size: 13px;
	color: #532a06;
	text-decoration: underline;
}
#pickup #pickup_r {
	float: left;
	width: 160px;
	background-color: #d59b2c;
}
#pickup #pickup_r img {
	width: 160px;
	height: 200px;
}

/* What's New 新着情報
------------------------------------------------- */
#main #whatsnew {
	margin: 0 0 15px 0;
	clear: both;
}
#main #whatsnew .ttl {
	color: #fff;
	background-color: #d59b2c;
	font-size: 15px;
	padding: 2px 10px 0 10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
#main #whatsnew .ttl span {
	color: #FD3A60;
	font-size: 13px;
	margin-left: 1em;
}
#main #whatsnew .news_area {
	color: #FD3A60;
	background-color: #fff;
	padding: 5px 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	height: 183px;
    overflow: auto;
}
#main #whatsnew .news_area .text {
	font-family: ArialMT, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3";
}
#main #whatsnew .news_area .text span {
	font-family: Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6";
	color: #fd3e63;
}
#main #whatsnew .news_area .date {
	font-family: ArialMT, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3";
	text-align: right;
	color: #555;
}

/* New Face 新人情報
------------------------------------------------- */
#main #newface {
	margin: 0 0 15px 0;
	clear: both;
}
#main #newface .ttl {
	color: #fff;
	background-color: #d59b2c;
	-webkit-background-size: 23px 19px;
	font-size: 15px;
	padding: 2px 10px;
	font-weight:bold;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
#main #newface .ttl span {
	color: #FD3A60;
	font-size: 13px;
	margin-left: 1em;
}
#main #newface #slide_area {
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(0.7, #fff), to(#fff));
	padding: 5px 10px 10px 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	height: 190px;
	position: relative;
}
/* ------------------------------------------------------------
    flick部分
------------------------------------------------------------ */
aside, article
{ display: block;}

#main > article {
	position: relative;
}
#mainimg {
	-webkit-border-radius: 8px;
	background: -webkit-gradient(linear, center top, center bottom, from(#fee79e), to(#fff));
}
/* flick */
#mainimg {
	width: 100%;
	position: relative; /* IE6・7の overflowバグ回避 */
	overflow: auto;     /* JavaScript無効時にスクロール表示させたいから */
}
	#mainimg ul {
		display: block;
	/*	width: 300%;	こちらは内部で設定する（可変対応） */
		margin: 0;
		padding: 0;
	}
		#mainimg ul li {
			float: left;
			list-style-type: none;
		/*	width: 30%;	こちらは内部で設定する（可変対応） */   
			padding: 10px 1.2%;
		}
			#mainimg ul li img{
				float: left;
				margin-right: 5px;
				margin-left:0px;
				width: 108px;
				height: 135px;
			}

#main #newface #btnPrev {
	display: block;
	position: absolute;
	left: 0;
	top: 60px;
}
#main #newface #btnNext {
	display: block;
	position: absolute;
	right: 0;
	top: 60px;
}
#pageIndicator {
	background: url(../img/top/indicator_bg.png) repeat-x scroll left top transparent;
	background-size: 19px 9px;
	-moz-background-size: 19px 9px;
	-webkit-background-size: 19px 9px;
	-o-background-size: 19px 9px;
	height: 9px;
	margin: 10px auto 0;
	overflow: hidden;
	position: relative;
	width: 19px;
}
#pageIndicator img {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

/* Today's Schedule 本日の出勤
------------------------------------------------- */
#main #schedule {
	margin: 0 0 15px 0;
	clear: both;
}
#main #schedule .ttl {
	color: #fff;
	background-color: #d59b2c;
	font-size: 15px;
	padding: 2px 10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
#main #schedule .ttl span {
	color: #FD3A60;
	font-size: 13px;
	margin-left: 1em;
}
#main #schedule .list_area {
	color: #000;
	background-color: #fff;
	padding: 5px 0 5px 5px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
#main #schedule .list_area ul.daily_area img {
	width: 120px;
	height: 150px;
	/*margin-bottom: 2px;*/
	margin-bottom: 6px;
	-webkit-box-shadow: 3px 3px 0px #fe7a9c;
}
#main #schedule .list_area ul.daily_area {
	width: 100%;
}
#main #schedule .list_area ul.daily_area:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#main #schedule .list_area ul.daily_area li {
	display: block;
	float: left;
	margin-bottom: 8px;
	margin-right: 2%;
	padding: 5px 0;
	width: 48%;
	background-color: #fee79e;
	line-height: 1.2;
	text-align: center;
	font-family: ArialMT, "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3";
}
#main #schedule .list_area ul.daily_area li span {
	color: #fd3e63;
	font-family: Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6";
}
#main #schedule .list_area ul.daily_area li p.catch {
	font-size: 11px;
	color: #A70606;
	background-color:#ff83b0;
	padding: 2px 0;
	margin-bottom: 3px;
	font-family: Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6";
}
#main #schedule .list_area ul.daily_area li span.new {
	font-size: 11px;
	color: #fff;
	background-color: #fd3e63;
	padding: 0 2px;
	margin-left: 5px;
	font-family: Arial-BoldMT, "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6";
	-webkit-border-radius: 2px;
}
