@charset "UTF-8";

/*　基本設定
-------------------------------------*/
body {
	background-color:#FFFFFF;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing:0.05em;
	color: #444;
	/*color:#333;*/
	font-family:"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","Open Sans","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust : 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: relative;
    right: 0;
    overflow-x: hidden;
}

/*If you want this size in pixels (px)	Declare this percent (%)
10px		77%
11	px		85%
12	px		93%
13	px		100%
14	px		108% (was 107%)
15	px		116% (was 114%)
16	px		123.1% (was 122%)
17	px		131% (was 129%)
18	px		138.5% (was 136%)
19	px		146.5% (was 144%)
20	px		153.9% (was 152%)
21	px		161.6% (was 159%)
22px		167%
23	px		174%
24	px		182%
25	px		189%
26	px		197%
*/

a:link,a:visited{
	cursor: pointer;
	color:#000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
}
img{
	vertical-align: top;
	border: 0;
}
a img{
	vertical-align:top;
}
a.win{
}
a.win img {
	display:inline-block;
	margin-left:6px;
	padding-top:2px;
}
a.win:after{
}
a.win:hover{
}
a.linkArrow01{
}
a.linkArrow01:hover{
}

#wrap{
	text-align:left;
	width:100%;
	min-width:1000px;
}
#main {
	width:1000px;
	margin:0 auto;
}
.clearfix:after {
 	content: "";
 	clear: both;
	 display: block;
	 height: 0;
}
.hidePc {
	display:none;
}

/*　１カラム　*/
.layout-one-column {
	margin:0 auto;
}
.layout-one-column #main {
	margin:0 auto;
}
.layout-one-column .contentIn {
	width:1000px;
	margin:0 auto;
}

/*　2カラム（右メニュー）*/
.layout-two-column-right {
	margin:0 auto;
}
.layout-two-column-right .contentIn {
	width:1000px;
	margin:0 auto;
}
.layout-two-column-right #main {
	width:762px;
	float:left;
}
.layout-two-column-right #sidebar {
	width:214px;
	float:right;
}


/*　header
-------------------------------------*/
header {
	width:1000px;
	margin:0 auto;
	position:relative;
}
header .headTxt {
	position:absolute;
	top:12px;
	left:0;
	width:100%;
}
header .headTxt p {
	text-align:right;
	font-size:14px;
	line-height:1;
}
header .headLgo {
	margin-bottom:24px;
}
header .headLgo a {
	display:block;
	width:313px;
	height:110px;
	background:url(/images/common/lgo-header_001.png) left top no-repeat;
	background-size:contain;
	overflow: hidden;
}
header .headLgo a p,
header .headLgo a h1 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left:5px;
}
header .headLgo img {
}
header .headContact {
	position:absolute;
	width:341px;
	right:0;
	top:59px;
}
header .headContact .tel {
	float:left;
}
header .headContact .form {
	float:right;
}
header .headContact .form a {
	display:block;
	width:169px;
	text-align:center;
	background:#862983;
	color:#fff;
	text-decoration:none;
	line-height:1;
	padding:8px 0;
	margin-top:-8px;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	font-weight:bold;
}
header .headContact .form a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}


/*　globalNav
-------------------------------------*/
#globalNav {
	position:relative;
	font-size:15px;
	letter-spacing:0.1em;
}
#globalNav:before {
	position:absolute;
	width:22px;
	height:51px;
	background:url(../images/common/img-nav_001.png) left top no-repeat;
	content:"";
	display:block;
	left:-6px;
	top:-5px;
}
#globalNav:after {
	position:absolute;
	width:22px;
	height:51px;
	background:url(../images/common/img-nav_002.png) left top no-repeat;
	content:"";
	display:block;
	right:-6px;
	bottom:-5px;
	z-index:200;
}
#globalNav nav ul {
}
#globalNav nav ul li {
	float:left;
	position:relative;
}
#globalNav nav ul li a {
	text-decoration:none;
	display:block;
	line-height:1;
	padding:16px 0;
}
#globalNav nav ul li a:hover,
#globalNav nav ul li a.active {
	color:#862983;
}
#globalNav nav ul li {
	margin-left:58px;
}
#globalNav nav ul li.nav03,#globalNav nav ul li.nav07 {
	margin-left:61px;
}

#globalNav #button {
	display:none;
}

