/*  
Theme Name: 29theme
Theme URI: 
Description: 29テーマ
Author: TAKESHI OGURA
Author URI: http://29mailmaga.com
Version: 1.0.0
*/

* {
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
    background: #fff; /* サイト背景色 */
}
html>body {
		font-size: 16px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
a,
a:link,
a:visited {
	color: #00f;
}
a:hover {
	color: #fff;
	background:#06c;
}
a img {
    border: none;
}
.s5 {margin: 5px 0px 0px;}
.s10 {margin: 10px 0px 0px;}
.s15 {margin: 15px 0px 0px;}
.s20 {margin: 20px 0px 0px;}
.s30 {margin: 30px 0px 0px;}
.s40 {margin: 40px 0px 0px;}
.s50 {margin: 50px 0px 0px;}
.s60 {margin: 60px 0px 0px;}
.s70 {margin: 70px 0px 0px;}
.s80 {margin: 80px 0px 0px;}
.s90 {margin: 90px 0px 0px;}
.s100 {margin: 100px 0px 0px;}
.s150 {margin: 150px 0px 0px;}
.s200 {margin: 200px 0px 0px;}
.s300 {margin: 300px 0px 0px;}
.s400 {margin: 400px 0px 0px;}
.s500 {margin: 500px 0px 0px;}
.s1000 {margin: 1000px 0px 0px;}
.red {color: #f00;}
.blue {color: #00f;}
.yellow {color: #ff0;}
.lime {color: #0f0;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

ul {
    -webkit-padding-start: 0;
}

#header {
    padding: 0px;
	margin:0 0 10px;
		background: #fff;/* ヘッダーの背景色 */
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
}

#header a,
#header a:link,
#header a:visited {
    color: #333;/* ヘッダーの文字色 */
    background: transparent;
    font-size: 16px;/* ヘッダーの文字サイズ */
    font-weight: bold;
    text-decoration: none;
}

#header h1 { 
    margin: 0px;/* ヘッダータイトルの上下幅 */
}

#header h1 a:link,#header h1 a:visited { 
    font-size: 30px;/* ヘッダータイトルの文字サイズ */
}

/* ヘッダーメニュー */
#headermenu {
    width: 100%;
}
#headermenu li {
	position: relative;
    float: left;
    list-style: none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
#headermenu li:first-child {
	border-left:1px solid #fff;/* メニュー左の線 */
}
#headermenu li a:link,
#headermenu li a:visited {
	display:block;
    background: #333;
    font-size: 14px;
	color:#fff;
	padding:5px 10px;
}
#headermenu li a:hover {
    background: #999;
}


/* description of blog */
.blog-description {
    color: #ffffff;
    background: transparent;
    font-size: 12px;
}

/* article */
.blog {
    padding: 10px 15px;
}

/* comment color */
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #fff;
		background: #00008b;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #fff;
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

