html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
header,
nav,
hgroup,
footer,
section,
article,
aside {
  display: block;
}
.clear {
  height: 0;
  line-height: 0;
  clear: both;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

body {
  color: #333333;
  font-size: 15px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #FFFFCC;
  background-image: ;
}
a:link{
  font-weight: bold;
}

a:visited {
  color:purple; 
  outline: none;
  text-decoration: underline;
}

a:hover{
  color: #FF0000;
  font-weight: bold;
  text-decoration: underline;
}
a:active {
  color: #FAFAFA;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
::-moz-selection,
::selection {
  background: #FFDB4F;
  color: #333333;
}
strong,
b {
  font-weight: bold;
}
input,
textarea {
  padding: 3px;
  border: 1px solid #CCCCCC;
  background: #FFFFCC;
  color: #666666;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
  -webkit-box-shadow: 0px 0px 4px #FFDB4F;
  -moz-box-shadow: 0px 0px 4px #FFDB4F;
  box-shadow: 0px 0px 4px #FFDB4F;
  border: 1px solid #FF0000;
}
#MainBlock {
  margin: 40px auto;
  background-color: white;
  background-image: #FAFAFA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 900px;
}
#EntryListBlock {
  margin: 0 0 70px 10px;
  float: left;
  width: 550px;
  background-color: #99FF99;
  background-image: ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.EntryTextBox {
  width: 500px;
  margin: 10px 10px 0;
  padding: 15px;
  background-color: #FAFAFA;
  background-image: ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.EntryTextBox:nth-last-of-type(1) {
  margin: 10px;
}
.EntryDivide {
  border: 0;
  height: 1px;
  margin: 20px 10px;
  background-color: #CCCCCC;
}
.EntryDivide:nth-last-of-type(1) {
  display: none;
}
#PluginBlock {
  width: 320px;
  margin: 0 10px 0 0;
  float: right;
  background-color: #e7e7eb;
  background-image: ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
}
#PluginBlock2 {
  display: none;
  background-color: #e7e7eb;
  background-image: ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
}
#PluginLayout,
#PluginLayout2 {
  margin: 0 auto;
}
.PluginInnerBlock {
  width: 280px;
  margin: 10px auto 0;
  padding: 10px;
  background-color: #FAFAFA;
  background-image: ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.PluginInnerBlock:nth-last-of-type(1) {
  margin: 10px auto;
}
.PluginInnerBlock2 {
  width: 110px;
  margin: 10px auto 0;
  padding: 10px;
  background-color: #FAFAFA;
  background-image: ;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.PluginInnerBlock2:nth-last-of-type(1) {
  margin: 10px auto;
}

/*ブログのヘッダ部*/
#MainBlock > header {
  padding: 50px 10px;
  background: linear-gradient(to right, #FFFFFF, #ccffff);
  background: -moz-linear-gradient(left, #FFFFFF, #ccffff);
  background: -webkit-linear-gradient(left, #FFFFFF, #ccffff);
  background-color: #CCFFFF;
  background-image: ;
}
#MainBlock > header #BlogTitle {
  text-align: center;
}
/*ブログのヘッダ部の文字色*/
#MainBlock > header #BlogTitle a:link,
#MainBlock > header #BlogTitle a:visited {
  font-weight: bold;
  font-size: 300%;
  text-decoration: none;
  color: #333333;
}
/*ブログのヘッダ部の説明箇所*/
#MainBlock > header #BlogExplanation {
  font-size: 100%;
  color: #333333;
  text-align: center;
}

/*グローバルナビ*/
#MainBlock > nav {
  background-color: green;
  background-image: ;
  text-align: center;
  margin: 10px 0;
  padding: 10px 10px;
}
#MainBlock > nav ul {
  line-height: 2.5em;
}
#MainBlock > nav li {
  display: inline;
  margin: 0 0.5em 0 0;
}
#MainBlock > nav a {
  padding: 0.5em 12px;
  text-decoration: underline;
  color: #FAFAFA;
}
#MainBlock > nav a.current,
#MainBlock > nav a:focus,
#MainBlock > nav a:hover,
#MainBlock > nav a:active {
  color: #333333;
  background: #FFDB4F;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#Breadcrumbs {
  margin: 0 auto;
  color: #333333;
  background-color: #FAFAFA;
  background-image: ;
  margin: 5px 0;
  padding: 5px 10px;
}
#Breadcrumbs a {
  color: #333333;
}
.EntryTextBox header {
  margin: 0 0 1em 0;
}
.EntryTextBox header .EntryTitle {
  margin: 0 0 0.3em 0;
  padding: 0.5em 0 0;
  font-size: 150%;
  line-height: 1.4;
  font-weight: bold;
}
.EntryTextBox header .EntryTitle a {
  text-decoration: underline;
}
.EntryTextBox header .EntryTitle a:link,
.EntryTextBox header .EntryTitle a:visited {
  color: #333333;
}
.EntryTextBox header .EntryTitle a:hover {
  color: #FF0000;
}
.EntryTextBox header ul {
  margin: 0;
  text-align: right;
}
.EntryTextBox header li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 80%;
  font-style: oblique;
  color: #666666;
}
.EntryTextBox header li a:link,
.EntryTextBox header li a:visited {
  text-decoration: underline;
  color: #666666;
}
.EntryTextBox header .EntryCategory:before {
  content: "Category:";
}
.EntryTextBox header .EntryWriteDate:before {
  content: "Date:";
}
.EntryTextBox .EntryPsText {
  margin: 2em 0;
  text-align: right;
}
.EntryTextBox .EntryPsText a {
  color: #333333;
  text-decoration: underline;
}
.EntryTextBox .EntryPsText:before {
  content: "\\03e";
  padding: 0 10px 0 0;
  text-decoration: none;
}
.EntryText,
.EntryText * {
  line-height: 1.7;
}
.EntryText a:link,
.EntryText a:visited {
  text-decoration: underline;
}
.EntryText img {
  max-width: 100%;
  margin: 0;
}
/*記事のｈタグに関する設定*/
.EntryText h1,
.EntryText h2,
.EntryText h3,
.EntryText h4,
.EntryText h5,
.EntryText h6 {
  margin: 1.5em 0px 0.6em;
  padding: 8px 8px 4px 8px;
  word-wrap: break-word;
  font-weight: bold;
}
.EntryText h1,
.EntryText h2 {
  font-size: 130%;
}
.EntryText h3 {
  font-size: 120%;
}
.EntryText h4 {
  font-size: 100%;
  font-style: italic;
}
.EntryText h5 {
  font-size: 100%;
  font-style: italic;
}
.EntryText h6 {
  font-size: 100%;
  font-style: italic;
}
.EntryText p {
  margin: 0.7em 0 1.5em 0.5em;
}
.EntryText mark {
  background: #FFDB4F;
  color: #333333;
  padding: 0 0.2em;
}
.EntryText table {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
.EntryText table th,
.EntryText table td,
.EntryText table caption {
  padding: 2%;
}
.EntryText table th {
  padding: 5px;
  border: 1px solid #CCCCCC;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  text-align: center;
}
.EntryText table td {
  padding: 5px;
  border: 1px solid #CCCCCC;
  border-width: 0 0 1px 1px;
  text-align: center;
}
.EntryText ul,
.EntryText ol,
.EntryText dl {
  margin: 0.8em 1.2em;
}
.EntryText ul li {
  list-style: disc inside;
  margin: 0 0 0.3em 0;
}
.EntryText ol li {
  list-style: decimal inside;
  margin: 0 0 0.3em 0;
}
.EntryText dl dt {
  font-weight: bold;
  margin: 0;
}
.EntryText dl dd {
  margin: 0;
}
.EntryText blockquote {
  background-color: #EEEEEE;
  color: #333333;
  padding: 10px;
  border-left: 3px solid #CCCCCC;
  font-size: 90%;
  font-style: italic;
}
.EntryText blockquote cite {
  color: #666666;
}
.EntryText blockquote cite:before {
  content: "\\2014";
}
.EntryText pre {
  background-color: #EEEEEE;
  padding: 10px;
  font-size: 90%;
}
.EntryText hr {
  border: 0;
  height: 1px;
  margin: 1em auto;
  background-color: #CCCCCC;
}
.NinjaClap {
  padding: 1em 0 0;
}
.NinjaClap .NinjaClap a img {
  margin: 0 0.5em;
  vertical-align: middle;
  width: 80px;
}
#CommentBlock {
  margin: 2em 0 0;
}
#CommentBlock .CommentMenuTitle {
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 10px;
}
.CommentTextBox {
  margin: 0 0 1em;
  padding: 0.5em 0 0.5em 0;
  border-bottom: 1px solid #CCCCCC;
}
.CommentTextBox header {
  margin: 0;
}
.CommentTextBox header ul {
  margin: 0;
  text-align: right;
}
.CommentTextBox header ul li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-style: italic;
  color: #666666;
  font-size: 90%;
}
.CommentResBox {
  margin: 1em 0 0 1em;
  padding: 0.5em 0 0.5em 1em;
  border-left: 3px solid #CCCCCC;
}
.CommentTitle,
.CommentResTitle {
  padding: 0.3em 0.2em 0 0;
  font-weight: bold;
  line-height: 1.4;
}
.CommentText,
.CommentResText {
  padding: 0.5em 0;
  line-height: 1.4;
}
.CommentText * {
  line-height: 1.4;
  font-size: 90%;
}
.CommentFormBlock ul {
  margin: 3px 0;
}
.CommentFormBlock ul li {
  padding: 0.5em 0em;
  text-align: left;
  vertical-align: middle;
  font-size: 80%;
}
.CommentFormBlock ul li .CommentForms {
  width: 180px;
  margin: 0 5px 0 0;
}
.CommentFormBlock ul li textarea.CommentForms {
  resize: none;
  width: 270px;
}
.CommentFormBlock ul li .CommentForms_pass {
  width: 150px;
  margin: 0 5px 0 0;
}
.CommentFormBlock .CommentFormSubmit {
  clear: both;
  padding: 1em 0;
}
.CommentFormBlock .CommentFormSubmit input {
  padding: 0.5em 1em;
  background: #333333;
  cursor: pointer;
  color: #FAFAFA;
}
.CommentFormBlock .CommentFormSubmit input:hover {
  background: #FFDB4F;
  color: #333333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.CommentBlock.edit {
  margin: 2em auto;
  padding: 2em;
  width: 280px;
}
#PageLinkBlock {
  margin: 20px auto 0;
}
#PageLinkBlock ul {
  text-align: center;
}
#PageLinkBlock ul li {
  display: inline;
  margin: 0;
}
#PageLink10Block {
  margin: 20px auto 30px;
}
#PageLink10Block #PageLink10 {
  width: auto;
  text-align: center;
  text-indent: center;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#PageLink10Block #PageLink10 li {
  margin: 5px;
  font-weight: bold;
  display: inline;
}
#PageLink10Block #PageLink10 li a {
  background: #333333;
  padding: 5px 8px;
  font-weight: normal;
  text-decoration: none;
  color: #FAFAFA;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#PageLink10Block #PageLink10 li.active a {
  background: #FFDB4F;
  color: #333333;
}
#PageLink10Block #PageLink10 li.noactive a:focus,
#PageLink10Block #PageLink10 li.noactive a:hover,
#PageLink10Block #PageLink10 li.noactive a:active {
  background: #FFDB4F;
  color: #333333;
}
.PluginTitle {
  line-height: 1.5;
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
  margin: 1.0em 0;
}
.PluginExplanation {
  line-height: 1.8;
}
.PluginContents {
  padding: 5px 1em 0;
  line-height: 1.8;
}
.PluginContents li {
  line-height: 1.8;
}
.PluginContents .plugin_data {
  padding: 0 0 5px;
}
.PluginContents .plugin_data * {
  line-height: 1.4;
}
.PluginContents .plugin_data_date {
  text-align: right;
}
.CalendarMoveTable {
  margin: 0 auto;
  width: 100%;
}
.CalendarMoveTable td {
  height: 2em;
  text-align: center;
  vertical-align: middle;
}
.CalendarMoveTable td a:link,
.CalendarMoveTable td a:visited,
.CalendarMoveTable td a:hover {
  text-decoration: none;
}
.CalendarMoveTable .CalendarPrevTd a {
  padding-left: 1.5em;
}
.CalendarMoveTable .CalendarPrevTd a:before {
  padding: 0 10px 0 0;
}
.CalendarMoveTable .CalendarNextTd a {
  padding-right: 1.5em;
}
.CalendarMoveTable .CalendarNextTd a:after {
  padding: 0 0 0 10px;
}
.CalendarTable {
  margin: 0 auto;
  width: 100%;
}
.CalendarTable th,
.CalendarTable td {
  height: 2.5em;
  border: 1px solid #CCCCCC;
  text-align: center;
  vertical-align: middle;
}
.CalendarTable .CalendarWdayTr .CalendarWdaySat,
.CalendarTable .CalendarWdayTr .CalendarWday,
.CalendarTable .CalendarWdayTr .CalendarWdaySun {
  text-align: center;
  font-weight: bold;
}
.CalendarTable .CalendarTr .CalendarTd,
.CalendarTable .CalendarTr .CalendarTdSat,
.CalendarTable .CalendarTr .CalendarTdSun {
  text-align: center;
}
.CalendarTable .CalendarTdLink a {
  padding: 4px 0;
  display: block;
  text-align: center;
  color: #FFDB4F;
}
.CalendarTable .CalendarTdLink a .CalendarTdLinkFont {
  font-weight: bold;
}
.blogsearch .box {
  width: 150px;
  padding: 3px;
}
.blogsearch .btn {
  background: #333333;
  color: #FAFAFA;
  cursor: pointer;
  padding: 3px;
  font-size: 90%;
}
.blogsearch .btn:hover {
  background: #FFDB4F;
  color: #333333;
}
.qrcode_image {
  text-align: center;
}
#MainBlock > footer {
  margin: 0 auto;
  padding: 30px 10px;
  background-color: #FAFAFA;
  background-image: ;
}
#MainBlock > footer ul {
  text-align: center;
}
#MainBlock > footer li {
  display: block;
  width: 100%;
  padding: 7px 0 0;
  font-size: 90%;
  color: #333333;
}
#MainBlock > footer a {
  color: #333333;
}