/*子メニュー*/
#globalNav nav {
	position:relative;
}
#globalNav .childMenu {
	display:none;
	position:absolute;
	top:44px;
	left:-20px;
	min-width:158px;
	width:auto;
	background:#fff;
	border:none;
	padding:20px 28px;
	white-space:nowrap;
	z-index:100;
}
#globalNav .childMenu li {
	float:none;
	margin-left:0;
}
#globalNav .childMenu li a {
	width:auto;
	text-align:left;
	border:none;
	font-weight:normal;
	padding:10px 0;
}
#globalNav .nav07 .childMenu {
	left:auto;
	right:0;
}

/*　planning
-------------------------------------*/
.planning {
	border:1px solid #ccc;
	text-align:center;
	padding:30px 20px 40px;
	margin:20px 0 80px;
}
.planning h1 {
	font-size:24px;
	color:#000;
	font-weight:normal;
	margin-bottom:20px;
}
.planning p {
	text-align:center;
}
.planning p a {
	display:inline-block;
	background:#862983;
	color:#fff;
	text-decoration:none;
	margin-top:20px;
	width:210px;
	padding:5px 0;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
	font-weight:bold;
}
.planning p a:hover {
	opacity:0.7;
}

/*子ページ*/
#page .planning {
	margin-top:60px;
	margin-bottom:0;
}
#page .planning h1 {
	font-size:24px !important;
	color:#000 !important;
	font-weight:normal;
	margin-bottom:20px !important;
}


/*　contact
-------------------------------------*/
#contact {
	background:#862983;
}
#contact .contactIn {
	width:840px;
	margin:0 auto;
	padding:30px 0 27px;
}
#contact .contactIn p {
	color:#fff;
	float:left;
}
#contact .contactIn p br {
	display:none;
}
#contact .contactInfo {
	float:right;
}
#contact .contactInfo .tel {
	float:left;
	margin-top:3px;
}
#contact .contactInfo .form {
	float:right;
	margin-left:16px;
	margin-top:3px;
}
#contact .contactInfo .form a {
	display:block;
	width:230px;
	text-align:center;
	background:#fff;
	color:#862983;
	text-decoration:none;
	line-height:1;
	padding:10px 0;
	margin-top:-12px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	font-weight:bold;
	font-size:18px;
}
#contact .contactInfo .form a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/*　pageTop
-------------------------------------*/
#pageTop {
	position:fixed;
	bottom:18px;
	right:14px;
}

/*　footer
-------------------------------------*/
footer {
	width:1000px;
	margin:24px auto 46px;
}
footer .footerIn {
	margin-bottom:34px;
}
footer .footerIn .companyInfo {
	float:left;
	width:266px;
	padding-top:3px;
}
footer .footerIn .companyInfo .img {
	float:left;
	margin-right:25px;
}
footer .footerIn .companyInfo .txt {
	float:left;
	font-size:12px;
}
/*20180604 ADD sole-color nagashima*/
footer .footerIn .companyInfo table {
    margin-top: 20px;
    margin-left: 65px;
}
footer .footerIn ul.accordion {
	float:left;
}
footer .footerIn ul.accordion a {
	text-decoration:none;
	color:#4d4d4d;
}
footer .footerIn ul.accordion a:hover {
	text-decoration:underline;
}
footer .footerIn ul li {
	list-style:none;
}
footer .footerIn .childMenu {
	margin:8px 0 0 10px;
}
footer .footerIn .childMenu li {
	font-size:14px;
	margin:2px 0;
}
footer .footerIn ul li.nav01 {
	width:202px;
	border-left:1px solid #ccc;
	padding-left:40px;
}
footer .footerIn ul li.nav02 {
	width:158px;
}
footer .footerIn ul li.nav05 {
	width:127px;
}
footer .footerIn ul li.single {
	margin-bottom:15px;
}
footer .bottomMost {
	font-size:14px;
	margin-bottom:55px;
}
footer .copyright {
	text-align:right;
}
footer .copyright small {
	font-size:12px;
}

/* areaBox */
footer .areaBox {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding:10px 0;
}
footer .areaBox table {
	border-spacing:0 18px;
	border-collapse:separate;
	width:100%;
	font-size:12px;
}
footer .areaBox th {
	width:95px;
	text-align:right;
	font-size:18px;
	color:#000;
	padding-right:32px;
	vertical-align:top;
}
footer .areaBox td {
	vertical-align:middle;
}

