/*  
Theme Name: 29テーマ シンプル白
Theme URI: 
Description: 最新SEO対策済み、ワードプレス専用テーマです。1カラム、2カラム、3カラム切り替え可能。記事一覧の無限スクロール機能。メニューバー固定＆サイドバー固定機能。
Author: TAKESHI OGURA
Author URI: http://29mailmaga.com
Version: 1.0.0
*/

* {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;;padding:0;margin:0;
}
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: #06c;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
.clear {
    clear: both;
}
input,textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.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;}

/* 引用タグ */
.entry blockquote {
    width: auto;
    margin: 5px 0px;
    padding: 10px;
    border: 4px double #999;
    background: #f9f9f9;
    font-size: 95%;
}
pre {
    width: auto;
    margin: 5px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 2px dotted #999;
    font-size: 95%;
    overflow: scroll;
}

/* 広告 */
.ad-mid {
    text-align: center;
    margin: 5px auto 15px;
}


/* テーブル */
table {
	border: 1px solid #333;
	margin: 7px 0px 10px;
	text-align: center;
	border-collapse: collapse;
	box-shadow: 2px 2px 2px grey;
	width: 100%;
	}
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:#f9f9f9;
	}

td {
    border: solid 1px #333;
}
tr:nth-child(2n){background:#f2f7fc;}
tr:hover{background:#fffff0;}
tr:nth-child(2n):hover{background:#fffff0;}

/* ヘッダー */
#header {
    padding: 0px;
	margin:0 0 10px;
    background-repeat: no-repeat;
    text-align: left;
	height: 60px;
}

#header a,
#header a:link,
#header a:visited {
    color: #333;/* ヘッダーの文字色 */
    background: transparent;
    font-size: 16px;/* ヘッダーの文字サイズ */
    font-weight: bold;
    text-decoration: none;
}
#header h1 a img {
	width:450px;
	height:60px;
}
#header h1 a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
#header h1 a:link,#header h1 a:visited { 
    font-size: 30px;/* ヘッダータイトルの文字サイズ */
    margin: 0px 0px 0px;/* ヘッダータイトルの上下幅 */
    line-height: 25px;/* ヘッダータイトルの行間 */
    display: block;
}
#header-title {
    width: 470px;
    float: left;
}
#header-sub {
    width: 480px;
    float: left;
}
#headermenu {
    width: 100%;
	height:100%;
	margin: 0 0 10px;
    clear: both;
}
#headermenu li {
	position: relative;
    float: left;
    list-style: none;
	border-right:1px solid #333;
}
#headermenu li:first-child {
	border-left:1px solid #333;/* メニュー左の線 */
}
#headermenu li a,
#headermenu li a:link,
#headermenu li a:visited {
	display:block;
    background: #fff;
    font-size: 15px;
	height: 20px;
	color:#333;
	padding:10px 15px;
	font-weight:bold;
	text-decoration:none;
}
#headermenu li a:hover {
    background: #f0f8ff;
}
#headermenu .menu {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	display: inline-block;
}
#headermenu li.menu-item-has-children {
    position: relative;
}

#headermenu li.menu-item-has-children ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#headermenu li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
    top: 40px;
}
#headermenu li ul li {
	position: relative;
    float: left;
    list-style: none;
	border:1px solid #333;
	width:400px;
}
#headermenu li ul li a,
#headermenu li ul li a:link,
#headermenu li ul li a:visited {
	display:block;
    background: #fff;
    font-size: 15px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding:8px 10px;
}
#headermenu li ul li a:hover {
    background: #f0f8ff;
}
#headermenu li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 2px solid #333;/* メニュー矢印の色 */
    border-bottom: 2px solid #333;/* メニュー矢印の色 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/* パンくずナビ */
#breadcrumb ol {
    list-style: none;
    font-size: 12px;
    margin: 5px 2px;
}
#breadcrumb li {
    display: inline-block;
}

/* メインコンテンツ */
#content {
	clear: both;
}
.content-in {
    margin: 0 20px 10px 0;
}
.entry p {
	padding: 10px 0;/* 記事の行間 */
}
.entry textarea {
    width: 97%;
}
.entry-body {
    padding: 0 5px;
}
.entry-body p img {
    padding: 0;
    max-width: 100%;
}

