@charset "utf-8";

/* ---------------------------------------------------
   File: index.css
   Version: 1.0.0
   Update: 2016-02-01
   Author: http://flowlab.co.jp

   (c)2007-2016 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===================================================
    PC
=================================================== */
/* -------------------------------
		Slide Contents
------------------------------- */
.carousel-inner {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

#mainSlide {
	margin-bottom: 50px;
}


/* -------------------------------
		Topic
------------------------------- */
.topic {
	padding-top: 70px;
}
.topic h2 {
	font-size: 1.2em;
	margin-bottom: 15px;
}
.topic h2 time {
	font-size: 0.8em;
	display: block;
	margin-bottom: 7px;
}
.border-bottom{
	text-decoration: underline;
}

/* -------------------------------
		Instagram
------------------------------- */
#instagram {
	background: #f2f2f2;
	padding: 20px 0 36px;
	margin-top: 150px;
}
#instagram h2 {
	width: 32px;
	height: 32px;
	margin: 0 auto 20px;
}

/* -------------------------------
		Footer
------------------------------- */
#footer {
	/*background: #f5f5f5;*/
	border-top: none;
	margin-top: 0;
}


/* ===================================================
    TABLET - LARGE
=================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {

}





/* ===================================================
    TABLET
=================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

}










/* ===================================================
    SMART PHONE
=================================================== */
@media screen and (max-width: 767px) {

}