/* dummy \*/
* html div {
 height:1%;
 }

/*
body設定
*/

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	letter-spacing:2px;
	line-height:1.5em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#navboxs {
	display: none;
}
#navbox {
	width:100%;
	max-width:1920px;
	min-width:1000px;
	display:block;
	float:left;
	background-color:#10800C;
}

@font-face {
	font-family: CONDENSEicon;
	src: url("CONDENSEicon.eot");
}

@font-face {
    font-family: 'CONDENSEicon';
    src:url('CONDENSEicon.woff') format('woff'),
        url('CONDENSEicon.otf') format('opentype');
}


.icon {
	font-family: CONDENSEicon;
}



/*
ヘッダー 
*/

header {
	width:100%;
	max-width:1920px;
	min-width:1000px;
	float:left;
	display:block;
	height:136px;
	border-top: 5px solid #FFEC00;
}
.head_box {
	width:1000px;
	height:136px;
	float:none;
	margin:0 auto;	
}
.logobox {
	width:443px;
	height:105px;
	float:left;
	display:block;
	padding:15px 0 0 0;
	margin:0;
}
.logo {
	width:328px;
	height:105px;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
.logo50th {
	width:100px;
	height:105px;
	float:right;
	display:block;
	margin:0;
	padding:0;
}
.tcontact {
	display:block;
	float:right;
	width:300px;
	height:45px;
	margin:30px 0 0 0;
	padding:0;
}
.tcontact dl {
	width: 280px;
	height: 1.25em;
	float: left;
	display: block;
	padding: 8px;
	border-radius: 3px;
}
.tcontact dt {
	display:block;
	float:left;
	font-size:1.00em;
	line-height:1.25em;
	width:40%;
	text-align:right;
}
.tcontact dd {
	display:block;
	float:left;
	font-size:1.00em;
	line-height:1.25em;
	width:60%;
	text-align:right;
}




/*
メインメニュー 
*/
#nav-drawer {
	display: none;
}
#menu{
  width: 1000px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  margin: 0;
  font-size:0.85em; }
#menu li a{
  display: block;
  padding: 12px 17px 10px 17px;
  background: #10800C;
  color: #fff;
  text-align: center;
  text-decoration: none;
	border-top:5px solid #10800C;
	border-bottom:5px solid #10800C;
}
#menu li a:hover{
	border-top:5px solid #C11451;
	border-bottom:5px solid #10800C;
	background-color:#0085B2;
}
#toggle{ 
 display: none;
}


/*
新着情報 
*/

/*トップ*/

.main .news {
	width:750px;
	height:250px;
	float:left;
	display:block;
	margin-bottom:50px;
}
.main .news dl {
	width:100%;
	float:left;
	display:block;
	margin-bottom:5px;
	border-bottom:1px solid #707070;
}
.main .news dt {
	width:25%;
	float:left;
	display:block;
	line-height:30px;
	text-align:left;
}
.main .news dd {
	width:75%;
	float:right;
	display:block;
	line-height:30px;
	text-align:left;
}
.center{
	clear:both;
}


/*トップスライダー*/

#slideshow {
   position:relative;
   width:100%;
	max-width:1920px;
	min-width:1000px;
   height:400px;
   float:left;
   display:block;
}
#slideshow li {
   position:absolute;
	width:100%;
	max-width:1240px;
	min-width:1000px;
   height:400px;
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
}


/*
ホーム
*/


#idx_mainimg {
	width:100%;
	max-width:1240px;
	min-width:1000px;
	height:400px;
	display:block;
   margin:0 auto;
   float:none;
}

.idx_pickupbox {
	width:100%;
	max-width: 1920px;
	min-width: 480px;
	float:left;
	display:inline;
	background-color:#EEF0F0;
	margin-bottom:60px;
}

.pickup {
	widows: 100%;
	max-width: 1240px;
	min-width: 1000px;
	display:block;
	float:none;
	margin:0 auto 30px auto;
}
.pickup dl {
	width:22%;
	float:left;
	display:block;
	margin:0 1.5%;
}

.pickup dt {
	width:100%;
	display:block;
	float:left;
	margin-top: 10px;
}
.pickup dt img{
	width:100%;
	height: auto;
	border-radius: 5px;
}
.pickup dd {
	width:100%;
	display:block;
	float:left;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	letter-spacing: 2px;
	line-height:35px;
}




/*
本文個所 
*/

#contents {
	width:1000px;
	float:none;
	display:block;
	margin:0 auto;
	padding:30px 0;
}
.main {
	width:75%;
	float:left;
	display:block;
}
.sidebox {
	width:22%;
	float:right;
	display: block;
}




/*
メイン
*/

