/*
Theme Name: 全三菱テニスクラブテンプレート
Theme URI: https://wordpress.org/themes/twentyeleven/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentyeleven
Description: The 2011 theme for WordPress is sophisticated, lightweight, and adaptable. Make it yours with a custom menu, header image, and background -- then go further with available theme options for light or dark color scheme, custom link colors, and three layout choices. Twenty Eleven comes equipped with a Showcase page template that transforms your front page into a showcase to show off your best content, widget support galore (sidebar, three footer areas, and a Showcase page widget area), and a custom "Ephemera" widget to display your Aside, Link, Quote, or Status posts. Included are styles for print and for the admin editor, support for featured images (as custom header images on posts and pages and as large images on featured "sticky" posts), and special styles for six different post formats.
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

body {
	font-family:-apple-system, BlinkMacSystemFont, 
	"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 
	"hiragino kaku gothic pron", "ヒラギノ角ゴ Pro W3", 
	"メイリオ", Meiryo, 
	"MS PGothic", "MS UI Gothic", 
	"Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
}

/*ヘッダー*/
#branding{
	background-color: #1f611f;
	margin-bottom:2.6em;
	border-top: none;
}
#branding a{
}
#branding a:hover{
	color:#FFFFFF!important;
}

/*サイト名フォント*/
#branding #site-title{
	/*font-family: "Sawarabi Mincho"!important; */
	font-family: "游明朝", "YuMincho"!important;
	display:inline-block;
}

/*サイト説明文字色*/
#site-description{
	/*	color: #000!important;	*/
	font-family: Century, "游明朝", "YuMincho"!important;
	display:inline-block;
	letter-spacing: 2.2px;
}

#branding h1{
	padding-top: 1.7em; 
}
#branding h2{
	margin-bottom: 1.47em;
}
#branding h1 a{
	font-size:2.5em;
}
#branding h2{
	font-size:1.3em;
	margin-bottom:0.8em;

}
/* レイアウト調整仮置き */
/*
#branding h1 a{
	font-size:2em;
}
#branding h2{
	font-size:1em;
}

#branding img {
	height: auto;
	display: block;
	width: 912px;
	margin: 0 44px;
}
/* レイアウト調整仮置き */


/*フッター背景*/
#site-generator{
	background-color: #1f611f;
}

/*フッター文字色*/
#site-generator a{
	color: #FFFFFF;
}
#site-generator a:hover{
	color: #FFFFFF;
}



/*メニュー*/
#access {
	background: #124012;
	background: -moz-linear-gradient(#124012, #00703d);
	background: -o-linear-gradient(#4c356b, #4c356b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#124012), to(#00703d)); /* older webkit syntax */
	background: -webkit-linear-gradient(#4c356b, #4c356b);
}
/**** ページレイアウト：開始 **/
	/* メインコンテンツ右寄せレイアウト（指定ページ以外全て） */
		#primary{
		    float: right;
			width:70%;
		    margin: 0 0 0 0;
			min-height:350px;
		}

		#secondary{
		    float: left;
		    margin-left: 7.6%;
		    margin-right:0%;
		}
	/* メインコンテンツ左寄せレイアウト（ホーム、アーカイブ） */
		body.archive  #primary,
		body.home #primary{
		    float: left;
			width:62%;
		    margin: 0 -26.4% 10px 0;
			padding: 0 5% 0 5%;
		}
		body.archive  #secondary,
		body.home #secondary{
		    float: right;
		    margin-right: 7.6%;
		    margin-left:0%;
		}
		body.home #content,
		body.archive #content{
			/*width : 62%;*/
			width : 100%;
			margin-left:5%;
		}
	/* サイドメニュー無しレイアウト（個別記事） */
		body.single-post #primary,
		body.single-post #primary .entry-header{
			margin: 0;
			width: 100%;
		}
