@charset "utf-8";
/*
Theme Name: responsive_027
Theme URI: http://c-tpl.com/
Description: responsive_027
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

img{max-width:100%;}

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:90%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#333;
border-top:5px solid #366ba1;
background:#fff;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#366ba1;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#003465;
}


/**** Clearfix ****/
nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, #footerInfo:before,#footerInfo:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,#footerInfo:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,#footerInfo{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}
strong{font-weight:900;}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #366ba1;
background: -moz-linear-gradient(top, #366ba1 0%, #003465 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366ba1), color-stop(100%,#003465));
background: -webkit-linear-gradient(top, #366ba1 0%,#003465 100%);
background: -o-linear-gradient(top, #366ba1 0%,#003465 100%);
background: -ms-linear-gradient(top, #366ba1 0%,#003465 100%);
background: linear-gradient(to bottom, #366ba1 0%,#003465 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366ba1', endColorstr='#003465',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #366ba1;
background: -moz-linear-gradient(top, #003465 0%, #366ba1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003465), color-stop(100%,#366ba1));
background: -webkit-linear-gradient(top, #003465 0%,#366ba1 100%);
background: -o-linear-gradient(top, #003465 0%,#366ba1 100%);
background: -ms-linear-gradient(top, #003465 0%,#366ba1 100%);
background: linear-gradient(to bottom, #003465 0%,#366ba1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003465', endColorstr='#366ba1',GradientType=0 );
}


/* レイアウト
------------------------------------------------------------*/
#wrapper, #header, .inner{
margin: 0 auto;
padding-bottom:10px;
width: 960px;
}

#content{
float:right;
width:625px;
}

#sidebar{
float:left;
width:300px;
padding-top:0;
}

#footer{
clear:both;
color:#fff;
background:#366ba1;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:10px 0 0 3px;
text-align:right;
font-size:90%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;	
padding:10px 0;
font-size:160%;
font-weight:bold;
}


/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
padding-bottom:20px;
text-align:right;
}

.tel{
display:inline;
padding-left:48px;
font:40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
background:url(images/tel.png) no-repeat 0 50%;
}


/* トップナビゲーション
*****************************************************/
#searchHead input{
line-height:30px;
}

#searchHead input.searchBox[type="text"]{
vertical-align:top;
width:140px;
height:26px;
border-radius:3px 0 0 3px;
-webkit-border-radius:3px 0 0 3px;
-moz-border-radius:3px 0 0 3px;
border-right:0;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:30px 0 20px;
padding: 5px 10px 5px 50px;
line-height:30px;
font-size:22px;
font-weight:900;
background: url(https://www.kyokushin-monma.com/library/wp-content/uploads/2015/03/kyokushinicon.jpg) no-repeat;
border-bottom:1px solid #666;
color:#000;
}

.newsTitle h3 span,section.widget h3 span{
color:#fff;
}

.dateLabel{
margin:-10px 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
/* background:url(images/bullet.png) no-repeat 0 8px; */
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#003465;
border-top:1px solid #366ba1;
border-bottom:1px solid #003465;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#003465;
clear:both;
border-bottom:1px solid #003465;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#003465;
background:url(images/borderDot.png) repeat-x 0 100%;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #003465 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #003465 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#366ba1;
}

.post table td{
padding:7px 5px;
border: 1px #003465 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
padding:4px;
background:#fff;
border:1px solid #ccc;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
background:#fff;
border:1px solid #ccc;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h3{
margin:0 0 10px;
padding:5px 10px;
line-height:33px;
font-size:120%;
font-weight:normal;
background: #366ba1 url(images/noiseBg.png);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
}

section.widget a{
display:block;
padding:10px 5px;
background:url(images/borderDot.png) repeat-x 0 100%;
}

section.widget a:hover{background-color:#f7ffff;}

/* 更新情報
-------------*/
.newsTitle{
margin:0 0 20px;
padding:5px 10px;
line-height:33px;
font-size:120%;
background: #366ba1 url(images/noiseBg.png);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 10px 0 28px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.newsTitle a{color:#fff;}

.news{padding-bottom:40px;}

.news p{
clear:both;
padding-bottom:2px;
background:url(images/borderDot.png) repeat-x 0 100%;
}

.news p a{
display:block;
padding:10px 0;
color:#003465;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#366ba1;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#003465;}

.news p a:hover{background-color:#f7ffff;}


/* ページ上部へ戻る
*****************************************************/
#pagetop{
clear:both;
display:block;
overflow:hidden;
padding-top:30px;
margin-bottom:-1px;
}

#pagetop a{
float:right;
display:block;
position:relative;
padding:5px 15px 2px 25px;
font-size:90%;
border-bottom:0;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
color:#fff;
background:#003465 url(images/toTop.png) no-repeat 8px 60%;
}

#pagetop a:hover{background-position:8px 40%;}

*:first-child+html #pagetop{margin-bottom:-10px;}

*:first-child+html #pagetop a{
position:static;
padding:5px 15px 5px 25px;
}


/* フッター
*****************************************************/
#footerInfo{
padding:20px 10px;
margin-bottom:20px;
border-bottom:1px dotted #003465;
background: #366ba1 url(images/noiseBg.png);
}

#footerLogo{
float:left;
padding:10px;
}

.contactInfo{float:right;text-align:right;}
.contactInfo .tel a{color:#fff;}

#footer ul{
text-align:center;
font-size:95%;
padding-bottom:20px;
}

#footer ul ul{padding-bottom:0;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
background:url(images/parent.png) no-repeat 0 9px;
}

#footer ul li	a{
display:block;
padding:0 20px 0 13px;
overflow:hidden;
color:#fff;
}

