@charset "utf-8";
/* CSS Document */




/*リセット
---------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 98%;
    vertical-align: baseline;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.7;
	
}
 
/*リンクスタイル
---------------------------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #339999;
	text-decoration: none;
}
a:visited {
	color: #339999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	/*color: #296767;*/
	opacity:0.6;-moz-opacity:0.6;
	filter: alpha(opacity=60);
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
.banner {
	margin-bottom: 10px;
}



/* 基本のDivのレイアウト
--------------------------------------------*/
v--------------- {
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position: relative;
	background-image: url(images/top02-2.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 400px;
	background-position: 0px -5px;
}
#home #header {
	height: 580px;

}

#main {
	width: 610px;
	margin-right: 15px;
	float: left;
	margin-bottom: 20px;
	position: relative;
}

#sidebar {
	width: 250px;
	margin-left: 25px;
	float: right;
	margin-bottom: 20px;
}




address{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	text-align: center;
}

#container2 {
	background-color: #b37f4b;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#wrapper2 {

	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	width: 900px;
	clear: both;
	padding-top: 20px;
	text-align: center;
}
.last {
	clear: both;
}




/*headerのレイアウト
---------------------------------------------*/
#header-title a{
	background-position: 0px -65px;
	background-repeat: no-repeat;
	height: 0px;
	width: 390px;
	float: left;
	position: absolute;
	left:0px;
	top: 60px;
	background-image: url(images/top02.png);
	padding-top: 68px;
	overflow: hidden;
}

#header-mail a{
	background-position: -685px -40px;
	background-repeat: no-repeat;
	height: 0px;
	width: 215px;
	float: left;
	position: absolute;
	top: 35px;
	background-image: url(images/top02.png);
	padding-top: 96px;
	overflow: hidden;
	left: 685px;
}



#header-tell{
	background-position: -467px -40px;
	background-repeat: no-repeat;
	height: 0px;
	width: 215px;
	position: absolute;
	top: 35px;
	background-image: url(images/top02.png);
	padding-top: 94px;
	overflow: hidden;
	float: left;
	left: 467px;
}








#header #navi {
	position: absolute;
	top: 155px;
	margin-left: 0px;
	width: 900px;
}
#header #navi ul li {
	height: 64px;
	width: 179px;
	float: left;
	list-style: none;
	margin-right: 1px;
	margin-left: 0px;
}
#header #navi ul a.link1 {
	display: block;
	height: 64px;
	width: 179px;

}
#header #navi ul a:hover {
}

#top-a{
	background: url(images/list01.png) -1px 0px;
}
#facilities-a{
	background: url(images/list01.png) -181px 0px;
}

#training-a{
	background: url(images/list01.png) -361px 0px;
}

#enterprise-a{
	background: url(images/list01.png) -541px 0px;
}

#tebiki-a{
	background: url(images/list01.png) -721px 0px;
}



#header-img {
	height: 150px;
	background-image: url(images/top-img99.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: 219px;
	clear: both;
	width: 900px;
}

#home #header-img {
	height: 330px;
	background-image: url(images/top-img01.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	top: 219px;
	position: relative;
	/*overflow: hidden;*/
}

#header-iPod{
	display:none;
}

ul.acordion{
	display: none;
}


/*saidのレイアウト
---------------------------------------------*/
.said-midasi01{
	border-radius:15px;
	background: #6C6;
	padding: 2px 10px;
	color: #FFF;
}

/*共通部分のレイアウト
---------------------------------------------*/

dl.main-news01{
	text-align: left;
	line-height:0;
	overflow-y: scroll;
	height: 180px;
}

.main-news01 dt{
	clear: both;
	float: left;
	width: 6em;
	color: #fff;
	padding-left:5px;
	padding-right:5px;
	background: #ffa46b;
	border-radius: 4px;
	text-align: center;
	margin-top:1px;
	margin-bottom:1px;
}
.main-news01 dd{
	padding-left: 10px;
	padding-right:5px;
	margin-left: 8em;
	width: auto;
	
}




#home .car01,
#facilities .car01,
#training .car01,
#enterprise .car01,
#tebiki .car01,
#acsess .car01,
#qanda .car01,
#zyukyuu .car01{
	height: 0px;
	width: 58px;
	padding-top: 30px;
	position: absolute;
	background: url(images/car01.png) no-repeat 0px 0px;
	overflow: hidden;
	float: left;
	top: -15px;
	left: 540px;
}



