th {padding: 6px;}
textarea {
	margin-bottom: 10px;
}
/* ----- #slider  ----- */
.main-slider .image-slider {
  min-height: 450px;
}
.slider-content .slider-title,
.slider-content .slider-title a {
	font-size: 27px;
	line-height: 1.17em;
}
.slider-content .slider-title a:hover {
	color: #2dcc70;
}
.slider-content .slider-text {
	color: #343434;
	font-size: 14px;
	line-height: 1.200;
}

/* ----- #Headings  ----- */
h1, h2, h3, h4, h5, h6 {
	color: #343434;
	font-weight: 600;
	margin-bottom: 12px;
}
h1 {
	margin-top:32px;
	font-size: 21px;
	padding: 0.7em;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 12px;
	letter-spacing: 1px;
	/* font-style: normal; */
	background: #65D995;/*69d4ff*/
	border: 0px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

h2 {/*使わないこと*/
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 1px;
	/*padding: 0.28em 0.4em;/*上下 左右の余白*/
	/*border-left: solid 5px #2dcc70;/*左線03B7FF*/
}

h3 {
	font-size: 16px;
	padding: 0.4em;
	line-height: 26px;
  background: #F5F5F5;/*背景色*/
}
h4 {
	font-size: 14px;
	padding: 0.4em;
	line-height: 20px;
  background: #F5F5F5;/*背景色*/
}
p {
	font-size: 16px;
	margin: 0 0 21px 0;
	line-height: 26px;
}
.entry-title {/*投稿*/
	color: #515151;
	font-size: 26px;
	padding: 0.1em;
	/*font-style: normal;*/
	/*line-height: 30px;
	color: #69d4ff;*/
	margin-bottom: 20px;
	font-style: italic;
	background: #FFFFFF		
}
.page-title {/*固定*/
	color: #515151;
	font-size: 26px;
	padding: 0.1em;
	/*line-height: 1.333;*/
	margin-bottom: 20px;
	background: #FFFFFF	
}
#site-title {
	background: #FFFFFF	
}
#site-description {
	line-height: 1.8;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #2dcc70;
}
blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: solid 2px #464646;
    color: #464646;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #2dcc70;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
	font-weight: bold;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.comments-title {
	font-size: 20px;
	font-weight: 600;
}