@charset "UTF-8";
/*
Theme Name: hair coeur
Theme URI: http://www.coeur-coeur.jp/
Description: hair coeur Theme for WordPress Single Page CSS
Author: Coeur
*/

/*
[Structure]
body
|
|--#wrapper
|    |
|    |-- #header
|    |    |
|    |    |-- #logo
|    |    |
|    |    |-- #address
|
|-- #wrapperContent
|    |
|    |--#content
|    |    |
|    |    |-- #main
|    |    |
|    |    |-- #sidebar
|    |    |    |
|    |    |    | -- # mainNavi
|
|-- #wrapperFooter
|    |
|    |--#footer
|    |
|    | -- #footerlogo
*/

#content #main h2 {
    margin: 30px 20px 20px;
    padding: 2px 5px;
    color: #B52252;
    background: url(./images/single/heading2.gif) no-repeat;
    font-size: 1.3em;
}
#content #main h3 {
    margin: 20px;
}
#content #main h4 {
    margin: 12px 20px 5px;
    color: #CB6B8B;
    font-size: 1em;
}
div.postArea p {
	clear: both;
}
div.postArea table {
	clear: both;
	width: 543px;
	margin: 15px auto;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
div.postArea table th {
	padding: 3px 5px;
	color: white;
	/*background: #8EBF56;*/
	border: 1px solid #CCCCCC;
	text-align: center;
	font-weight: bold;
}
div.postArea table td {
	padding: 3px 5px;
	border: 1px solid #CCCCCC;
}
div.postArea  ul {
	clear: both;
	list-style-type: disc;
	list-style-position: inside;
}
div.postArea ol {
	clear: both;
	list-style-type: decimal;
	list-style-position: inside;
}
/* 画像関連 */
div.postArea p img {
	padding: 0;
	max-width: 100%;
}
div.postArea img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.postArea img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
div.postArea img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
div.postArea .alignright {
	float: right;
}
div.postArea .alignleft {
	float: left
}
/* キャプション */
div.postArea .aligncenter,
div.postArea div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*  投稿エリア 終了
------------------------------------- */