.barh2 {
	width:750px;
	float:left;
	display:block;
	font-size:1.2em;
	margin-bottom:25px;
}
.h2u {
	border-left:8px solid #10800C;
	text-indent: 15px;
	padding-left: 10px;
}
.barh3 {
	width:750px;
	float:left;
	display:block;
	font-size:1.25em;
	margin-bottom:25px;
	font-weight:normal;
	line-height:30px;
}
.barh4 {
	width:100%;
	float:left;
	display:block;
	line-height:30px;
	border-bottom:1px solid #3D7D9E;
}
.h3u {
	border-bottom:1px solid #3D7D9E;
}
.box01 {
	width:750px;
	float:left;
	display:block;
	margin-bottom:50px;
}
.box01 img {
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

.box02 {
	width:100%;
	float:left;
	display:block;
}
.box03 {
	width:100%;
	float:left;
	display:block;
}
.box03 img {
	width:100%;
	float:left;
	display:block;
}
.box03_2 {
	width:90%;
	float:left;
	display:block;
	padding:0 5%;
}
.box04 {
	width:30%;
	float:right;
	display:block;
  margin: 0 2% ;
}
.box04 img {
	width:100%;
	float:right;
	display:block;
}
.box05 {
	width:33%;
	float:left;
	display:block;
  text-align: center;
}
.box05 img {
	width:90%;
	float:left;
	display:block;
}
.box06 {
	width:45%;
	float:left;
	display:block;
	margin: 0 5% 5% 0;
  text-align: center;
}
.box06 img {
	width:100%;
	float:right;
	display:block;
	margin-left:5%;
	margin-bottom: 10px;
}
.zebbbox {
	width:100%;
	float:left;
	display:block;
}
.zebbbox dl {
	width:100%;
	float:left;
	display:block;
	margin: 0;
	padding: 0;
}
.zebbbox dt {
	width:49%;
	float:left;
	display:block;
	margin: 0;
	padding: 0;
}
.zebbbox dd {
	width:49%;
	float:right;
	display:block;
	margin: 0;
	padding: 0;
}
.zebbbox dt img {
	width:100%;
	float:left;
	display:block;
}
.zebbbox dd img {
	width:100%;
	float:left;
	display:block;
}
.zebbox {
	width:94.58%;
	float:left;
	display:block;
	padding: 2% 2.5%;
	border:2px solid #DDDDDD;
}
.boximg{
	width:50%;
	float:left;
	text-align:center;
	font-size:0.9rem;
	line-height:20px;
}
.boximg img{
	width:92%;
	float:left;
	margin:0 3% 15px 3%;
	padding:3px;
    border:1px solid #DDDDDD;
    background:#fff;
}

.upicup  {
	width:750px;
	float:left;
	display:block;
	margin-bottom:50px;
}
.upicup dl {
	width:340px;
	height:250px;
	float:left;
	display:block;
	margin:10px 8px;
	line-height:30px;
}
.upicup dl img {
	width:340px;
	height:170px;
	float:left;
	display:block;
	border-radius: 8px;
	margin-bottom:5px;
}
.upicup dt {
	width:340px;
	float:left;
	display:block;
	text-align:center;
	font-size:1.25em;
}
.upicup dd {
	width:340px;
	float:left;
	display:block;
	color:#086398;
	font-size:0.75em;
	line-height:20px;
	text-align:center;
	margin-bottom:50px;
}

/*
サイド
*/

.sbanner {
	width:220px;
	display:block;
	float:left;
	margin-bottom:30px;
}

.saiyo {
	width:218px;
	height:118px;
	float:left;
	display:block;
	margin-bottom:30px;
	text-align:center;
	font-size:1.75em;
	color:#C11451;
	background:url(../../images/siyo.jpg) no-repeat;
	border:#C11451 1px solid;
	border-radius:5px;
	line-height:50px;
	font-weight:bold;
	letter-spacing:5px;
}
.zeb {
	width:220px;
	float:left;
	display:block;
	margin-bottom:30px;
}
.scontact {
	width:220px;
	height:100px;
	float:left;
	display:block;
	background-color:#FB07DA;
	border-radius:5px;
	margin-bottom:30px;
}
.scontact dl {
	width:220px;
	height:100px;
	float:left;
	display:block;
	padding-top:10px;
}
.scontact dt {
	width:220px;
	float:left;
	display:block;
}
.scontact dd {
	width:220px;
	float:left;
	display:block;
	text-align:center;
	color:#FFFF73;
	font-size:0.75em;
}
.scontact_2 {
	width:220px;
	height:100px;
	float:left;
	display:block;
	background-color:#009001;
	border-radius:5px;
	margin-bottom:30px;
}
.scontact_2 dl {
	width:220px;
	height:100px;
	float:left;
	display:block;
	padding-top:10px;
}
.scontact_2 dt {
	width:220px;
	float:left;
	display:block;
}
.scontact_2 dd {
	width:220px;
	float:left;
	display:block;
	text-align:center;
	color:#FFFF73;
	font-size:0.75em;
}
.font_yelow {
	font-size:1.3em;
	text-align:center;
	color:#FFFF73;
	line-height:30px;
}
.font_white {
	font-size:1.75em;
	text-align:center;
	color:#FFFFFF;
	text-align:center;
	font-size:1.25em;
	letter-spacing:3px;
	line-height:30px;
}
.font_blue {
	color:#10800C;
}

.infomation {
	width:220px;
	float:left;
	display:block;
	border-radius:5px;
	margin-bottom:30px;
}
.stitle {
	width:220px;
	float:left;
	display:block;
	text-align:center;
	line-height:50px;
	border-bottom:#086398 solid 1px;
	color:#086398;
	font-weight:bold;
}

.stitle02 {
	width:220px;
	float:left;
	display:block;
	text-align:center;
	line-height:50px;
	border-bottom:#086398 solid 1px;
	color:#086398;
	font-weight:bold;
}
.infomation dl {
	width:220px;
	float:left;
	display:block;
}
.infomation dt {
	width:200px;
	float:none;
	display:block;
	margin:10px 10px 0 10px;
	font-size:1em;
}
.infomation dd {
	width:200px;
	float:none;
	display:block;
	margin:10px 10px 10px  10px;
	font-size:0.85em;
}



.sidebarh2 {
	width:100%;
	float:left;
	display:block;
	line-height:30px;
	font-size:16px;
	padding-top:0.5em;
	border-top:#fff solid 1px;
	color:#EF9527;
}
.sidebarh3 {
	width:100%;
	float:left;
	display:block;
	line-height:35px;
	font-size:14px;
	color:#FFFFFF;
	background-color:#0059B2;
	text-align:left;
	text-indent:10px;
	background-position:right;
	margin:0 0 5px 0;
}

.sidebar3 {
	float:right;
	width: 220px;
	display:block;
	margin:0 0 15px 0;
}

.sidebar2 {
	float:right;
	width: 100%;
	display:block;
	margin:0 0 30px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.sidebar2 ul {
	float:right;
	width: 100%;
	display:block;
	margin:0 0 5px 0;
	list-style-type:none;
}
.sidebar2 li {
	list-style-type:none;
}

.menu01 a {
	width:100%;
	float:left;
	display:block;
	line-height:35px;
	font-size:14px;
	background-color:#08BAE8;
	background-image:url(../images/menup.png);
	background-repeat:no-repeat;
	background-position:10px 13px;
	text-align:left;
	text-indent:20px;
	margin:0 0 5px 0;
	list-style-type:none;
	color:#FFFFFF;
}
.menu01 a:hover {
	text-decoration: none;
	background-color:#CEEDFC;
	color:#0059B2;
}

.menu02 a {
	width:95%;
	float:left;
	display:block;
	font-size:14px;
	background-color:#EF9527;
	text-align:left;
	margin:0 0 5px 0;
	padding: 3% 0 3% 5%;
	list-style-type:none;
	background-color: #ffcc00;
}
.menu02 a:hover {
	text-decoration: none;
	color: #000000;
	background-color:#E6FFBB;
}



/*
フッター
*/

footer {
	width:100%;
	max-width:1920px;
	min-width:1000px;
	float:left;
	display:block;
	background-color:#10800C;
}

.footbox {
	width:100%;
	max-width:1920px;
	min-width:1000px;
	float:left;
	display:block;
	background-color:#FFEC00;
	margin-bottom:30px;
}

.footnav {
	width:1000px;
	display:block;
	float:none;
	margin:0 auto;	
}

.footnav dl {
	float:left;
	display:block;
	border-left: #FFC567 solid 1px;
	margin:20px 0;
}
.footnav dt {
	float:left;
	display:block;
	margin:0 20px;
	margin-top:10px;
	font-size:1em;
	text-align: center;
}
.footnav dt a {
	color:#066398;
}
.footnav dt a:hover {
	color:#C11451;
}

.footnav dd {
	float:left;
	display:block;
	margin-left:27px;
	font-size:0.85em;
	line-height:1.5em;
}
.footnav dd a {
}
.footnav dd a:hover {
	color:#C11451;
}

.footnav02 dl {
	width:200px;
	float:left;
	display:block;
	border-left: #FFC567 solid 1px;
	margin:20px 0;
}
.footnav02 dt {
	width:200px;
	float:left;
	display:block;
	margin:0 20px;
	margin-top:10px;
	font-size:1em;
}

.ufootbox {
	width:100%;
	max-width: 1024px;
	min-width: 480px;
	display:block;
	float:none;
	margin:0 auto;	
}


.ulogobox {
	width:174px;
	float:left;
	display:block;
}
.ulogobox dl {
	width:174px;
	float:left;
	display:block;	
}
.ulogobox dt {
	width:174px;
	float:left;
	display:block;
	display:block;
	border-radius:5px;
}
.ulogobox dd {
	width:174px;
	float:left;
	display:block;
	color:#ffffff;
	line-height:40px;
	font-size:1.15em;
}

.fadd {
	width:780px;
	float:right;
	display:block;
	color:#ffffff;
	font-size:0.75em;
}
.fadd dl {
	width:780px;
	float:left;
	display:block;
	margin-bottom:15px;
}
.fadd dt {
	width:780px;
	float:left;
	display:block;
}
.fadd dd {
	width:780px;
	float:left;
	display:block;
}

.coppylight {
	width:100%;
	display:block;
	float:left;
	font-size:0.85em;
	text-align:center;
	color:#ffffff;
}



/*
共通項目
*/


/*
パンくずリンク
*/

#pankuzu {
	width:1000px;
	height:30px;
	float:none;
	display:block;
	margin:10px auto;
	text-align:left;
	clear:both;
	padding-top:10px;
	font-size:0.85em;
}
.phome a {
	color:#076398;
}
.phome a:hover {
}






/* お問い合わせ
------------------------------------------------------------*/

.contact {
	width:750px;
	display:block;
	float: left;
	margin-bottom:60px;
}
.contact dl {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height:1em;
}
.contact dt {
	float: left;
	width: 25%;
	text-align:left;
	margin-left:20px;
	margin-right:0;

}
.contact dd {
	float:right;
	width: 70%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	text-align:left;
	text-indent:40px;
	
}

/*
会社概要などのリスト
*/

.list {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.list dl {
	width:100%;
	float:left;
	display:block;
	margin-bottom: 5%;
}
.list dt {
	width:25%;
	float:left;
	display:block;
	line-height:250%;
	background:url(../../images/listline.png) no-repeat left;
	text-align:left;
	text-indent:15px;
	clear:both;
	margin:0;
	padding:0;
}
.list dd {
	width:75%;
	float:right;
	display:block;
	line-height:250%;
}




.list2 {
	width:100%;
	max-width: 750px;
	max-width: 480px;
	float:left;
	display:block;
	margin-bottom:50px;
}
.list2 dl {
	width:100%;
	max-width: 750px;
	max-width: 480px;
	float:left;
	display:block;
	height:35px;
}
.list2 dt {
	width:30%;
	float:left;
	display:block;
	line-height:35px;
	background:url(../../images/listline.png) no-repeat left;
	text-align:left;
	text-indent:15px;
	clear:both;
}
.list2 dd {
	width:70%;
	float:right;
	display:block;
	line-height:35px;
}

.list3 {
	width:100%;
	max-width: 750px;
	max-width: 480px;
	float:left;
	display:block;
	margin-bottom:50px;
}
.list3 dl {
	width:100%;
	max-width: 750px;
	max-width: 480px;
	float:left;
	display:block;
}
.list3 dt {
	width:100%;
	float:left;
	display:block;
	height: 35PX;
	line-height:35px;
	background:url(../../images/listline.png) no-repeat left;
	text-align:left;
	text-indent:15px;
	clear:both;
	margin:0;
	padding:0;
}
.list3 dd {
	width:95%;
	float:right;
	display:block;
	line-height:35px;
}


/*
マップ
*/

.map {
	width:750px;
	float:left;
	display:block;
	margin-bottom:50px;
}

 
.table {
  border-collapse:  collapse;
}

.table th,td {
  border-bottom: solid 1px;             
}

@media screen and (max-width: 1024px) and (min-width:897px){
	
#navboxs {
	display: none;
}

#navbox {
	width:100%;
	max-width:1024px;
	min-width:897px;
	display:block;
	float:left;
	background-color:#10800C;
}



/*
ヘッダー 
*/

header {
	width:100%;
	max-width:1024px;
	min-width:897px;
	float:left;
	display:block;
	height:136px;
	border-top: 5px solid #FFEC00;
	border-radius: 8px;
}
.head_box {
	width:100%;
	height:136px;
	float:none;
	margin:0 auto;	
}


/*
新着情報 
*/

/*トップ*/

.main .news {
	width:100%;
	height:250px;
	float:left;
	display:block;
	margin-bottom:50px;
}


/*トップスライダー*/

#slideshow {
   position:relative;
   width:100%;
	max-width:1024px;
	min-width:897px;
   height:400px;
   float:left;
   display:block;
}
#slideshow li {
   position:absolute;
	width:100%;
	max-width:1024px;
	min-width:897px;
   height:400px;
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
}
	#slideshow li img {
	width:100%;
	max-width:1024x;
	min-width:897px;
	}

