@charset "utf-8";

/*
Theme Name:yotsuya_HP
Theme URI:
Description:
*/


/*******************************
CMS記事生成時のスタイルリセット　
<div id="#cmsContent">～</div>
*******************************/

/*wrapper*/
#cmsContent{
	margin-bottom:20px;
	font-size:clamp(14px,3.7vw,16px);
	color:#29375B;
}
	#cmsContent:before,
	#cmsContent:after {
		content:"";
		display:block;
		overflow:hidden;
	}
	#cmsContent:after {clear:both;}
	#cmsContent {zoom:1;}

/* headlines */
#cmsContent h1{
	font-size:2em;
	margin-bottom:0.8em;
	line-height:1.4em;
}
#cmsContent h2{
	font-size:1.75em;
	margin-bottom:0.8em;
	line-height:1.4em;
}
#cmsContent h3{
	font-size:1.5em;
	margin-bottom:0.8em;
	line-height:1.4em;
}
#cmsContent h4{
	font-size:1.25em;
	margin-bottom:0.8em;
	line-height:1.4em;
}
#cmsContent h5, h6{
	font-size:1em;
	margin-bottom:0.8em;
	line-height:1.4em;
}

/* text */
#cmsContent p{
	margin-bottom:0.75em;
}

/* lists */
#cmsContent ul{
	margin-bottom:1.8em;
	list-style:disc;
}
#cmsContent ol {
	margin-bottom:1.8em;
	list-style: decimal;
}
#cmsContent li{
	line-height:1.4;
	margin-left: 30px;
}
#cmsContent li ul li,
#cmsContent li ol li{
	font-size:1em;
	margin-left: 20px;
}
#cmsContent li ul,
#cmsContent li ol{
	margin-bottom:0;
}

/* quotes */
#cmsContent blockquote {
	font-family: Georgia, 'Times New Roman', 'Liberation Serif', 'Nimbus Roman No9 L', serif;
	font-size:1.5em;
	line-height:1.2em;
	padding-left:15px;
	border-left:5px solid #ccc;
	margin-bottom:1.2em;
}
#cmsContent blockquote cite {
	display: block;
	margin-top: 1.2em;
}

/* pre */
#cmsContent pre {
	font-family: 'Courier New', 'Liberation Mono', FreeMono, serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* table */
#cmsContent table {
	font-size:1em;
	border:1px solid #CCC
	margin-bottom:1.8em;
}
#cmsContent table th{
	background:#F5F5F5;
	text-align:center;
	font-weight:bold;
}
#cmsContent table th,
#cmsContent table td{
	border:1px solid #CCC;
	padding: 0.75em;
}

/* hr */
#cmsContent hr{
	clear:both;
	display:block;
	height:1px;
	background:#CCC;
	margin:1em 0;
	border:none;
}

/* float */
#cmsContent .floatLeft{
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
#cmsContent .floatRight{
	float:right;
	margin-left:10px;
	margin-bottom:1em;
}




