img.wp-smiley, img.emoji {    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;    border: medium none !important;    box-shadow: none !important;    display: inline !important;    height: 1em !important;    margin: 0 0.07em !important;    padding: 0 !important;    vertical-align: -0.1em !important;    width: 1em !important;}@charset "Shift-JIS";/* CSS Document *//*共通設定=========================================================================*/ html, body{height:100%;}p {    line-height: 240%;    margin: 0 0 1.5em;    padding: 0;}/* ========================================	リセット指定場所======================================== */body,div,h1,h2,h3,h4,p,img,ul,li,ol,dl,dt,dd,table,tr,td,span,form,table,input{	margin:0;	padding:0; }h1,h2,h3,p,input,textarea,select{	font-size:15px;	}/* ========================================	コピペ禁止======================================== */body{user-select:none;-moz-user-select:none;-webkit-user-select:none;-webkit-user-drag:none;-khtml-user-select:none;-khtml-user-drag:none;}/* ========================================	ulを使用していたら黒丸消去設定======================================== */ul{	list-style-type: none; line-height: normal;}li{	list-style-type:none; line-height: normal;}a{	color:#282828;	text-decoration:none;}a:hover{	text-decoration:none;}/* ==========================================================スマホで見たときだけ、すべての<br />が消えり============================================================= */@media screen and (max-width: 480px) {br { display : none ; }}/* ========================================	ディセンダ消し======================================== */img{	border:0;	vertical-align:baseline;}/* ========================================	ボディ======================================== */body {	font-size:15px;	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo,Arial", "ＭＳ Ｐゴシック", "MS PGothic", "Century Gothic","sans-serif";}	body {	background: #f5f5f5;	color:#333;	height: 100%;   /* #containerのmin-heightに対して必要なもの */}/*==================================================			分類別タイトル====================================================*/.post {    margin: 20px;}.page_headline {    font-size: 18px;    line-height: 150%;    margin: 0 0 20px;}#post_image {    margin: 0 0 15px;    text-align: center;}#post_image img {    background: #ebebeb none repeat scroll 0 0;    max-width: 618px;    padding: 10px;}p{	font-size:17px;}	.quote{font-size:12px;	color:#00FFFF;}/*=================================	クリアフィックス===================================*/.clearfix::after {    clear: both;    content: ".";    display: block;    font-size: 0.1em;    height: 0;    line-height: 0;    overflow: hidden;    visibility: hidden;}.clearfix {    display: inline-block;}* html .clearfix {    height: 1%;}.clearfix {    display: block;}