@charset "utf-8";

/* Init tags
================================================*/
/*--- reset */
* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

address, em, cite, dfn, var {
  font-style: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:none;
	color: #0066cc;
}

a {
    -webkit-tap-highlight-color:transparent;
}

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

a img {
    border-style:none;
}


html,body {
  -webkit-text-size-adjust: none;
}


body {
    margin:0;
	width:100%;
    font: 16px/22px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,sans-serif;
	color:#333;
	background:#f3f3f3;
}



.center{
	text-align:center;
	margin:0 auto;
}


img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.b {
	font-weight:bold;
	font-size:16px;
}

.red {
	color:#ff0000;
	font-weight:bold;
	font-size:16px;
}

.pink {
	color:#ff387e;
	font-weight:bold;
	font-size:16px;
}

.orange {
	color:#ea9450;
	font-weight:bold;
	font-size:16px;
}

.yellow{
	background:#ffff99;
	font-weight:bold;
	font-size:16px;
}

.blue {
	color: #0024ff;
	font-weight:bold;
	font-size:16px;
}

.yline {
    background: linear-gradient(transparent 74%, #ff0 0%);
    font-weight: bold;
}

.txt-l{
	font-size: 36px;
}


/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
#main{
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	overflow:hidden;
}

#header {
	margin:0px auto;
	width:100%;
	background:#eb6877;
	border-bottom:2px solid #fff;
	text-align:center;
	padding: 10px 0;
}

.contents{
	background:#fff;
	margin: 10px;
}



.txt-area{
	font-size:14px;
	padding:10px;
}

.t-title{
	font-weight:bold;
	margin:15px 0;
}


/*blog
================================================*/

.blog {
	padding:10px;
}

.b-title{
	margin:2px 0;
	font-size:12px;
	color:#999;
}

#view {
	margin-top:6px;
	color:#999;
	font-size:12px;
	padding:3px 10px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

.vl{
	float:left;
}

.vr{
	float:right;
}


h1{
	font-size:18px;
	line-height:24px;
	font-weight:bold;
}

h2{
    margin-bottom: 10px;
    padding: 6px 4px;
    color: #4A4A4A;
    background-color: #F7F7F7;
    border-color: #EEEEEE #C3C3C3 #C3C3C3 #EEEEEE;
    border-style: solid;
    border-width: 1px;
}

h2 span {
    border-left: 6px solid #fa7f3c;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    font-size: 16px;
    font-weight: bold;
}



h3{
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	margin:10px 5px;
	background: url(../images/arrow.png) no-repeat 0 4px;
	-webkit-background-size:10px 12px;
	padding-left:15px;
}

.area{
	background:#f9f9f9;
	border:1px solid #e5e5e5;
	padding:7px;
	margin:15px auto;
	width: 80%;
	font-size: 14px;
}

.area img{
	margin-bottom: 10px;
}

.tag{
	color:#376189;
}


.tw_box {
	margin: 15px auto;
	border-radius: 10px;
	background-color: #FFFFFF;
	border: 1px solid #e9edf2;

}

.tw_box a{
	color:#0000ff;

}
.tw_img{
	width: 100%;
	margin-bottom: 5px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom: 1px solid #e9edf2;
}
.tw_box .tw_prof{
	padding: 5px;
}
.tw_prof img{
	float: left;
	margin-right: 5px;
	border-radius:5px;
}

.tw_box .tw_prof p:last-child,
.tw_box p.time{
	color: #9F9F9F;
	font-weight: normal;
}

.time{
	margin-left: 10px;
	margin-top: 10px;
}
.write{
	font-size: 15px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.tw_icon{
	margin-right: 8px;
	margin-left: 8px;
	list-style-type: none;
}
.tw_icon li{
	width: 33%;
	float: left;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.bb{
	font-size:16px;
	color:#1c2022;
	font-weight:bold;
}

#insta{
	border:1px solid #dbdbdb;
	border-radius:4px;
	background:#fff;
	margin:10px 0;

}

.insta-hea{
	padding:10px;
}

.prof{
	float:left;
}

.prof img{
	border-radius:40px;
	border:1px solid #dedede;
}

.name{
	font-weight:bold;
	margin:10px 0 0 10px;
	float:left;
}

.follow{
	font-weight:bold;
	float:right;
	margin:10px 0 0;
	color:#3897f0;
	font-size:16px;
}

.ph{
	position:relative;
}


.ar{
	position:absolute;
	bottom:8px;
	left:8px;
}

.comment{
	padding:0px 35px 0px 0px;
	margin:10px;
	background: url(../images/icon.png) no-repeat bottom right;
	-webkit-background-size:32px 32px;
}

.tag{
	color:#376189;
}

.date{
	color:#999;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 20px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@keyframes vertical {
0%, 100% { -webkit-transform: scale(0.8) }
  50% { -webkit-transform: scale(1.0) }
}

.post-cta-btn{
  animation: vertical ease-in-out infinite alternate;
  text-align:center;
}

.post-cta-btn{ animation-duration: 2.0s}

/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
#footer{
	text-align:center;
	color:#fff;
	background:#eb6877;
	font-size:12px;
	padding:10px 0;
}

#footer a{
	color:#fff;
}

.f-menu{
	margin:0 auto;
}


.f-menu li {
	display:block;
	list-style:none;
	float:left;
	width: 50%;
}

address {
	margin:0px auto;
	padding:10px 0;
}
