/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */


/* MAIN ------------------------------------------------------ */

/* ******************************* */
/* diver main theme カスタム */

/* font size */
body {
	font-family: "メイリオ", Meiryo, sans-serif;
}

@media (min-width: 600px) {
	.post-title {
		font-size: 18px !important;
	}
}

@media (max-width: 599px) {
	.post-title {
		font-size: 16px !important;
	}
}

.widget_post_list .meta .post_list_title {
	font-size:1.1em !important;
}

/* button */
input[type="submit"].searchsubmit {
	color: #ffffff;
	background-color: #0066EE;
}
input[type="submit"].submit {
	color: #ffffff;
	background-color: #0066EE;
}

.single_title {
	background-color: #03AFAF;
	color: #FFFFFF;
}


/* comment form */
.comment-form-email {
	display:none; 
}
.comment-form-url {
	display:none; 
}

/* ******************************* */
/* plugin popular post カスタム */

.widget_popular_ranking ul li, .widget_new_entries ul li {
  display:block;
  overflow: hidden;
  background: #ffffff;
}
/* ホバー時の色 */
.widget_popular_ranking ul li:hover, .widget_new_entries ul li:hover {
  background-color: #f1f1f1;
}
/* wppタイトルスタイル */
a.wpp-post-title, a.new-entry-title {
  display: block;
  color: #555555;
  min-height:88px;
  height:auto !important;
  height:88px;
  padding: 2px;
}
a.wpp-post-title:hover, a.new-entry-title:hover {
  text-decoration: none !important;
  color: #555555;
}

/* wppタイトルフォントサイズ */
.wpp-post-title{
	font-size: 16px;
}

/* ******************************* */
/* wiget RSSカスタム */
.nav-previous {
	display:none; 
}

.nav-next {
	display:none; 
}

.wprss-feed-meta {
	display:none; 
}

.wp-rss-aggregator {
	background-color: #FFFFFF;
}

.rss-aggregator {
	background-color: #FFFFFF;
}


/* ******************************* */
/* wiget ULIKEカスタム */
.wp_ulike_general_class {
	height: 80px;
	line-height: 80px;
	width: calc(100%);
	padding-left: calc(100% - 100px);
}

/* ******************************* */
/* カスタム bbs1 */
.theme_uc_dispname {
	color: #00CC00;
}
.theme_uc_con_art_a {
	
}
.theme_uc_con_art_b {
	font-weight: bold;
}
.theme_uc_con_art_c {
	font-weight: bold;
	color: #FF3300;
}

.theme_uc_seg_space {
	width: 100%;
	min-height: 25px;
}

/* ******************************* */
/* カスタム bbs2 */

/* 段落 */
DIV.uc_a_a{
	
}
DIV.uc_a_b{
	border: solid 1px #D4D4D4;
	border-radius: 10px;
	background-color: #FCFCFC;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 15px;
}
DIV.uc_a_c{
	border: solid 1px #D4D4D4;
	border-radius: 10px;
	background-color: #FCFCFC;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 30px;
}

/* 名前 */
.uc_a_a > .uc_i_n{
	color: #888888;
	font-size: 10px;
	border : 1px solid #D4D4D4;
	background-color : #ECECEC;
	border-left : 0.5em solid #03AFAF;
}
.uc_a_b > .uc_i_n{
	color: #888888;
	font-size: 10px;
}
.uc_a_c > .uc_i_n{
	color: #888888;
	font-size: 10px;
}
	FONT.uc_n_i{
		color: #000000;
		font-size: 10px;
		margin-left: 0.5em;
	}
	FONT.uc_n_n{
		color: #008000;
		font-size: 10px;
	}

/* 内容強調 */
DIV.uc_i_a {
	color: #444444;
	padding-top: 5px;
}
DIV.uc_i_b {
	color: #000000;
	font-weight : bold;
	font-size : 18px;
	padding : 0 .5em 20px 8px;
	margin : 1em 1em 0;
	word-break : break-all;
	word-wrap : break-word;
}
DIV.uc_i_c {
	color: #3366FF;
	font-weight : bold;
	font-size : 18px;
	padding : 0 .5em 20px 8px;
	margin : 1em 1em 0;
	word-break : break-all;
	word-wrap : break-word;
}
DIV.uc_i_d {
	color : #FF3300;
	font-weight : bold;
	font-size : 18px;
	padding : 0 .5em 20px 8px;
	margin : 1em 1em 0;
	word-break : break-all;
	word-wrap : break-word;
}

