﻿@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	width: 100%;
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	background-color:#fcf4e4;
	font-family: 'Kosugi Maru', sans-serif!important;/* WEBフォント */
}
.img{
	max-width: 100%;
	height:auto;
	}

.w100{max-width: 100%;}
/* 隙間をなくす */
li img,dt img,dd img{
vertical-align:bottom;
}

/* IEの隙間をなくす */
img{
	vertical-align: top;
	vertical-align: bottom;
}	
.switch {visibility: hidden;}/* スマホＰＣ切り替えＣＳＳ*/

#wrap {
	width: 100%;
	overflow:hidden;
}

a{ outline: none;}

a:link,
a:visited {
	color: #f85200;
	font-weight: normal;
}

a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.red{color:#FF0004;}

/* フロート解除　*/
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/* img ----------------------------------------------------------------------------------*/
.img-pc { } 
.img-sp { display:none; } 

@media screen and (max-width: 700px) {
.img-pc { display:none; } 
.img-sp {display:inline-block; } 
}
/* 改行 ----------------------------------------------------------------------------------*/
.br-sp { } /**スマホ改行非表示*/
.br-pc { display:none; } /**ＰＣ改行非表示*/

@media screen and (max-width: 700px) {
.br-sp { display:none; } /*スマホ改行非表示*/
.br-pc {display:block; } /*ＰＣ改行非表示*/
}

/* ヘッダー ----------------------------------------------------------------------------------*/

header{width: 100%;}
.header_in{
	max-width:1100px;
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
.logo{
	max-width:500px;
	float:left;
	}
.tel{
	float:right;
	max-width: 300px;
}
@media screen and (max-width:1000px){
header{
	padding: 0px 0px 20px;
	}
.logo{width:80%;}
.tel{display:none;}
}
@media screen and (max-width:600px){
header{
	padding: 0px 0px 10px;
	}
}


/*メニュー------------------------------------*/
.nav_sp{display: none;}

@media screen and (max-width:1000px){
.nav_sp{display:block;}
}

/*スマホ版メニュー------------------------------------*/
@media screen and (max-width:1000px){
.sp_img{/*スマホTEL*/
	font-size: 16px !important;
	color: #000;
	padding: 20px 0px!important;
	border-bottom: none!important;
}
.sp_btn{/*無料体験・資料請求ボタン*/
	display: flex!important;
	justify-content: center;
}
.sp_btn p{padding: 0px 7px;}
}


/*NAV ----------------------------------------------------------------------------------*/
.menu_moji{display:none !important;}/*ＰＣでは非表示ボタン */
.li_none{display:none !important;}/*ＰＣでは非表示ボタン */
.menu_img{}


@media screen and (max-width:1000px){
.menu_moji{display:block !important;}
.li_none{display:block !important;}
.menu_img{display:none !important;} 
}

/* スライダー ----------------------------------------------------------------------------------*/
.wideslider{margin:0 auto;}

/*フッダー ----------------------------------------------------------------------------------*/
footer{
	width: 100%;
	height:270px;
	background-color:#c1e4ee;
	background:url(../img/base/footer_bg.jpg)center bottom no-repeat;
}	
footer p{
	font-size:12px;
	text-align:center;
}
.f_logo{
	text-align:center;
	padding:30px 0px;
	width: 80%;
	margin: 0 auto;
	}


.copy{
	text-align:center;
	color:#000;
	font-size:11px;
	padding:5px;
}

/*fooder_menu*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 30px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-size:12px;
	background:url(../img/base/icon_h.png) no-repeat left center;
	padding-left:12px;
	margin-right:20px;
}
ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#000;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#1280E7;
}
@media screen and (max-width: 500px) {
footer{
	height:auto;
	background:#fcf4e4;
	}
ul.footer_menu{
	display: none;
}
.f_logo{
	padding:30px 0px 10px;
	}
}


/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
}
.vegas_text{
	max-width: 1100px;
	width: 90%;
	height:650px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	}

.vegas_text img{max-width: 550px;}

@media screen and (max-width: 1000px) {
.vegas_text{height:500px;}
}

@media screen and (max-width: 700px) {
.vegas_text{height:400px;}
.vegas_text img{max-width: 300px;}
}
@media screen and (max-width: 500px) {
.vegas_text{height:350px;}
.vegas_text img{max-width: 220px;}
}


/* 文字  ----------------------------------------------------------------------------------*/
.S{
	font-size:15px;
	line-height: 170%;
}
.M{
	font-size:20px;
	line-height: 130%;
	margin-bottom:10px;
}
.L{
	font-size:25px;
	margin-bottom:10px;
}
.pink{color:#ec5d6f;}
.white{color:#FFF;}

.marker{
	background: linear-gradient(transparent 0%, #ffff66 0%);
}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:12px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}
/* 配置 ----------------------------------------------------------------------------------*/
.right1{float: right;}
.left1{float: left;}	
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}

.mr10{margin-right:10px;}


/* ページＴＯＰ  ----------------------------------------------------------------------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #2c1903;
  opacity: 0.6;
  border-radius: 50%;
  z-index:1000;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* 共通 ----------------------------------------------------------------------------------*/
.main{width: 100%;}

.p_top{
	padding-top: 50px;
}
.box{
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{padding:20px;}

.pan{
	font-size: small;
	max-width:980px;
	margin:0 auto;
	padding:5px;
	width:100%;
}


.center{text-align:center;}
.pink{color:#ED1178;}
@media screen and (max-width: 1050px) {/*box1050以下*/
.p_top{padding-top:30px;}
.box{
	width: 90%;
	padding-top:0px;}
}
@media screen and (max-width: 600px) {
.center{text-align:left;}
.box_in{padding:10px;}
}
/* text----------------------------------------------------------------------------------*/
.title{
	font-size:38px;
	line-height:100%;
	color:#4c3012;
	text-align:center;
}
.title_txt{
	font-size:14px;
	text-align:center;
	color:#4c3012;
	margin-bottom:20px;
}
.title2{
	font-size:25px;
	color:#FFF;
	margin-bottom:20px;
	padding:5px 15px;
}
.title3{
	border-radius: 50px;
	background:url(../img/base/pt_bg.jpg);
	font-size:23px;
	padding: 10px 30px;
	margin: 0px 10px 30px;
}
.title_img{
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
.title{font-size:20px;}
.title_txt{font-size:12px;}
.title_txt_left{text-align:left !important;}
.title2{
	font-size:15px;
	line-height:120%;
	margin-bottom:10px;
}
.title3{
	font-size:18px;
	padding: 10px 20px;
}
}



/* PT ----------------------------------------------------------------------------------*/
.pt{
	width: 100%;
	background-position:center top;
	background-size:cover;
	background:url(../img/base/pt_bg.jpg);
}
.pt_in{
	max-width:1000px;
	margin:0 auto;
}
.pt_in h2{
	color:#584033;
	text-align:center;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
	font-size:25px;
	line-height:100%;
	padding-top:70px;
}
.pt_in p{
	font-size:40px;
	color:#FFFFFF;
	text-align:center;
	font-family: "Rounded Mplus 1c"; /* WEBフォント */
	padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
.pt_in h2{
	font-size:25px;
	padding-top:50px;
}
.pt_in p{
	font-size:40px;
	padding-bottom: 30px;
}	
}

/* ボタン ----------------------------------------------------------------------------------*/
.btn1{
	background:url(../img/base/ya.png) no-repeat center right #fc7d0d;
	padding: 0.7em 3.5em 0.5em 2em;
	display: inline-block;
	text-decoration: none;
	margin:20px 0px;
	font-size:15px;
	}
.btn1:link,
.btn1:visited {
	color:#FFF;
	font-weight: normal;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	color:#FFF;
	text-decoration: none;
	background-color:#f9a55b;
}

/* TOP ----------------------------------------------------------------------------------*/

/* section1　*/
.sec1{
	width:100%;
	background:url(../img/base/bg1.png) no-repeat top center;
	padding:50px 0px;
}
.sec1_inner{
	max-width:1100px;
	width:95%;
	margin:0 auto;
	padding: 80px 0px 30px;
	overflow:hidden;
	display:flex;
	align-items: center;
	justify-content:space-between;
}
.sec1_img{
	text-align:center;
	width:30%;
}
.sec1_text{width:65%;}
.sec1_btn{margin:20px;}

.sec1_text h2{
	margin-bottom: 10px;
}
.sec1_text p{
	font-size: 16px;
}

@media screen and (max-width: 800px) {
.sec1_inner{
	flex-wrap:wrap;
	flex-direction:column-reverse;
}
.sec1_img{width:80%;margin-bottom: 20px;}
.sec1_text{width:90%;text-align:center;}
.sec1_text p{
	font-size: 14px;
	padding: 15px 0px;
}
}
@media screen and (max-width: 600px) {
.sec1{padding:30px 0px 20px;}
}


/* section2　*/
.sec2{
	width:100%;
	padding:27px 0px 0px;
	background:url(../img/top/bg1.png)top repeat-x;
	overflow:hidden;
}
.sec2_in{
	width:100%;
	background-color:#d6ebf3;
}
.sec2_inner{
	max-width:1000px;
	margin:0 auto;
	padding:50px 0px;
	overflow:hidden;
}
@media screen and (max-width: 600px) {
.sec2_inner{padding:20px 0px 30px;}
}



.top_news{
	box-sizing: border-box;　/* はみ出し解除魔法*/
	max-width:850px;
	width:95%;
	background-color:#FFFFFF;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	behavior: url("PIE.htc");
	margin:0 auto 30px;
	padding: 30px 20px;
}
.top_blog{
	box-sizing: border-box;　/* はみ出し解除魔法*/
	max-width:850px;
	width:95%;
	overflow:hidden;
	background-color:#FFFFFF;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	behavior: url("PIE.htc");
	margin:0 auto 30px;
	padding: 30px 20px;
}
table.news {
	width:90%;
	margin:10px auto 10px;
	font-size: 17px;
	line-height: 150%;
}
table.news th {
	margin: 0px;
	padding: 10px;
	border-bottom:dashed 1px #492812;
}
table.news td {
	margin: 0px;
	padding: 10px;
	border-bottom:dashed 1px #492812;
}

.contact_tel{
	margin:60px auto 0px;
	text-align:center;
}

@media screen and (max-width: 700px) {
table.news {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-size: 14px;
	line-height: 130%;
}
table.news th {
	width:90%;
	display:block;
	border-bottom:none;
	text-align:left;
	padding:10px 10px 0px;
}
table.news td {
	width:90%;
	display:block;
	padding:0px 10px 10px;
	}
.contact_tel{
	margin:30px auto 0px;
}
}


/* about------------------------------------------------ */
.about_box{
	overflow:hidden;
	margin-bottom:10px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.about_box h3{
	width:20%;
}
.about_box p{
	width:79%;
}

@media screen and (max-width: 700px) {
.about_box{
	flex-wrap:wrap;
	}
.about_box h3{
	width:40%;
}
.about_box p{
	width:100%;
	margin:10px 0px 0px;
}
}
/* 活動 ----------------------------------------------*/
.katudou_box{
	box-sizing: border-box;
	width:80%;
	margin:0 auto 50px;
	background-color:#f6e0c1;
	border-radius: 20px;
	padding:20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.katudou_img{
	width:30%;
	text-align:center;
}

@media screen and (max-width: 800px) {
.katudou_box{
	width:100%;
	margin:0 auto 30px;
	}
}
@media screen and (max-width: 650px) {
.katudou_box{
	flex-wrap: wrap;
	}
.katudou_img{
	margin:0 auto;
	width:50%;
}
}

/* 表 --------------------------------------------*/
table.type01 {
	width:100%;
	margin:10px auto 10px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color:#FFFFFF;
    font-size:15px;
	line-height:140%;
}
table.type01 th {
	padding: 10px 10px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	vertical-align:middle;
	text-align:center;
}
table.type01 td {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align:middle;
}

table.type02 {
	width:100%;
	margin:10px auto 10px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #f9a55b;
	border-left: 1px solid #f9a55b;
	background-color:#FFFFFF;
	line-height:140%;
}
table.type02 th {
	padding: 10px 10px;
	font-weight: bold;
	border-right: 1px solid #f9a55b;
	border-bottom: 1px solid #f9a55b;
	background: #f9a55b;
	vertical-align:middle;
	text-align:center;
	color:#FFF;
	font-size:18px;
}
table.type02 td {
	padding: 5px 10px;
	border-right: 1px solid #f9a55b;
	border-bottom: 1px solid #f9a55b;
	vertical-align:middle;
	font-size:15px;
}
.nowrap{white-space: nowrap;}

@media screen and (max-width: 600px) {/*タブレット*/
table.type01{
	font-size:12px;
}
table.type01 th {padding: 3px 5px;}
table.type01 td {padding: 3px;}
}
/* access -------------------------------------------*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
background-color:#CCC;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* ギャラリー -------------------------------------------*/
ul.pic{
	display:flex;
	flex-wrap: wrap;
	margin-top:20px;
	justify-content:center;
}
ul.pic li{
	width:20%;
	background-color:#FFF;
	border: solid 1px #D7D7D7;
	padding:1%;
	margin:1%;
	text-align:center;
}
ul.pic img{
	width:100%;
	margin-bottom:5px;
}
@media screen and (max-width: 700px) {/*タブレット*/
ul.pic li{
	width:27%;
	font-size:11px;
	line-height:120%;
}
}

/* SNS -------------------------------------------*/
ul.sns{
	width: 90%;
	margin: 0 auto;
}
ul.sns li{
	margin-bottom: 15px;
}

/* 入所について -------------------------------------------*/
.join_box{
	width:100%;
	max-width: 800px;
	box-sizing: border-box;
	margin:0 auto 50px;
	background-color:#FFF;
	border-radius: 20px; 
	padding:50px 20PX;
}

/* 入所までの流れ ------------------------------*/

.flow_allbox{
	display: flex;
	justify-content: center;
	margin: 50px 0px;
}
.flow_img{width: 40%;text-align: center;}
.flow_img img{width: 80%;margin: 0 auto;}
.flow_sp{display: none;}
.flow_pc{}

.flow_design03 {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
.flow_allbox{
	flex-wrap: wrap;
	justify-content: center;
}
.flow_img{width: 100%;}
.flow_img img{width: 95%;}
.flow_sp{display: block;}
.flow_pc{display: none;}

.flow_design03 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
}
.flow_design03 {
	width: 95%;
	margin: 0 auto 50px;
	}
	
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 50px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #60afd7;
  display: inline-block;
  margin-right: 0.5em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #60afd7;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
	font-size: 1.5em;
	line-height: 150%;
	font-weight: 600;
	color: #381d05;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

.flow_txt{/* 流れの説明文 ------------------------------*/
	font-size: 16px!important;
	font-weight: normal!important;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
  font-size: 1.0em;
	line-height: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.flow_txt{font-size: 13px!important;}
}



/*　一日の流れ------------------------------*/

.schedule_white{
	background: #FFF!important;
}
.schedule {
    position: relative;
    font-size: 20px;
	margin-left: 50px;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 6.5em;
    width: 6px;
    height: 100%;
    background-color: #deeef7;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.schedule li + li {
    margin-top: 1em;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #3388dd;
    color: #fff;
    text-align: center;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #3388dd;
    content: "";
}
.schedule_time::after {
    position: absolute;
    top: 50%;
    left: 6em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #3388dd;
    content: "";
}

.schedule_content_title {
    font-weight: bold;
}

.schedule_content {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 10em);
}

@media screen and (max-width: 600px) {
.schedule {
    font-size: 16px;
	margin-left: 0px;
}
}


/*　学童案内------------------------------*/
.about_img{
	margin: 100px auto 0px;
	max-width: 700px;
}
@media screen and (max-width: 600px) {
.about_img{
	margin: 30px auto;
	max-width: 700px;
}
}

/*　目的------------------------------*/
.mokuteki{
	background: #d6ebf3;
	border-radius: 40px;
	padding: 30px 30px 0px;
	margin: 0 auto;
	width: 90%;
	max-width: 800px;
	text-align: center;
	box-sizing: border-box;
}
.mokuteki h2{
	margin: 0 auto 30px;
}
.mokuteki p{
	font-size: 18px;
	max-width: 700px;
	margin: 0 auto 30px;
}
.mokueki_img{
	max-width: 600px;
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
.mokuteki{
	padding: 20px 20px 0px;
}
.mokuteki h2{
	margin: 0 auto 20px;
}
.mokuteki p{
	font-size: 14px;
	margin: 0 auto 30px;
}
}

/*　フォトギャラリー------------------------------*/
ul.gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px auto 50px;
}
ul.gallery li{
	margin: 1.5%;
	background: #ccc;
	text-align: center;
}
ul.gallery li img{
	object-fit: cover; /* トリミング */
	width: 200px;
	height: 200px;
}
@media screen and (max-width: 800px) {
ul.gallery li img{
	width: 180px;
	height: 180px;
}	
}
@media screen and (max-width: 700px) {
ul.gallery li img{
	width: 160px;
	height: 160px;
}	
}
@media screen and (max-width: 600px) {
ul.gallery li img{
	width: 130px;
	height: 130px;
}	
}
@media screen and (max-width: 500px) {
ul.gallery li img{
	width: 100px;
	height: 100px;
}	
}

/*smoothスライダー------------------------------*/
#smooth{
	width: 100%;
	margin-bottom: 80px;
}
#makeMeScrollable { 
	width:100%;
	position: relative; 
	}   
#makeMeScrollable div.scrollableArea img {
	 position: relative;
	 width:350px;
	 margin:7px;
	 float: left;
	 padding: 0; 
	 }
@media screen and (max-width: 800px) {
#makeMeScrollable div.scrollableArea img {
	width:250px;
}
}
@media screen and (max-width: 600px) {
#makeMeScrollable div.scrollableArea img {
	width:150px;
}
}
