@charset "utf-8";
/* CSS Document */

body{
	font-family: " メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	font-size:14px; 
}
html { box-sizing: border-box; }
#navbox{
	width:960px;
	margin: 0 auto 15px;
	overflow: hidden;
}
#mainnav{
	width:960px;
	background-color: #FFF;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}

#navboxSP{
	width:100%;
	margin: 0 auto 15px;
	overflow: hidden;
	background: url(../../images/navspbg.png);
}
#navboxSP nav li{
	width:28%;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size:12px;
}
#navboxSP nav li.navhome{
	width: 15%;
}
#navboxSP nav li.navhome img{
	width: 19px;
	height: auto;
}
#navboxSP nav li+li{
	border-left: solid 1px #FFF;
}
#navboxSP nav li a{
	display: block;
	color: #FFF;	
	text-decoration: none;
}
#footernav{
	margin-bottom: 20px;
}
#footernav p{
	color: #666;
	text-align: center;
}
#footernav a{
	color: #ea6d99;
}
.tel{
	width: 300px;
}
.taC{
	text-align: center;
}
.taR{
	text-align: right;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}

h3{
	font-weight: bold;
	color: #ea6d99;
	font-size: 21px; 
}
h2.h2Basic{
	border-bottom: dashed 1px #ea6d99;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 22px;
	color: #ea6d99;
	font-weight: bold !important;
	font-size: 28px;
}
a:hover{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

/*===============================*/
@media screen and (max-width: 959px) {
	img{
		width:100%;
		max-width: 100%;
		max-height: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#navbox{
		display: none;
	}
	#footernav p{
		font-size: 12px;
	}
	h3{
		font-size: 18px; 
	}
	h2.h2Basic{
		font-size: 21px;
	}
}
/*--------------------------*/
/*スプライトシート****************/

.item a {
		overflow:hidden;
        display:  block;
        width: 300px;
        height:   60px;
		float: left;
        
        background-image: url('../../images/navi.png');
        background-repeat: no-repeat;
		text-indent: 100%;
		white-space: nowrap;
}
.item a:hover{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
.item01 a {
    background-position:  0px 0px;
	width:60px;
}
.item02 a {
    background-position:  -60px 0px;
}
.item03 a {
    background-position:  -360px 0px;
}
.item04 a {
    background-position:  -660px 0px;
}
/*=========================
FOOTER-------------------*/
footer{
	background-color: #fbe3ec;
	padding: 15px;
	margin: 0 !important;
}
.footer_inner{
	width: 900px;
	margin: 0 auto;
}
.footerleft{
	float: left;
	width: 416px;
	padding-top: 10px;
}
.footerright{
	float: left;
	width: 304px;
	margin-left: 180px;
}
.otoiawase{
	color:#ea6d99;
	border-bottom:solid 1px #ea6d99;
	margin-bottom: 5px;
}
/*===============================*/
@media screen and (max-width: 959px) {
.footer_inner{
	width: 100%;
	margin: 0 auto;
}
.footerleft{
	float: none;
	width: 100%;
	padding-top: 10px;
}
.footerright{
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 15px;
}
.footerright p{
	text-align: center;
}
.tel {
	margin: 0 auto;
}
}

/*--------------------------*/
/*TOP************************/
.headerimg{
	width: 960px;
	margin: 0 auto;
}
.headerimg img{
	display: block;
}
#kaisyagaiyou{
	width: 960px; 
	margin: 0 auto;
}
.bentoupdf{
	width: 900px;
	margin: 0 auto 15px;
}
.jigyo{
	border:solid 1px #ea6d99;
	border-radius: 10px;
	padding:18px 35px;
	font-size: 16px;
	width: 830px;
	margin: 0 auto 20px;
}
.jigyo h2{ 
	text-align: center;
	margin-bottom: 5px;
	font-size:21px;
	color:#004299;
	font-weight: bold;
}

.gaiyou{
	width: 400px;
	float: left;
	margin-left: 30px;
}
.gaiyou dl{
	width:300px;
	margin-bottom: 10px;
}
.gaiyou dt,.gaiyou dd{
	float: left;
	display: block;
	border-bottom: dashed 1px #ea6d99;
	padding: 5px 0 ;
}
.gaiyou dt{
	width: 25%;
	color: #ea6d99;
}
.gaiyou dd{
	width: 75%;
}
.gaiyou dt.dtheight{
	height: 42px;
}
.map{
	width: 500px;
	float: left;
}
/*===============================*/
@media screen and (max-width: 959px) {
.headerimg{
	width: 100%; 
	height: auto;
}
#kaisyagaiyou{
	width: 100%; 
}
.bentoupdf{
	width: 95%; 
	margin: 0 2.5% 20px;
}
.jigyo{
	padding:15px 5%;
	font-size: 14px;
	width: 85%; 
	margin: 0 auto 20px;
}
.jigyo h2{ 
	font-size:18px;
}
.gaiyou,.map{
	width: 95%; 
	float: none;
	margin: 0 2.5% 20px;
}
.gaiyou dl{
	width: 100%; 
}
.gaiyou dt,.gaiyou dd{
	float: left;
	display: block;
	border-bottom: dashed 1px #ea6d99;
	padding: 5px 0 ;
}

}