.entry p {
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

.entry-body {
}
.entry-body p img {
    padding: 0;
    max-width: 100%;
}
.entry-body img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-body img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
.entry-body img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
.entry-body .alignright {
    float: right;
}
.entry-body .alignleft {
    float: left;
}



/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/
.page-top {
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 99;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.page-top a{
	display: block;
	padding: 10px 10px 10px 45px;
	border: 2px solid #fff;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.page-top a:link,
.page-top a:visited{
	background: url(http://2-9densetsu.com/wp-content/uploads/2016/10/bg-pagetop.gif) 14px center no-repeat #06c;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: url(http://2-9densetsu.com/wp-content/uploads/2016/10/bg-pagetop.gif) 14px center no-repeat #888;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle {
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

.entry h3 {
	margin: 10px 0;
    padding: 6px 4px 3px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 2px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #999), color-stop(0.21, #666));
    background: -webkit-linear-gradient(top, #999 21%, #666 100%);
    background: -moz-linear-gradient(top, #999 21%, #666 100%);
    background: -o-linear-gradient(top, #999 21%, #666 100%);
    background: -ms-linear-gradient(top, #999 21%, #666 100%);
    background: linear-gradient(to bottom, #999 21%, #666 100%);
    border-left: solid 15px #333;
    border-bottom: solid 3px #333;
    text-shadow: 2px 2px 1px #666;
    box-shadow: 1px 1px 2px grey;
}

.entry h4 {
	margin: 10px 0;
    padding: 5px;
    border-top: 4px double #333;
    border-bottom: 4px double #333;
    font-size: 17px;
}

/* 記事タイトル */
.entry-title {
    margin: 0 0 1.5em;
    border: 1px solid #333;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7d7d7d), color-stop(0.70, #fff));
    background: -webkit-linear-gradient(top, #fff 70%, #ccc 100%);
    background: -moz-linear-gradient(top, #fff 70%, #ccc 100%);
    background: -o-linear-gradient(top, #fff 70%, #ccc 100%);
    background: -ms-linear-gradient(top, #fff 70%, #ccc 100%);
    background: linear-gradient(to bottom, #fff 70%, #ccc 100%);
    font-size: 1.286em;
    font-weight: bold;
    box-shadow: 2px 2px 2px #666;
}
.entry-title a  {
    display:block;
	color: #333;
    padding: 7px 5px 7px 10px;
	text-decoration:none;
}


/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}


/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 83.3%;
}

/* breadcrumbs list */

#breadcrumb a {
    font-size:12px;
}

#breadcrumb a:link, #breadcrumb a:visited {
    text-decoration: none;
    color: #333;
}
#breadcrumb a:hover {
    text-decoration: underline;
    color: #00f;
    background: none;
}



/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 12px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 2px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 12px;
    line-height: 120%;
}

/* for hidden widget title */
.widget_calendar h2 {
    display: none;
}


/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #444;
}

#links-left ul li,
#links-right ul li {
    list-style: none;
    margin: 0 0 15px 0;
}

#links-left li li,
#links-right li li {
    background: url(images/lmark.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}

/* ウィジェットタイトル */
#links-left ul li h2,
#links-right ul li h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 2px;
    border: 1px solid #666;
    box-shadow: 2px 2px 2px #999;
    padding: 5px 0 5px 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cadaed), color-stop(0.48, #fff));
    background: -webkit-linear-gradient(top, #fff 48%, #cadaed 100%);
    background: -moz-linear-gradient(top, #fff 48%, #cadaed 100%);
    background: -o-linear-gradient(top, #fff 48%, #cadaed 100%);
    background: -ms-linear-gradient(top, #fff 48%, #cadaed 100%);
    background: linear-gradient(to bottom, #fff 48%, #cadaed 100%);
    height: 100%;
}
html > body #links-left ul li h2,
#links-right ul li h2 {
    padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
    margin: 3px 0 20px;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    font-size: 75%;
    line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 100%;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 8px;
    color: #fff;
    background: #8fabbe;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 100%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment {
    width: 400px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

form input,
form textarea {
    border: 1px solid #999;
}
#searchtext {
    margin: 3px 0;
}

#content {
	clear: both;
    margin: 10px 0 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-three-column-right,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
}
.layout-three-column #container,
.layout-three-column-right #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-three-column-right #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #669;
    text-align: left;
    background-color: #fff;
}

/* 3カラム固定レイアウト幅 */
.layout-three-column-right #box,
.layout-three-column #box {
width:950px;
}

/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
width: 950px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 478px;
}

/* 3カラム固定レイアウト */
.layout-three-column #content {
    float: left;
    border-bottom: 1px solid #669;
}
.layout-three-column #content { /* for IE6 */
    width: 468px;
    margin-left: 95px;
}
html>body.layout-three-column #content {
    width: 478px;
    margin-left: 185px;
}


.layout-three-column #links-left-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left-box { /* for IE6 */
    margin-left: -656px;
}
html>body.layout-three-column #links-left-box {
    margin-left: -665px;
}

.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-right-box { /* for IE6 */
    margin-left: 2px;
}
html>body.layout-three-column #links-right-box {
    margin-left: 0;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
}

/* 3カラム固定レイアウト（右サイドバー） */
.layout-three-column-right #content {
    float: left;
    width: 483px;
    border-bottom: 1px solid #669;
		border-right: 1px solid #669;
}
.layout-three-column-right #links-left-box {
    float: left;
		width: 280px;
}
.layout-three-column-right #links-right-box {
    float: left;
		width: 285px;
}
.layout-three-column-right #links-left {
    padding: 15px 5px 0 15px;
}
.layout-three-column-right #links-right {
    padding: 15px 15px 0 15px;
}

/* 2カラム固定レイアウト*/
.layout-two-column-right #content {
    float: left;
		width: 658px;
}
.layout-two-column-right #links-right-box {
    float: left;
	width: 290px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
}

/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
}
.layout-two-column-left #content { /* for IE6 */
    margin-left: 92px;
}
html>body.layout-two-column-left #content {
    margin-left: 185px;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left-box { /* for IE6 */
    margin-left: -663px;
}
html>body.layout-two-column-left #links-left-box {
    margin-left: -665px;
}

.layout-two-column-left #links-left {
    padding: 15px 15px 0;
}

/* 1カラム固定レイアウト */
.layout-one-column #content {}

