@charset "utf-8";

/* common.cssに移行予定
------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
img {
	width: 100%;
}
.flex_box {
	display: flex;
	flex-wrap: wrap;
}
.flex_box.head_sns {
	flex-wrap: nowrap;
}
.space-between {
	justify-content: space-between;
	align-items: center;
}
.inner {
	width: 90%;
	margin: 0 auto;
}
.cont_inner {
	max-width: 1200px;
	min-width: 1000px;
	margin: 0 auto;
}
/* common.cssに移行予定-END
------------------------------------------------------*/
.pc {
	display: block;
}
.sp {
	display: none;
}
#main_img {
	width: 100%;
	position: relative;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 0;
}
#header.fix_head {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	z-index: 6;
}
.head_left {
	width: 50%;
	align-items: center;
}
.logo {
	width: 28%;
	margin-right: 3%;
}
h1 {
	font-size: 0.85rem;
	width: 33%;
	text-align: left;
}
.head_right {
	width: 25%;
	align-items: center;
}
.head_sns {
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.head_sns li:nth-child(4){
	width: 45%;
}
.floating {
	position: absolute;
	top: 700px;
	right: 10px;
	background: rgba(60,196,222,0.9);
	width: 41px;
	padding: 30px 10px;
	border-radius: 10px;
	z-index: 5;
}
.fix_float {
	position: fixed;
	top: 100px;
	right: 10px;
	z-index: 6;
}
.floating_icon {
	width: 53%;
	display: block;
	margin: 0 auto;
}
.floating a {
	color: #fff;
	text-decoration: none;
}
.floating a span {
	font-size: 0.6rem;
}
.spacer {
	display: block;
	margin: 20px 0;
}

/* contents01
------------------------------------------------------*/
.contents01 {
	background: url(../../images/bg01.jpg) no-repeat;
	/*background-size: 100% auto;*/
	background-size: cover;
}
.btn_area {
	margin: 0 auto;
	padding: 3rem 0;
	width: 40%
}
.btn_area .btn_link {
	color: #3cc4de;
	text-align: center;
	display: block;
	border: 2px solid #3cc4de;
	width: 44%;
	margin-right: 10%;
	text-decoration: none;
	padding: 15px 0;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: 1px;
}
.btn_area .btn_link:last-child {
	margin-right: 0;
}
.btn_area .btn_link:hover {
	color: #fff;
	background: #3cc4de;
}
h2 {
	text-align: left;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 2rem 0 3.5rem 0;
}
h2 span {
	font-size: 2rem;
	display: block;
	padding-top: 5px;
}
.txt {
	text-align: left;
	width: 65%;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 1px;
	padding-bottom: 5rem;
	position: relative;
}
.txt span {
	background: #fff350;
    font-weight: bold;
}
.twitter_frame {
	position: absolute;
	bottom: -5%;
	left: 5%;
	width: 50%;
	height: 400px;
	overflow: auto;
	border: 2px solid #d5d5d5;
	border-radius: 6px;
	box-shadow: 2px 2px 4px #ccc;
}

.contents02 {}
.cate {
	justify-content: space-between;
	width: 70%;
	margin: 0 auto;
	padding: 10rem 0 3rem 0;
}
.cate li {
	width: 25%;
	margin-bottom: 50px;
	margin-right: 10%;
}
.cate li:nth-child(3n) {
	margin-right: 0;
}
.cate li .ttl {
	font-size: 1.1rem;
	font-weight: bold;
	padding: 5px 0 10px 0;
}
.cate li .txt02 {
	font-size: 0.8rem;
	line-height: 1.5;
}
.cate li .txt02 span {
	display: block;
}
.cate li .btn_detail {
	color: #fff;
	text-align: center;
	display: block;
	background: #3cc4de;
	width: 60%;
	margin: 15px auto 10px auto;
	text-decoration: none;
	padding: 9px 0;
	font-weight: bold;
	border-radius: 12px;
	letter-spacing: 1px;
}

.contents03 {
	background: url(../../images/bg02.jpg) no-repeat;
	/*background-size: 100% auto;*/
	background-size: cover;
	padding-bottom: 4rem;
}
h3.ttl03 {
	color: #3cc4de;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 5rem 0;
}
h3.ttl03 span {
	display: block;
	width: 5%;
	margin: 20px auto 0 auto;
	border-bottom: 1px solid #3cc4de;
}
h3.ttl03.bk {
	color: #000;
}
h3.ttl03.bk span {
	border-bottom: 1px solid #000;
}
h3.ttl03.white {
	color: #fff;
}
.flow_img {
	width: 89%;
	margin: 0 auto;
}
.flow {
	justify-content: space-between;
	padding-bottom: 4rem;
}
.flow li {
	width: 20%;
}
.flow li .flow_ttl {
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 1px;
	color: #3cc4de;
	padding: 15px 0 20px 0;
}
.flow li .flow_txt {
	text-align: justify;
	line-height: 1.9;
	font-size: 0.95rem;
}
.contents03 .btn_detail02 {
	color: #fff;
	text-align: center;
	display: block;
	background: #3cc4de;
	width: 16%;
	margin: 0 auto;
	text-decoration: none;
	padding: 15px 0;
	font-weight: bold;
	border-radius: 12px;
	letter-spacing: 1px;
}

.contents04 {
	position: relative;
}
.bg_absolute {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 40%;
}
.left_box {
	width: 45%;
	margin-top: 40px;
}
.left_box dl {
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
.left_box dl dt {
	width: 10%;
}
.left_box dl dd {
	width: 85%;
}
.left_box dl dd a {
	color: #3cc4de;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none;
	margin: 3px 0 0 15px;
}
.fukidashi {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  width: 25%;
  color: #fff;
  font-size: 16px;
  background: #b5b5b5;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 10px;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 10px solid #b5b5b5;
}
.none:before {
	content: none;
}
.fukidashi p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}
.txt04 {
	padding-top: 20px;
	text-align: left;
	width: 70%;
	line-height: 1.8;
}
.txt04 b {
	display: block;
	font-size: 1rem;
}
.contents05 {
	background: #3cc4de;
	position: relative;
	margin-top: 5rem;
}
.bg_item {
	position: absolute;
	top: -4%;
	left: 50%;
	transform: translate(-50%, -4%);
}
.access {
	width: 70%;
	margin: 0 auto 5rem auto;
	justify-content: space-between;
}
.access dl {
	width: 48%;
	align-items: center;
	color: #fff;
	text-align: left;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.8;
}
.access dl dt {
	width: 32%;
}
.access dl dd {
}

.footer {
	background: #3cc4de;
	padding: 4rem 0 1rem 0;
	color: #fff;
	text-align: left;
}
.footer > .flex_box {
	align-items: center;
}
.foot_logo {
	width: 13%;
	margin-right: 3%;
}
.footer h4 {
	width: 20%;
	margin-right: 5%;
}
.footer > .flex_box > ul {
	width: 59%;
}
.footer > .flex_box > ul > li {
	width: 50%;
	align-items: baseline;
}
.footer li .fukidashi {
	background: #fff;
	color: #3cc4de;
	width: 23%;
	padding: 6px 0;
}
.footer li .fukidashi:before {
	border-left: 10px solid #fff;
}
.footer li .fukidashi p {
	font-size: 0.85rem;
}
.footer > .flex_box > ul > li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1rem;
    font-weight: bold;
    padding: 5px 0 0 20px;
}
.footer > .flex_box > ul > li a span {
	font-size: 0.75rem;
	font-weight: normal;
	display: block;
}
.footer small {
	text-align: center;
	display: block;
	padding-top: 3.5rem;
	margin: 0 auto;
}