/*　子ページ
-------------------------------------*/
#page .contentIn {
	margin-bottom:150px;
}

/*　pageTtl
-------------------------------------*/
.pageTtl {
	width:1000px;
	/*margin:50px auto;*/
	margin:40px auto 50px auto; /*sano rewrited*/
}
.pageTtl h2 {
	font-weight:normal;
	color:#000;
	font-size:30px;
	text-align:right;
}

/*　pnkz
-------------------------------------*/
#pnkz {
	color:#000;
	font-size:12px;
	text-align:right;
	margin-bottom:56px;
	line-height:1;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
}
#pnkz span {
	padding:7px 0 7px 13px;
	margin-left:13px;
	border-left:1px solid #ccc;
}
#pnkz span:first-child {
	padding-left:0;
	margin-left:0;
	border-left:none;
}

/*　pager
-------------------------------------*/
#pager {
	text-align:center;
	margin-top:55px;
	font-size:20px;
	line-height:1;
	margin-left:-50px;
}
#pager span {
	display:inline-block;
	min-height:29px;
	margin-left:50px;
}
#pager .prev {
	background:url(../images/common/ico-arrow_pager_001.png) left center no-repeat;
	padding-left:32px;
}
#pager .next {
	background:url(../images/common/ico-arrow_pager_002.png) right center no-repeat;
	padding-right:32px;
}

/*　sidebar
-------------------------------------*/
#sidebar h1 {
	background:#eee;
	text-align:center;
	color:#862983;
	padding:10px;
}
#sidebar ul {
	border-bottom:1px solid #ccc;
	margin-bottom:35px;
}
#sidebar ul li {
	list-style:none;
	border-top:1px solid #ccc;
}
#sidebar ul li:first-child {
	border-top:none;
}
#sidebar ul li a {
	text-decoration:none;
	display:block;
	padding:12px 8px;
}
#sidebar ul li a:hover {
	color:#862983;
}
#sidebar ul li a.active {
	background:#862983;
	color:#fff;
}
#sidebar ul.child {
	border-bottom:none;
	border-top:1px solid #ccc;
	margin:0;
}
#sidebar ul.child li {
	margin-left:14px;
	border-top:1px dotted #ccc;
}
#sidebar ul.child li:first-child {
	border-top:none;
}
#sidebar .sideBnr figure {
	margin-bottom:10px;
}
#sidebar .sideBnr figure img {
	width:214px;
	height:auto;
}
#sidebar .sideBnr {
	margin-bottom:-4px;
}


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

.hidePc {
	display:inherit;
}
.hideSp {
	display:none;
}


/*　基本設定
-------------------------------------*/
#main {
	width:auto;
	margin:0  20px;
}
#main.moduleContent {
	margin:0;
}
figure {
	max-width:100%;
}
figure img {
	max-width:100%;
	height:auto;
}

/*アコーディオン用*/
.accordion .childMenu {
	display:none;
}

/*　１カラム　*/
.layout-one-column {
	margin:0 auto;
}
.layout-one-column #main {
	margin:0;
}
.layout-one-column .contentIn {
	width:auto;
	margin:0 20px;
}

/*　2カラム（右メニュー）*/
.layout-two-column-right {
	margin:0 auto;
}
.layout-two-column-right .contentIn {
	width:auto;
	margin:0 20px;
}
.layout-two-column-right #main {
	width:auto;
	float:none;
	margin-right:0;
}
.layout-two-column-right #sidebar {
	width:auto;
	float:none;
}

/*　header
-------------------------------------*/
header {
	width:auto;
	margin:0 10px 15px;
}
header .headTxt {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	margin-top:10px;
}
header .headTxt p {
	text-align:left;
	line-height:1.5;
	width:83%;
	margin:0 auto;
}
header .headLgo a {
	width:100%;
	background-position:center top;
}
header .headContact {
	position:inherit;
	max-width:300px;
	width:auto;
	right:auto;
	top:auto;
	margin:30px auto 0;
}
header .headContact .tel img{
	width:130px;
	height:auto;
}
header .headContact .form {
}
header .headContact .form a {
	width:160px;
	font-size:15px;
	letter-spacing:0;
	padding:8px 0;
	margin-top:-8px;
}