/* 記事内リスト */
.entry-body ul,.entry-body ol {
    margin: 10px 0 10px 25px;
}
.entry-body li {
}

/* 記事タイトル */
.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;
}

/* 見出し */
#content h2 {    
    height: 80px;
    display: table-cell;
    vertical-align: middle;
	line-height: 24px;
	background:#fff;
}
#content h2 a {
    color: #333;
    padding: 0px 15px 0px 10px;
    display: table-cell;
    vertical-align: middle;
    width: 750px;
    height: 80px;
	font-size:17px;
}
#content h2 a:hover {
    background: #06c;
    color: #fff;
}

#content h2 img {
    float: left;
}
#content .entry h3 {
	margin: 15px 0 0;
    padding: 6px 4px 3px 10px;
    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;
}
#content .entry h4 {
	margin: 15px 0 0;
    font-size: 18px;
    background: #eee;
    color: #333;
    border-radius: 0 20px 20px 0;
    border-left: 2px solid #333;
    box-shadow: 2px 2px 2px grey;
    padding: 2px 3px 2px 0px;
    margin-left: 0px;
}
#content .entry h4:before {
    content: "● ";
    color: #333;
}
#content .entry h5 {
	margin: 15px 0 0;
    background: #f9f9f9;
    padding: 1px 5px 1px 15px;
    border-top: 3px double #333;
    border-bottom: 3px double #333;
    font-size: 17px;
}
#content .entry h6 {
	margin: 10px 0 0;
    padding: 2px 3px 2px 13px;
    border-bottom: 2px solid #333;
    font-size: 16px;
}

/* 個別記事 */
#content .single-in h2 {
    color: #333;
    padding: 10px 5px 10px;
	font-size:17px;
    width: 750px;
    height: auto;
}
#content .single-post-meta-top {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin:-6px 5px 0px 0;
}
#content .single-post-meta-top a {
    background: #06c;
    border: 1px solid #06c;
    border-radius: 10px;
    padding: 0px 5px;
    color:#fff;
}
#content .single-post-meta-top a:link,.single-post-meta-top a:visited {
    color:#fff;
}
#content .single-post-meta-top a:hover {
    background: #fff;
    border: 1px solid #06c;
    color:#333;
}

/* カレンダー */
#wp-calendar {
    text-align: center;
    color: #333;
    background: none;
}
#wp-calendar caption {
	text-align: center;
    color: #333;
    font-size: 12px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    background: #eee!important;
    font-weight: bold;
    box-shadow: 2px 2px 2px #999;
    letter-spacing: 0.2em;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    font-size: 12px;
	font-weight: bold;
	color: #666;
}
#wp-calendar td a {
    display:block;
	font-weight: bold;
}
#wp-calendar td a:hover {
    background:#06c;
	color:#fff;
}

/* サイドバー */
#side-left ul,
#side-right ul {
    color: #333;
}
#side-left p,
#side-right p {
    margin: 0;
    padding: 10px 0;
}

#side-left ul li,
#side-right ul li {
	font-size:12px;
    list-style: none;
    margin: 0 0 15px 0;
}

#side-left li li,
#side-right li li {
	background: #f9f9f9;
    margin: 0px;
	padding: 5px;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: #ccc 2px 2px 2px;
}
#side-left li li a,
#side-right li li a {
	font-size:12px;
    padding: 4px 5px 4px;
}
#side-left li li a:hover,
#side-right li li a:hover {
}

/* ウィジェットタイトル */
#side-left ul li h3,
#side-right ul li h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    border: 1px solid #ccc;
    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 #side-left ul li h3,
#side-right ul li h3 {
    padding-bottom: 0;
}
#side-left ul ul,
#side-right ul ul {
    margin: 2px 0 20px;
    border-top: 1px solid #ccc;
}
#side-left ul ul ul,
#side-right ul ul ul{
    margin-bottom: 0;
}
#side-left ul li li ,
#side-right ul li li {
    line-height: 1.5;
}
#side-left ul li li li ,
#side-right ul li li li {
}
#side-left ul ul.children,
#side-right ul ul.children {
    margin-top: 0;
}