/**** ページレイアウト：終了 **/

	#branding #header-widget {
	    position: absolute;
	    top: 2.6em;
	    right: 7.6%;
	    text-align: right;
	}
	/* 世話人ログインボタン */
	.widget-area .widget_loginbuttonwidget button{
		-webkit-appearance: none;
	    font-size:18px;
		line-height:2;
	    clear:both;
	    display:inline-block;
	    position:relative;
	    height:38px;
	    padding:0 20px;
		margin:10px 0 0 0;
		text-decoration:none;
	    overflow:hidden;

	    background : #80a9da;
	    background : -webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
	    background : -webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	    background :    -moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	    background :      -o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	    background : linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );

	    background : -webkit-linear-gradient(top,  hsla(266, 34%, 54%, 1) 0%, #4c356b 100%);
	    background :    -moz-linear-gradient(top,  hsla(266, 34%, 54%, 1) 0%, #4c356b 100%);
	    background :      -o-linear-gradient(top,  hsla(266, 34%, 54%, 1) 0%, #4c356b 100%);
	    background :         linear-gradient(top,  hsla(266, 34%, 54%, 1) 0%, #4c356b 100%);

	    border:1px solid #5d81ab;

	    -webkit-box-shadow : 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	       -moz-box-shadow : 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	            box-shadow : 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);

	    -webkit-border-radius:20px;
	       -moz-border-radius:20px;
	            border-radius:20px;

	    -webkit-transition:all 0.1s linear;
	       -moz-transition:all 0.1s linear;
	         -o-transition:all 0.1s linear;
	            transition:all 0.1s linear;
	    text-shadow:0px 1px 1px rgba(255,255,255,0.3);
	    color:#eaeaea;
	}
	.widget-area .widget_loginbuttonwidget button:hover{
	    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 4px rgba(188,188,188,0.5);
	       -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 4px rgba(188,188,188,0.5);
	            box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 4px rgba(188,188,188,0.5);
	    text-shadow:0px 1px 1px #5d81ab;
	    color:#ffff99;
	}

#main{
	padding-top:1em;
}

/* トップページお知らせ */
#front-news{}
#front-news h1 {position:relative;}
#front-news h1 .list{position:absolute;right:1em;background:#fff;border:solid 1px;border-radius:10px;padding:0 0.5em;box-shadow:1px 1px 2px #666;}
#front-news h1 .list:hover{box-shadow:0px 0px 0px #666;}
#front-news h1 .list a{text-decoration:none;color:#000;}
#front-news h1 .list a:hover{opacity:0.7;}

/*
#front-news dl{
	margin:0 0 10px 10px;
	padding:0 0 0 0;
	border-bottom:1px #4c356b solid;
}

#front-news dt{
	margin:0 0 0 10px;
	padding:0 0 0 0;
	display:inline-block;
}
#front-news dd{
	margin:0;
	padding:0 0 0 0;
	display:inline-block;
}
#front-news dd a{
	padding:0 1em 0 10px;
}
*/
#front-news dl{
	margin:0 0 10px 10px;
	padding:0 0 0 0;
	border-bottom:1px #4c356b solid;
	display:flex;
	font-weight:normal;
}

#front-news dt{
	margin:0;
	padding:0;
	display:inline-block;
	width:100%;
	font-weight:normal;
}
#front-news dt a{
	padding:0 0 0 10px;
	width:100%;
	display:inline-block;
	text-decoration:none;
	color:#333;
}
#front-news dd{
	margin:0;
	padding:0 0 0 0;
	display:inline-block;
	font-weight:normal;
}
#front-news dd a{
	padding:0 1em 0 10px;
	text-decoration:none;
	color:#333;
}

#front-news dl:hover{ background:#cfc; }
/*
#front-news dt:hover{ background:#0cc; }
#front-news dd:hover{ background:#cc0; }
*/

#main #secondary{
	margin-left:5%;
	width:21%
}