/*
ホーム
*/


#idx_mainimg {
	width:100%;
	max-width:1240px;
	min-width:897px;
	height:400px;
	display:block;
   margin:0 auto;
   float:none;
}

.idx_pickupbox {
	width:100%;
	max-width: 1024px;
	min-width: 480px;
	float:left;
	display:inline;
	background-color:#EEF0F0;
	margin-bottom:60px;
}

.pickup {
	widows: 100%;
	max-width:896px;
	min-width:481px;
	display:block;
	float:none;
	margin:0 auto 30px auto;
}



/*
本文個所 
*/

#contents {
	width:100%;
	min-width:880px;
	float:none;
	display:block;
	margin:0 auto;
	padding:30px 0;
}
.main {
	width:70%;
	float:left;
	display:block;
}
.sidebox {
	width:22%;
	float:right;
	display: block;
	margin-right:3%;
}




/*
メイン
*/

.barh2 {
	width:100%;
	float:left;
	display:block;
	font-size:1.2em;
	margin-bottom:25px;
}
.barh3 {
	width:100%;
	float:left;
	display:block;
	font-size:1.25em;
	margin-bottom:25px;
	font-weight:normal;
	line-height:30px;
}
.box01 {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}

.upicup  {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.upicup dl {
	width:336px;
	height:250px;
	float:left;
	display:block;
	margin:10px 8px;
	line-height:30px;
}
.upicup dl img {
	width:336px;
	height:168px;
	float:left;
	display:block;
	border-radius: 8px;
	margin-bottom:5px;
}
.upicup dt {
	width:336px;
	float:left;
	display:block;
	text-align:center;
	font-size:1.25em;
}
.upicup dd {
	width:336px;
	float:left;
	display:block;
	color:#086398;
	font-size:0.75em;
	line-height:20px;
	text-align:center;
	margin-bottom:50px;
}

/*
サイド
*/


/*
フッター
*/

footer {
	width:100%;
	max-width:1024px;
	min-width:897px;
	float:left;
	display:block;
	background-color:#10800C;
}

.footbox {
	width:100%;
	max-width:1024px;
	min-width:897px;
	float:left;
	display:block;
	background-color:#FFEC00;
	margin-bottom:30px;
}

.footnav {
	width:100%;
	display:block;
	float:none;
	margin:0 auto;	
}

.ufootbox {
	width:100%;
	display:block;
	float:none;
	margin:0 auto;	
}


.ulogobox {
	width:100%;
	float:left;
	display:block;
}
.ulogobox dl {
	width:100%;
	float:left;
	display:block;	
}
.ulogobox dt {
	margin: 0 auto;
	float: none;
	width:174px;
	display:block;
	border-radius:5px;
}

.fadd {
	width:100%;
	float:right;
	display:block;
	color:#ffffff;
	font-size:0.75em;
	text-align: center;
	padding-top: 30px;
}
.fadd dl {
	width:100%;
	float:left;
	display:block;
	margin-bottom:15px;
}
.fadd dt {
	width:100%;
	float:left;
	display:block;
}
.fadd dd {
	width:100%;
	float:left;
	display:block;
}

/*
共通項目
*/


/*
パンくずリンク
*/

#pankuzu {
	width:100%;
	height:30px;
	float:none;
	display:block;
	margin:10px auto;
	text-align:left;
	clear:both;
	padding-top:10px;
	font-size:0.85em;
}

