@charset "utf-8";
/*
Theme Name: kyokushin-kato-dojo
Theme URI: http://kyokushin-kato-dojo.jp
Template: biz-vektor
Description: 
Author: sussy
Tags: 
Version: 0.1.0
*/

#header #site-title a img { max-height:120px; }
#header #headContact	{ float:center; text-align:center; }
#header #headContact #headContactTxt	{ font-size:15px;}
#header #headContact #headContactTime	{ font-size:15px;}
body {
margin: 0;
padding: 0;
line-height:1.4;
color:#333;
font-family:meiryo, Arial, sans-serif;
font-size:0.9em;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*	 画像の周囲にキャプションを入れる その１
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.imgleft{
	float: left;
	padding: 0 5px 10px 10px;
}

.imgleft span{
	display: block;
	font-size: 90%;
	color: darkblue;
	text-align: center;
}

.imgright{
	float: right;
	padding: 0 5px 5px 5px;
}

.imgright span{
	display: block;
	font-size: 90%;
	color: darkblue;
	text-align: center;
}

div.clear{
	clear: both;
	margin: 0 0 10px 0;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*	 画像の周囲にキャプションを入れる その２
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
div.imagebox {
   border: 1px dashed #0000cc; /* 1.枠線 */
   background-color: #eeeeff;  /* 2.背景色 */
}
p.image, p.caption {
   text-align: center; /* 3.中央寄せ */
   margin: 5px;        /* 4.余白・間隔 */
}
p.caption {
   font-size: 80%;  /* 5.文字サイズ */
   color: darkblue; /* 6.文字色 */
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*	 画像の周囲にキャプションを入れる その３
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* キャプション */

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
	}

div.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.wp-caption {
	border: 1px solid #666666;
	text-align: center;
	background-color: #F8F8F8;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* キャプションEND */

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*	 ＱＡコーナー
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* --- リストエリア --- */
ol.qa {
max-width: 600px; /* リストエリアの幅 */
margin: 0;
padding: 0;
list-style-type: none;
}

/* --- リスト項目の内容 --- */
ol.qa dl {
margin: 0;
/* background:  url(http://kyokushin-kato-dojo.jp/wp-content/uploads/2013/12/qa_back.gif) repeat-x top; */
/* リスト項目の背景 #f9f9f9 */
}

/* --- Questionエリア --- */
ol.qa dt {
margin: 0;
padding: 8px 6px 6px 6px; /* Questionエリアのパディング（上右下左） */
background: url(http://kyokushin-kato-dojo.jp/wp-content/uploads/2013/12/q1.gif) no-repeat 0px 5px; /* Questionエリアの背景 */
border: 1px #c0c0c0 solid; /* Questionエリアの境界線 */
font-weight: bold;
line-height: 120%;
}

/* --- Answerエリア --- */
ol.qa dd {
margin: 0;
padding: 2px 0 6px 30px; /* Answerエリアのパディング（上右下左） */
background: url(http://kyokushin-kato-dojo.jp/wp-content/uploads/2013/12/a1.gif) no-repeat left top; /* Answerエリアの背景 */
line-height: 150%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*	 headerコーナー
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h3.folding  {
margin: 0;
padding: 8px 6px 6px 6px; /* クリックimg */
background: url(http://kyokushin-kato-dojo.jp/wp-content/uploads/2014/03/click.png) no-repeat 0px 0px;
font-size   :14px;
/*font-weight :lighter;*/
/*padding-left:20px;*/
font-weight: bold;
line-height: 35px;
}

h3.folding_02  {
margin: 0;
padding: 8px 6px 6px 6px; /* クリックimg */
background: url(http://kyokushin-kato-dojo.jp/wp-content/uploads/2014/11/ClickOrTap.png) no-repeat 0px 0px;
font-size   :14px;
/*font-weight :lighter;*/
/*padding-left:20px;*/
font-weight: bold;
line-height: 35px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*	 画像の中にキャプションを入れる
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.cap {
	position: relative;
}
 
.cap img {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
 
.cap p {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 5px;
	background: #000;
	filter: Alpha(opacity=70);
	opacity:0.7;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*	 テーブルの線を消したいのだが・・・
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

iframe{ width:100%; }

.entry-content table,
.comment-content table {
 /*border-bottom: 1px solid #ededed;*/

.entry-content td,
.comment-content td {
 /*border-top: 1px solid #ededed;*/