/* 内容強調 au fu */
DIV.uc_article {
}
DIV.uc_c_t {
	color: #000000;
}
DIV.uc_c_t:nth-child(4n-3) {
	color: #FF3300;
}
DIV.uc_c_t:nth-child(4n-2) {
	color: #3366FF;
}
DIV.uc_c_t:nth-child(4n-1) {
	color: #FF6600;
}
DIV.uc_c_t:nth-child(4n) {
	color: #FF00FF;
}
DIV.uc_c_r {
	color: #000000;
}
DIV.uc_c_o {
	color: #000000;
}
DIV.uc_i_o {
	font-weight : bold;
	font-size : 18px;
	padding : 0 .5em 20px 8px;
	margin : 1em 1em 0;
	word-break : break-all;
	word-wrap : break-word;
}
DIV.uc_c_z:last-child {
	color: #FF3300;
}

/* Videos */
VIDEO.u_twz_video {
	border-radius: 20px;
	border: 1px solid #000000;
	width: calc(100%);
	max-width: 600px;
}

/* Anker */
FONT.b_ank {
	color: #0000FF;
}

/* sign */
DIV.b_cr {
	color: #444444;
	font-size : 12px;
	text-align : right;
}

/* break */
DIV.uc_a_z {
	width: 100%;
	min-height: 20px;
}

/* ******************************* */
/* カスタム twitter */

/* twi header */
.u_tt_a {
	font-size : 18px;
	background-color: #03AFAF;
	color: #FFFFFF;
	padding: 0.5em;
	margin : 0.5em;
}

/* twi conts */
.u_twa_md {
	border: solid 1px #D4D4D4;
	border-radius: 10px;
	background-color: #FCFCFC;
	padding: 1em;
	margin-left: 1em;
}
.u_twa_cont {
	font-size : 18px;
	word-break : break-all;
	word-wrap : break-word;
}
.u_twb_med {
}

.u_twu_li {
	font-weight : bold;
	font-size : 18px;
	padding : 0 .5em 20px 8px;
	margin : 1em 1em 0;
	word-break : break-all;
	word-wrap : break-word;
}

.u_twu_li:nth-child(6n-5) {
	color: #FF3300;
}
.u_twu_li:nth-child(6n-3) {
	color: #008000;
}
.u_twu_li:nth-child(6n-1) {
	color: #0000FF;
}

.u_twu_fo {
	color: #000000;
}

/* ******************************* */
/* カスタム twitter2 */

.tw-wrapper {
	max-width: 680px;
	border: 1px solid #e1e8ed;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.tw-tweet-outer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tw-header {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.tw-author-picture {
	border-radius: 50%;
	background-size: cover;
	width: 32px;
	height: 32px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.tw-author-picture img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.tw-fallback-image {
	background-image: url('tw_default-prof.png');
}

.tw-author_picture {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-size: cover;
	margin-right: 10px;
}

.tw-username_dispname {
	font-weight: bold;
	color: #1da1f2;
	text-decoration: none;
}
.tw-username_dispname a {
	align-items: start;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.tw-rightlogo {
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tw-bird {
	width: 24px;
	height: 24px;
	display: inline-block;
	background-image: url('logo-black.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.tw-content {
	width: 100%;
	color: #14171a;
}

.tw-media {
	width: 100%;
	margin-bottom: 10px;
}

.tw-media-images {
	width: 100%;
	border-radius: 8px;
}

.tw-time {
	width: 100%;
	font-size: 12px;
	color: #657786;
	text-align: left;
}

.tw-footer {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-top: 5px;
	margin: 0;
	padding: 0;
	height: auto;
	box-sizing: border-box;
}

.tw-footer a {
	color: #1da1f2;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.tw-footer span {
	margin-right: 5px;
}

.tw-icon-reply {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url('tw_reply.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	padding: 0;
}

.tw-icon-retweet {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url('tw_retweet.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.tw-icon-favorite {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url('tw_favorite.png');
	background-repeat: no-repeat;
	background-size: cover;
}


/* スマホスタイル */
@media (max-width: 599px) {
	.tw-wrapper {
		padding: 8px;
	}

	.tw-author_picture {
		width: 28px;
		height: 28px;
	}

	.tw-username_dispname {
		font-size: 10px;
	}

	.tw-media-images {
		border-radius: 6px;
	}

	.tw-time {
		font-size: 11px;
	}

	.tw-footer a {
		font-size: 10px;
	}

	.tw-footer {
		margin-top: 2px;
		padding: 2px 0;
	}

	.tw-footer a {
		font-size: 10px;
	}
	.tw-icon-reply {
		width: 10px;
		height: 10px;
	}

	.tw-icon-retweet {
		width: 10px;
		height: 10px;
	}

	.tw-icon-favorite {
		width: 10px;
		height: 10px;
	}
}




/* ---------------------------------------------------------- */