.slick-prev,
.slick-next {
	z-index: 2;
}
.slide-arrow.prev-arrow {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translate(-8%, -50%);
	width: 2%;
	z-index: 5;
}
.slide-arrow.next-arrow {
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translate(-8%, -50%);
	width: 2%;
	z-index: 5;
}

/* shinodayama
--------------------------------------------------------------------*/
/* pankuzu
---------------------------------*/
.pankuzu {
	position: relative;
}
.border_line {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	width: 100%;
	height: 2px;
	background: #a1d1da;
	z-index: 1;
}
.pankuzu ul {
	margin: 100px 0;
	justify-content: flex-end;
}
.pankuzu li {
	padding-right: 20px;
	font-size: 0.9rem;
	z-index: 3;
	background: #fff;
}
.pankuzu li:first-child {
	padding-left: 20px;
}
.pankuzu li:last-child {
	margin-right: 0;
}
.pankuzu li a {
	color: #000;
	text-decoration: none;
	margin-right: 20px;
}
.pankuzu li:last-child a {
	margin-right: 0;
}
.pankuzu li:after {
	content: "/";
}
.pankuzu li:last-child:after {
	content: none;
}
.pankuzu li a:hover {
	text-decoration: underline;
}


.cont_sub {
	margin-bottom: 7rem;
	text-align: left;
}
.left_cont {
	width: 53%;	
}
.ttl_sub {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.txt_sub {
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 1px;
}
.img_sub {
	width: 30%;
}
.system {
	align-items: center;
	position: relative;
	margin: 50px auto 30px auto;
}
.system dt {
	width: 4%;
	margin-right: 5%;
	margin-bottom: 50px;
	z-index: 3;
}
.system dd {
	width: 90%;
	font-size: 1rem;
	line-height: 1.9;
	margin-bottom: 50px;	
}
.system dt:last-of-type,
.system dd:last-of-type {
	margin-bottom: 0;
}
.system dd span {
	display: block;
}
.system .line {
	position: absolute;
	top: 2%;
	left: 2%;
	transform: translate(-2%, -2%);
	width: 3px;
	height: 475px;
	background: #3cc3dd;
	z-index: 1;
}
.charm {
	width: 90%;
	border-left: 5px solid #3cc4de;
	line-height: 1.9;
	letter-spacing: 1px;
	margin: 0 auto 50px auto;
}
.charm:last-of-type {
	margin-bottom: 80px;
}
.charm dt {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 1.7rem;
}
.charm dd {
	font-size: 1rem;
	padding-left: 1.7rem;
}
.charm dd span {
	background: #fff352;
}

/* salary
--------------------------------------------------------------------*/
.cont_inner02 {
	width: 800px;
	margin: 0 auto;
}
.salary_txt {
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 4rem;
	line-height: 1.8;
}
.salary_txt span {
	background: #fff352;
	line-height: 2;
}
.salary_txt02 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2.1;
	margin-bottom: 4rem;
}
.salary_txt02 span {
	background: #fff352;
}
.price {
	width: 300px;
	margin: 0 auto 4rem auto;
	font-size: 1.3rem;
}
.price dt {
	width: 40%;
	text-align: left;
	margin-bottom: 30px;
}
.price dd {
	width: 60%;
	text-align: right;
	margin-bottom: 30px;
}
.price dt:last-of-type,
.price dd:last-of-type {
	margin-bottom: 0;
}