.SubMenuBox{
	font-size:14px;
	border-width: 8px 0 0 0;
	border-color: #4c356b;
	border-style: solid;
	padding:0.5em
}
.SubMenuBox .parent-page-box-title{
	font-size:1.6em;
	border-bottom: 1px #8c75ac solid;
	padding-bottom:0.2em;
	margin-bottom:0.1em;
}
.SubMenuBox .child-page-box{
	border-bottom:1px #8c75ac dashed;
	padding:0.4em 0.1em;
}
.SubMenuBox .child-page-box-title{
	; }
.SubMenuBox .grandson-page-box{
	padding-left:1em;
}
.SubMenuBox .grandson-page-box-title{
	content:"-";
}
.SubMenuBox a{
	display:block;
}
.SubMenuBox a:hover{
	background-color:#cfc;
}


.singular .hentry,
.singular.page .hentry {
    padding: 0;
}
.singular .entry-header .entry-meta {
    position: inherit;
    top: 0;
    left: 0;
}
.logged-in .entry-header .entry-title{
	padding-left:50px!important;
	width:calc(100% - 80px)!important;
}

.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0;
    /*width: 68.9%;*/
}

.singular .entry-meta .edit-link a {
    bottom: auto;
    position: absolute;
    left: 10px;
    right: auto;
    top: 10px;
}
.entry-content{
	padding-top:0;
}

/**/
body.archive.logged-in #content article.post h1{
	padding-left:70px!important;
	width:calc(100% - 80px)!important;
}
body.archive #content .edit-link a{
    bottom: auto;
    position: absolute;
    left: 35px;
    right: auto;
    top: 10px;
}

body.archive #content .hentry,
body.archive #content .no-results {
	/*border-bottom: none;*/
}

/*アンカー*/
#primary a:hover{
	background-color:#cfc;
}
h1 a:hover{
	background-color:initial!important;
}

		
		/* ログインフォーム */
		.page #wpmem_reg fieldset, .page #wpmem_login fieldset{ 
			padding: 1em;
			border: solid 1px #666;
		}

		.page #wpmem_reg legend, .page #wpmem_login legend{
			width:auto;
		}


/* 見出しデザイン ************************/
/** 仮置きのデザインのため、変更必須 */



#content h1,.link-h1 		{ color: #ffffff;	font-size: 120%;	line-height: 20px;	position: relative;	width:calc(100% - 30px);	margin-left:10px;	margin-bottom:20px;	padding: 10px 0;	background: #4c356b;	box-shadow: 0 0 0 0 #4c356b, -10px 0 0 0 #4c356b, 0 3px 3px 0 rgba(0,0,0,0.1);}
#content h1:before,.link-h1:before	{ content: " ";	position: absolute;	top: 100%;	left: -10px;	width: 0;	height: 0;	border-width: 0 10px 10px 0;	border-style: solid;	border-color: transparent;	border-right-color: #4f4f4f;}
#content h1:after,.link-h1:after 	{ content: " ";	position: absolute;	top: 0;		left: 100%;		width: 0;	height: 0;	border-width: 20px 10px;		border-style: solid;	border-color: #4c356b;		border-right-color: transparent;}
#content h1:after,.link-h1:after 	{ height: calc(100% - 40px); }
/*
#content h1 		{ color: #ffffff;	font-size: 100%;	line-height: 20px;	position: relative;	width:calc(100% - 20px);	margin-left:10px;	margin-bottom:20px;	padding: 10px 0;	background: #000000;	box-shadow: 10px 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0,0,0,0.1);}
#content h1:before 	{ content: " ";	position: absolute;	top: 100%;	left: -10px;	width: 0;	height: 0;	border-width: 0 10px 10px 0;	border-style: solid;	border-color: transparent;	border-right-color: #4f4f4f;}
#content h1:after 	{ content: " ";	position: absolute;	top: 100%;	right: -10px;	width: 0;	height: 0;	border-width: 10px 10px 0 0;	border-style: solid;	border-color: transparent;	border-top-color: #4f4f4f;}
*/
body.archive #content article.post h1,
#content h2 		{ font-size: 100%;	line-height: 20px;	padding: .5em 0 .5em 1.5em;	margin-bottom:10px;	position: relative;	background: #ffffff;	border: 1px solid #000000; box-shadow:none;}

