

/*---------------------
2016/06/27 leihauoli
WISYWIG style
----------------------*/



.lifestyle-body h1:not([class]),
.lifestyle-main h1:not([class]) {
	position: relative;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}
.lifestyle-body h2:not([class]),
.lifestyle-main h2:not([class]) {
	position: relative;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 20px;
}

.lifestyle-body h3:not([class]),
.lifestyle-main h3:not([class]) {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: none;
}
.lifestyle-body h4:not([class]),
.lifestyle-main h4:not([class]) {
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	border-left: 5px solid #464646;
}

.lifestyle-body table:not([class]),
.lifestyle-main table:not([class]) {
	width: 100%;
	border: 1px solid #E5E5E5;
}
.lifestyle-body table:not([class]) > tbody:not([class]) > tr:not([class]) > th:not([class]),
.lifestyle-main table:not([class]) > tbody:not([class]) > tr:not([class]) > th:not([class]){
	min-width: 60px;
	text-align: left;
	background-color: #F2F5F4;
	width: 15%;
	padding: 12px;
	border-bottom: 1px solid #E5EAEA;
	font-size: 12px;
}
.lifestyle-body table:not([class]) > tbody:not([class]) > tr:not([class]) > td:not([class]),
.lifestyle-main table:not([class]) > tbody:not([class]) > tr:not([class]) > td:not([class]) {
	text-align: left;
	padding: 12px;
	border-bottom: 1px solid #E5EAEA;
	font-size: 12px;
}



#yis{
	width: 100%;
	padding: 0px;
	margin: 0px;
}


#yis h1{
	background-color: #55ACEE;
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	height:30px;
	line-height: 30px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 50px;
}

#yis h2{
	width: 100%;
	border-bottom: solid 2px #55ACEE;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 20px;
}

#kura h1{
	background-color: #565656;
	width: 100%;
	padding-left: 1%;
	padding-right: 1%;
	height:30px;
	line-height: 30px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}

#kura h2{
	border-left: solid 3px #565656;
	padding-left: 10px;
	color: #333333;
	font-size: 14px;
	border-bottom: solid 1px #565656;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#kura h3{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}



#yis .aosenbox{
	border: solid 1px #55ACEE;
	width: 760px;
	padding: 20px;
	margin-top:10px;
	margin-bottom: 10px;
}

#yis .migiphoto img{
	float: right;
	margin-left: 20px;
	width: 150px;
	height: auto;
}

#yis .akasenbox{
	border: solid 3px red;
	width: 760px;
	padding: 20px;
	margin-top:10px;
	margin-bottom: 10px;
}

#yis .graybox{
	background-color: #EEEEEE;
	width:100%;
	padding: 20px;
	margin-top:50px;
}

.pcban{
	display: none;
}

.person_area{
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: dotted 1px #55ACEE;
}


.person_photo{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}

#intern_navi_area{
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
}

#intern_navi_area a{
	width: 25%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	float: left;
	margin: 0px;
	background-color: #55ACEE;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

#intern_navi_area a:hover{
	width: 25%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	float: left;
	margin: 0px;
	background-color: #55ACEE;
	display: block;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#intern_navi_area_2020summer{
	width: 100%;
	height: 30px;
	margin-bottom: 30px;
}

#intern_navi_area_2020summer a{
	width: 20%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	float: left;
	margin: 0px;
	background-color: #55ACEE;
	display: block;
	font-size: 18px;
	font-weight: bold;
}

#intern_navi_area_2020summer a:hover{
	width: 20%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	float: left;
	margin: 0px;
	background-color: #55ACEE;
	display: block;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.interntable th{
	width: 20%;
	background-color: #55ACEE;
	color: white;
}

.interntable td{
	background-color: white;
}


.schedule th{
	width: 40%;
	background-color: white;
	color: #3B5997;
}

.schedule td{
	background-color: white;
}



.base_table th{
	width:20%;
	background-color: #E9F5FF;
}

.base_table td{
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}