#home #main h2,
#facilities #main h2,
#training #main h2,
#acsess #main h2,
#qanda #main h2,
#zyukyuu #main h2{
	background: url(images/h2-01.png) no-repeat 0px -17px;
	padding-top: 13px;
	font-size: 23px;
	padding-bottom: 13px;
	padding-left: 20px;
	color: #FFF;
	margin-bottom: 10px;
}
#enterprise #main h2{
	background: url(images/h2-01.png) no-repeat 0px -117px;
	padding-top: 13px;
	font-size: 23px;
	padding-bottom: 13px;
	padding-left: 20px;
	color: #FFF;
	margin-bottom: 10px;
}
#tebiki #main h2{
	background: url(images/h2-01.png) no-repeat 0px -227px;
	padding-top: 13px;
	font-size: 23px;
	padding-bottom: 13px;
	padding-left: 20px;
	color: #FFF;
	margin-bottom: 10px;
}

/*mainのレイアウト
---------------------------------------------*/
a.frame01-02{
	border-radius: 3px;
	background: #FFFFFF;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-left:10px;
	color: #fd9658;
	border: 1px solid #fd9658;
}


.midashi01-02{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
}
#home #main h3,
#training #main h3,
#enterprise #main h3,
#tebiki #main h3{	
	border-left: 10px solid #3CC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #099;
	font-size: 1.3em;
}


.tokubox01{
	width: 590px;
	font-weight: normal;
	font-size: 110%;
	padding-top: 0px;
	
}

.tokubox01 dt{
	clear: both;
	float: left;
	width: 5.5em;
	padding: 7px 0 0 0px;
	margin:5px 0px 0px 0px;
}
.tokubox01 dd{
	padding: 7px 5px 7px 5.5em;
	margin:5px 0px 0px 0px;
	width: auto;
}


.circle01{
	border-radius: 50%;
	height: 1.5em;
	width: 500px;
	font-size: 18px;
	color: #FFF;
	background: #F96;
	margin: 30px auto 20px;
	text-align: center;
	padding: 30px 10px;
}

/*boxのレイアウト
---------------------------------------------*/
.box01{
	margin-left: 20px;
}




/*施設案内のレイアウト
---------------------------------------------*/
#facilities #main h4,
#enterprise #main h4{
	border-radius: 15px;
	background: #3CC;
	width: 250px;
	font-size: 15px;
	height: 20px;
	line-height: 1em;
	padding-top: 7px;
	padding-left: 15px;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 8px;
}
#facilities table{
	border-collapse: collapse;
	width: 590px;
	margin-left: 20px;
}
#facilities td{
	border: 1px solid #CCC;
	padding: 5px 5px 4px;

}

.bg01{
	background: #94CB10;
}
.bg02{
	background: #EBEBEB;
}
.bg03{
	background: #999999;
}
.bg04{
	background: #fcb2d7;
}
.bg05{
	background: #fcf4b2;
}

#facilities #map01{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/*受給者証取得のレイアウト
---------------------------------------------*/


.frame01{
	border-radius: 15px;
	margin-left: 0px;
	border: 2px solid #fd9658;
	padding: 10px 20px;
	margin-top: 15px;
	margin-bottom: 12px;
}


.frame01-01{
	border-radius: 15px;
	background: #fd9658;
	text-align: center;
	margin-bottom: 10px;
}

.yajirushi02{
	background: url(images/yajirushi02.png) no-repeat center;
	margin: 5px auto 5px auto;
	text-align: center;
	width: 70px;
	padding-top: 32px;
}
#zyukyuu #main .circlebox02{
	border-radius:50% 50%;
	color: #036;
	background: #61A4E0;
	padding: 20px 20px;
	font-size: 150%;
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


/*作業についてのレイアウト
---------------------------------------------*/
#training table.nagare01{
	border-collapse: collapse;
	width: 590px;
}
#training table.nagare01 tr{
	border: 1px solid #569de0;

}
.nagare01-01{
	width: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	font-size: 110%;
}
.left-space01{
	padding-left: 7em;
}
#training table.example01{
	border-collapse: collapse;
	width: 560px;
}
#training table.example01 td{
	border: 1px solid #333;
	width: 80px;
	padding: 10px 5px;
}
#training table.example01 td.example01-01{
	width: 54px;
	line-height: 1.3em;
}