body.archive #content article.post h1:before,
#content h2:before 	{ content:none;}

body.archive #content article.post h1:after,
#content h2:after 	{ content: " ";	position: absolute;	top: .5em;	left: .5em;	width: 6px;	height: calc(100% - 1em);	background: #000000; border:none;}


#content h3 		{ font-size: 100%;	line-height: 20px;	padding: 10px;	margin-bottom:10px;	position: relative;}
#content h3:before 	{ content:none;}
#content h3:after 	{ content: " ";	width: 100%;	height: 5px;	bottom: 0;	left: 0;	position: absolute;	background: repeating-linear-gradient(45deg, #4f4f4f, #4f4f4f 3px, #000000 3px, #000000 6px);}

/*************************/

#nav-input{ display:none;}

#primary #content{
	margin: 0 7.6% 4% 0; 
	
}
#primary .entry-header{
	width: 100%!important;
}
#primary .entry-content{
	width: 96%!important;
	padding-left:2%; 
}
.post .entry-content{
  width:96% !important;
  padding:0;
}

.post .entry-content p{
	padding: 0 0 0 5%;
}

article.post{
	margin:0 0 0 7%; 
}
body.archive article.post{
	margin:0;
}
body.archive .entry-meta{
	padding:0;
	text-align:right;
}

/* パンくず **/
#BreadCrumbs	{ list-style:none;
	margin:initial;
	padding-top:1em;
	margin-left:5%!important;
}

#BreadCrumbs li	{ 
	display:inline-block;
    position: relative;
    float: left;
	line-height:1.4;
    text-decoration: none;
    padding: 0.2em 0.5em 0.2em 1.1em;
	
    color: white;
    background: #006633;
}
#BreadCrumbs li a		{ color: white; text-decoration:none; }
#BreadCrumbs li a:hover	{ opacity:0.7; }
#BreadCrumbs li:first-child{ padding-left: 0.5em; }
#BreadCrumbs li:after, #BreadCrumbs li:before {
    position: absolute;top: 50%;left: 100%;
    display: block;content: " ";
    width: 0;height: 0;
    border      : 0.9em solid transparent;
    border-left : 0.6em solid #006633;
    margin-top  : -0.9em;
}
#BreadCrumbs li:after  { z-index: 2; }
#BreadCrumbs li:before { z-index: 1; border-left-color : white; margin-left : 1px; }
#BreadCrumbs li.ThisPage{ font-weight:bold;}
/* パンくず：ここまで **/

/*外部リンク*/
div.link-w{}
div.link-w .banner{
	margin: 0 0 1em 0;
}

div.link-w a{
	display:block;
}
div.link-w a:hover{
	
}

/**　文字サイズ変更　*/
	/* レイアウト */
		#FontSizeChanger { 
			background:#4c356b;
			background: -webkit-linear-gradient(top, hsla(266, 34%, 54%, 1) 0%, #4c356b 100%);
			background: -moz-linear-gradient(top, hsla(266, 34%, 54%, 1) 0%, #4c356b 100%);
			background: -o-linear-gradient(top, hsla(266, 34%, 54%, 1) 0%, #4c356b 100%);
			background: linear-gradient(top, hsla(266, 34%, 54%, 1) 0%, #4c356b 100%);
			border:solid 1px #666;
			color:#fff;
			padding:0.5em;
			font-size:16px;
		}
		#FontSizeChanger div 	{ 
			display:inline-block;
			margin:0;
		}
		#FontSizeChanger ul 	{ 
			display:inline-block;
			margin:0;
		}
		#FontSizeChanger ul li 	{ 
			display:inline-block;
			background:#FFF;
			margin:0;
			padding:0.2em;
			border:solid 1px;
			line-height:1;
			margin-right:0.5em;
		}
		#FontSizeChanger .small {
			font-size:80%;
		}
		#FontSizeChanger .big 	{
			font-size:120%;
		}
	/* フォントサイズ：ボタン制御 */
		#fs-s, #fs-b			 { display:none; }
		#fs-s:checked ~ ul .small,
		#fs-b:checked ~ ul .big	 { background:#fcc; }