.mini_bottom a{
	background-color: #55ACEE;
	width: 20%;
	height: 20px;
	color: white;
	text-align: center;
	padding: 5px;
}

.mini_bottom a:hover{
	background-color: #55ACEE;
	width: 20%;
	height: 20px;
	color: white;
	text-align: center;
	filter:alpha(opacity=80);
	padding: 5px;
}




.is_list{
	width: 100%;
	float: left;;
	border-bottom: dotted 1px #565656;
	padding-bottom: 5px;
	font-size: 14px;
	padding-top: 10px;
}

.is_list img{
	height: 25px;
	width: auto;
}

.is_num{
	font-weight: bold;
	float: left;
	width: 50px;
}

.is_name{
	float: left;
	width: 550px;
}

.is_cate{
	width: 120px;
	float: left;
	border-left: dotted　1px #565656;
}


.is_jyouken{
	float: left;
	width: 120px;
}

.is_place{
	float: left;
	width: 160px;
}



.is_list2{
	width: 100%;
	float: left;;
	border-bottom: dotted 5px #55ACEE;
	padding-bottom: 5px;
	font-size: 14px;
	padding-top: 20px;
}

.is_list2 img{
	height: 25px;
	width: auto;
}

.is_num2{
	font-weight: bold;
	float: left;
	width: 60px;
	font-size: 26px;
	margin-bottom: 10px;
}

.is_name2{
	float: left;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.is_cate2{
	float: left;
	width: 300px;
}


.is_jyouken2{
	float: left;
	width: 120px;
}

.is_place2{
	float: left;
}


.is_jigyo_adress{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.is_list_unit{
	width: 100%;
	float: left;
	border: solid 1px #55ACEE;
	margin-bottom: 20px;
}


.is_list_unit_naka{
	padding: 20px;
}

.is_komidashi{
	background-color: #55ACEE;
	width: 270px;
	text-align: center;
	height: 20px;
	color: white;
	line-height: 20px;
	font-weight: bold;
}

.is_sonota{
	width: 100%;
	color: #55ACEE;
	font-weight: bold;
}


.is_photo_area{
	width: 100%;
	margin-top:15px;
}


.is_photo_area img{
	width: 200px;
	height: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}


.is_gigyo_mi{
	width: 100%;
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
	color: white;
	background-color: #55ACEE;
	float: left;
	margin-top:20px;
}

.is_icon_ex{
	width: 220px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top:10px;
}

.is_icon_ex img{
	height: 25px;
	width: auto;
	margin-right: 10px;
}


.is_icon_ex_area{
	width: 100%;
	float: left;
}

.is_sns {
	margin: 10px 5px;
	width: 35px;
	float: left;
}

.is_hp {
	margin: 10px 5px;
	width: 100px;
	float: left;
}

.is_saerch_type img{
	width: 220px;
	height: auto;
}


.is_top_banner{
	width:100%;
	float: left;
}


.is_flow_unit{
	width:100%;
	float: left;
	padding: 20px;
	border: solid 1px #55ACEE;
	margin-bottom: 30px;
}

.is_flow_tittle{
	font-size: 22px;
	font-weight: bold;
	color: #55ACEE;
}

.is_flow_naiyou{

}


.is_flow_unitr{
	width:100%;
	float: left;
	padding: 20px;
	border: solid 1px red;
	margin-bottom: 30px;
}

.is_flow_tittler{
	font-size: 22px;
	font-weight: bold;
	color: red;
}



#k001,#k002,#k003,#k004,#k005,#k006,#k007,#k008,#k009,#k010,#k011,#k012,#k013,#k014,#k015,#k016,#k017,#k018,#k019,#k020,#k021,#k022,#k023,#k024,#k025,#k026,#k027,#k028,#k029,#k030,#k031,#k032,#k033,#k034,#k035,#k036,#k037,#k038,#k039,#k040,#k041,#k042,#k043,#k044,#k045,#k046,#k047,#k048,#k049,#k050,#k051,#k052,#k053,#k054,#k055,#k056,#k057,#k058,#k059,#k060,#k061,#k062,#k063,#k064,#k065,#k066,#k067,#k068,#k069,#k070,#k071,#k072,#k073,#k074,#k075,#k076,#k077,#k078,#k079,#k080,#k081,#k082,#k083,#k084,#k085,#k086,#k087,#k088,#k089,#k090,#k091,#k092,#k093,#k094,#k095,#k096,#k097,#k098,#k099,#k100,#k101,#k102,#k103,#k104,#k105,#k106,#k107,#k108,#k109,#k110{
	width: 100%;
	float: left;
	height:1px;
}

#ggg01,#ggg02,#ggg03,#ggg04,#ggg05,#ggg06,#ggg07,#ggg08,#ggg09,#ggg10,#ggg11,#ggg12,#ggg13,#ggg14,#ggg15{
	width: 100%;
	float: left;
	height: 1px;
}