.lady_box {
	box-shadow: 0 0 5px #ccc;
	padding: 15px 20px;
	margin-bottom: 50px;
	align-items: center;
}
.lady_box figure {
	width: 20%;
}
.lady_box figure span {
	display: block;
	text-align: center;
	font-size: 0.85rem;
	line-height: 1.6;
}
.lady_box .right {
	width: 75%;
	margin-left: 5%;
}
.lady_box dl {
	align-items: center;
}
.lady_box dt {
	background: #83deec;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	padding: 5px 0;
	width: 65%;
}
.lady_box dt span {
	font-size: 2rem;
	margin: 0 3px;
}
.lady_box dd {
	width: 30%;
	margin-left: 5%;
	font-size: 1.4rem;
}
.lady_box dd span {
	font-size: 2rem;
	margin: 0 3px;
}
.txt_price {
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-top: 35px;
}
.txt_price span {
	color: #83deec;
	font-size: 3.5rem;
	margin-left: 5px;
}
.txt_price span.blue {
	color: #83deec;
	font-size: 1.5rem;
}
.square_box {
	border: 3px solid #eeeeee;
	padding: 7px;
	margin-bottom: 35px;
	letter-spacing: 1px;
}
.square_ttl {
	background: #83deec;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
}
.square_txt {
	text-align: center;
	font-size: 1.2rem;
	padding: 18px 0 10px 0;
	line-height: 1.8;
}
span.red {
	color: #B80306;
	background: none;
}

