@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.getPostDispArea .getPost {
  padding: 15px;
  margin: 10px 0px;
	    border: 4px solid #b94047;
    border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
    margin: 2em 0;
    padding: 2em;
}
 
.getPostDispArea .getPost:after {
    content: '';
    display: table;
    clear: both;
}
 
.getPostImgArea {
    width: 20%;
    float: left;
}
 
.getPostStringArea {
    width: 80%;
    padding-left: 15px;
    float: left;
}
 
h4.getPostTitle {
    font-weight: bold;
}

table.drop {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
	line-height: 1.5;
}
table.drop th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
table.drop td {
	color:#8F373C;
	width: 155px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background:#FFECF2 ;
}

table.touken{
  border-collapse: collapse;
  border-style: solid;
  border-color: #b94047;
  border-width: 2px;
	table-layout: fixed;
	word-wrap: break-word;
}

table.touken th{
	width:1px;
	text-align: center;
	vertical-align: middle;
	font-family: 'HG正楷書体-PRO',cursive;
	border-width: 0px 0px;
}

table.touken th.n{
	background-color:#b94047;
	color:white;
}

table.touken th.l{
	border-style: dotted ;
	border-width: 1px; 
}

table.touken th.l2{
	border-width: 0px 1px;
}

table.touken td{
	text-align: center;
	vertical-align: middle;
	font-family: 'HG正楷書体-PRO',cursive;
	 border-style: dotted solid;
   border-width: 1px 1px; 
   border-color:#b94047;
}
table.touken td.s{
	border-width: 0px 1px;
}
@media only screen and (max-width: 800px) { 
  .touken{ 
    display: block; 
    width:100%%; 
    margin: 0 -10px;
  }
  .touken thead{ 
    display: block; 
    float: left;
    overflow-x:scroll;
  }
  .touken tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
  }
  .touken th{ 
    display: block;
    width:15px;
  }
  .touken tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
  }
  .touken td{ 
    display: block;
  }
}