/* テーブルレイアウト（変更箇所のみ） */
.entry-content table,
.comment-content table {
	border-collapse:collapse;
	box-sizing:border-box;
}
.entry-content th,
.comment-content th {
	background:#cfc;
    border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    padding: 0.2em 0.5em;
    font-size: 100%;
    text-align:center;
    line-height: 1.4em;
    padding: 0.8em 0.5em;
}

.entry-content td,
.comment-content td {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    padding: 0.2em 0.5em;
    text-align:center;
}

/*画像枠線設定**/
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img{
    border: none;
    padding: 3px;
}
.img-border{
    border: 1px solid #ddd;
    padding: 6px;
}
.wp-caption{
	padding:1px;
	background:none!important;
}
.wp-caption-text,
.gallery-caption{
	padding:0.1em 0 0 0.2em!important;
	font-family:inherit!important;
	font-size:inherit!important;
}
.wp-caption .wp-caption-text:before {
	content: none;
}
#site-generator .CopyRight{ color:#fff;font-weight:bold; }
#site-generator .ThemeAuthor{ display:none; }

/*■■■ここからPCのみ用のスタイル■■■*/
@media (min-width: 801px) {
	/** ヘッダー固定CSS */
		.HeaderFiexed.home {
			padding-top:450px;
		}
		.HeaderFiexed {
			padding-top:160px;
		}
		.HeaderFiexed header#branding{
			position:fixed;
			max-width:1000px;
			top:0;
			margin-right:30px;
		}
		.HeaderFiexed #access{
			position:absolute;
		}
		.admin-bar.HeaderFiexed header#branding{ top:32px; }	/* ログイン時挙動 */

	/** サイドバー固定CSS */
		.SideBarFiexed #secondary .SubMenuBox{
		    position: fixed;
		    box-sizing: border-box;
		    width:inherit;
		    margin-right:7.6%;
		    max-width:210px;
		    top: 173px;
		}
		.admin-bar.SideBarFiexed #secondary .SubMenuBox{ top: 205px; }	/* ログイン時挙動 */

	#access > div{
		margin:0 5.5%;
	}
	#access .current-menu-item {
		
	}
	#access ul ul{
		top:3.8em;
		width:220px;
	}
	#access ul ul a{
		width:220px;
	}
	#access .menu > li{
		box-sizing: border-box;
		text-align:center;		
		width: 14.2%;
		border-left:1px #614c7d solid;
		font-size: 125%!important;
		height:3.33em;
	}
	#access ul.menu a,
	#access ul.menu a:hover{
	padding:0;
	}
	#access .menu > li:last-child{
		border-right:#614c7d 1px solid;
	}
	#access li:hover > a,
	#access ul ul :hover > a,
	#access a:focus {
	background: #c8b6e0!important;
	color:#2d1948!important;

	}
	#access .sub-menu li{
		text-align:left!important;
		padding:0;
		background-color:#d3cae0;
	}
	#access .sub-menu li a,
	#access .sub-menu li a:hover{
		background-color:inherit;
		border-bottom: 1px #4c356b dotted;
		padding:1em 1em;
		font-size:1.2em;
	}
	
	#access li:hover > a,
	#access a:focus {
		background: #f9f9f9; /* Show a solid color for older browsers */
		background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
		background: -o-linear-gradient(#f9f9f9, #e5e5e5);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
		background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
		color: #373737;

	}
	.entry-content li{
		margin-bottom:1em;
	}
}
/*■■■ここまでPCのみ用のスタイル■■■*/

@media screen and (min-width: 801px) and (max-width: 1000px){
	#access .menu > li{
		font-size: calc(50% + 0.8vw)!important;
	}
	#access ul ul{
		top: calc(3.8em - 0.5em);
	}
}