/* work
--------------------------------------------------------------------*/
.work_ttl {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 3rem;
}
.tbl01 {
	width: 65%;
	margin: 0 auto 3rem auto;
	border: 1px solid #959595;
	border-collapse: collapse;
	font-size: 1.1rem;
}
.tbl01 th {
	border: 1px solid #959595;
	background: #eefafc;
	text-align: center;
	padding: 15px 0;
	vertical-align: middle;
}
.tbl01 td {
	border: 1px solid #959595;
	text-align: center;
	padding: 15px 0;
	vertical-align: middle;
}
.tbl01 td p {
	font-size: 1.6rem;
}
.work_flow {
	text-align: center;
}
.work_flow dt {
	width: 7%;
	text-align: center;
	margin: 0 auto 25px auto;
}
.work_flow dd {
	font-size: 1.04rem;
	margin-bottom: 5rem;
	letter-spacing: 1px;
	line-height: 2;
}
.work_flow dd span {
	background: #fff350;
	font-weight: bold;
}
.photo_img {
	justify-content: center;
	margin: 3rem auto;
}
.photo_img figure {
	margin-right: 5%;
}
.photo_img figure:last-child {
	margin-right: 0;
}
.photo_img figure p {
	text-align: center;
	padding-top: 10px;
}
.tbl02 {
	width: 85%;
	margin: 0 auto 4rem auto;
	border: 1px solid #959595;
	border-collapse: collapse;
	font-size: 1.1rem;
}
.tbl02.mt {
	margin-top: 3rem;
}
.tbl02 th {
	border: 1px solid #959595;
	background: #eefafc;
	text-align: center;
	padding: 15px 0;
	width: 30%;
	vertical-align: middle;
}
.tbl02 td {
	border: 1px solid #959595;
	text-align: left;
	padding: 15px 10px;
	vertical-align: middle;
}

/* recruit
--------------------------------------------------------------------*/
.tbl02.w100 {
	width: 100%;
}

/* migrant
--------------------------------------------------------------------*/
.center_txt {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 3rem;
}
.standard_area {
	justify-content: space-between;
	align-items: center;
}
.standard_area li:first-child {
	width: 23%;
}
.standard_area li:nth-child(2) {
	width: 40%;
}
.standard_area li:last-child {
	width: 20%;
}
.bg_blue {
	background: #5bcde2;
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	padding: 10px 0;
	border-radius: 10px;
	margin-bottom: 40px;
}
.standard_area li .bg_blue:last-of-type {
	margin-bottom: 0;
}
.marker {
	font-size: 1.8rem;
	font-weight: bold;
	color: #163973;
	text-align: center;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	letter-spacing: 1px;
	margin-bottom:30px;
}
.standard_area li .marker:last-of-type {
	margin-bottom: 0;
}
.marker span {
	font-size: 2.3rem;
}
.circle {	
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #5bcde2;
}
.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :120px;
  text-align:center;
  font-size: 1rem;
  color: #fff;
  line-height: 1.7;
}
.bg_skyblue {
	background: #e8f8fb;
	padding-bottom: 3rem;
}
.bg_white {
	background: #fff;
	border-radius: 10px;
	padding: 50px 40px 1px 40px;
	margin-bottom: 3rem;
}
.mt5 {
	margin-top: 5rem;
}
.blue_box {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3rem;
}
.blue_box li {
	width: 27.5%;
	background: #6cd0e3;
	color: #fff;
	text-align: center;
	padding: 25px 20px;
}
.step_ttl {
	font-size: 1.15rem;
	padding-bottom: 15px;
}
.step_ttl span {
	display: block;
	width: 20%;
	margin: 3px auto;
	border-top: 2px solid #fff;
}
.blue_box li figure {
	width: 60%;
	margin: 0 auto;
}
.step_txt {
	padding-top: 15px;
	line-height: 1.7;
}
.cont_inner02 .btn_detail03 {
    color: #3cc4de;
    text-align: center;
    display: block;
    background: #fff;
    width: 30%;
    margin: 0 auto;
    text-decoration: none;
    padding: 15px 0;
    font-weight: bold;
    border-radius: 12px;
    letter-spacing: 1px;
	border: 2px solid #3cc4de;
}
.cont_inner02 .btn_detail03:hover {
	background: #3cc4de;
	color: #fff;
}