/* お問い合わせ
------------------------------------------------------------*/

.contact {
	width:100%;
	display:block;
	float: left;
	margin-bottom:60px;
}

/*
会社概要などのリスト
*/

.list {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.list dl {
	width:100%;
	float:left;
	display:block;
}

.list2 {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.list2 dl {
	width:100%;
	float:left;
	display:block;
	height:35px;
}
.list2 dt {
	width:100%;
	float:left;
	display:block;
	height:35px;
	line-height:35px;
	background:url(../../images/listline.png) no-repeat left;
	text-align:left;
	text-indent:15px;
	clear:both;
}


/*
マップ
*/

.map {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
	
	
}
	
@media screen and (max-width: 896px) and (min-width: 481px){

#navboxs {
	display: none;
}
#navbox {
	width:100%;
	max-width:896px;
	min-width:481px;
	display:block;
	float:left;
	background-color:#10800C;
}
#nav-drawer {
	display: none;
}



/*
ヘッダー 
*/

header {
	width:100%;
	max-width:896px;
	min-width:481px;
	float:left;
	display:block;
	height:136px;
	border-top: 5px solid #FFEC00;
	border-radius: 8px;
}
.tcontact dl {
	width: 280px;
	height: 1.25empx;
	float: left;
	display: block;
	padding: 8px;
	border-radius: 3px;
}

/*トップスライダー*/

#slideshow {
   position:relative;
   width:100%;
	max-width:896px;
	min-width:481px;
   height:400px;
   float:left;
   display:block;
}
#slideshow li {
   position:absolute;
	width:100%;
	max-width:896px;
	min-width:481px;
   height:400px;
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
}
	#slideshow li img {
	width:100%;
	max-width:896x;
	min-width:481px;
	}

/*
ホーム
*/


#idx_mainimg {
	width:100%;
	max-width:896px;
	min-width:481px;
	height:400px;
	display:block;
   margin:0 auto;
   float:none;
}

.idx_pickupbox {
	width:100%;
	max-width: 896px;
	min-width: 481px;
	float:left;
	display:inline;
	background-color:#EEF0F0;
	margin-bottom:60px;
}

.pickup {
	widows: 100%;
	max-width: 1024px;
	min-width: 897px;
	display:block;
	float:none;
	margin:0 auto 30px auto;
}

/*
本文個所 
*/

#contents {
	width:100%;
	min-width:481px;
	float:none;
	display:block;
	margin:0 auto;
	padding:30px 0;
}
.main {
	width:70%;
	float:left;
	display:block;
}
.sidebox {
	width:22%;
	float:right;
	display: block;
	margin-right:3%;
}

.upicup  {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.upicup dl {
	width:275px;
	height:250px;
	float:left;
	display:block;
	margin:10px 8px;
	line-height:30px;
}
.upicup dl img {
	width:275px;
	height:138px;
	float:left;
	display:block;
	border-radius: 8px;
	margin-bottom:5px;
}
.upicup dt {
	width:275px;
	float:left;
	display:block;
	text-align:center;
	font-size:1.25em;
}
.upicup dd {
	width:275px;
	float:left;
	display:block;
	color:#086398;
	font-size:0.75em;
	line-height:20px;
	text-align:center;
	margin-bottom:50px;
}


/*
フッター
*/

.fadd dt {
	width:100%;
	float:left;
	display:block;
	text-align: center;
}
.fadd dd {
	width:100%;
	float:left;
	display:block;
	text-align: center;
}

	
	
}

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