#footer ul li	a:hover{text-decoration:underline;}


#footer ul li	li{
display:block;
padding:0;
margin-left:10px;
background:url(images/child.png) no-repeat 0 4px;
}

#footer ul li	li a{padding:0 10px 0 12px;}

*:first-child+html #footer ul{width:920px;margin:0 auto;}
*:first-child+html #footer ul ul{width:auto;}
*:first-child+html #footer ul li{float:left;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:90%;
color:#fff;
background:#003465;
zoom:1;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#366ba1;
text-align:center;
}


/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
width:650px;
margin-right:-25px;
}

.thumbWrap_PR{
width:645px;
margin-right:-20px;
}

ul.thumb{margin: 0;}

/*おすすめ商品の見出しがない場合*/
ul.gap{margin-top:40px;}

ul.thumb li{
float:left;
width:300px;
margin:0 25px 0 0;
padding:0 0 40px;
background:none;
}

ul.thumb li img.wp-post-image{
float:left;
display:inline;
padding:0 5px 3px 0;
}

ul.thumb h3{
font-weight:normal;
font-size:110%;
}

.thumbWrap ul.thumb h3{
padding:0 25px 0 0;
display:inline;
background:url(images/arrow.png) no-repeat 100% 50%;
}

.thumbWrap_PR ul.thumb li{
width: 195px;
margin:0 20px 0 0;
}

.post table.koushi_enbu{}
.post table.koushi_enbu th{text-align:center;}
.post table.koushi_enbu td{padding: 0 1em;}

.koushi_enbu_footer{
	border:3px solid #D90000;
	padding:0.5em;
	margin-bottom:3em;
	text-align:center;
	color:#D90000;
font-size:1.2em;
	font-weight:900;
}

.kako_ichiran_title{
	background:#316BA5;
	color:#fff;
	padding: 0.5em 1em;
	font-size:1em;
	font-weight:900;
	display:inline-block;
}

ul.top2019_bana{text-align:center;padding: 1em 0 0 0;margin:0;}
ul.top2019_bana li{display:inline-block;width:48%;padding:0.5%;margin:0;vertical-align:top;}

.doujou_text{padding:1em;line-height:1.8em;font-size:0.9em;}

