@charset "UTF-8";
#shack-article-manager input, #shack-article-manager select {
    color: #333;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    position: relative;
    font-size: 13px;
    width: 200px;
    height: 35px;
    margin: 0;
    line-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 1px 0 3px #ddd;
    -moz-box-shadow: inset 1px 0 3px #ddd;
    -webkit-box-shadow: inset 1px 0 3px #ddd;
}
/*コンテナのパディング*/
.container {
    padding-left: 30px;
    padding-right: 30px;
}
/*右メニューのボーダー無効*/
#sp-left .sp-module, #sp-right .sp-module {
    border: none;   
    padding: 0px;
    margin-bottom: 20px;
}
/*ブログリストの各エレメント*/
.article-list .article {
    margin-bottom: 30px;
    padding: 20px;
}
/*ブログリストタイトル*/
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.1rem;
  border-bottom: solid 1px;
  line-height: 1.8em;
}
/*続きを読む*/
.article-list .article .readmore a {
    color: #252525;
    font-weight: 500;
    margin: 10px;
    background-color: #ffeb3b;
    padding: 5px 10px;
}