/*独自CSS追加部分*/
/*内容の設定*/
.contents,.dl_tbl{
	margin-left: auto;
	margin-right: auto;
}

/*記事装飾*/
.h_style{
	padding: 8px;
	border-radius: 8px;
}

/*文字のインデント*/
.indent{
	margin: 12px 20px 12px 22px;
}

/*画像用の小文字*/
.fontsmall{
	font-size: 10px;
}

/*ページトップの設定*/
/*ここから*/
html {
    scroll-behavior: smooth;
}
#page-top {
    position: fixed;
    right: 16px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/*ここまで*/

/*アコーディオンメニューの設定*/
/*ここから*/
.accordion {
    margin-bottom: 7px;
    border: 2px solid #99ff99;
    border-radius: 5px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%232589d0%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(2em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    color:#333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
}
/*ここまで*/


/*キスドラの左側*/
.kod_l{
	float: left;
	padding: 4px;
	border: 4px double gray;
	width: auto;
}

/*キスドラの画像*/
.kod img{
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: middle;
}

/*キスドラの右側*/
.kod_r{
	float: left;
	padding: 4px;
	width: auto;
}

/*CINEMA BOXタイトル順一覧の設定*/
.title_tbl{
	margin-left: auto;
	margin-right: auto;
	font-family: "ＭＳ ゴシック","Osaka-等幅",monospace;
}

/*カラムの設定*/
.col{
	float: left;
	width: 50%;
}

/*dtをテーブルとして使う設定*/
.dl_tbl dt{
	padding-left: 4px;
	border: 4px double gray;
}

/*ddをテーブルとして使う設定*/
.dl_tbl dd{
	margin-left: 0px;
	padding-left: 4px;
	border: 4px double gray;
}

/*擬似テーブルの設定*/
.near_tbl,.sptop,.kod{
	margin-left: auto;
	margin-right: auto;
        border: 4px double gray;
}

/*擬似テーブルの番号*/
.no{
	border-top: 4px double gray;
	border-bottom: 4px double gray;
}

/*擬似テーブルの左右表示*/
.near_tbl .col{
	float: left;
	border-right: 1px dotted gray;
	width: 50%;
}

/*擬似テーブルの左右表示*/
.near_tbl .col2{
	float: left;
	border-left: 1px dotted gray;
	width: 49%;
}

/*擬似テーブルのコメント*/
.comment{
	padding-left: 4px;
	padding-right: 4px;
	border-top: 4px double gray;
}

/*CINEMA BOX製作年代順一覧の設定*/
.year{
	float:left;
	padding: 4px;
	border: 4px double gray;
	width: auto;
}

/*SPECIAL BOX一覧の分類*/
.sptop dt{
	padding-left: 4px;
	border-bottom: 4px solid gray;
}

/*SPECIAL BOX一覧の特集名*/
.sptop dd{
	padding-top: 4px;
	padding-left: 2em;
	padding-bottom: 4px;
}

/* ◆ カラー関連
---------------------------------------------------------------------------*/
/*カラーフォント(赤色)*/
.crred{
	color: red;
}

/*カラーフォント(水色)*/
.cr3366ff{
	color: #3366ff;
}

/*テーブル背景用白色*/
.bgwhite{
	background-color: white;
}

/*テーブル背景用赤色*/
.bgffcccc{
	background-color: #ffcccc;
}

/*テーブル背景用水色*/
.bgccffff{
	background-color: #ccffff;
}

/*テーブル背景用緑色*/
.bg99ff99{
	background-color: #99ff99;
}

/*テーブル背景用肌色*/
.bgffffcc{
	background-color: #ffffcc;
}

/* ◆ 幅関連
---------------------------------------------------------------------------*/
/*テーブル幅調整用*/
.w36{
	width: 36%;
}

/*テーブル幅調整用*/
.w50{
	width: 50%;
}

/*テーブル幅調整用*/
.w60{
	width: 60%;
}

/*テーブル幅調整用*/
.w68{
	width: 68%;
}

/*テーブル幅調整用*/
.w80{
	width: 80%;
}

/*テーブル幅調整用*/
.w112{
	width: 112px;
}

/* ◆ アリーヤ専用css*/
/*外枠の設定*/
.container {
        color:white;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

/*アリーヤの設定*/
.aaliyah{
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	border: 16px ridge #ffffff;
	text-align: center;
	width: auto;
}

/*擬似テーブルの設定*/
.tbl{
	margin-left: auto;
	margin-right: auto;
	border: 16px ridge #ffffff;
}

/*擬似テーブルの左側*/
.tbl_l{
	float: left;
	padding: 4px;
	border: 4px double gray;
	width: auto;
}

/*擬似テーブルの画像*/
.tbl img{
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*擬似テーブルの右側*/
.tbl_r{
	float: left;
	padding: 4px;
	width: auto;
}

@media screen and (max-width: 980px) {
  #MainBlock {
    width: 95%;
  }
  #MainBlock > header {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  #MainBlock > header #BlogTitle,
  #MainBlock > header #BlogExplanation {
    width: 95%;
    margin: 0px auto;
  }
  #MainBlock > nav {
    padding: 5px 0;
    margin: 0 auto;
  }
  #MainBlock > nav ul {
    width: 95%;
  }
  #Breadcrumbs {
    width: 95%;
    margin: 0px auto;
    padding: 10px 0;
  }
  #EntryListBlock {
    width: 95%;
    float: none;
    margin: 10px auto;
    padding: 10px 0;
  }
  #EntryListBlock .EntryTextBox {
    width: 92%;
    margin: 2% 2% 0;
    padding: 2% 2%;
  }
  #PluginBlock,
  #PluginBlock2 {
    width: 95%;
    float: none;
    margin: 0 auto 10px;
    padding: 0 0;
  }
  .PluginLayout,
  .PluginLayout2 {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
  }
  .PluginInnerBlock,
  .PluginInnerBlock2 {
    width: 92%;
    margin: 10px 2% 0;
    padding: 2% 2%;
  }
  .PluginInnerBlock:nth-last-of-type(1),
  .PluginInnerBlock2:nth-last-of-type(1) {
    margin: 10px 2%;
  }
  #MainBlock > footer {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto9;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {

  #Breadcrumbs {
    display: none;
  }

/*ブログのヘッダ部の文字色*/
#MainBlock > header #BlogTitle a:link,
#MainBlock > header #BlogTitle a:visited {
  font-weight: bold;
  font-size: 200%;
  text-decoration: none;
  color: #333333;
}

 #MainBlock > nav {
  margin: 0;
  padding: 0;
 }

 #MainBlock > nav ul {
   line-height: 1.5em;
 }

 #MainBlock > nav li {
  margin: 0 ;
 }

  /*外枠の設定*/
 .container{
	margin: 10px;
 }

 table,.w36,.w60,.w68,.w80{
	width: auto;
 }
}
