@charset "utf-8";
/*

Theme Name: DMカードジャパン

*/

/*******************************
CMS記事生成時のスタイルリセット
*******************************/

	/* headlines */
	#cmsContent h1{
		font-size:2em;
		margin-bottom:0.8em;
		line-height:1.2em;
	}
	#cmsContent h2{
		font-size:1.75em;
		margin-bottom:0.8em;
		line-height:0.9em;
	}
	#cmsContent h3{
		font-size:1.5em;
		margin-bottom:0.8em;
		line-height:1.2em;
	}
	#cmsContent h4{
		font-size:1.25em;
		margin-bottom:0.8em;
		line-height:1.5em;
	}
	#cmsContent h5, h6{
		font-size:1em;
		margin-bottom:0.8em;
		line-height:1.8em;
	}

	/* 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;
	}


/*シングルページ記事スタイル*/
#cmsContent .articleTitle{
	font-size:1.2em;
	font-weight:bold;
	padding:0.75em 10px;
	background:#E6E6E6;
	border-left:3px solid #333;
	text-shadow:1px 1px 0 #FFF;
}
#cmsContent .title{
	font-size:1.2em;
	font-weight:bold;
	padding:0.75em 10px;
	background:#E6E6E6;
	border-left:5px solid #333;
	text-shadow:1px 1px 0 #FFF;
}
#cmsContent .date{
	text-align:right;
	margin-bottom:15px;
}





