@charset "utf-8";

/*
===== ボディデフォルト ===========================
*/

body {
	text-align:center;
	background-color: #fff;
	color:#000;
	font:14px "Source Sans Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", "Trebuchet MS",sans-serif;
	font-style: normal;
	font-weight: 400;
	*font-size: small;
	*font: x-small;
	line-height: 160%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, address, form, blockquote{
	padding: 0px;
	text-align: left;
	display: block;
	margin: 0px;
	font-size:100%;
}

table, th, tr, td {
	margin : 0px;
	text-align: left;
	empty-cells: show;
	font-weight: normal;
}

hr,.areaAnchor,.anchor {
    border: none;
}

img {
	vertical-align: bottom;
}

ul, li , ol, dl, dt, dd {
	margin: 0px;
	padding: 0px;
    list-style: none; 
}

/* Start of "Micro clearfix" */

.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* End of "Micro clearfix" */

#btn-more {
    clear: both;
    width: 60px;
	height: 38px;
	background: #000;
	border: 2px solid #000;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	color: #fff;
	margin: 20px auto;
	padding: 42px 20px 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}

#btn-more:hover {
    background: #fff;
	color: #06c;
	border: 2px solid #06c;
	cursor: pointer;
}

.line01 {
	clear:both;
	border: 0;
	height: 20px;
}


/*
===== リンク ===========================
*/

a:link {
	color: #6cf;
	text-decoration:none;
}

a:visited {
	color: #333;
	text-decoration:none;
}

a:hover {
	color: #f63;
	text-decoration: none;
}


/*
===== コンテンツ ===========================
*/

#container {
	height: auto;
	max-width: 400px;
	margin: 30px auto;
}

#container img {
	max-width: 100%;
    height: auto;
	display:block;
}

.hmn16h {
	margin: 20px 0;
	text-align:center;
	font-size:135%;
}

.hmn16 {
	margin: 20px 0;
	text-align:center;
}

#top_container {
	height: auto;
	width: 960px;
	margin: 0 auto 0;
	padding: 20px 0 5px 0;
}

.insta {
    float: left;
    max-width: 292px;
    margin: 14px;
}

.insta img {
    width: 100%;
    height: auto;
}

.insta a {
  /*padding:5px;
  margin:5px;
  border:1px solid #e1e1e1;*/
  display:inline-block;
  border-radius: 4px;
  position:relative;
}

.insta .likes {
  background:rgba(0,0,0,0.5);
  font-family:sans-serif;
  font-size:1.2em;
  font-weight:bold;
  position:absolute;
  color:#ffffff;
  right:1px;
  top:1px;
  left:1px;
  bottom:1px;
  opacity:0;
  text-align:center;
  /*line-height:280px;*/
  text-shadow:0 1px rgba(0,0,0,0.5);
  -webkit-font-smoothing:antialiased;
  -webkit-transition: opacity 100ms ease;
	-moz-transition: opacity 100ms ease;
	-o-transition: opacity 100ms ease;
	-ms-transition: opacity 100ms ease;
	transition: opacity 100ms ease;
}

.likes > *{
    vertical-align: middle;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}

.likes span {
    height: 100%;
    width: 0px;
    display: inline-block;
    zoom: 1; /* Fix for IE7 */
    *display: inline; /* Fix for IE7 */
}

.insta a:hover .likes {
  opacity:0.88;
}


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

#top_container {
	height: auto;
	text-align: center;
	width: 100% !important;
	margin: 10px auto !important; 
	padding: 0;
}

.insta {
    float: left;
    position:relative;
    width: 30%;
    height: auto;
    margin: 1.5%;
}

.insta img {
    width: 100%;
    height: auto;
}

}


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

#top_container {
	height: auto;
	text-align: center;
	width: 100% !important;
	margin: 5px auto !important; 
	padding: 0;
}

.insta {
    float: none !important;
    position:relative;
    width: 320px !important;
    height: auto;
    margin: 5px auto !important;
}

.insta img {
    width: 100%;
    height: auto;
}

.line01 {
	height: 0px;
}

}
