

/* hadana_insta
----------------------- */
.red {
	text-align: center;
	color: #f00;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
}

#insta {
	margin: 15px 5px 0;
	font-family: Helvetica, Arial, sans-serif;
}

#insta h1 {
	margin-top: 5px;
	position: relative;
	padding: .2em;
	text-align: center;
	color: #666;
	font-family: "Rounded Mplus 1c";
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	background: #ffe800;
	background: -moz-linear-gradient(top,  #ffe800 0%, #ffbda7 100%);
	background: -webkit-linear-gradient(top,  #ffe800 0%,#ffbda7 100%);
	background: linear-gradient(to bottom,  #ffe800 0%,#ffbda7 100%);
}
#insta h1 span {
	display: block;
	padding: .3em 1em;
	border: 1px dashed #ccc;
}
#insta h1::before,
#insta h1::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
#insta h1::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #ccc;
}
#insta h1::after {
	top: -15px;
	right: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-bottom-color: #ccc;
}

#insta h2 {
	margin: 20px auto 10px;
	text-align: center;
}
#insta h2 span {
	color: #e3007e;
	font-family: "Rounded Mplus 1c";
	font-size: 16px;
	line-height: 26px;
	background: #fff url(image/icn_instagram.png) no-repeat 0 50%;
	padding: 3px 0 3px 38px;
}

#insta #phts {
	margin: 10px 15px;
	position: relative;
	min-height: 280px;
}
#insta #phts img {
	width: 100%;
}
#insta #phts p {
	max-width: 180px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(20,20,20,0.5);
}
#insta #phts p:nth-child(1) {
	position: absolute;
	top: 5%;
	left: -10px;
	transform:rotate(-5deg);
	z-index: 3;
}
#insta #phts p:nth-child(2) {
	position: absolute;
	top: 0;
	right: -10px;
	transform:rotate(10deg);
	z-index: 2;
}
#insta #phts p:nth-of-type(3) {
	position: absolute;
	bottom: 3%;
	left: 32%;
	z-index: 1;
}


#insta .ballonwrap {
	float: right;
	margin-top: -20px;
	position: relative;
} 
#insta .ballon {
	position: relative;
	background: #ffbea6;
	height: 44px;
	width: 170px;
	padding: 5px 10px;
	margin-bottom: 20px;
	border-radius: 20px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
#insta .ballon:before {
	content: '';
	position: absolute;
	background: #929292;
	height: 16px;
	width: 16px;
	border-radius: 8px;
	top: -20px;
	right: 50px;
}
#insta .ballon:after {
	content: '';
	position: absolute;
	background: #929292;
	height: 10px;
	width: 10px;
	border-radius: 5px;
	top: -30px;
	right: 70px;
}

#insta .notes {
	font-size: 14px;
	font-weight: bold;
}
#insta .notes li {
	list-style: none;
	margin: 20px 2px 0;
	display: inline;
}

#insta .notes h4 {
	position: relative;
	padding: 0.8em;
	border: none;
}
#insta .notes h4::before,
#insta .notes h4::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
#insta .notes h4::before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#insta .notes h4::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
#insta .notes dd {
	margin: 10px 0 0;
	line-height: 1.4;
	text-align: center;
}
#insta .notes ul {
	text-align: center;
}
#insta .notes li {
	display: inline;
}

#insta hr {
	clear:both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 20px;
}
#insta h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 14px;
}

#insta ul, #insta ol {
	margin-bottom: 10px;
}
#insta ul {
	list-style: disc;
	margin-left: 1.5em;
}
#insta ul ul {
	list-style: none;
	margin-left: 1em;
	text-indent: -1em;
}
#insta ul ol {
	margin-left: -2em;
}

#insta li {
	margin-left: 0;
}


@media screen and (min-width: 768px) {
	#insta #phts p {
		max-width: 200px;
	}
	#insta #phts {
		/*min-height: 320px;*/
	}
}
@media screen and (min-width: 568px) {
	#insta .phtwrap {
		float: right;
		width: 49%;
	}
	#insta .notes {
		float: left;
		width: 49%;
	}
}
@media screen and (max-width: 768px) {
	#insta #phts p:nth-of-type(3) {
		display: none;
	}
}
@media screen and (max-width: 567px) {
	#insta .notes {
		clear: both;
	}
}
@media screen and (max-width: 420px) {
	#insta #phts {
		min-height: 210px;
	}
}