/* inexperienced
--------------------------------------------------------------------*/
.faq {}
.faq dt {}
.faq dt .q {
	color: #28acc6;
	text-align: center;
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.faq dt .q span {
	display: block;
	width: 15%;
	border-top: 1px solid #28acc6;
	margin: 10px auto;
}
.faq dt .q_txt {
	text-align: center;
	color: #28acc6;
	font-size: 1.2rem;
	margin: 25px auto 25px auto;
}
.faq dd {
	margin-bottom: 60px;
}
.faq dd .a {
	width: 10%;
	color: #dd3c69;
	font-size: 1.9rem;
	font-weight: bold;
}
.faq dd .a_txt {
	width: 88%;
	font-size: 1.2rem;
	line-height: 1.7;
}

/* flow
--------------------------------------------------------------------*/
.edit {
	margin-top: -5px;
}
.spacer02 {
	padding: 3rem 0 0 0;
}
dl.flow_area {
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 80px;
	position: relative;
}
dl.flow_area:after {
	content: "∨";
	position: absolute;
	bottom: -93%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #5bcde2;
	font-size: 1.8rem;
	font-weight: bold;
}
dl.flow_area:last-of-type:after {
	content: none;
}
dl.flow_area dt {
	width: 20%;
	background: #5bcde2;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	padding: 15px 0;
	line-height: 1.6;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
dl.flow_area dt p {
	margin: 0 auto;
}
dl.flow_area dd {
	width: 75%;
	padding: 15px 2.5%;
	font-size: 0.95rem;
	line-height: 1.6;
}
.flow_ttl02 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    margin: 8rem auto 3rem auto;
}
.item_area {
	width: 600px;
	margin: 0 auto 50px auto;
	justify-content: space-between;
}
.item_area li {
	width: 45%;
	text-align: center;
}
.item_area li figure {
	width: 65%;
	margin: 20px auto;
}
.item_ttl {
	font-size: 1rem;
	font-weight: bold;
}
.item_txt {
	font-size: 0.95rem;
	line-height: 1.6;
}
.photo03 {
	display: block;
	width: 60%;
	margin: 0 auto 50px auto;
}

/* form
--------------------------------------------------------------------*/
.error_read {
	color: #FF0004;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 0 3px 0;
}
.form_txt {
	text-align: center;
	font-size: 1.1rem;
	letter-spacing: 1px;
	margin: 4rem 0 3rem 0;
}
dl.form_area {
	border-bottom: 1px solid #ccc;
}
dl.form_area dt {
	width: 30%;
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
	background: #f6f6f6;
	padding: 15px 0 15px 10px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	position: relative;
}
dl.form_area dd {
	width: 70%;
	border: 1px solid #ccc;
	border-bottom: none;
	box-sizing: border-box;
	padding: 15px 0 15px 10px;
	vertical-align: middle;
}
span.txt_ess {
	background: #ff6571;
	color: #fff;
	font-size: 0.8rem;
	padding: 0px 5px;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0%, -50%);
}
input[type="text"] {
	width: 85%;
	padding: 5px 5px;
}
textarea {
	width: 85%;
	padding: 5px;
	height: 120px;
}
select {
	width: 60%;
	padding: 5px;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 15px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #ff6571;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ff6571;
  border-right: 3px solid #ff6571;
}
.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 15px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #ff6571;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #ff6571;
  border-radius: 50%;
}
.box_btn {
	text-align: center;
    padding: 30px 0;
}
input[type="submit"] {
	padding: 10px 0px;
    width: 30%;
}
input[type="button"] {
	padding: 10px 0px;
    width: 20%;
	margin-left: 30px;
}