.halfbox01{
	width: 273px;
	text-indent:-1em;
	padding:0 1.1em 0 1em;
	float: left;
	margin-bottom: 10px;
}

/*企業の方へのレイアウト
---------------------------------------------*/





/*ご利用お申し込みのレイアウト
---------------------------------------------*/
.frame02{
	border-radius: 15px;
	margin-left: 0px;
	border: 2px solid #ffba57;
	padding: 10px 20px;
	margin-top: 15px;
	margin-bottom: 12px;
}


.frame02-01{
	border-radius: 15px;
	background: #ffba57;
	text-align: center;
	margin-bottom: 10px;
}

.yajirushi01{
	background: url(images/yajirushi03.png) no-repeat center;
	/*margin: 5px 5px 5px 280px;*/
	text-align: center;
	width: 70px;
	padding-top: 32px;
	margin: 5px auto 5px auto;
}

#main p a:link.sign,
#main p a:visited.sign {
	color: #FFF;
	background-color: #F96;
	border-radius: 8px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
}



/*「よくある質問」のレイアウト
---------------------------------------------*/


/*「行ってみよう」のレイアウト
---------------------------------------------*/



.box02-01{
	background: #D7EEFF;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right:15px;
	padding-left:15px;
	text-align: center;
}
.box02-02{
	text-align: center;
	background: #E0E0EF;
	padding: 15px 40px 10px;
}
.box02-02 p{
	line-height: 1.5em;
	padding-bottom: 10px;
	
}
.box02-02 p.tume01{
	padding-top: 0px;
	margin-top: 0px;
}

.yajirusi01{
	background: url(images/yajirusi.jpg) no-repeat center;
	margin: 5px;
	text-align: center;
}




/*
---------------------------------
page
---------------------------------*/


.iro01{
	background: #CCFFCC;
}

.iro02{
	background: #CCFFFF;
}
.iro03{
	background: #FFCC66;
}
.iro04{
	background: #FFCCCC;
}
.iro05{
	background: #FFCCFF;
}
.iro06{
	background: #FFFFCC;
}
.iro07{
	background: #6C6;
}
.iro08{
	background: #81b6e7;
}
.iro09{
	background: #fce9c9;
}
.iro10{
	background: #3385FF;
}
.iro11{
	background: #FFE1E1;
}
.box04{
	padding: 12px;
}



/* footerの基本的なスタイル
--------------------------------------------*/
counter{
	text-align: center;
	
}

/*.line01{
	background: #999;
	width: 900px;
	color: #FFF;
}
*/

.footer-box{
	float: left;
	width: 250px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	
}
.footer-box h3 {
	font-size: 120%;
	color: #FC3;
	padding-bottom: 8px;
}
.footer-box h4 {
	text-align: center;

}
.footer-box p a,.footer-box h4 a {
	color: #FFE9B9;
}
.footer-box p {
	font-size: 90%;
	line-height: 1.5em;
}

#copyright {
	color: #FFF;
	padding-top: 5px;
	text-align: center;
	font-size: 80%;
	padding-bottom: 5px;
}

/* フォントの基本的なスタイル
--------------------------------------------*/
vvvv--------------- {
}

.margin-line {
	margin-top:1.8em;
}

.margin1 {
	margin-top:1em;
}
.margin2 {
	margin-top:2em;
}
.margin3 {
	margin-top:3em;
}
.margin4 {
	margin-top:4em;
}
.margin5 {
	margin-top:5em;
}
.margin6 {
	margin-top:6em;
}

.margin-left1 {
	margin:0 0 0 1em;
}
.padding0-5 {
	padding:0.5em 0 0 0;
}
.padding1 {
	padding:1em 0 0 0;
}

.padding2 {
	padding:2em 0 0 0;
}


.indent1 {
	text-indent:1em;	
}

.right {
	text-align:right;
}
.center {
	text-align:center;
}
.center02 {
	text-align:center;
	padding-right: 3em;
	padding-left: 3em;
}
.bold{
	font-weight: bold;
}

.box-left {
	float: left;
	width: 315px;
	margin: 0 0 1em 0;
}

.box-right {
	float: right;
	width: 200px;
	margin: 0 0 1em 0;
}

.both {
	clear: both;	
}

.left {
	clear: left;	
}
.border-radius{
	border-radius: 15px;
}


/*突き出しインデント1*/
.jut1 p{
	text-indent:-1em;
	padding:0 0 0 1em;
}

