@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */

.article th, .article td {
    padding: 5px 15px;
}
a:hover img {
	opacity:0.85;/*半透明度85%に設定*/
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.article table {
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
}