/* 前後の記事 */
#prev_next{
    width:100%;
    margin: 36px 0 24px;
    padding:0;
    display: table;
    border: 1px solid #333;
    box-shadow: 3px 3px 3px #999;
}
#prev_next  #prev, #prev_next  #next{
    width: 50%;
    padding: 20px 7px 5px;
    display: table-cell;
    position:relative;
	font-size: 15px;
}
#prev_next #prev p, #prev_next #next p{
	font-size:90%;
	line-height:1.5;
}
#prev_next #prev:hover, #prev_next #next:hover{
	background-color: #f0f8ff;
}
#prev_next #prev{
	border-right:#333 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
    font-size:90%;
    top:-1em;
	font-size:15px;
    position:absolute; 
    border: 1px #333 solid;
    background:#fff; 
    text-align: center;
    padding:3px;
    color:#333;
}
#prev_next #next_title{
	right:5px;
}
#prev_next #prev img, #prev_next #next img{
    margin:0 auto;
}
#prev_next #prev img{
    float:left;
    margin-right:5px
}
#prev_next #next img {
   float:right;
   margin-left: 5px;
}

/* 記事下 */
.bottomsdate {
	text-align: right;
	font-size: 14px;
    clear: both;
}
.bottomsdate a {
    background: #06c;
    border: 1px solid #06c;
    border-radius: 10px;
    padding: 2px 5px;
    font-weight: bold;
    color:#fff;
}
.bottomsdate a:hover {
    text-decoration: none;
    background: #fff;
	color:#333;
}
.categories-tags {
	margin:10px 0 0;
	text-align: right;
}
.post-tags,.post-categories {
	margin:0!important;
}
.post-tags li,.post-categories li {
    list-style: none;
	margin:0 0 0 8px;
}
.post-tags li a,.post-categories li a {
    float: left;
    margin: 2px 3px;
    border: 1px solid #06c;
	border-radius:10px;
    background: #06c;
	font-size: 14px;
    padding: 2px 4px;
}
.post-tags li a:link,.post-tags li a:visited,.post-categories li a:link,.post-categories li a:visited {
	color:#fff;
}
.post-tags li a:hover,.post-categories li a:hover {
	background:#fff;
	color:#333;
     text-decoration: none;
}

/* コメント */
#comment {
    border: 1px solid #333;
	box-shadow:2px 2px 2px #999;
}
span#comment-jump {
       position: relative;
       top: -105px;
       display: block;
}
.comment-head {
	font-size:16px;
    padding: 2px 2px 2px 10px;
	background:#8fabbe;
    color: #fff;
}
.commentlist {
    margin: 10px 5px;
    color: #36414d;
}
#commentlist p {
    padding: 8px 0;
}

#commentform {
	margin: 0 0 0 15px;
    font-size: 13px;
}
.to-comment {
    border: 1px solid #cadaed;
    box-shadow: 2px 2px 2px #666;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d6e8f0), color-stop(0.47, #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%);
    box-shadow: 2px 2px 2px #666;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 8px;
}
#author,#email,#url{
    margin: 0 0 10px;
}
#commentform span{
    color:#f00;
	font-size:11px;
}
#commentform #submit {
    padding: 5px;
    margin: 5px 0;
	font-weight:bold;
	box-shadow:2px 2px 2px #999;
}
#commentform #submit:hover {
    background: #eee;
}
#comment textarea {
	box-shadow:none;
}
#comment　input {
	border:1px solid #333;
}
#respond{
    margin: 0 0 15px;
     padding: 2px 2px 2px 10px;
    color: #fff;
	font-size:16px;
    background: #8fabbe;
    font-weight: bold;
}
#respond a {
    color: #fff;
}
.comment-author {
	margin: 0px;
	}
.comment-author vcard {
	margin: 0px;
	}
cite.fn {
	font-size: 15px;
}
.says {
    display:none;
}
.comment-meta {
    text-align: right;
    padding: 0 10px 0 0;
	margin:-20px 0 0;
    font-size: 90%;
}
.comment-meta a:link,.comment-meta a:visited {
    color:#999;
}
.reply {
        text-align: right;
	font-size: 14px;
	margin: -5px 0 0;
	padding: 0px 20px 0 0;
	}
.reply a:link,.reply a:visited {
	padding:5px;
	border:1px solid #ccc;
	background:#fefefe;
	}
.reply a:hover {
	background:#eee;
	color:333;
	}
#commentlist {
	font-size:14px;
	}
#commentlist ol {
	margin: 0 10px 0 5px;
	}
#commentlist .children {
	list-style: none;
	margin: 0;
	}

