@charset "utf-8";


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

	ちばなクリニックお知らせCMS

--------------------*/
/*---------------------------------
　サイド見出し
---------------------------------*/
.h3style_sidebar {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(../images/headline/h3style_sidebar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:15px 0px 15px 36px;
	font-size:136%;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#f28fad;
}
/*---------------------------------
　サイドナビ
---------------------------------*/
.navi-sub_area {
	border: 1px solid #FFBACC;
	background-color:#FFDEE7;
	padding:10px 10px 10px 10px;
	margin:3px 0px 5px 0px;
}

.navi-sub {background-color:#FFFFFF; padding:10px 10px 10px 10px;}
.navi-sub li {
	width:172px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding:6px 7px 6px 5px;
}
.navi-sub li a {
	background-image: url(../images/icons/icon_arrow01.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	display:block;
	padding:0px 0px 0px 12px;
}
.navi-sub li a:link{
	color: #555555;
	text-decoration: none;
}
.navi-sub li a:visited{
	color: #555555;
	text-decoration: none;
}
.navi-sub li a:hover{
	outline:none;
	color: #555555;
	text-decoration: underline;
}
.navi-sub li a:active{
	color: #555555;
}
/*---------------------------------
　記事
---------------------------------*/

/*--記事ブロック--*/
.article_block {
	padding:0px 10px 10px 10px;
	background-image: url(../images/pages/cms/article_block_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/*--記事フッター--*/
.data {
	border-top:4px double #dddddd;
	padding:7px 3px 20px 3px;
	text-align:right;
}
/*--記事--*/
.article { padding:5px 5px 15px 5px;}






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

プラグイン設定

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

/*--ページナビ--*/
.wp-pagenavi {
text-align:center;
background-color:#fafafa;
padding-top:10px;
padding-bottom:10px;
}



div.wp-pagenavi span.pages {
margin-right:5px;
}

div.wp-pagenavi span.current {
margin-left:8px;
margin-right:8px;
}

div.wp-pagenavi a.page {
margin-left:8px;
margin-right:8px;
text-decoration:underline;
}


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

記事詳細スタイル

----------------------------*/
/*--基本記事--*/
body#cms div.article p{ margin:0px 0px 10px 0px; line-height:1.5em;}
body#cms div.article strong {font-weight:bold;}
body#cms div.article strong span {font-weight:bold;}
body#cms div.article em {font-style: italic;}

body#cms div.article ul {margin:0px 0px 15px 0px;}
body#cms div.article ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin:0px 0px 0px 0px;
}
body#cms div.article ol {margin:0px 0px 15px 0px;}
body#cms div.article ol li {
	list-style-position: inside;
	list-style-type: decimal;
	margin:0px 0px 0px 0px;
}



/*--画像フロート時、文字改行（WYSIWYG整形済み）--*/

body#cms div.article pre {display:block; clear:both;}

/*--画像設定デフォルト--*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

body#cms div.article img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
body#cms div.article img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

body#cms div.article img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

body#cms div.article img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
body#cms div.article .alignright {float: right;}
body#cms div.article .alignleft {float: left;}



/* Captions */
body#cms div.article div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

body#cms div.article .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;
}

body#cms div.article .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

body#cms div.article .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* End Images */