/*
CSS Information
 File name:      top.css
 Author:         Administrator
 Style Info:     /top.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

#content .w1 {
	width: 300px;
}
#content .w2 {
	width: 610px;
}
#content .w3 {
	width: 920px;
}
#content .h1 {
	height: 300px;
}
#content .h2 {
	height: 610px;
}
#content .h3 {
	height: 920px;
}
#content .h1 .inner {
	height: 264px;
}
#content .h2 .inner {
	height: 574px;
}
#content .h3 .inner {
	height: 884px;
}
#layout {
	position: relative;
}
#layout > section h1 {
	height: 35px;
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 35px;
}
#layout > section h1 span {
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#layout > section > .more {
	position: absolute;
    right: 10px;
    top: 5px;
    background-color: rgba(255,255,255,0.7);
    padding: 3px 8px;
    border: 1px solid #AEAEAE;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
    text-decoration: none;
    color: #111111;
}
#layout > section > .more:hover {
	top: 6px;
}

#layout .w1 h1 {background-image: url(/img/web/common/bg_title_w1.png);}
#layout .w2 h1 {background-image: url(/img/web/common/bg_title_w2.png);}
#layout .w3 h1 {background-image: url(/img/web/common/bg_title_w3.png);}

#layout > .pannel {	margin-bottom: 10px;}
#layout > section .inner {
	position: relative;
	border: solid 1px #999;
	border-top: none;
	overflow: auto;
}
#layout > section .title {
	font-size: 108%;
	font-weight: bold;
}
#layout > section .date {
	display: block;
	padding-bottom: 5px;
	font-size: 85%;
}
#layout > section .body {
	line-height: 1.6;
}


/* #headline
***********************************/
#headline {
	margin: 0 0 10px;
	width: 920px;
	height: 40px;
	background: url(/img/web/top/bg_headline.png) left top no-repeat;
	overflow: hidden;
}
#headline .textBox {
	margin: 6px 0 0 141px;
	width: 771px;
	height: 28px;
	overflow: hidden;
}
#headline .textBox li {
	display: block;
	padding:0 10px;
	width: 751px;
	height: 28px;
	text-align: left;
	line-height: 28px;
	overflow: hidden;
}
#headline #denko input{
	padding: 0 5px;
    height: 28px;
    line-height:28px;
    width: 761px;
    border: none;
    position: absolute;
    top: 7px;
    left: 142px;
    background-color: transparent;
}

/* #secEvent
***********************************/
#secEvent .inner,
#secNews .inner {
	height: 264px;
}
#secEvent {	clear: both;}
#secEvent ul li {
	display: block;
	padding: 10px;
	border-bottom: dotted 1px #999;
}
#secEvent ul li:last-child {
	border-bottom: none;
}
#secEvent ul li .thumb {
	display: block;
	float: left;
	width: 184px;
	height: 245px;
	overflow: hidden;
}
#secEvent ul li .thumb img {
	width: auto;
	height: auto;
	max-width: 184px;
	max-height: 245px;
	vertical-align: top;
}
#secEvent ul li .txtData {
	padding-left: 194px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#secEvent ul li.noImg .txtData {
	padding-left: 0;
}
#secEvent.w1 ul li .thumb {
	width: 120px;
	height: 160px;
}
#secEvent.w1 ul li .thumb img {
	max-width: 120px;
	max-height: 160px;
}
#secEvent.w1 ul li .txtData {
	padding-left: 130px;
}
#secEvent.w1 ul li.noImg .txtData {
	padding-left: 0;
}

/* #secNews
***********************************/
#secNews {	float: left;}
#secNews ul li {
	display: block;
	padding: 10px;
	border-bottom: dotted 1px #999;
}
#secNews ul li:last-child {
	border-bottom: none;
}
#secNews ul li .thumb {
	display: block;
	float: left;
	width: 184px;
	height: 245px;
	overflow: hidden;
}
#secNews ul li .thumb img {
	width: auto;
	height: auto;
	max-width: 184px;
	max-height: 245px;
	vertical-align: top;
}
#secNews ul li .txtData {
	padding-left: 194px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#secNews ul li.noImg .txtData {
	padding-left: 0;
}