.oyasumi{margin-bottom:2em;
	padding:1em;
	border:5px solid #00468C;}
.oyasumi table th,
.oyasumi table td{padding:0.5em;}

.nobr{display:inline-block;}

/* メインメニュー + 検索ボックス　PC用
------------------------------------------------------------*/
/* @media only screen and (min-width: 1025px){ */
	nav#mainNav{
	clear:both;
	height:54px;
	padding-top:14px;
	margin-bottom:20px;
	position:relative;
	background:url(images/navBg.png) repeat-x;
	}

	.panel ul li{
	float: left;
	position: relative;
	height:40px;
	line-height:40px;
	margin:0 30px;
	}

	.panel ul li a{
	display: block;
	height:40px;
	text-align: center;
	_float:left;
	color:#fff;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  .panel ul{width:1025px;}
  
	.panel ul li a span{
  margin: 0 10px 0 -5px;
  padding: 0 8px 0 20px;
  _position:relative; /*To fix IE6 problem (not displaying)*/
  float:left;

  }
  
  /* 親メニュー */
  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li a:active, .panel ul li.current-menu-parent a{
  background: url(images/mainNav.png) no-repeat 100% 50%;
  }
  
  .panel ul li.current-menu-item a span,.panel ul li a:hover span,.panel ul li a:active span, .panel ul li.current-menu-parent a span{
  background: url(images/mainNav.png) no-repeat 0 50%;
  }
  
  .panel ul li.current-menu-parent li a,
  .panel ul li.current-menu-item li a,
  .panel ul li.current-menu-item li a span,
  .panel ul li.current-menu-parent li a span,
  .panel ul li.current-menu-item li.current-menu-item a span,.panel ul li li a:hover span,.panel ul li li a:active span{
  background:none;
  }
  
  .panel ul li.current-menu-item li a{color:#fff;}
  
  .panel ul li.current-menu-item li.current-menu-item a, .panel ul li li a:hover,
  .panel ul li.current-menu-parent li.current-menu-item a{
  color:#fff;
  background: #366ba1;
  background: -moz-linear-gradient(top, #366ba1 0%, #003465 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366ba1), color-stop(100%,#003465));
  background: -webkit-linear-gradient(top, #366ba1 0%,#003465 100%);
  background: -o-linear-gradient(top, #366ba1 0%,#003465 100%);
  background: -ms-linear-gradient(top, #366ba1 0%,#003465 100%);
  background: linear-gradient(to bottom, #366ba1 0%,#003465 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366ba1', endColorstr='#003465',GradientType=0 );
  }
  
  .panel ul li.current-menu-parent:hover li a span,.panel ul li.current-menu-parent li a{color:#fff;}
  .panel ul li.current-menu-parent:hover li.current-menu-item a span, .panel ul li.current-menu-parent li a:hover{color:#fff;}
  

  .panel ul ul{width:160px;}
  
  .panel ul li li{
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
  }
  
  .panel ul li li a{
  width:100%;
  height:40px;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
  
  .panel ul li ul{display: none;}
  
  .panel ul li:hover ul{
  display: block;
  position: absolute;
  top:40px;
  left:-7px;
  z-index: 100;
  border:1px solid #003465;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  }
  
  .panel ul li:hover ul li{
  margin:0;
  background: #366ba1 url(images/noiseBg.png);
  border-bottom:1px dotted #003465;
  }
  
  .panel ul li:hover ul li:last-child{
  border:0;
  border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
  -moz-border-radius:0 0 6px 6px;
  }
  
  .panel ul li ul li a span{
  margin:0;
  float:none;
  padding:0 0 0 5px;
  }
	
	#searchHead{
	float:right;
	width:215px;
	margin-top:5px;
	text-align:right;
	}
/* } */





/* dlをテーブルっぽく */
dl#retable {
	border-bottom: 1px dotted #316BA5;
	border-top: none;
	width: 620px;
background:#CDDDEB;
margin-bottom:30px;
}
dl#retable dt{
	border-top: 1px dotted #316BA5;
	float: left;
padding:0.3em;
	width: 10em;
color:#316BA5;
}

dl#retable dd{
background:#fff;
padding:0.3em;
	border-left: 0px dotted #316BA5;
	border-top: 1px dotted #316BA5;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	margin-left: 10.6em;
}


dl#retable2 {
	border-bottom: 1px dotted #000;
	border-top: none;
background:#DDDAC6;
margin-bottom:30px;
padding:0;
margin:0;
}
dl#retable2 dt{
	border-top: 1px dotted #000;
	float: left;
padding:0.3em;
background:#DDDAC6;
	width: 3.5em;
color:#534409;
}

dl#retable2 dd{
text-indent:0.5em;
background:#fff;
padding:0.3em;
	border-left: 0px dotted #316BA5;
	border-top: 1px dotted #000;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	margin-left: 4.1em;
}
.button {
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #333;
	color: #fff;
}
.button:hover {
	background-color: #59b1eb;
}
/* 道場紹介詳細 */
.doujoushousai{
background:#EEEEEE;
}

ul.photo2kumi{
list-style-type:none;
margin:0;
padding:0;
clear:both;
}

ul.photo2kumi li{
list-style-type:none;
float:left;
margin:0;
padding:12px;
text-align:center;
font-size:12px;
}


ul.photo2kumi li img{
padding:3px;
border:1px solid #BBBBBB;
background:#fff;
margin:0;
}

dl#doujoutable {
	border: 1px solid #EEEEEE;
	border-top: none;
	width: 600px;
margin:0 10px;
clear:both;
}
dl#doujoutable dt{
	border-top: 1px solid #EEEEEE;
	float: left;
padding:0.3em;
	width:6em;
}

dl#doujoutable dd{
padding:0.3em;
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	margin-left: 6.6em;
}

ul.doujouichiran{
list-style-type:none;
margin:0;
padding:0;
}

ul.doujouichiran li{
margin:0;
padding:10px;
float:left;
text-align:center;
}

ul.doujouichiran li img{
margin:0;
padding:3px;
border:1px solid #BBBBBB;
}

/* 受け継がれる */
ul.uketugu{list-style-type:none;margin:0;padding:0;text-align:center;}

ul.uketugu li{display:inline-block;margin:0;padding:0;}

/* 矢吹道場 */
ul.yabukidoujou{list-style-type:none;margin:0;padding:0;}

ul.yabukidoujou li{width:150px;float:left;margin:0;padding:0;text-align:center;}
ul.yabukidoujou li img{padding:2px;border:1px solid #ccc;background:#fff;}

/* 指導員紹介 */
ul.shidouinshoukaiichiran{
list-style-type:none;
margin:0;
padding:0;
}
ul.shidouinshoukaiichiran li{
float:left;
margin:0;
padding:2px;
text-align:center;
}
ul.shidouinshoukaiichiran li img{
padding:2px;
margin:0;
border:1px solid #ccc;
}
ul.shidouinshousai{
background:url(https://www.kyokushin-monma.com/library/wp-content/uploads/2015/03/shidouinhaikei1.jpg) ;
padding: 10px;
overflow:hidden;
}
ul.shidouinshousai li{
float:left;
padding:5px;
}
img.gakubuchi{
border:1px solid #ccc;
padding:4px;
background:#fff;
margin:0;
}

/* ムービー一覧 */
ul.movieichiran{
margin:0;
padding:0;
text-align:left;
}

ul.movieichiran li{
vertical-align:top;
display:inline-block;
width:300px;
margin:5px;
text-align:center;
padding:0;
overflow:hidden;
}

/* 昇段レポート */
dl#reportt {
padding-bottom:30px;
overflow:hidden;
}
dl#reportt dt{
	float: left;
padding:0.3em;
	width: 10em;
}

dl#reportt dt img{
padding:3px;
border:1px solid #ccc;
}

