/*
Template:twentytwelve
Theme Name:twentytwelve-child-
Description:twentytwelve の子テーマです
Author:福岡女子大学情報処理演習室
Version:1.0
*/

/* 記事した二重線 */
.site-content article {
    border-bottom: 4px double #ededed;
    margin-bottom: 14px;/* デフォルトから変更 */
    margin-bottom: 1rem;/* デフォルトから変更 */
    padding-bottom: 24px;
    padding-bottom: 1.714285714rem;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/* Sidebar */
.widget-area .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-bottom: 0;
  word-wrap: break-word;
}

  /* Two Header Widget Areas */
#supplementary-h.two .widget-area {
  float: right;
  margin-right: 3.7%;
  width: 48.1%;
}
#supplementary-h.two .widget-area + .widget-area {
  margin-right: 0;
}
/* Three Header Widget Areas */
#supplementary-h.three .widget-area {
  float: right;
  margin-right: 3.7%;
  width: 30.85%;
}
#supplementary-h.three .widget-area + .widget-area + .widget-area {
  margin-right: 0;
}
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
  float: right;
  margin-right: 3.7%;
  width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
  margin-right: 0;
}
/* Three Footer Widget Areas */
#supplementary.three .widget-area {
  float: right;
  margin-right: 3.7%;
  width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
  margin-right: 0;
}
/* 固定ページのタイトルを隠す */
article.type-page h1.entry-title {
display: none !important;
}
/* 画像の周囲の影を消す */
img{
border-radius: 0 !important;
box-shadow: none !important;
}
