/* 新人情報 */

.newface{
	padding: 10px 15px 10px;
}

.newface .photo{
	padding: 0 0 5px ;
}

.newface .photo img{
	width: 100%;
	height: auto;
}

.newface img{
	max-width: 100%;
	height: auto !important;
}

.newface .date{
	color: #b27915;
	font-size: 12px;
	text-align: left;
}

.newface .title{
	text-align: left;
	color: #b27915;
	border-bottom: 1px solid #b27915;
	padding: 0px 0 0;
	margin: 0 0 5px 0;
	line-height: 12.em;
}

.newface .data{
	text-align: left;
	padding: 5px 0;
	font-size: 12px;
	line-height: 1.5em;
}

.newface a{
	color: #3da9ff;
}





#pagelink{
	padding: 10px 0;
}

#pagelink span{
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 2px 4px;
	line-height: 1.2em;
	border: 1px solid #c97e35;
	background: #c97e35;
	color: #ffffff;
	margin: 0 3px;
}

#pagelink a span{
	background: #ffffff;
	color: #c97e35;
}

#pagelink a:hover span{
	background: #c97e35;
	color: #ffffff;
}







/* CKEditor */
.newface *{
	line-height: 1.4em !important;
}

.newface sub {
vertical-align: sub;
font-size: smaller;
}
.newface pre {
white-space: pre-wrap;
word-wrap: break-word;
-moz-tab-size: 4;
-o-tab-size: 4;
-webkit-tab-size: 4;
tab-size: 4;
}

.newface pre, .newface xmp, .newface plaintext, .newface listing {
display: block;
font-family: monospace;
white-space: pre;
margin: 1em 0px;
}

.newface p{
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
margin: 1em 0;
}

.newface blockquote{
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
	display: block;
	margin-left: 40px;
}

.newface ol,.newface ul,.newface dl
{
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	margin: 10px 0;
}

.newface ol{
	list-style: decimal !important;
}

.newface ul{
	list-style: disc !important;
}

.newface li{
	margin: 0 40px !important;
}


.newface table{
display: table;
border-style: solid;
border-collapse: separate;
border-spacing: 1px;
border-color: gray;
}
.newface td, .newface th {
padding: 3px;
}

.newface sup {
vertical-align: super;
font-size: smaller;
}

.newface .textbody{
	margin-bottom: 10px;
}