#navbox {
	display: none;
}
#navboxs {
	float: left;
	width: 100%;
	max-width: 896px;
	min-width: 481px;
	display: block;
}
#navboxs ul {
	float: left;
	width: 100%;
	display: block;
}
#navboxs li {
	display: block;
	line-height: 250%;
	background-color:#10800C;
	text-align: center;
	color: #fff;
}
#navboxs li a {
		width: 100%;
	color: #fff;
	text-decoration: none;
		float: left;
}
#navboxs li a:hover {
	text-decoration: none;
	background-color:#22FF00;
	color: #000;
}
	.maxnav {
		width: 100%;
		float: left;
	}
	.harfnav {
		width: 50%;
		float: left;
	}


/*
ヘッダー 
*/

header {
	width:100%;
	max-width:896px;
	min-width:481px;
	float:left;
	display:block;
	height:250px;
	border-top: 5px solid #FFEC00;
	border-radius: 8px;
}
.head_box {
	width:100%;
	float:left;
	margin:0 auto;	
}
.logobox {
	width:100%;
	height:105px;
	float:none;
	display:block;
	padding:15px auto 0;
	margin:0;
}
.logo {
	width:328px;
	height:105px;
	float:none;
	display:block;
	margin:0 auto;
	padding:0;
}
.tcontact {
	display:block;
	float:none;
	width:300px;
	height:45px;
	margin:15px auto 0;
	padding:0;
}
.tcontact dl {
	width: 280px;
	height: 1.25empx;
	float: left;
	display: block;
	padding: 8px;
	border-radius: 3px;
}
.tcontact dt {
	display:block;
	float:left;
	font-size:1.00em;
	line-height:1.25em;
	width:40%;
	text-align:right;
}
.tcontact dd {
	display:block;
	float:left;
	font-size:1.00em;
	line-height:1.25em;
	width:60%;
	text-align:right;
}




/*
メインメニュー 
*/

#menu{
  width: 100%:
	max-width:896px;
	min-width:481px;
  margin: 0 auto;
  padding: 0;
}
#menu li{
  display: block;
  float: left;
  margin: 0;
  font-size:0.85em; 
	}
#menu li a{
  display: block;
  padding: 12px 17px 10px 17px;
  background: #10800C;
  color: #fff;
  text-align: center;
  text-decoration: none;
	border-top:5px solid #10800C;
	border-bottom:5px solid #10800C;
}
#menu li a:hover{
	border-top:5px solid #C11451;
	border-bottom:5px solid #10800C;
	background-color:#0085B2;
}
#toggle{ 
 display: none;
}


/*
新着情報 
*/

/*トップ*/

.main .news {
	width:100%;
	height:250px;
	float:left;
	display:block;
	margin-bottom:50px;
}
.main .news dl {
	width:100%;
	float:left;
	display:block;
	margin-bottom:5px;
	border-bottom:1px solid #707070;
}
.main .news dt {
	width:25%;
	float:left;
	display:block;
	line-height:30px;
	text-align:left;
}
.main .news dd {
	width:75%;
	float:right;
	display:block;
	line-height:30px;
	text-align:left;
}


/*トップスライダー*/

#slideshow {
   position:relative;
   width:100%;
	max-width:896px;
	min-width:481px;
   height:400px;
   float:left;
   display:block;
}
#slideshow li {
   position:absolute;
	width:100%;
	max-width:896px;
	min-width:481px;
   height:400px;
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
}
	#slideshow li img {
	width:100%;
	max-width:896x;
	min-width:481px;
	}

/*
ホーム
*/


#idx_mainimg {
	width:100%;
	max-width:896px;
	min-width:481px;
	height:400px;
	display:block;
   margin:0 auto;
   float:none;
}

.idx_pickupbox {
	width:100%;
	max-width: 896px;
	min-width: 481px;
	float:left;
	display:inline;
	background-color:#EEF0F0;
	margin-bottom:60px;
}

.pickup {
	widows: 100%;
	max-width: 1024px;
	min-width: 897px;
	display:block;
	float:none;
	margin:0 auto 30px auto;
}
.pickup dl {
	width:22%;
	float:left;
	display:block;
	margin:0 1.5%;
}

.pickup dt {
	width:100%;
	display:block;
	float:left;
	margin-top: 10px;
}
.pickup dt img{
	width:100%;
	height: auto;
	border-radius: 5px;
}
.pickup dd {
	width:100%;
	display:block;
	float:left;
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
	letter-spacing: 2px;
	line-height:35px;
}




/*
本文個所 
*/

#contents {
	width:100%;
	min-width:481px;
	float:none;
	display:block;
	margin:0 auto;
	padding:30px 0;
}
.main {
	width:100%;
	float:left;
	display:block;
}
.sidebox {
	width:100%;
	float:right;
	display: block;
}




/*
メイン
*/