/*=========================
work.html-------------------*/

#jiritu,#shigoto{
	width: 900px;
	margin: 0 auto 20px;
}
.section_left{
	width:450px;
	float: left;
	font-size: 16px;
}
.section_right{
	width:430px;
	float: left;
	font-size: 16px;
	margin-left: 20px;
}
.section_left p{
	line-height: 1.8em;
}
/*自立活動---------------*/

.jiritu_list{
	margin-top: 20px;
}
.jiritu_list li{
	font-weight: bold;
	font-size: 18px;
	line-height: 1.8em;
}
.jiritu_list li span{
	color:#ed85ad;
}
.schedule_inner{
	background-color:  #f9dbdf;
	padding: 15px;
	border-radius: 5px;
}
.scheduleH3{
	color:#FFF;
	background-color: #ed85ad;
	border-radius: 14px;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.section_right table.schedule{
	width: 100%;
}
.section_right table.schedule td{
	border-bottom: solid 1px #ed85ad;
	line-height: 1.8em;
	font-size: 14px;
}

/*仕事内容---------------*/
.shigotoH3{
	margin-top: 40px;
}
#shigoto h3{
	background: url(../../images/maru.png) no-repeat;
	padding-left: 34px;
	padding-top: 3px;
}
#shigoto p{
	margin-left: 34px;
}

/*雇用事例---------------*/
.syuusyoku{
	border-collapse: collapse;
	width:100%;
}
.syuusyoku th{
	background-color: #ea6d99;
	color: #FFF;
	padding: 5px;
	text-align: center;
	border: solid 1px #FFF;
}
.syuusyoku td{
	background-color: #fadce7;
	padding: 5px;
	border: solid 1px #FFF;
}
.syuusyoku td.kigyo{
	text-align: center;
	color: #ea6d99;font-weight: bold;
}
/*===============================*/
@media screen and (max-width: 959px) {
#jiritu,#shigoto{
	width: 95%; 
	margin: 0 2.5% 20px;
}
.section_left{
	width:100%;
	float: none;
	font-size: 14px;
}
.section_right{
	width:100%;
	float: none;
	font-size: 14px;
	margin-left: 0;
}

/*自立活動---------------*/

.jiritu_list li{
	font-size: 14px;
}
.jiritu_list{
	margin-bottom: 10px;	
}
.schedule_inner{
	padding: 15px;
}
.scheduleH3{
	font-size: 16px;
}
.section_right table.schedule{
	width: 100%;
}
.section_right table.schedule td{
	line-height: 1.8em;
	font-size: 12px;
	padding-left: 5px;
}

/*仕事内容---------------*/
.shigotoH3{
	margin-top: 20px;
}
#shigoto h3{
	background: url(../../images/maru.png) no-repeat;
	padding-left: 34px;
	padding-top: 3px;
}
#shigoto p{
	margin-left: 34px;
}

/*雇用事例---------------*/
.syuusyoku{
	width:100%;
}

}

/*=========================
recruit.html-------------------*/
#saiyou{
	width: 900px;
	margin: 0 auto 20px;
}

.kyuujin{
	width: 100%;
	background-color: #fceef2;
	margin-top: 20px;
	padding: 25px 0;
	font-size: 16px;
	line-height: 1.8em;
}
.kyuujin_left{
	width: 425px;
	float: left;
	margin-left: 40px;
}
.kyuujin_right{
	width: 340px;
	float: left;
	margin-left: 40px;
}

.kyuujin_left h3{
	font-size:24px;
	margin-bottom: 15px;
}
/*===============================*/
@media screen and (max-width: 959px) {
#saiyou{
	width: 95%; 
	margin: 0 2.5% 20px;
}
.kyuujin{
	margin-top: 20px;
	padding: 0;
	font-size: 14px;
	line-height: 1.8em;
}
.kyuujin_left,.kyuujin_right{
	padding: 10px 2.5%;
	width: 95%;
	float: none;
	margin: 0;
}
.kyuujin_left h3{
	font-size: 18px;
	margin-bottom: 15px;
}
.koumokuimg{
	width: 100px;
	height: auto;
}
.kyuuyoimg{
	width: 200px;
	height: auto;
	margin-left: 10px;
}
}
/*===============================*/
.visiblePC {
	display: block;
}
.visibleSP {
	display: none;
}
@media screen and (max-width: 959px) {
.visibleSP {
	display: block;
}
.visiblePC {
	display: none;
}
}