#commentlist li{
    line-height: 20px;
	padding: 5px 0 0px 10px;
	margin: 0 0 5px;
	border-bottom:1px solid #ccc;
    position: relative;
    list-style: none;
}
#commentlist li ul li{
	background: #e9f8fd;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 5px;
}
#commentlist li ul li ul li{
	background: #fefdec;
}
#commentlist li ul li ul li ul li{
	background: #fff0f5;
}
#commentlist li ul li ul li ul li ul li{
	background: #e9f8fd;
}
#commentlist li ul li ul li ul li ul li ul li{
	background: #fefdec;
}
#commentlist li ul li ul li ul li ul li ul li ul li{
	background: #fff0f5;
}
#commentlist ul{
	margin: 0px;
	padding: 0px;
}
.comment-body {
    margin: 0 0 10px;
}

/* 1カラム固定レイアウト */
.post-template-single-1column #content,
.page-template-page-1column #content,
.page-template-page-lp #content {
	float: none;
	width:950px;
}
/* 2カラム固定レイアウト*/
.post-template-single-2column-l #content,
.page-template-page-2column-l #content,
#content {
	float: left;
	width: 658px;
}

/* 2カラム固定レイアウト左サイドバー*/
.post-template-single-2column-l #content,
.page-template-page-2column-l #content {
    margin:0 0 0 293px;
}
.post-template-single-2column-l #content .content-in,
.page-template-page-2column-l #content .content-in {
    margin: 0 0 10px 20px;
}

/* 3カラム固定レイアウト*/
.post-template-single-3column #content,
.page-template-page-3column #content {
	float: left;
	width: 540px;
	margin: 0 0 0 200px;
}
.post-template-single-3column #content .content-in,
.page-template-page-3column #content .content-in {
    margin: 0 20px 10px 20px;
}

/* 固定レイアウト共通 */
.post-template-single-3column #box,
.post-template-single-2column-l #box,
.page-template-page-3column #box,
.page-template-page-2column-l #box,
#box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
}

/* 2カラム固定レイアウト幅 */
.post-template-single-2column-l #box,
.page-template-page-2column-l #box,
#box {
width: 950px;
}
.post-template-single-2column-l #side-right-box,
.page-template-page-2column-l #side-right-box,
#side-right-box {
    float: left;
	width: 290px;
}
.post-template-single-2column-l #side-right,
.page-template-page-2column-l #side-right,
#side-right {
    margin: 0 3px 0 0;
}

/* 3カラム固定レイアウト幅 */
.post-template-single-3column #box,
.page-template-page-3column #box {
width: 950px;
}
.post-template-single-3column #side-right-box,
.page-template-page-3column #side-right-box {
    float: left;
	width: 210px;
}
.post-template-single-3column #side-left2-box,
.page-template-page-3column #side-left2-box {
    float: left;
	width: 200px;
    margin: 0 0 0 -950px;
}

/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.content-in {
    padding: 0px;
}

/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-three-column-right #footer,
.post-template-single-2column-l #footer,
#footer,
.layout-one-column-liquid #footer {
    margin: 0px auto;
	padding:10px 0 20px;
    color: #333;
    font-size: 12px;
    border-top: 1px solid #999;
    text-align: center;
}

.post-template-single-2column-l #footer,
#footer {
    width: 950px;
}

.layout-three-column #container,
.layout-three-column-right #container,
.post-template-single-2column-l #container,
#container {
    margin-bottom: 10px;
}

/* 2カラム左サイドバーレイアウト */
#side-left-box {
    float: left;
    width: 290px;
    margin-left: -950px;
}


.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: block;}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/
.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 15px;
	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: #a52a2a;
	color: #fff;
}
.page-top a:hover,
.page-top a:active{
	background: #888;
}
.page-top a:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0px 5px 0px 0px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* インデックス記事一覧 */
.post {
    margin: 0 0 15px;
}

.post a:link, .post a:visited {
    color: #333;
    text-decoration: none;
}

.post-in,
.single-in {
     width: 100%;
    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;
}


.arc-cat {
	margin: 0px 0px 0px 4px;
	background: url(images/sprite.png) no-repeat;
	background-position: 0px -28px;
	width: 14px; height: 14px;
	padding: 0px 0px 0px 18px;
}
.arc-comment {
	margin: 0px 0px 0px 10px;
	background: url(images/sprite.png) no-repeat;
	background-position: 0 -1px;
        width: 14px; height: 14px;
        padding: 0px 0px 0px 18px;
}