.barh2 {
	width:100%;
	float:left;
	display:block;
	font-size:1.2em;
	margin-bottom:25px;
}
.h2u {
	border-left:8px solid #10800C;
	text-indent: 15px;
	padding-left: 10px;
}
.barh3 {
	width:100%;
	float:left;
	display:block;
	font-size:1.25em;

	margin-bottom:25px;
	font-weight:normal;
	line-height:30px;
}
.barh4 {
	width:100%;
	float:left;
	display:block;
	line-height:30px;
	border-bottom:1px solid #3D7D9E;
}
.h3u {
	border-bottom:1px solid #3D7D9E;
}
.box01 {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.box01 img {
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}

.box02 {
	width:100%;
	float:left;
	display:block;
}
.box03 {
	width:100%;
	float:left;
	display:block;
}
.box03 img {
	width:100%;
	float:left;
	display:block;
}
.box04 {
	width:30%;
	float:right;
	display:block;
}
.box04 img {
	width:100%;
	float:right;
	display:block;
}
.box05 {
	width:30%;
	float:left;
	display:block;
}
.box05 img {
	width:90%;
	float:left;
	display:block;
}
.zebbbox {
	width:100%;
	float:left;
	display:block;
}
.zebbbox dl {
	width:100%;
	float:left;
	display:block;
	margin: 0;
	padding: 0;
}
.zebbbox dt {
	width:49%;
	float:left;
	display:block;
	margin: 0;
	padding: 0;
}
.zebbbox dd {
	width:49%;
	float:right;
	display:block;
	margin: 0;
	padding: 0;
}
.zebbbox dt img {
	width:100%;
	float:left;
	display:block;
}
.zebbbox dd img {
	width:100%;
	float:left;
	display:block;
}
.zebbox {
	width:94.58%;
	float:left;
	display:block;
	padding: 2% 2.5%;
	border:2px solid #DDDDDD;
}
.boximg{
	width:50%;
	float:left;
	text-align:center;
	font-size:0.9rem;
	line-height:20px;
}
.boximg img{
	width:92%;
	float:left;
	margin:0 3% 15px 3%;
	padding:3px;
    border:1px solid #DDDDDD;
    background:#fff;
}

.upicup  {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.upicup dl {
	width:450px;
	height:250px;
	float:none;
	display:block;
	margin:10px auto;
	line-height:30px;
}
.upicup dl img {
	width:450px;
	height:225px;
	float:left;
	display:block;
	border-radius: 8px;
	margin-bottom:5px;
}
.upicup dt {
	width:450px;
	float:left;
	display:block;
	text-align:center;
	font-size:1.25em;
}
.upicup dd {
	width:450px;
	float:left;
	display:block;
	color:#086398;
	font-size:0.75em;
	line-height:20px;
	text-align:center;
	margin-bottom:50px;
}

/*
サイド
*/

.sbanner {
	width:100%;
	display:block;
	float:left;
	margin-bottom:30px;
}

.saiyo {
	width:218px;
	height:118px;
	float:left;
	display:block;
	margin-bottom:30px;
	text-align:center;
	font-size:1.75em;
	color:#C11451;
	background:url(../../images/siyo.jpg) no-repeat;
	border:#C11451 1px solid;
	border-radius:5px;
	line-height:50px;
	font-weight:bold;
	letter-spacing:5px;
}
.zeb {
	width:220px;
	float:none;
	display:block;
	margin: 0 auto 30px;
}
.scontact {
	width:450px;
	height:100px;
	float:none;
	display:block;
	background-color:#FB07DA;
	border-radius:5px;
	margin: 0 auto 30px;
}
.scontact dl {
	width:450px;
	height:100px;
	float:left;
	display:block;
	padding-top:10px;
}
.scontact dt {
	width:450px;
	float:left;
	display:block;
}
.scontact dd {
	width:450px;
	float:left;
	display:block;
	text-align:center;
	color:#FFFF73;
	font-size:0.75em;
}
.scontact_2 {
	width:450px;
	height:100px;
	float:none;
	display:block;
	background-color:#086398;
	border-radius:5px;
	margin: 0 auto 30px;
}
.scontact_2 dl {
	width:450px;
	height:100px;
	float:left;
	display:block;
	padding-top:10px;
}
.scontact_2 dt {
	width:450px;
	float:left;
	display:block;
}
.scontact_2 dd {
	width:450px;
	float:left;
	display:block;
	text-align:center;
	color:#FFFF73;
	font-size:0.75em;
}
.font_yelow {
	font-size:1.3em;
	text-align:center;
	color:#FFFF73;
	line-height:30px;
}
.font_white {
	font-size:1.75em;
	text-align:center;
	color:#FFFFFF;
	text-align:center;
	font-size:1.25em;
	letter-spacing:3px;
	line-height:30px;
}

.infomation {
	width:100%;
	float:left;
	display:block;
	border-radius:5px;
	margin-bottom:30px;
	text-align: center;
}
.stitle {
	width:100%;
	float:left;
	display:block;
	text-align:center;
	line-height:50px;
	border-bottom:#086398 solid 1px;
	color:#086398;
	font-weight:bold;
}

.stitle02 {
	width:100%;
	float:left;
	display:block;
	text-align:center;
	line-height:50px;
	border-bottom:#086398 solid 1px;
	color:#086398;
	font-weight:bold;
}
.infomation dl {
	width:100%;
	float:left;
	display:block;
}
.infomation dt {
	width:100%;
	float:none;
	display:block;
	margin:10px 10px 0 10px;
	font-size:1em;
}
.infomation dd {
	width:100%;
	float:none;
	display:block;
	margin:10px 10px 10px  10px;
	font-size:0.85em;
}



.sidebarh2 {
	width:100%;
	float:left;
	display:block;
	line-height:30px;
	font-size:16px;
	padding-top:0.5em;
	border-top:#fff solid 1px;
	color:#EF9527;
}
.sidebarh3 {
	width:100%;
	float:left;
	display:block;
	line-height:35px;
	font-size:14px;
	color:#FFFFFF;
	background-color:#0059B2;
	text-align:left;
	text-indent:10px;
	background-position:right;
	margin:0 0 5px 0;
}

.sidebar3 {
	float:right;
	width: 220px;
	display:block;
	margin:0 0 15px 0;
}

.sidebar2 {
	display: none;
}
.sidebar2 ul {
	float:right;
	width: 100%;
	display:block;
	margin:0 0 5px 0;
	list-style-type:none;
}
.sidebar2 li {
	list-style-type:none;
}

.menu01 a {
	width:100%;
	float:left;
	display:block;
	line-height:35px;
	font-size:14px;
	background-color:#08BAE8;
	background-image:url(../images/menup.png);
	background-repeat:no-repeat;
	background-position:10px 13px;
	text-align:left;
	text-indent:20px;
	margin:0 0 5px 0;
	list-style-type:none;
	color:#FFFFFF;
}
.menu01 a:hover {
	text-decoration: none;
	background-color:#CEEDFC;
	color:#0059B2;
}

.menu02 a {
	width:95%;
	float:left;
	display:block;
	font-size:14px;
	background-color:#EF9527;
	text-align:left;
	margin:0 0 5px 0;
	padding: 3% 0 3% 5%;
	list-style-type:none;
	background-color: #ffcc00;
}
.menu02 a:hover {
	text-decoration: none;
	color: #000000;
	background-color:#E6FFBB;
}



/*
フッター
*/

footer {
	width:100%;
	max-width:1024px;
	min-width:481px;
	float:left;
	display:block;
	background-color:#10800C;
}

.footbox {
	display: none;
}

.footnav {
	width:100%;
	display:block;
	float:none;
	margin:0 auto;	
}

.footnav dl {
	width:195px;
	height:200px;
	float:left;
	display:block;
	border-left: #FFC567 solid 1px;
	margin:20px 0;
}

.footnav dt {
	width:185px;
	float:left;
	display:block;
	margin-left:10px;
	margin-top:10px;
	font-size:1em;
}
.footnav dt a {
	color:#066398;
}
.footnav dt a:hover {
	color:#C11451;
}

.footnav dd {
	width:170px;
	float:left;
	display:block;
	margin-left:27px;
	font-size:0.85em;
	line-height:1.5em;
}
.footnav dd a {
}
.footnav dd a:hover {
	color:#C11451;
}

.ufootbox {
	width:100%;
	height:150px;
	display:block;
	float:none;
	margin:0 auto;	
}


.ulogobox {
	width:100%;
	float:left;
	display:block;
	padding-top: 30px;
}
.ulogobox dl {
	width:100%;
	float:left;
	display:block;	
}
.ulogobox dt {
	margin: 0 auto;
	float: none;
	width:174px;
	display:block;
	border-radius:5px;
}
.ulogobox dd {
	width:174px;
	float:left;
	display:block;
	color:#ffffff;
	line-height:40px;
	font-size:1.15em;
}

.fadd {
	display: none;
}
.fadd dl {
	width:100%;
	float:left;
	display:block;
	margin-bottom:15px;
}
.fadd dt {
	width:100%;
	float:left;
	display:block;
	text-align: center;
}
.fadd dd {
	width:100%;
	float:left;
	display:block;
	text-align: center;
}

.coppylight {
	width:100%;
	display:block;
	float:left;
	font-size:0.85em;
	text-align:center;
	color:#ffffff;
}



/*
共通項目
*/


/*
パンくずリンク
*/

#pankuzu {
	width:100%;
	height:30px;
	float:none;
	display:block;
	margin:10px auto;
	text-align:left;
	clear:both;
	padding-top:10px;
	font-size:0.85em;
}
.phome a {
	color:#076398;
}
.phome a:hover {
}






/* お問い合わせ
------------------------------------------------------------*/

.contact {
	width:100%;
	display:block;
	float: left;
	margin-bottom:60px;
}
.contact dl {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height:1em;
}
.contact dt {
	float: left;
	width: 25%;
	text-align:left;
	margin-left:20px;
	margin-right:0;

}
.contact dd {
	float:right;
	width: 70%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	text-align:left;
	text-indent:40px;
	
}

/*
会社概要などのリスト
*/

.list {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.list dl {
	width:100%;
	float:left;
	display:block;
}
.list dt {
	float:left;
	display:block;
	height:35px;
	line-height:35px;
	background:url(../../images/listline.png) no-repeat left;
	text-align:left;
	text-indent:15px;
	clear:both;
	margin:0;
	padding:0;
}
.list dd {
	float:right;
	display:block;
	line-height:35px;
}




.list2 {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.list2 dl {
	width:100%;
	float:left;
	display:block;
	height:35px;
}
.list2 dt {
	width:100%;
	float:left;
	display:block;
	height:35px;
	line-height:35px;
	background:url(../../images/listline.png) no-repeat left;
	text-align:left;
	text-indent:15px;
	clear:both;
}


/*
マップ
*/

.map {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}	
	
	
	
}	
	

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

#navbox {
	display: none;
}
#navboxs {
	float: left;
	width: 100%;
	display: block;
}
#navboxs ul {
	float: left;
	width: 100%;
	display: block;
}
#navboxs li {
	display: block;
	line-height: 250%;
	background-color:#10800C;
	text-align: center;
	color: #fff;
}
#navboxs li a {
		width: 100%;
	color: #fff;
	text-decoration: none;
		float: left;
}
#navboxs li a:hover {
	text-decoration: none;
	background-color:#22FF00;
	color: #000;
}
	.maxnav {
		width: 100%;
		float: left;
	}
	.harfnav {
		width: 50%;
		float: left;
	}

