#wrapper {/* 記入領域の全体 */
	background: #F5F5DC;/*全体背景*/
        padding: 0 0px;
}
#site-title {/* タイトルの編集 */
        margin: 0 0 0 20px;
}
#site-description {/* キャッチコピー部分 */
        font-size: 15px;　/* 追加 */
      /*  color: #xxxxxx;　 追加 */
}

#access {/*ヘッダーメニュー部分*/
    background: #33CC66;
    display: block;
    float: left;
    margin: 0 auto;
    width: 940px;
}

#access a { /* グローバルメニューの文字設定 */
	color: #000;　　　　　　　　/* メニュー文字色の設定 */
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
        text-shadow:none;
}
#main #content .entry-content p { /* mainの内容部分 */
	font-size: 15px;
	line-height: 1.2;
	margin: 0;
	padding: 10px;
}

#content {/* 内容 */
//	margin: 0 280px 0 20px;
        width: 100%
}

#content p.type01 {
//        margin: 30px 30px;
	padding: 10px;
	border-left: 3px solid #369;
}
/* テーブルレイアウト */

#content table.type03 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
}
#content table.type03 th {
	width: 147px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #153d73;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content table.type03 td {
	display: table-cell;
	vertical-align: bottom;
	width: 349px;
    height: 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*テーブルレイアウト ここまで */
#colophon {/*フッターレイアウト */
  float: left;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
@media (max-width: 940px) {/*レスポンシブ対応*/
     #container, #content, #primary, #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
          float: none;
          margin: 0;
          width: auto;
     }
     #access {
          width: 100%;
     }
     #branding img {
          max-width: 100%;
          height: auto;
          display:block;
     }
}