/*
Template:hueman
Theme Name:hueman_child170903
Theme URI:http://realine.me/
Description:huemanの子テーマです
Author:REALINE
Version:1.0
*/

@import url("../hueman/assets/front/css/main.css");

body {
	font-family: Meiryo, sans-serif;
}
.container-inner {
	max-width: 98%;
	margin: 0 auto;
}
.main {
	max-width: 1440px;
	margin: auto;
}
.col-2cl .main-inner {
	background: #fff;
}
#header .pad {
	padding-top: 5px;padding-bottom: 5px;
}
.pad {
	padding: 18px 30px 20px 30px;
}
#nav-header .container {
	padding: 0 11%;
}
.single .post-title {
	font-size: 1.5em;
	letter-spacing: -1px;
	line-height: 1.3em;
	height: auto;
}
.site-title {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -0.5px;
	float: left;
	line-height: 25px;
	padding-left: 11%;
}
.site-title a {
	display: block;
	color: #1d00ff;
	max-width: 100%;
}
.post-title {
	height: 4em;
	font-size: 15px;
}
.post-list .post-row {
	margin-bottom: 15px;
}
.post-thumbnail {
	position: relative;
	margin-bottom: 0.2em;
}
.blog .post,
.single .post,
.archive .post,
.search .post,
.search .page {
	margin-bottom: 5px;
}
.col-2cl .s1 {
	background-color: #fff;
}
.post-list .post,
.post-list .page {
	width: 25%;
	float: left;
}
.post-meta .post-category {
	float: none;
	margin-right: 6px;
}
.wpp-list li {
	padding: 10px 0;
	border-bottom: 1px
	 solid #e4e4e4;
}
.single .related-posts .post-title {
	font-size: 15px;
	line-height: 1.2em;
	height: 4em;
}
.related-entry-thumbnail .related-entry-thumb{
	margin:0;
	padding:0;
	float:none;
}
.related-entry-thumbnail .related-entry-content{
	margin: -20px 6px 0;
}
.related-entry-thumbnail .related-entry-content a{
	font-weight:normal;
}
.related-posts li {
	width: 23%;
	margin-right: 15px;
}

/* ------------------------------------------------------------------------- *
 *  Mobile (Mid Res) : 719px > 0px (480px & 320px)
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 719px) {
.post-list .post,
.post-list .page {
	max-width: 50%;
	width: 260px;	
	float: left;
}
.post-title {
	height: 4em;
	word-break: break-all;
}
.post-list .post-inner {
	margin-right: 15px;
}
.site-title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.5px;
	float: left;
	line-height: 25px;
	padding: 5px 0px;
}
.related-entry-thumbnail{
 	width:16%;
	height:220px;
	text-align:center;
	overflow:hidden;
	float:left;
	margin-bottom:15px;
	margin-right:5px;
}
.related-posts li {
	width: 43%;
}
}
/* End---------------------------------------------------------------------- */

.textbutton {
	font-size: 23px;
	font-weight: bold;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	background-color: #1d00ff;
	border: 2px solid #1d00ff;
	color: #fff;
	margin-top: 25px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 25px;
	float: left;
	max-width: 900px;
	width: 92%;
}
.textbutton:hover {
	background-color: #fff;
	border-color: #1d00ff;
	color: #1d00ff;
}
.textbutton::before,
.textbutton::after {
	top: 0;
	max-width: 1000px;
	width: 92%
	height: 100%;
	background-color: #1d00ff;
}
.textbutton::before {
	right: 0;
}
.textbutton::after {
	left: 0;
}
.textbutton:hover::before,
.textbutton:hover::after {
	width: 0;
	background-color: #1d00ff;
}
.dugabutton {
	height: 100%;
	padding-bottom: 33px;
}
/* タグ一覧のCSS */
ul.tag_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tag_list li {
	display: inline-block;
	margin: 10px;
	padding: 5px;
}
ul.tag_list li a {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	background-color: #1d00ff;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
ul.tag_list li a::before {
	position: absolute;
	top: 0;
	left: -15px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent #1d00ff transparent transparent;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	-webkit-transition: .2s;
	transition: .2s;
}
ul.tag_list li a::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 100%;
}
ul.tag_list li span {
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul.tag_list li a:hover {
	background-color: #555;
	color: #fff;
}
ul.tag_list li a:hover::before {
	border-right-color: #555;
}

/*Pagenation*/
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
.main-video-container {
	max-width: 800px;
}
.clearfix:after {
    content:" ";
    display: block;
    clear: both;
}
.sidebar .widget {
	padding: 30px 30px 0px;
}
.entry li {
	list-style: none;
}

/* simpletags tagcloud */
ul.st-tag-cloud {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.st-tag-cloud li {
	display: inline-block;
	margin: 0px 20px 5px 0px;
	padding: 5px;
}
ul.st-tag-cloud li a {
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 1em;
	background-color: #1d00ff;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
ul.st-tag-cloud li a::before {
	position: absolute;
	top: 0;
	left: -15px;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent #1d00ff transparent transparent;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	-webkit-transition: .2s;
	transition: .2s;
}
ul.st-tag-cloud li a::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 100%;
}
ul.st-tag-cloud li span {
	display: block;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
ul.st-tag-cloud li a:hover {
	background-color: #555;
	color: #fff;
}
ul.st-tag-cloud li a:hover::before {
	border-right-color: #555;
}