/* #secPickup
***********************************/
#secPickup {	float: right;}
#layout > #secPickup .inner {
	height: 300px;
	overflow: auto;
}
#secPickup ul {
	margin: 0 auto;
	padding: 10px 0 0;
}
#secPickup.w1 {
	background: url(/img/web/top/bg_pickup_w1.png) left top no-repeat;
}
#secPickup.w1 ul {
	width: 185px;
}
#secPickup ul li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 185px;
	height: 280px;
	overflow: hidden;
}
#secPickup.w1 ul li {
	margin-right: 0;
}
#secPickup ul li .thumb {
	display: block;
	width: 185px;
	height: 247px;
	overflow: hidden;
}
#secPickup ul li .thumb img {
	width: auto;
	height: auto;
	max-width: 185px;
	max-height: 247px;
	vertical-align: top;
}
#secPickup ul li .txtData h2 {
	font-size: 108%;
	font-weight: bold;
}
#secPickup ul li .txtData .ladyProf {
	display: block;
	margin-top: 5px;
	font-size: 85%;
	color: #000;
}

/* #secSchedule
***********************************/
#secSchedule ul {
	margin: 0 auto;
	padding: 11px 0 0;
}
#secSchedule.w3 ul {
	width: 890px;
}
#secSchedule ul li {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
	padding: 10px 9px;
	width: 120px;
	height: 220px;
	border: solid 1px #999;
	overflow: hidden;
}
#secSchedule.w3 ul li {
	margin: 0 10px 10px 0;
}
#secSchedule.w3 ul li:nth-of-type(6n) {
	margin-right: 0;
}
#secSchedule ul li .thumb {
	display: block;
	position: relative;
	width: 120px;
	height: 160px;
	overflow: hidden;
}
#secSchedule ul li .thumb img {
	width: auto;
	height: auto;
	max-width: 120px;
	max-height: 160px;
	vertical-align: top;
}
#secSchedule ul li .photoblog {
	position: absolute;
	bottom: 0;
	left: 0;
}
#secSchedule ul li .newIcon {
	position: absolute;
	bottom: 0;
	right: 0;
}
#secSchedule ul li .photoblog img,
#secSchedule ul li .newIcon img {
	vertical-align: top;
}
#secSchedule ul li .txtData h2 {
	font-size: 108%;
	font-weight: bold;
}
#secSchedule ul li .txtData .ladyProf {
	font-size: 93%;
}
#secSchedule ul li .txtData span {
	display: block;
}
#secSchedule ul li .txtData .workTime {
	background: #000;
	color: #fff;
	text-align: center;
}
#secSchedule ul li .txtData .comment {
	margin-top: 2px;
}


/* #secNewface
***********************************/
#secNewface ul {
	margin: 0 auto;
	padding: 11px 0 0;
}
#secNewface.w3 ul {
	width: 890px;
}
#secNewface ul li {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
	padding: 10px 9px;
	width: 120px;
	height: 220px;
	border: solid 1px #999;
	overflow: hidden;
}
#secNewface.w3 ul li {
	margin: 0 10px 10px 0;
}
#secNewface.w3 ul li:nth-of-type(6n) {
	margin-right: 0;
}
#secNewface ul li .thumb {
	display: block;
	position: relative;
	width: 120px;
	height: 160px;
	overflow: hidden;
}
#secNewface ul li .thumb:before {
	content: url(({$smarty.const.SSL_IMG_URL})shop/({$shop.login_id})/parts/icon_new.png);
	position: absolute;
	right: 0;
	bottom: 0;
	width: 37px;
	height: 14px;
}
#secNewface ul li .thumb img {
	width: auto;
	height: auto;
	max-width: 120px;
	max-height: 160px;
	vertical-align: top;
}
#secNewface ul li .txtData h2 {
	font-size: 108%;
	font-weight: bold;
}
#secNewface ul li .txtData .ladyProf {
	margin-top: 10px;
	font-size: 93%;
}
#secNewface ul li .txtData span {
	display: block;
}
#secNewface ul li .txtData .workTime {
	background: #000;
	color: #fff;
	text-align: center;
}