/*
パンくずリンク
*/

#pankuzu {
	width:100%;
	height:30px;
	float:none;
	display:block;
	margin:10px auto;
	text-align:left;
	clear:both;
	padding-top:40px;
	font-size:0.85em;
}


/*
ヘッダー 
*/

header {
	max-width:480px;
	min-width:480px;

	height:250px;

}
.head_box {
	width:480px;
	height:250px;

}
.logobox {
	width:100%;
}
.logo {
	float:none;
	margin:0 auto;

}
.tcontact {
	float:none;
	margin:15px auto 0;

}
.tcontact dl {
	width:300px;
	height: 1.25em;

}

	

/*ハンバーガーメニュー*/

#nav-drawer {
	position: absolute;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}	
#navi {
	padding: 0px;
	margin: 0px;
}
#navi li {
	list-style-type: none;
	float: left;
	font-size: 85%;
	text-align: center;
	line-height: 3.5;
	height: 40px;
	width: 100%;
}
#navi a {
	display: block;
	height: 40px;
	width: 100%;
	background-position: top;
	text-decoration: none;
	color: #333;
}
#navi a:hover {
	background-position: bottom;
	color: #FFF;
	background-color: #009001;
}

/*
メインメニュー 
*/

#menu{
	width:100%;
	max-width:480px;
	min-width:480px;

}
#menu li{
  font-size:0.85em;
	width: 50%;}

/*
新着情報 
*/

/*トップ*/

.main .news {
	width:480px;
}


/*トップスライダー*/

#slideshow {
   position:relative;
	width:100%;
	max-width:480px;
	min-width:480px;
	height: 120px;
   float:left;
   display:block;
}
#slideshow li {
   position:absolute;
	max-width:480px;
	min-width:480px;
	height: 120px;

}
	#slideshow li img {
	max-width:480px;
	min-width:480px;
	}

/*
ホーム
*/


#idx_mainimg {
	max-width:480px;
	min-width:480px;
	height: 120px;

}

.idx_pickupbox {
	max-width:480px;
	min-width:480px;
	height: 120px;
}

.pickup {

	max-width:480px;
	min-width:480px;
}




/*
本文個所 
*/

#contents {
	max-width:480px;
	min-width:480px;
}
.main {
	width:480px;
}
.sidebox {
	width:460px;
	float:left;
}




