@charset utf-8;

/* mystyle.css*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
* {
	box-sizing: border-box;
}
a {
	-webkit-text-shadow: none;
	text-shadow: none;
}
a{
	color:#FF6600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	vertical-align:bottom;
}
.details {
	margin:0;
}

body {
	background:#F2F0EB;
	font-family: Arial, Helvetica,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #2e2f38;
	font-size:14px;
	line-height: 1.65em;
}





/*-----------
top
-----------*/

header {
	display:none;
}
header h1 {
	display:none;
}



/*-----------
#contents
-----------*/

.wrapper {
	box-shadow: 0 0 13px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 13px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 13px rgba(0,0,0,0.3);
 background: #FFF;
 width:800px;
	margin:0 auto 40px;
	padding:0 ;
}

.wrapper {
	border:#808080 solid 1px\9;
}
.contents {
	border-bottom:#000 solid 1px;
	margin:0 20px;
	padding: 20px 0 40px ;
	clear:both;
}
.contents:last-child {
	padding: 20px 0 0 ;
}

h3 {
	border-bottom:#000 dashed 1px;
	font-size:1.35em;
	font-weight:bold;
	letter-spacing:0.05em;
 margin:0 0 20px 0 ;
	padding: 0 0 10px ;
}

.contents strong {
	font-size:1.1em;
font-weight:bold;
display:block;
margin:0 0 20px 0 ;
}


.post_img {
	display:block;
 margin:0 0 10px 20px ;
	float:right;
}
.contents em {
	border:1px solid #E53C16;
	background:#fffae5;
	font-size:0.85em;
	line-height:1.5em;
	display:inline-block;
 margin:20px 0 ;
	padding:10px;
}
.contents em span {
	border-bottom:1px dotted #333;
 font-weight:bold;
 margin:0 0 10px ;
	padding:0 0 5px 0;
	display:block;
}

.contents a.banner {
	border:1px solid #a0a0a0;
	display: block;
}
.contents a.banner:hover {
	opacity: .7;
}
.contents dl {
	border:1px solid #E53C16;
	background:#fffae5;
	font-size: 1em;
	line-height:1.5em;
	display:inline-block;
  margin:20px 0 ;
	padding:10px;
}
.contents dl dt {
	border-bottom:1px dotted #333;
	font-weight:bold;
	margin:0 0 10px ;
	padding:0 0 5px 0;
	display:block;
}
.contents dl a {
	color: #2e2f38;
}


/*-----------
ページTOPへ
-----------*/
.contents a.top {
	text-align:right;
	margin:10px 0 ;
 	display:block;
	clear:both;
}

/*-----------
フッター
-----------*/
.footer {
	width: 800px;
	color:#FF6600;
	font-size:0.9em;
	line-height:1.8em;
	text-align: center;
	margin:0 auto;
	padding:20px 0;
}

.footer span {
	color:#000;
}


/*=======================
2017/09/27 追記
======================*/

.left {width:416px;float:left;}
.right {width:300px;float:right;}
.right img {display:block;margin-bottom:10px;}

.talk {display:table;width:100%;table-layout:fixed;margin-bottom:1.5em;}
.talk > span {display:table-cell;}
.talk .name {width:35px;}
.talk .text {text-indent:-1em;padding-left:1em;}
.contents dl a {color:#FF6600;}
.EF5C54 {color:#EF5C54;}