dl#reportt dd{
padding:0.3em;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	margin-left: 12em;
}




.shidouinback{background:url(https://www.kyokushin-monma.com/library/wp-content/uploads/2015/03/bu.jpg) no-repeat;}
.reporttnakami{
clear:both;
line-height:170%;
}

/* リンクテーブル */
ul.link-list{
padding:0;
margin:0;
border-top:1px dotted #ccc;
}

ul.link-list li{
padding:5px 0;
margin:0;
border-bottom:1px dotted #ccc;
}

/* TOP動画 */
.topmovie{
color:#fff;
background:#000;
width:375px;
float:left;
border:1px solid #333;
}

/* 大会情報 */
.taikaiinfo{margin-left:385px;width:238px;}
img.taikaititle{
vertical-align:bottom;
margin:0;
padding:0;
border:1px solid #316BA5;
border-bottom:0px solid #316BA5;
}
.taikaiinfo ul{
width:100%;
border:1px solid #316BA5;
border-top:0px solid #316BA5;
background:url(https://www.kyokushin-monma.com/library/wp-content/uploads/2015/03/taikaiback.jpg);
padding:0;
margin:0;
}
.taikaiinfo ul li{line-height:180%;padding:0;margin: 0 5px 5px 5px;color:#fff;border-bottom:1px solid #fff;}

.taikaiinfo ul li a:link { color: #fff; }
.taikaiinfo ul li a:visited { color: #fff; }
.taikaiinfo ul li a:hover { color: #fff; }
.taikaiinfo ul li a:active { color: #fff; }
.taikaiinfo p{padding:0 0 0 110px;margin:0;}

/* 大会情報単体ページ */
.taikaiinfos{margin-left:0;width:100%;}
img.taikaititle{
vertical-align:bottom;
margin:0;
padding:0;
border:1px solid #316BA5;
border-bottom:0px solid #316BA5;
}
.taikaiinfos ul{
width:100%;
border:1px solid #316BA5;
border-top:0px solid #316BA5;
background:url(https://www.kyokushin-monma.com/library/wp-content/uploads/2015/03/taikaiback.jpg);
padding:0;
margin:0;
}
.taikaiinfos ul li{line-height:180%;padding:0;margin: 0 5px 5px 5px;color:#fff;border-bottom:1px solid #fff;}

.taikaiinfos ul li a:link { color: #fff; }
.taikaiinfos ul li a:visited { color: #fff; }
.taikaiinfos ul li a:hover { color: #fff; }
.taikaiinfos ul li a:active { color: #fff; }


.taikaiinfosingle{
width:100%;
border:1px solid #316BA5;
border-top:0px solid #316BA5;
background:url(https://www.kyokushin-monma.com/library/wp-content/uploads/2015/03/taikaiback.jpg);
padding:5px;
margin:0;
color:#fff;
}

/* Ｎｅｗｓ一覧 */
.infoichiran{width:620px;margin: 0 0 30px 0;padding:0;overflow:hidden;}
.infoichiran img{
float:left;
margin-right:10px;
vertical-align:bottom;
padding:2px;
border:1px solid #ccc;
}
.infoichiran span{
font-weight:900;
font-size:18px;
}
.infoichiran ul{border:1px solid #316BA5;padding:0;margin:0;overflow:hidden;}
.infoichiran ul li{overflow:hidden;padding:5px;margin: 0 5px;border-bottom:1px dotted #ccc;}
.newsbutton{padding:0 0 0 490px;margin:0;}
.newsbutton img{padding:0;margin:0;border:0px solid #fff;}

/* 入門案内画像 */
ul.nyuumonannai-gazou{padding:0;margin:0;}
ul.nyuumonannai-gazou li{padding:0;margin:0;float:left;width:310px;text-align:center;}
ul.nyuumonannai-gazou li img{padding:2px;border:1px solid #ccc;}

/* カレンダーウィジェット */
/*****************************
*カレンダーに枠を付ける
*****************************/
#wp-calendar {
    border-collapse: collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #999;
    border-right-color: #999;
    width: 250px;
    margin-left: 35px;
}
#wp-calendar thead tr th {
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
}

/*土曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(6){
  background-color: #C0DDF9;
}

/*日曜日のヘッダーセル*/
#wp-calendar thead tr th:nth-child(7){
  background-color: #F5D0D3;
}

#wp-calendar td {
    text-align: center;
    padding: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;

}
#wp-calendar caption {
    font-weight: bold;
    text-align: left;
}
#wp-calendar tbody tr #today {
    background-color: #CCC;
}


/* カテゴリー */
dl#cate {
	width: 620px;
margin-bottom:30px;

}
dl#cate dt{
	float: left;
padding:0.3em;
	width: 5em;
}

dl#cate dt img{
padding:3px;
border:1px solid #ccc;
}

dl#cate dd{
padding:0.3em;
	_height: 1%; /* WinIEで頭の文字が右に微妙にずれるのを補正 */
	margin-left: 5.6em;
}


a.m_btn{
color:#fff;
padding:0px 10px;
background:#3D77AB;
 border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

ul.top_bana{padding:0;margin:0;text-align:center;}
ul.top_bana li{padding:0;margin:0;display:inline-block;width:48%;}
ul.top_bana li:first-child{margin-right:1%;}


/*大会中止*/
.sample-box {
    position: relative;
}

.tyushi {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
    position: absolute;
    top: 65%;
    left: 55%;
	right: 4%
}
.taikai {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    
    position: absolute;
    top: 75%;
    left: 55%;
	right: 4%
}