.step{
	border:solid 2px #55ACEE;
	padding:10px;
	font-weight: bold;
	width: 700px;
	text-align: left;
	margin-bottom: 20px;
}

.fukidashi{
	background-color: #FAD7A1;
	padding: 40px;
	font-weight: bold;
	line-height: 1.9em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.fukidashi_shita{
	color: #FAD7A1;
	font-size: 40px;
	text-align: right;
	margin-right: 100px;
	margin-top: -20px;
}

.fukidashi_ue{
	color: #FAD7A1;
	font-size: 40px;
	text-align: left;
	margin-left: 100px;
	margin-bottom: -20px;
}

.aoiro{
	color: #FAD7A1;
}



.kigyo_list{
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: dotted 1px #565656;
}

.kigyo_tag01{
	background-color: #63AAED;
	color: white;
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
	float: right;
	margin-top: -2px;
	margin-left: 2px;
	margin-right: 2px;
}

.kigyo_tag02{
	background-color: #E39223;
	color: white;
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
	float: right;
	margin-top: -2px;
	margin-left: 2px;
	margin-right: 2px;
}

/*====================================================================
# 2023.10 以降新規追加分
====================================================================*/
/* 2024春期以降 受入事業所検索結果表示用 */
.is_2024_spring_office_result {
	padding: 0 10px;
	width: 100%;
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
}

.is_2024_spring_office_result_box {
	width: 270px;
	margin-bottom: 20px;
	background-color: #55acee2b;
}

.is_2024_spring_office_result_box_cat_name {
    font-size: 12px;
	text-align: center;
	padding: 10px 10px;
}

.is_2024_spring_office_result_box_cat_name_icon {
	width: 10px !important;
	height: 10px !important;
}

.is_2024_spring_office_result_box img {
	height: 170px;
	width: 250px;
	margin-left: 3%;
	margin-right: 3%;
	padding: 10px 10px;
	text-align: center;
}

.is_2024_spring_office_result_box p {
    margin-bottom: 7px;
}

.cat_icon {
    padding: 0 4%;
    margin-bottom: 19px;
}

.is_2024_spring_office_result_box .cat_icon img {
   width: auto;
    height: 25px;
    padding: 0;
    margin: 0;
}

.is_2024_spring_office_result_box p img {
	width: 22px;
    height: auto;
    padding: 0;
    margin-right: 3px;
}


.is_2024_spring_office_result_box_company_name {
    font-size: 16px;
    font-weight: bold;
	height: 90px;
	padding: 10px 10px;
}

.is_2024_spring_office_result_box_company_link a {
	border: 3px solid #43B5CF;
	background-color: #fff;
	border-radius: 40px;
	color: #000;
	display: block;
	font-size: 18px !important;
	padding: 10px 15px;
	position: relative;
	text-align: center;
	transition: .4s;
    width: 90%;
    margin: 0 auto 20px;
}

.is_2024_spring_office_result_box_company_link a:hover {
	background-color: #43B5CF;
	opacity: 1;
	color: #fff !important;
	text-decoration: none;
}

.edit-area p.industry {
    background: rgb(85, 172, 238);
    text-align: center;
    color: #fff;
    padding: 5px;
}




/*       ここからスマートフォン表示     */










@media only screen and (max-width: 736px) {



.lifestyle-body h1:not([class]),
.lifestyle-main h1:not([class]){
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lifestyle-body h2:not([class]),
.lifestyle-main h2:not([class]){
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.lifestyle-body h3:not([class]),
.lifestyle-main h3:not([class]){
	font-size: 14px;
	margin-bottom: 5px;
}
.lifestyle-body h4:not([class]),
.lifestyle-main h4:not([class]){
	font-size: 14px;
	margin-bottom: 10px;
}


#yis{
	padding: 0px;
	margin: 0px;
}


#yis h1{
	background-color: #55ACEE;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	height:30px;
	line-height: 30px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 30px;
}

#yis h2{
	width: 100%;
	border-bottom: solid 2px #55ACEE;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 20px;
}


#kura h1{
	background-color: #333333;
	width: 100%;
	padding-left: 2%;
	padding-right: 2%;
	height:30px;
	line-height: 30px;
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin-bottom: 30px;
}

