@charset "UTF-8";
@import url("../simplicity/style.css");

/*
Theme Name: Simplicity child
Template:   simplicity
Version:    20150717
*/

/* Simplicity子テーマ用のスタイルを書く */


a{
    text-decoration:none;
    }

.entry-read {
  text-align: right;
  margin-right: 10px; /* ここはお好みで */
}

.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#50c7e5;
 border:1px solid #50c7e5;
 border-radius:2px;
 padding:3px 5px 3px 5px;
 text-decoration:none;
 }

.entry-read a:hover{
 color:#fff;
 background-color:#ddb5dc;
 border:1px solid #ddb5dc;
}

#main .entry {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
}


.article table {
	width: 100%;
	font-size: 15px;
	}

.article table td, .article table th {
	padding:10px 10px;
	}

td.nowrap {
white-space: nowrap;
}