.jut1_5 p{
	text-indent:-1.5em;
	padding:0 0 0 1.5em;
}

.jut2 p{
	text-indent:-2em;
	padding:0 0 0 2em;
}
.jut4 p{
	text-indent:-4em;
	padding:0 0 0 4em;
}


.color01{
	color: #6C3;
}


.color02{
	color: #F60;
	
}

.color03{
	color: #F30;
}

.color03-150{
	color: #F30;
	font-size: 1.5em;
}

.color04-150{
	color: #063;
	font-size: 1.5em;
}
.color05{
	color: #6C6;
}
.color06w{
	color: #FFF;
}
.color07{
	color: #039;
}
.color07-120{
	color: #039;
	font-size: 1.2em;
}
.color08-120{
	color: #096;
	font-size: 1.2em;
}
.color09-120{
	color: #3C9;
	font-size: 1.2em;
}
.color10-120{
	color: #06C;
	font-size: 1.2em;
}
.color11-110{
	color: #090;
	/*font-weight: bold;*/
	font-size: 110%;
}

.color08{
	color: #999;
}


.small70 {
	font-size: 70%;
}
.small75 {
	font-size: 75%;
}
.small80 {
	font-size: 80%;
}
.small85 {
	font-size: 85%;
}
.small90 {
	font-size: 90%;
}
.small95 {
	font-size: 95%;
}
.small96 {
	font-size: 96%;
}
.small97 {
	font-size: 97%;
}
.small98 {
	font-size: 98%;
}
.small103 {
	font-size: 103%;
}
.small105 {
	font-size: 105%;
}
.small120 {
	font-size: 120%;
}
.small130 {
	font-size: 130%;
}
.small150 {
	font-size: 150%;
}















/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

body{
word-wrap : break-word;
overflow-wrap : break-word;
}

#header{
	display: none;
}
#header-iPod{
	display: block;
	margin-top: 1.5em;
}
.header01-title05{
	float: left;
	padding-top: 5px;
}
.header01-tel05{
	float: right;
	text-align: right;

}
.header01-tel05 p{
		line-height: 1.4em;
}
.header01-img05{
	display: none;
	margin-bottom: 2em;
}
#home .header01-img05{
	display: block;
	width: 100%;
	/*margin-right: auto;
	margin-left: auto;*/
}

/*アコーディオンメニュー
--------------------------------------------*/	
li{
list-style: none;
cursor: pointer;
}
ul.acordion{
	/*background: #B5E8D9;*/
	margin: 30px auto 35px auto;
	padding: 0;
	display: block;
	/*position: absolute;*/
	top: 150px;
	width:80%;
	z-index: 2;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	background: linear-gradient(left,#a9f8f0,#85d6fd);
	background: -moz-linear-gradient(left,#a9f8f0,#85d6fd);
	background: -webkit-gradient(linear,left top,right top, from(#a9f8f0), to(#85d6fd));
	font-weight: bold;	
}
ul.acordion li {
border-bottom: solid 1px #808080;
}
ul.acordion li:first-child {
/*border-top: solid 1px #808080;*/
border-top:none;
}
ul.acordion li ul {
margin: 0;
padding: 0;
border: none;
}
ul.acordion li ul li {
	/*background: #B5E8D9;*/
	background: linear-gradient(left,#a9f8f0,#85d6fd);
	background: -moz-linear-gradient(left,#a9f8f0,#85d6fd);
	background: -webkit-gradient(linear,left top,right top, from(#a9f8f0), to(#85d6fd));
}
ul.acordion /*li ul*/ li:last-child{
	border-radius: 15px;
border-bottom: none;

}
ul.acordion li ul li a {
color: #696969;
display: block;
padding: 5px 10px 5px 10px;
text-decoration: none;
}
ul.acordion li ul li a:hover {
	background: #FFF;
}

ul.acordion li .none-submenu {
background: url(trigger-arrow.png) no-repeat 98% 50%;
background-size: 2%;
display: block;
padding: 5px 10px 5px 10px;
}
ul.acordion li .active-submenu {
background: url(triggeractive-arrow.png) no-repeat 98% 50%;
display: block;
padding: 15px;
}	




}



/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media screen and (max-width: 959px){
	
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
word-wrap : break-word;
overflow-wrap : break-word;
}
#container,
#container2,
#container3,
#main,
table
 {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#container {
}

#wrapper {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}



#main {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	position: relative;
}

#sidebar {
	display: none;
}




address{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	text-align: center;
}

#container2 {
	width: 100%;
}

#wrapper2 {

	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	width: 100%;
	clear: both;
	padding-top: 20px;
	/*text-align: center;*/
}



#home .car01,
#facilities .car01,
#training .car01,
#enterprise .car01,
#tebiki .car01,
#acsess .car01,
#qanda .car01,
#zyukyuu .car01{
	display: none;
}



#home #main h2,
#facilities #main h2,
#training #main h2,
#acsess #main h2,
#qanda #main h2,
#enterprise #main h2,
#tebiki #main h2,
#zyukyuu #main h2{
	background: url(none);
	font-size: 150%;
	padding-left: 10px;
	color: #000;
	margin-bottom: 10px;
	border-bottom: 2px solid #6FB62C;
	line-height: 1.5em;
	margin-top: 1em;
	border-top: 2px solid #6FB62C;
	border-right: 2px solid #6FB62C;
	border-left: 15px solid #6FB62C;
	padding-top: 12px;
	padding-bottom: 5px;
}
#enterprise #main h2{
	border-bottom-color: #3681C3;
	border-top-color: #3681C3;
	border-right-color: #3681C3;
	border-left-color: #3681C3;
}
#tebiki #main h2{
	border-bottom-color: #E83820;
	border-top-color: #E83820;
	border-right-color: #E83820;
	border-left-color: #E83820;
}