#kura h2{
	border-left: 3px #666666;
	color: #333333;
	font-size: 14px;
	border-bottom: solid 1px #666666;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


#yis .aosenbox{
	border: solid 1px #55ACEE;
	width: 370px;
	padding: 20px;
	margin-top:10px;
	margin-bottom: 10px;
}

#yis .migiphoto img{
	float: right;
	margin-left: 20px;
	width: 50px;
	height: auto;
}

#yis .akasenbox{
	border: solid 3px red;
	width: 370px;
	padding: 20px;
	margin-top:10px;
	margin-bottom: 10px;
}

#yis .graybox{
	background-color: #EEEEEE;
	width:100%;
	padding: 20px;
	margin-top:50px;
}


.pcban{
	display: block;
}

.spban{
	display: none;
}


.person_area{
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: dotted 1px #55ACEE;
}

.person_photo img{
	margin-bottom: 10px;
}


#intern_navi_area a{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	float: left;
	margin: 0px;
	background-color: #55ACEE;
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #fff;
}

#intern_navi_area a:hover{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	float: left;
	margin: 0px;
	background-color: #55ACEE;
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #fff;
}

#intern_navi_area_2020summer a{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	float: left;
	margin: 0px;
	background-color: #55ACEE;
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #fff;
}

#intern_navi_area_2020summer a:hover{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	float: left;
	margin: 0px;
	background-color: #55ACEE;
	display: block;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #fff;
}

table.interntable{
	border: solid 1px #565656;
}

table.interntable th,td{
	width: 100%;
	display: block;
	border: none;
}

table.schedule{
	border: solid 1px white;
}

table.schedule th,td{
	width: 100%;
	display: block;
	border: none;
}


table.base_table {
	border: solid 1px #565656;
}

table.base_table th,td{
	width: 100%;
	display: block;
	border: none;
}




.fair_table{
	width:100%;
	border: solid 1px #565656;
	display: inline;
}

.fair_table th{
	width:10%;
	border: solid 1px #565656;
	display: inline;
}

.fair_table td{
	width:10%;
	border: solid 1px #565656;
	display: inline;
}




.is_list{
	width: 100%;
	float: left;;
	border-bottom: dotted 1px #565656;
	padding-bottom: 5px;
	font-size: 14px;
	padding-top: 10px;
}

.is_list img{
	height: 18px;
	width: auto;
}

.is_num{
	font-weight: bold;
	float: left;
	width: 50px;
	font-size: 18px;
}

.is_name{
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
}

.is_name a{
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom: 10px;
	color: black;
}


.is_cate{
	float: left;
	width: 80px;
}


.is_jyouken{
	float: left;
	width: 80px;
}

.is_place{
	float: left;
}




.is_list2{
	width: 100%;
	float: left;;
	border-bottom: dotted 5px #55ACEE;
	padding-bottom: 5px;
	font-size: 14px;
	padding-top: 20px;
}