/*
メイン
*/


.imgbasic {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 10px;
}
.textbasic {
	width: 100%;
	float: right;
	display: block;
	margin-bottom: 10px;
}


.upicup  {
	max-width:460px;
	min-width:460px;
}
.upicup dl {
	width:450px;
	float:none;
	margin:10px auto;
	margin-bottom: 35px;
}
.upicup dl img {
	width:450px;
	height:225px;
}
.upicup dt {
	width:450px;
}
.upicup dd {
	width:450px;
}

/*
サイド
*/

.sbanner {
	width:480px;
}


.zeb {
	float:none;
	margin: 0 auto 30px;
}
.scontact {
	width:430px;
	float:none;
	margin: 0 auto 30px;
}
.scontact dl {
	width:430px;
}
.scontact dt {
	width:430px;
}
.scontact dd {
	width:430px;
}
.scontact_2 {
	width:430px;
	float:none;
	margin: 0 auto 30px;
}
.scontact_2 dl {
	width:430px;
}
.scontact_2 dt {
	width:430px;
}
.scontact_2 dd {
	width:430px;
}




.sidebarh2 {
	width:480px;
}
.sidebarh3 {
	width:480px;
}

.sidebar2 {
	display: none;
}  
.box04 {
	width:480px;
	float:left;
	display:block;
	margin: 0 5px;
}  
.box05 {
	width:480px;
	float:left;
	display:block;
	margin: 0 5px;
}
.box06 {
	width:480px;
	float:left;
	display:block;
	margin: 0 0 10% 0;
}

/*
フッター
*/

footer {
	max-width:480px;
	min-width:480px;

}

.footbox {
	display: none;
}



.ufootbox {
	height:150px;
	
}


.ulogobox {

	padding-top: 30px;
}

.fadd {
	display: none;
}

.coppylight {
	width:480px;

}



/*
共通項目
*/


/*
パンくずリンク
*/

#pankuzu {
	width:480px;

}






/* お問い合わせ
------------------------------------------------------------*/

.contact {
	width:480px;

}

/*
会社概要などのリスト
*/

.list {
	width:480px;

}
.list dd {
	width:480px;

}
	
	
	
	
}




/* クリアフィックス */
.clearfix:after {
	content: ".";

	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	color: #CC9900;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	margin-bottom: 0px;
	overflow: auto;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
	overflow: hidden;
}

/* 求人案内 */

.faq {
	width:100%;
	float:left;
	display:block;
	margin-top:10px;
}
.faq dl {
	width:100%;
	float:left;
	display:block;
	border-bottom:#CECEBF solid 1px;
	margin-bottom:0px;
	padding-bottom:20px;
}
.faq dt {
	width:92%;
	float:left;
	display:block;
	background:url(../../faq/images/img_q.jpg) no-repeat left top;
	padding:10px 0 10px 50px;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
}
.faq dd {
	width:92%;
	float:left;
	display:block;
	background:url(../../faq/images/img_a.jpg) no-repeat left top;
	padding:10px 0 10px 50px;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 2em;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
table th,
table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:100%
  }
  table th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}


.inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

.inner:after {
  content:"";
  clear: both;
  display: block;
}

/*--------header-----------*/

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    position: relative;
    font-size: 36px;
}

#top-head .logo a {
  position: absolute;
  width: 100%;
}
#top-head .logo img {
    width: 200px;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
}
#global-nav ul li {
    color: #fff;
    float: left;
    padding:0 30px;
    border-left: 1px solid #fff;
}
#global-nav ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}

#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #009001;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}


/*--------固定化されたときのCSS-----------*/

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}

#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;

}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
    padding-bottom: 10px;
}



/*-----------スマホのトグルボタンのCSS-------------*/

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {
    .head-inner {
      display: none;
    }

    .slick-next {
      right: 0;
    }

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #000;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
        padding: 18px 0;
        color: #fff;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*------------タブレット用------------------*/

@media screen and (max-width: 1024px) {
  .head-inner {
    display: none;
  }

  .slick-next {
    right: 0;
  }

  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      background: #fff;
      width: 100%;
      height: 70px;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      height: 50px;
      top: 15px;
      color: #333;
      font-size: 26px;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -500px;
      background: #000;
      width: 100%;
      text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 18px 0;
      color: #fff;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 18px 0;
  }
  #nav-toggle {
      display: block;
      right: 25px;
      top: 20px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }


}
 /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }

/* 資格 */



.list_shikaku {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.list_shikaku dl {
	width:100%;
	float:left;
	display:block;
}
.list_shikaku dt {
	width:75%;
	float:left;
	display:block;
	line-height:250%;
	text-indent:15px;
	clear:both;
	margin:0;
	padding:0;
}
.list_shikaku dd {
	width:25%;
	float:right;
	display:block;
	line-height:250%;
	text-align: center;
}
.list_shikakub {
	background-color: aliceblue;
}
.list_shikaku_title {
	background-color: cornflowerblue;
	color: white;
	text-align: center;
}

.before_after {
	width: 96%;
	float: left;
	display: block;
	border: cornflowerblue solid 1px;
	padding: 2%;
	margin-bottom: 5%;
	border-radius: 8px;
}

.before_after dl {
	width: 50%;
	float: left;
	display: block;
}
.before_after dt {
	width: 96%;
	float: none;
	display: block;
	margin: 0 auto;
}
.before_after dd {
	width: 90%;
	float: none;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.before_after img {
	width: 100%;
	float: left;
	display: block;
}



.list_st {
	width:100%;
	float:left;
	display:block;
	margin-bottom:50px;
}
.list_st dl {
	width:100%;
	float:left;
	display:block;
}
.list_st dt {
	width:30%;
	float:left;
	display:block;
	line-height:250%;
	text-indent:15px;
	clear:both;
	margin:0;
	padding:0;
}
.list_st dd {
	width:70%;
	float:right;
	display:block;
	line-height:250%;
}
.list_stb {
	background-color: aliceblue;
}
.list_st_title {
	background-color: cornflowerblue;
	color: white;
	text-align: center;
}

.imgbasic {
	width: 50%;
	float: left;
	display: block;
	margin-bottom: 10px;
}
.textbasic {
	width: 45%;
	float: right;
	display: block;
	margin-bottom: 10px;
}

/* End hide from IE-Mac */