/* 3カラム固定レイアウト(ブログ記事全体) */
.layout-three-column-right .blog,
.layout-three-column .blog {
    padding: 10px 15px;
}

/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 10px 15px;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.layout-two-column-right .blog {
    padding: 10px 0px;
}

/* 1カラム固定レイアウト(ブログ記事全体) */
.layout-one-column .blog {
    padding: 10px 15px 0;
}

/* リキッドレイアウト共通 */
.layout-three-column-liquid,
.layout-three-column-liquid-right,
.layout-two-column-liquid-right,
.layout-two-column-liquid-left {
    background: #fff;
}
.layout-three-column-liquid #content,
.layout-three-column-liquid-right #content,
.layout-two-column-liquid-right #content,
.layout-two-column-liquid-left #content,
.layout-three-column-liquid #links-left-box,
.layout-three-column-liquid #links-right-box,
.layout-three-column-liquid-right #links-left-box,
.layout-three-column-liquid-right #links-right-box,
.layout-two-column-liquid-right #links-right-box,
.layout-two-column-liquid-left #links-left-box {
    position: relative;
    display: inline;
    float: left;
}
.layout-three-column-liquid .blog,
.layout-three-column-liquid-right .blog,
.layout-two-column-liquid-right .blog,
.layout-two-column-liquid-left .blog,
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-three-column-liquid-right #links-left,
.layout-three-column-liquid-right #links-right,
.layout-two-column-liquid-right #links-right,
.layout-two-column-liquid-left #links-left {
    position: static;
}
.layout-three-column-liquid #content,
.layout-three-column-liquid-right #content,
.layout-two-column-liquid-right #content,
.layout-two-column-liquid-left #content,
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-three-column-liquid-right #links-left,
.layout-three-column-liquid-right #links-right,
.layout-two-column-liquid-right #links-right,
.layout-two-column-liquid-left #links-left,
.layout-three-column-liquid .entry,
.layout-three-column-liquid-right .entry,
.layout-two-column-liquid-right .entry,
.layout-two-column-liquid-left .entry {
    overflow-x: hidden;
}

/* ネガティブマージンで選択やクリックできない不具合の対処 */
.layout-three-column-liquid #links-left {
    position: relative;
    z-index: 2;
}

/* 3カラムリキッド */
.layout-three-column-liquid #content {
    width: 100%;
/*    margin: 0 -200px; */
margin: 0;
    height: 100%; /* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-three-column-liquid .blog {
    margin: 0 200px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-three-column-liquid .blog {
    padding: 10px 15px;
}

/* 3カラムリキッド(右サイドバー) */
.layout-three-column-liquid-right #content {
    width: 100%;
    margin-right: -385px;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-three-column-liquid-right .blog {
    margin-right: 385px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-three-column-liquid-right .blog {
    padding: 10px 15px;
}

/* 2カラムリキッド(右サイドバー) */
.layout-two-column-liquid-right #content {
    width: 100%;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-two-column-liquid-right .blog {
    margin-right: 200px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-right: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-two-column-liquid-right .blog {
    padding: 10px 15px;
}

/* 2カラムリキッド(左サイドバー) */
.layout-two-column-liquid-left #content {
    width: 100%;
    /* height: 100%; *//* for IE6 リサイズで中央カラムが右寄りになるのを防止 */
}
.layout-two-column-liquid-left .blog {
    margin-left: 200px;
    padding: 18px 15px 10px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    height: 100%; /* for IE6 */
}
html>body.layout-two-column-liquid-left .blog {
    padding: 10px 15px;
}

/* for IE7 */
*:first-child+html .layout-three-column-liquid-right .blog,
*:first-child+html .layout-three-column-liquid .blog,
*:first-child+html .layout-two-column-liquid-right .blog,
*:first-child+html .layout-two-column-liquid-left .blog {
    padding-top: 18px;
}

/* リキッドレイアウト・サイドバー */
.layout-three-column-liquid #links-left-box {
    top: 15px;
    width: 200px;
    margin-left: -100%;
}
.layout-three-column-liquid-right #links-left-box {
    top: 15px;
    right: 0px;
    width: 185px;
}
.layout-three-column-liquid-right #links-right-box {
    top: 15px;
    width: 200px;
}
.layout-three-column-liquid #links-right-box,
.layout-two-column-liquid-right #links-right-box {
    top: 15px;
    width: 200px;
    margin-left: -200px;
}
.layout-two-column-liquid-left #links-left-box {
    top: 15px;
    width: 200px;
    margin-left: -100%;
}
.layout-three-column-liquid #links-left,
.layout-three-column-liquid #links-right,
.layout-two-column-liquid-right #links-right,
.layout-two-column-liquid-left #links-left {
    padding: 0 15px;
    height: 95%; /* for IE6 */
}
.layout-three-column-liquid-right #links-left {
    padding: 0 0 0 15px;
    height: 95%; /* for IE6 */
}
.layout-three-column-liquid-right #links-right {
    padding: 0 15px;
    height: 95%; /* for IE6 */
}