div[class^="cat-"]{
    background-color: gray;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    width: 98%;
    padding: 0 2% 0 0;
	text-align: right;
}


#content .cat-1{background-color:hotpink;}
#content .cat-2{background-color:darkblue;}
#content .cat-3{background-color:green;}
#content .cat-4{background-color:darkorange;}
#content .cat-5{background-color:darkviolet;}
#content .cat-6{background-color:lightseagreen;}
#content .cat-7{background-color:orangered;}
#content .cat-8{background-color:sienna;}
#content .cat-9{background-color:magenta;}
#content .cat-10{background-color:darkslategray;}
#content .cat-11{background-color:royalblue;}
#content .cat-12{background-color:brown;}
#content .cat-13{background-color:coral;}
#content .cat-14{background-color:gold;}
#content .cat-15{background-color:darkolivegreen;}
#content .cat-16{background-color:navy;}
#content .cat-17{background-color:pink;}
#content .cat-18{background-color:rosybrown;}
#content .cat-19{background-color:cyan;}
#content .cat-20{background-color:mediumseagreen;}



/* 動画 */
.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;
}
#searchtext {
    width: 150px;
	height:20px;
}
#s {
    margin: -18px 0 0;
    vertical-align: middle;
    height: 23px;
	width: 68%;
    padding: 0;
}
#searchsubmit {
    margin: 0 0 0 -7px;
}
#searchsubmit:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}


/* 無限スクロール */
#more-loading {
	margin:auto;
}

/* 吹き出しのスタイル */
.chat {
	overflow: hidden;
	font-size: 90%;
    padding: 10px;
    margin: 0;
    line-height: 1.5;
    color: #333333;
}
.chat-img-left {
	margin: 0;
	float: left;
	margin-right: -70px;
	position: relative;
}
.chat-img-left img {
	width: 60px;
	height: 60px;
}
.chat-img-left .chat-img-description {
    position: absolute;
    overflow: hidden;
    top: 5px;
    left: 80px;
    font-size: 12px;
    white-space: nowrap;
}
.chat-text-left {
    float: left;
    position: relative;
    padding-top: 26px;
    margin-right: 80px;
    margin-left: 80px;
}
.chat-text-left p {
    border-radius: 0 15px 15px 15px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #666;
    padding: 5px 10px;
}
.chat-text-left p:before {
    position: absolute;
    top: 26px;
    left: -8px;
    z-index: 1;
    height: 0;
    width: 0;
    border-style: solid none none solid;
    border-width: 8px;
    border-color: #666 transparent;
    content: "";
}
.chat-text-left p:after {
    position: absolute;
    top: 27px;
    left: -6px;
    z-index: 3;
    height: 0;
    width: 0;
    border-style: solid none none solid;
    border-width: 8px;
    border-color: #F9F9F9 transparent;
    content: "";
}
.chat-img-right {
	margin: 0;
	float: right;
	margin-left: -70px;
	position: relative;
}
.chat-img-right img {
	width: 60px;
	height: 60px;
}
.chat-img-right .chat-img-description {
    position: absolute;
    overflow: hidden;
    top: 5px;
    right: 80px;
    font-size: 12px;
    white-space: nowrap;
}
.chat-text-right {
    float: right;
    position: relative;
    padding-top: 26px;
    margin-right: 80px;
    margin-left: 80px;
}
.chat-text-right p {
    background-color: #bbff77;
    border-radius: 15px 0 15px 15px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #666;
    padding: 5px 10px;
}
.chat-text-right p:before {
    position: absolute;
    top: 26px;
    right: -8px;
    z-index: 1;
    height: 0;
    width: 0;
    border-style: solid solid none none;
    border-width: 8px;
    border-color: #666 transparent;
    content: "";
}
.chat-text-right p:after {
	position: absolute;
	top: 27px;
	right: -6px;
    z-index: 3;
    height: 0;
    width: 0;
    border-style: solid solid none none;
    border-width: 8px;
    border-color: #ccff88 transparent;
    content: "";
}

/*  編集用リンク */
.edit-link a:link, .edit-link a:visited {
    color: #fff;
}

