@charset "utf-8";

/*
 Theme Name: lead_tv_pc
 Theme URI:
 Author: noborder works
 Author URI:
 Description:
 Version: 1.1
 */
/* --- wp preset css --------------------------------------------------- */

/* image */
.content_body img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.content_body img.centered, div.centered {
	display: block;
	margin: 15px auto;
}
.content_body img.aligncenter, div.aligncenter {
	display: block;
	margin: 15px auto;
}
.content_body img.alignright, div.alignright {
	margin: 10px 0 30px 30px;
	display: inline;
}
.content_body img.alignleft, div.alignleft {
	margin: 10px 30px 30px 0;
	display: inline;
}
.content_body .wp-caption {
	background: #fff;
	border: 1px solid #ccc;
	max-width: 96%;
	padding: 14px 3px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.content_body .wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.content_body .wp-caption .wp-caption-text {
	padding: 10px 0 0;
}
.content_body blockquote {
	position: relative;
	margin: 0 0 1em 0;
	padding: 40px 40px 30px;
	background-color: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c1c1c1;
}
.content_body blockquote:before {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 20px;
	height: 20px;
	content: '"';
	color: #666;
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}
.content_body blockquote:after {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	content: '"';
	color: #666;
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	line-height: 50px;
}