/*　globalNav
-------------------------------------*/
#globalNav {
}
#globalNav:before,#globalNav:after {
	display:none;
}
#globalNav #slide_menu{
    position: fixed;
	top:0;
    right: -243px;
    width: 240px;
	height:100%;
    background: #fff;
	z-index:1000;
	border-left:3px solid #862983;
	padding-top:90px;
}
#globalNav nav ul {
	border-left:none;
	height:100%;
	overflow:auto;
	padding-bottom:90px;
}
#globalNav nav ul li {
	float:none;
	position:relative;
}
#globalNav nav ul li a {
	text-decoration:none;
	font-weight:bold;
	display:block;
	line-height:1.5;
	width:auto;
	text-align:left;
	border-right:none;
	border-bottom:1px solid #ccc;
	padding:10px 20px;
}
#globalNav nav ul li a:hover,
#globalNav nav ul li a.active {
	color:#862983;
}
#globalNav nav ul li.nav01 a {
	width:auto;
	border-top:1px solid #ccc;
}
#globalNav nav ul li {
	margin-left:0;
}
#globalNav nav ul li.nav03,#globalNav nav ul li.nav07 {
	margin-left:0;
}

/*子メニュー*/
#globalNav ul li.parent p {
	cursor:pointer;
}
#globalNav ul li.nav07 {
	margin-bottom:90px;
}
#globalNav ul li.parent p:hover span a {
	color:#862983;
}
#globalNav ul li.parent > p span a {
	pointer-events:none;
	background:url(../images/common/ico-arrow_down_001.png) right 20px center no-repeat;
	background-size:20px auto;
}
#globalNav ul li.parent > p span.open a {
	background:url(../images/common/ico-arrow_up_001.png) right 20px center no-repeat;
	background-size:20px auto;
}
#globalNav .childMenu {
	display:none;
	position:inherit;
	top:auto;
	left:auto;
	min-width:0;
	width:auto;
	background:#eee;
	border:none;
	padding:0;
	white-space:inherit;
	z-index:auto;
}
#globalNav .childMenu li {
	float:none;
}
#globalNav .childMenu li a {
	width:auto;
	text-align:left;
	font-weight:normal;
	padding:10px 20px;
	border-bottom:1px solid #ccc;
}
#globalNav .nav07 .childMenu {
	left:auto;
	right:auto;
}

/*ボタン用*/
#globalNav #button {
	display:block;
	position:fixed;
	right:20px;
	top:20px;
	cursor:pointer;
	background:#862983;
	width:50px;
	height:50px;
	z-index:9998;
	color:#fff;
}
.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  background: transparent;
  outline: none;
  padding:0 10px;
  position:relative; }
  .tcon > * {
    display: block; }
  .tcon:hover,
  .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }
.tcon-txt {
	display:block;
	position:absolute;
	bottom:3px;
	left:0;
	font-weight:bold;
	text-align:center;
	font-size:10px;
	color:#fff;
	width:100%;
}
.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  position: relative;
  margin-top:-9px}
  .tcon-menu__lines::before,
  .tcon-menu__lines::after {
    display: inline-block;
    height: 3px;
    width: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 7px; }
  .tcon-menu__lines::after {
    top: -7px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--xcross {
  width: auto;height:50px; }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before,
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      top: 0;
      width: 30px; }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active,
  .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }


/*　planning
-------------------------------------*/
.planning {
	text-align:left;
	padding:20px 20px 30px;
	margin:20px 0 40px;
}
.planning h1 {
	font-size:20px;
	line-height:1.3;
}
.planning p {
	text-align:left;
}
.planning p.link {
	text-align:center;
}
.planning p br {
	display:none;
}
.planning p a {
	margin-top:15px;
}

/*子ページ*/
#page .planning {
}
#page .planning h1 {
	font-size:20px !important;
	line-height:1.3;
}

/*　contact
-------------------------------------*/
#contact .contactIn {
	width:auto;
	padding:15px 20px 20px;
}
#contact .contactIn p {
	float:none;
	text-align:center;
	margin-bottom:15px;
}
#contact .contactIn p br {
	display:inherit;
}
#contact .contactInfo {
	float:none;
}
#contact .contactInfo .tel {
	float:none;
	margin-top:0;
	text-align:center;
}
#contact .contactInfo .form {
	float:none;
	margin:0;
}
#contact .contactInfo .form a {
	margin:7px auto 0;
}