/*mainのレイアウト
---------------------------------------------*/
.tokubox01{
	width:100%;
	/*font-weight: normal;
	font-size: 110%;
	padding-top: 0px;*/
	
}
.circle01{
	height: auto;
	width: 80%;
	font-size: 18px;
	color: #FFF;
	background: #F96;
	margin: 30px auto 20px;
	text-align: center;
	padding: 30px 20px;
}

/*boxのレイアウト
---------------------------------------------*/
.box01{
	margin-left: 0px;
}


/* footerの基本的なスタイル
--------------------------------------------*/

.footer-box{
	float: none;
	width: 80%;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;	
	margin: 0px auto;
}
.footer-box h3 {
	font-size: 120%;
	color: #FC3;
	padding-bottom: 8px;
}
.footer-box h4 {


}
.footer-box p a,.footer-box h4 a {
	color: #FFE9B9;
}
.footer-box p {
	font-size: 90%;
	line-height: 1.5em;
}

#copyright {
	color: #FFF;
	padding-top: 5px;
	text-align: center;
	font-size: 80%;
	padding-bottom: 5px;
}

/*施設案内のレイアウト
---------------------------------------------*/

#facilities table{
	width: 100%;
	margin-left: 0px;
}
#facilities td{
	border: 1px solid #CCC;
	padding: 5px 5px 4px;

}

.bg01{
	background: #94CB10;
}
.bg02{
	background: #EBEBEB;
}
.bg03{
	background: #999999;
}
.bg04{
	background: #fcb2d7;
}
.bg05{
	background: #fcf4b2;
}

#facilities #map01{
	/*margin-top: 20px;
	margin-bottom: 20px;*/
	margin-left: 0px;
}
#facilities #map01 img{
	width:100%;
}


/*作業についてのレイアウト
---------------------------------------------*/
#training table.nagare01{
	width: 100%;
}

.nagare01-01{
	width: 6em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	font-size: 110%;
}
.left-space01{
	padding-left: 6em;
}


.halfbox01{
	width: 45%;

}

/*「行ってみよう」のレイアウト
---------------------------------------------*/

#acsess img.road01{
	width: 70%;
	height:auto;
}

#acsess img.road02{
	width: 50%;
	height:auto;
}

}


/* 幅644px以下から ヘッダー等微調節694px
------------------------------------------------------------*/
@media screen and (max-width: 749px){

#header-iPod{
    text-align: center;
	margin-top: 0em;
}

.header01-title05{
	width: 90%;
	float: none;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.header01-title05 img{
	width: 90%;
	/*max-width: 100%;
    height: auto;*/
}

.header01-tel05{
	width: 90%;
	float: none;
	margin-top: 1.5em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*.header01-tel05 img{
	max-width: 80%;
    height: auto;
}*/


.halfbox01{
	width: 90%;
	padding:0 1.1em 0 1em;
	margin-bottom: 0px;
}
}