/* リキッドレイアウト・フッタ */
.layout-three-column-liquid #footer,
.layout-three-column-liquid-right #footer,
.layout-two-column-liquid-right #footer,
.layout-two-column-liquid-left #footer {
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px; /* for IE6 */
    border-top: 1px solid #669;
    height: 60px;
    color: #fff;
	background: #ffe4c4 ;
    font-size: 75%;
    text-align: center;
    line-height: 2;
}
html>body.layout-three-column-liquid #footer,
html>body.layout-three-column-liquid-right #footer,
html>body.layout-two-column-liquid-right #footer {
    padding-bottom: 0;
}
/* for IE7 */
*:first-child+html .layout-three-column-liquid #footer,
*:first-child+html .layout-three-column-liquid-right #footer,
*:first-child+html .layout-two-column-liquid-right #footer {
    width: 100%; /* for IE7 フッタのレイアウト崩れを防止 */
}

/* 1カラムリキッド(ブログ記事全体) */
.layout-one-column-liquid .blog {
    padding: 15px;
}

/* 1カラムリキッド */
.layout-one-column-liquid #content {
    margin: 0 100px;
    border-bottom: 1px solid #669;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
    background: #fff;
}
/* 1カラムリキッド */
/* タイトルバナー */
.layout-one-column-liquid #header {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #669;
    border-right: 1px solid #669;
}

/* 1カラム用 */
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-three-column-right #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer,
.layout-one-column-liquid #footer {
    margin: 0px auto;
padding-top:10px;
    height: 60px;
    color: #333;
    background: #ffe4c4;
    font-size: 75%;
    text-align: center;
    line-height: 2;
}
.layout-three-column #footer,
.layout-three-column-right #footer {
    width: 950px;
}
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 950px;
}
.layout-one-column #footer {
    width: 478px;
}
.layout-one-column-liquid #footer {
    margin-right: 100px;
    margin-left : 100px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* インデックス記事一覧 */

.post {
    margin: 0 0 20px;
}

.post a:link, .post a:visited {
    color: #333;
    text-decoration: none;
}

.post-in,
.single-in {
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
     box-shadow: 2px 2px 2px #999;
}
.index-thum {
    float: left;
    margin: -16px 0 0 -1px;
}


div[class^="cat-"]{
    background-color: #999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    width: 98%;
    padding: 0px 1% 0;
	text-align: right;
}


#content .cat-1{background-color:#ff69b4;}
#content .cat-2{background-color:#666;}
#content .cat-3{background-color:#008000;}
#content .cat-4{background-color:#345abe;}
#content .cat-5{background-color:#800000;}
#content .cat-6{background-color:#d2691e;}
#content .cat-7{background-color:#ff0000;}
#content .cat-8{background-color:#0000ff;}
#content .cat-10{background-color:#008000;}


#content h2 {    
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}
#content h2 a {
    color: #333;
    background: url(http://2-9densetsu.com/wp-content/uploads/2013/09/icon_arrow.png) 101% 50% no-repeat;
    padding: 0px 15px 0px 10px;
    display: table-cell;
    vertical-align: middle;
    width: 750px;
    height: 80px;
	font-size:18px;
}
#content h2 a:hover {
    background: #06c;
    color: #fff;
}

#content h2 img {
    float: left;
}

.edit-link a:link, .edit-link a:visited {
    color: #fff;
}

/* テーブル */
table {
	border: 1px solid #333;
	margin: 7px 0px 10px;
	text-align: center;
	border-collapse: collapse;
	box-shadow: 2px 2px 2px grey;
	width: 100%;
	}

tr:hover{background:#ffe4e1;}
tr:nth-child(2n):hover{background:#ffe4e1;}

thead tr th{
color: #fff;
background: #888;
text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
box-shadow: 0 1px 1px rgba(255,255,255,0.3) inset;
}

tr th {
	font-weight: bold;
	border: solid 1px #333;
	text-align: center;
	background:#eee;
	}

td {
    border: solid 1px #333;
}

/* 個別記事 */
#content .single-in h2 {
    color: #333;
    padding: 15px 5px 10px;
	font-size:18px;
    width: 750px;
    height: auto;
}



/* 動画 */
.video-container {
position: relative;
padding-bottom: 56.25%;
margin: 10px 0;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 検索ボックス */
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 150px;
}