/*　pageTop
-------------------------------------*/
#pageTop {
	position:inherit;
	bottom:auto;
	right:auto;
	border-top:1px solid #ccc;
	height:40px;
	background:url(../images/common/btn-pageTop_sp_001.png) center center no-repeat;
	background-size:auto 15px;
}
#pageTop img {
	display:none;
}
#pageTop a {
	display:block;
	width:100%;
	height:40px;
}

/*　footer
-------------------------------------*/
footer {
	width:auto;
	margin:24px 0 20px;
}
footer .footerIn {
	margin-bottom:0;
}
footer .footerIn .companyInfo {
	float:none;
	max-width:266px;
	margin:0 auto 30px;
	width:auto;
}
footer .footerIn .companyInfo  p {
	text-align:center;
}
footer .footerIn .companyInfo .txt {
	text-align:left;
}
    /*20180604 ADD sole-color nagashima*/
    footer .footerIn .companyInfo table {
        margin: 20px auto 0;
    }

footer .footerIn ul.accordion {
	float:none;
}
footer .footerIn ul.accordion a {
	color:#862983;
	font-size:16px;
	display:block;
	width:auto;
	height:100%;
	padding:10px 20px;
}
footer .footerIn ul.accordion a:hover {
	text-decoration:none;
	background:#eee;
}
footer .footerIn ul li {
	padding:0 !important;
	border-bottom:1px solid #ccc;
}
footer .footerIn ul li.parent p span {
	cursor:pointer;
	background:url(../images/common/ico-arrow_down_001.png) right 20px center no-repeat;
	background-size:20px auto;
	display:block;
}
footer .footerIn ul li.parent p span:hover {
	background:url(../images/common/ico-arrow_down_001.png) right 20px center no-repeat #eee;
	background-size:20px auto;
}
footer .footerIn ul li.parent p span.open {
	background:url(../images/common/ico-arrow_up_001.png) right 20px center no-repeat;
	background-size:20px auto;
}
footer .footerIn ul li.parent p span a {
	pointer-events:none;
}
footer .footerIn .childMenu {
	margin:0;
}
footer .footerIn .childMenu li {
	margin:0;
	border-bottom:1px solid #fff;
}
footer .footerIn .childMenu li:last-child {
	border-bottom:none;
}
footer .footerIn .childMenu li a {
	background:#ccc;
}
footer .footerIn ul li.nav01 {
	width:auto;
	border-left:none;
	border-top:1px solid #ccc;
}
footer .footerIn ul li.nav02 {
	width:auto;
}
footer .footerIn ul li.nav03,footer .footerIn ul li.nav07 {
	margin:0;
}
footer .footerIn ul li.nav05 {
	width:auto;
}
footer .footerIn ul li.single {
	margin-bottom:0;
}
footer .bottomMost {
	margin:0 20px 10px;
}
footer .copyright {
	margin:0 20px;
}

/* areaBox */
footer .areaBox {
	border-top:none;
	padding:10px 20px;
}
footer .areaBox table {
}
footer .areaBox th {
	width:auto;
	text-align:left;
	padding-right:0;
	padding-bottom:5px;
	display:block;
}
footer .areaBox td {
	vertical-align:middle;
	display:block;
}

/*　子ページ
-------------------------------------*/
#page .contentIn {
	margin-bottom:50px;
}

/*　pageTtl
-------------------------------------*/
.pageTtl {
	width:auto;
	margin:30px 20px;
}
.pageTtl h2 {
	font-size:24px;
}

/*　pnkz
-------------------------------------*/
#pnkz {
}

/*　pager
-------------------------------------*/
#pager {
	margin:50px 0 50px -50px;
	font-size:16px;
}
#pager span {
	display:inline-block;
	min-height:20px;
	margin-left:50px;
}
#pager .prev {
	background:url(../images/common/ico-arrow_pager_sp_001.png) left center no-repeat;
	background-size:contain;
	padding-left:25px;
}
#pager .next {
	background:url(../images/common/ico-arrow_pager_sp_002.png) right center no-repeat;
	background-size:contain;
	padding-right:25px;
}

/*　sidebar
-------------------------------------*/
#sidebar {
}
#sidebar figure {
	text-align:center;
}
#sidebar figure img {
	max-width:100%;
	height:auto;
}

}


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

header .headLgo {
	margin-left:10px;
}
header .headLgo a {
	margin:0;
	background-position:left top;
	max-width:313px;
	width:75%;
}

}