/*■■■ここからスマホ向けのスタイル■■■*/
@media (max-width: 800px) {
	/*ヘッダー*/
		#site-description{
			letter-spacing: 0.5px;
		}

		#branding h1{
			padding-top: 4.3em;
			margin-right: 10%;
		}
		#branding h2{
			margin-bottom: 0.5em;
			margin-right:10%;
		}
		#branding h1 a{
			font-size:2.5em;
		}
		#branding h2{
				font-size:1.5em;
		}	
	/* 世話人ログインボタン */
		#branding #header-widget{
			margin-top:0;
			}
		.widget-area .widget_loginbuttonwidget button{
			-webkit-appearance: none;
		    font-size:18px;
			line-height:2;
			margin-top:0;
		}

	/* グローバルメニュー */
		#access{ overflow   : hidden; min-height : 35px;} /* ハンバーガーの高さを確保 */
		#access li{ float: inherit; } /* メニューのFloat解除 */
		#access ul{border: 0!important;
			width:100%;
		}
		.menu ul.children,
		.menu ul.sub-menu{ display : none!important;} /* 子ページメニューの非表示化 */
		
		#access li a{
			font-size:1.5em;
		}

		#access li:hover > a,
		#access ul ul :hover > a,
		#access a:focus {
		background: #c8b6e0!important;
		color:#2d1948!important;
		}
		#access .sub-menu li{
			text-align:left!important;
			padding:0;
			background-color:#d3cae0;
		}
		#access .sub-menu li a,
		#access .sub-menu li a:hover{
			background-color:inherit;
			border-bottom: 1px #4c356b dotted;
			padding:1em 1em;
			font-size:1.2em;
		}

	/* アイコンのスペース */
		#nav-open { position : relative; top:0.5em;left:0.5em; display: inline-block; margin-bottom:10px;width: 30px; height: 22px; vertical-align: middle; }

	/*ハンバーガーアイコンをCSSだけで表現*/
		#nav-open span, #nav-open span:before, #nav-open span:after {
		  position: absolute;
		  height: 3px;/*線の太さ*/
		  width: 25px;/*長さ*/
		  border-radius: 3px;
		  background: #FFF;
		  display: block;
		  content: '';
		  cursor: pointer;
		}
		#nav-open span:before {
		  bottom: -8px;
		}
		#nav-open span:after {
		  bottom: -16px;
		}

	/* トップページお知らせ */
		/*
		#front-news		{ }
		#front-news dl,
		#front-news dt,
		#front-news dd	{margin:0 0 0 5px;padding:0;}

		#front-news dl	{ margin-bottom: 10px;}
		#front-news dt	{ 
			display:block;
			font-size:1.4em;
			padding-left:2em;
			padding-bottom:0.4em;
			margin-bottom:0.5em;
		}
		#front-news dd	{ display:block; margin-right:1em;font-size:1.2em;}
		*/
		/***********/
		#front-news dl{
    		flex-direction: column;
    		box-sizing:border-box;
    		margin-bottom: 10px;
		}
		#front-news dt a	{ 
			display:inline-block;
			width:100%;
			font-size:1.4em;
			padding-left:2em;
			padding-bottom:0.4em;
    		box-sizing:border-box;
    		

		}
		#front-news dd {
			font-size:1.2em;
		}
		#front-news dd a	{ 
			display:inline-block;
			width:100%;
    		box-sizing:border-box;
		}
		/************************/


		/*中身*/
		#nav-input ~ .menu-menu-1-container .menu,
		#nav-input ~ .menu {
		  overflow  : auto;
		  z-index   : 9999;/*最前面に*/
		  max-width : 90%;/*最大幅（調整してください）*/
	      /*-webkit-box-shadow : rgba(0, 0, 0, 0.4) 0px 1px 2px;
	         -moz-box-shadow : rgba(0, 0, 0, 0.4) 0px 1px 2px;
	              box-shadow : rgba(0, 0, 0, 0.4) 0px 1px 2px;*/

		  /* 閉じている状態 */
		  height  : 0px;
		  opacity : 0;
		  visibility : hidden;
		  /* 閉じるアニメーション */
		  transition :
		    height      .3s linear,
		    opacity     .1s linear,
		    visibility  .1s linear;
		}
		#nav-input:checked ~ .menu-menu-1-container .menu,
		#nav-input:checked ~ .menu {
		   /* 開いている状態 */
		  height:100%;
		  opacity: 1;
		  visibility: visible;
		  /* 開くアニメーション */
		  transition:
		    height      .3s linear .1s,
		    opacity     .1s linear .1s,
		    visibility  .1s linear .1s;
		}

	/* メインコンテンツ */
		body.home #primary{
			width:92%;
			clear: both;
			margin-top: 20px;
		}
		.singular #primary, #primary{
			margin: 0 7.6% 0 4%;
			margin-top:1em;
		}
		#main{
			padding: 0 5% 0 5%;
		}
		#main #content {
		    margin: 0;
		}
		#primary {

		}
		.singular #primary, #primary,
		.singular .entry-header, 
		.singular .entry-content, 
		.singular footer.entry-meta, 
		.singular #comments-title {
		}
		

	/** 0322追加：基本レイアウト */
		#BreadCrumbs	{
			padding:0;
		}
		#BreadCrumbs:after {
		    content: " ";
		    clear: both;
		    display: block;
		}

			#main{
				clear:both;
				margin-top:1em;
			}
			body.archive #primary, body.home #primary,
			.singular #primary, #primary{
				margin:0;
				padding:0;
				width:100%;
				float:inherit;
			}

			#main #secondary {
				margin: 0;
				width:100%!important;
				float:inherit!important;
				text-align:left;
				
			}
	/*****/

	/* サイドバー */
		#secondary{
			width:90%!important;
			text-align:center;
			float: left!important;
			clear: both!important;
		}
		#secondary aside{
			margin: auto;
		}
		#secondary div.link-w div{
			margin-left: auto!important;
			margin-right: auto!important;
		}
		#secondary .widget-title{
			font-size:1.2em;
		}
		#secondary .link-w div{
			text-align:center;
		}	
		
	/* 世話人ログイン */
		#branding #header-widget{
			top:0;
			left:0;
			right:auto;
			width: 100%;
		}
		.widget-area .widget_loginbuttonwidget button{
			display:inline-block;
			width:100%;
			border-radius:0;
		}
		
	/*trophy*/
	.trophylist td{
		
	}
	
	
}
/*■■■ここまでスマホ向けのスタイル■■■*/

/*画像*/
#primary lu.col2 li{
	display:inline-block;
}


/*大会案内*/
dl.tournament{}
#primary a.pdf-icon:after{
	content:"";
	margin-left:0.2em;
	margin-right:0.2em;
	margin-bottom:0.2em;
	display:inline-block;
	background-repeat:no-repeat;
	background-image:url(http://www.all-mitsubishi-tennis.com/wp-content/uploads/2018/04/pdf-e1521598846189.png);
	background-size: contain;
	vertical-align: middle;
	width:1em;
	height:1em;
}

dl.tournament dt{
	color:#003300!important;
}
dl.tournament dt:before{
	content:"◆";
}
dl.tournament dd{}

/*大会案内PC*/
@media (min-width: 801px) {
	dl.tournament dt{
		margin-bottom:0.2em;
	}
	dl.tournament dd{
		padding-left:1.5em;
	}
	dl.tournament dd:not(:last-child){
		margin-bottom:0.4em;
	}

}
/*大会案内スマホ*/
@media (max-width: 800px) {
	dl.tournament{

	}
	dl.tournament dt{

	}
	dl.tournament dt:before{
	}
	
	dl.tournament dd{

	}
	
}
/*大会案内　ここまで*/


