/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
background:#f1f1f1;

}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0 auto 0;
  width: 960px;
background:#ffffff;
/*background:#f1f1f1;*/
height:auto;
overflow: hidden;
clear: both;
}

#header {
padding: 0px 0px 0px;
height:auto;
overflow: hidden;
clear: both;
}

#navibar {
width: 100%;
position: relative;
overflow: hidden;
clear: both;
}

#container {
width: 100%;
height:auto;
overflow: hidden;
clear: both;
}

/* 実質700px */
#contents { 
padding: 0 50px 2em; 
/* height:4500px;*/
height:auto;
overflow: hidden;
clear: both;
}

#footer {
text-align: center;
width: 100%;

font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 14px;
}


/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2 {
  text-align: left;
  font-size: 30px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin: 0;
padding: 0;
padding-top: 0.5em;
}


/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 18px;
  color: #000000;
}

.logo a{
  text-decoration: none;
  color: #0099ff;
  background-color: #ffffff;
}

.logo a:hover{
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
}

/* -- 概要 -- */
.description {}

/* ---------------------------------------- #navibarの指定 */
ul {
	list-style-type: none;
	margin: 2;
	padding: 2;
	overflow: hidden;



}
li {
	float: left;
	border-right: 1px solid #bbbbbb;

	font-size: 19px;
}



li:last-child {
	border-right: none;
}
li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 9px;
	text-decoration: none;
	border-bottom: 2px solid #000000;
	font-weight:bold;
	font-size: 20px;
	color:#ffffff;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
li a:hover:not(.active) {
	background-color: #a9bce2;
}
.active {
	background-color: #da3c41;
}




#navititle {
/* 	background-color: #f5c2cb; */
	background-color: #0066FF;
	font-size: 20px;
	color: white;
	font-weight:bold;
	padding: 14px 12px;
	text-decoration: none;
	border-bottom: 2px solid #000000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

#navititle2 {
	background-color: #FF0033;
	font-size: 20px;
	color: white;
	font-weight:bold;
	padding: 14px 12px;
	text-decoration: none;
	border-bottom: 2px solid #000000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}

#navititle3 {
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
overflow-wrap: break-word;
}
#navititle4 {
	background-color: #9999FF;
	font-size: 16px;
	color: white;
	font-weight:bold;
	padding: 14px 12px;
	text-decoration: none;
	border-bottom: 2px solid #000000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
overflow-wrap: break-word;
}

#navititle5 li a {
	font-size: 16px;
}





/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }


#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }
table {
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
margin: 9;
background-color: #ffffff;
border-top:#ffffff 3px double;
border-collapse: collapse;
font-size: 11px;
width: 100%;
color:#333333;
}

p.kiji img {
    width:200px;
    height:150px;
margin: 0;
padding: 0;
border-radius: 10px;
}

/*
.days{
background-color: #f1f1f1;
	font-size: 21px;
	font-weight:bold;
    padding-top: 8px;
    padding-bottom: 8px;
	margin: 0px 0px 10px 0px;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
*/

.days{
  padding: .5em .75em;
	font-size: 19px;
	font-weight:bold;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background: #f4f4f4;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
}


.title {
	font-size: 23px;
	margin: 0px 0px 5px 0px;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.description-only{
	font-size: 16px;
}

#livedoor {
text-align: center;
}
hr {
  border-top: 1px dashed #bbb;
}



/* livedoor */
.blogroll-channel,
.blogroll-channel * {
    font-size: 15px;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;}

.blogroll-channel {
    margin-bottom: 15px;
    width: 90%; 
/* 中央ぞろえ%*/
display: block;
/* 中央ぞろえ%*/
margin: 0px auto;
    padding: 10px;
    border: solid 1px #999 !important;
    height:400px !important;
    overflow-y: scroll;}

/* メイン空間100%*/
.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
    width: 100%; 
    overflow:hidden;}

/* リスト空間100%で1列50%で2列*/
.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 13px;
    font-size: 10px;
    line-height: 1.3;
    float:left;
    width:50%;}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;}

/* 矢印アイコン*/
.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
	float:left;
	margin: 0 5px 0 0;}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;}

.blogroll-channel a.blogroll-link {
    font-size: 18px;
    margin: 0 5px 0 0;
    float:left;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: normal; }

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 12px;}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;}






.table_box {
border-collapse: collapse;
width:90%;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 18px;   
}
.table_box th {
width:22%;
border-bottom: #51a8ff 3px solid;
/*border-bottom: #f1f1f1 4px solid;*/
text-align: left;
padding: 10px;
font-weight: normal;
}
.table_box td {
width:78%;
border-bottom: 1px solid #ccc;
text-align: left;
padding: 10px;
}