.is_list2 img{
	height: 25px;
	width: auto;
}

.is_num2{
	font-weight: bold;
	float: left;
	width: 100%;
	font-size: 26px;
	margin-bottom: 10px;
}

.is_name2{
	float: left;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
}


.is_cate2{
	float: left;
	width: 200px;
}


.is_jyouken2{
	float: left;
	width: 120px;
}

.is_place2{
	float: left;
	width: 100%;
	margin-top: 10px;
}


.is_jigyo_adress{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.is_list_unit{
	width: 100%;
	float: left;
	border: solid 1px #55ACEE;
	margin-bottom: 20px;
}


.is_list_unit_naka{
	padding: 20px;
}

.is_komidashi{
	background-color: #55ACEE;
	width: 270px;
	text-align: center;
	height: 20px;
	color: white;
	line-height: 20px;
	font-weight: bold;
}

.is_sonota{
	width: 100%;
	color: #55ACEE;
	font-weight: bold;
}



.is_photo_area{
	width: 100%;
	margin-top:15px;
}


.is_photo_area img{
	width: 320px;
	height: auto;
	float: left;
	margin-right: 10px;
}


.is_top_banner img{
	width:100%;
	height: auto;
	float: left;
}


#k001,#k002,#k003,#k004,#k005,#k006,#k007,#k008,#k009,#k010,#k011,#k012,#k013,#k014,#k015,#k016,#k017,#k018,#k019,#k020,#k021,#k022,#k023,#k024,#k025,#k026,#k027,#k028,#k029,#k030,#k031,#k032,#k033,#k034,#k035,#k036,#k037,#k038,#k039,#k040,#k041,#k042,#k043,#k044,#k045,#k046,#k047,#k048,#k049,#k050,#k051,#k052,#k053,#k054,#k055,#k056,#k057,#k058,#k059,#k060,#k061,#k062,#k063,#k064,#k065,#k066,#k067,#k068,#k069,#k070,#k071,#k072,#k073,#k074,#k075,#k076,#k077,#k078,#k079,#k080,#k081,#k082,#k083,#k084,#k085,#k086,#k087,#k088,#k089,#k090,#k091,#k092,#k093,#k094,#k095,#k096,#k097,#k098,#k099,#k100,#k101,#k102,#k103,#k104,#k105,#k106,#k107,#k108,#k109,#k110{
	width: 100%;
	float: left;
	height:1px;
}

#ggg01,#ggg02,#ggg03,#ggg04,#ggg05,#ggg06,#ggg07,#ggg08,#ggg09,#ggg10,#ggg11,#ggg12,#ggg13,#ggg14,#ggg15{
	width: 100%;
	float: left;
	height: 1px;
}




.step{
	border:solid 2px #55ACEE;
	padding:10px;
	font-weight: bold;
	width: 350px;
	text-align: left;
	margin-bottom: 20px;
}

.fukidashi{
	background-color: #FAD7A1;
	padding: 40px;
	font-weight: bold;
	line-height: 1.9em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.fukidashi_shita{
	color: #FAD7A1;
	font-size: 40px;
	text-align: right;
	margin-right: 100px;
	margin-top: -20px;
}

.fukidashi_ue{
	color: #FAD7A1;
	font-size: 40px;
	text-align: left;
	margin-left: 100px;
	margin-bottom: -20px;
}

.aoiro{
	color: #FAD7A1;
}




#yis .kigyo_list{
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: dotted 1px #565656;
}

#yis .kigyo_tag01{
	background-color: #63AAED;
	color: white;
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
	float: right;
	margin-top: -2px;
	margin-left: 2px;
	margin-right: 2px;
}

#yis .kigyo_tag02{
	background-color: #E39223;
	color: white;
	padding: 4px;
	font-size: 12px;
	line-height: 14px;
	float: right;
	margin-top: -2px;
	margin-left: 2px;
	margin-right: 2px;
}

}
