@charset "utf-8";
/*
Theme Name: New BB GALLERY Theme
Theme URI: http://bbgallery.jp
Description: BB GALLERY NEW Theme
Author: BB GALLERY
Version: 1.0
Text Domain: bbg
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);




/* RESET CSS */

body{font-family:HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,Verdana,"ＭＳＰゴシック",sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}  
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}    
table{border-collapse:collapse;border-spacing:0;}  
caption,th {text-align:left;}   
/*hr {display:none;} */
.clearfix {_height: 1px;min-height: 1px;}
.clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;}
/* for MacIE5 \*//*/
/*.clearfix {height: auto;overflow: hidden;}*/
/* end */


/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
/*	vertical-align:baseline;
	background:transparent;*/
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}




/*==========================
  1-2.Universal selector
==========================*/

* {line-height: 1.4;font-size: 100%;font-weight: normal;font-style: normal;}


/* CONTENTS CSS */

*html { /* IE6透過PNG対策用（IE6以外のIEでは横スクロール不能になる不具合の原因になる） */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#bbbbbb,EndColorStr=#eeeeee);
}





/*============================================================================
　　　　　　　　　　　		Wordpress CSS
=============================================================================*/

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}


.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a,
#site-title a:focus,
#site-title a:hover,
#site-title a:active,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active,
.widget_twentyeleven_ephemera .comments-link a:hover,
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover,
section.recent-posts .other-recent-posts .comments-link a:hover,
.format-image footer.entry-meta a:hover,
#site-generator a:hover {
	color: #c22a12;
	text-decoration:none;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	border-color: #617994;
}
article.feature-image.small .entry-summary p a:hover,
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active,
.feature-slider a.active {
	background-color: #617994;
}



/*============================================================================
　　　　　　　　　　　		BB Gallery CSS
=============================================================================*/


body {
/*	background: #f00;*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#ff6600');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#ff6600')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ff0000, #ff6600);
background-image: -ms-linear-gradient(top, #ff0000, #ff6600);
background-image: -o-linear-gradient(top, #ff0000, #ff6600);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ff0000), to(#ff6600));
background-image: -webkit-linear-gradient(top, #ff0000, #ff6600);
background-image: linear-gradient(top, #ff0000, #ff6600);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
font-family: HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,Verdana,"ＭＳＰゴシック",sans-serif;
}
header {
	padding-bottom: 15px;
}

a:hover, a:focus, a:active {
	text-decoration:underline;
}

strong {
	font-weight: bold;
}

ul {
	list-style:none;
}

#main {
	width: 1000px;
	margin: 0 auto;
}

#pathlink {
	margin-left:40px;
	font-size:85%;
	font-weight: bold;
}
#pathlink a {
	color: #fff;
	font-weight: bold;
}

#blogcolumncenter {
/*	margin: 0 50px;*/
	width: 715px;
	float:left;
}

.maincontents {
	width: 650px;
	padding: 25px;
	margin-left: 15px;
	background: #fff;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	margin-bottom: 25px;
}


#blogcolumnright {
	float: left;
	margin-right: 15px;
	margin-left: 50px;
	width: 220px;
}
.sidecontents ul {
	width: 220px;
	margin-left: 0px;
}
.sidecontents ul li {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
.sidecontents ul li h2, .sidecontents ul li form {
	padding: 4px 10px 5px;
	width: 200px;
}

.sidecontents ul li li {
	width: 200px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_top-posts ul, .widget_mylinkorder ul, .widget_countperday_widget ul, .widget_rss_links p, .widget div, .sl-links-main ul {
	margin: 10px;
}
.widget_recent_entries ul li a:before {
	content: "▷";
	color: #c22a12;
}

.widget {
	padding-bottom: 1px;
	
}
#wp-calendar {
	margin: 0 auto;
	width: 209px;
}


.entry-title,
.entry-header .entry-meta {
	/*padding-right: 76px;*/
}
.entry-title {
	clear: both;
	color: #000;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: .3em;
	padding-top: 0.5em;
}
.entry-title a {
	font-weight: bold;
	color:#000;
	text-decoration:none;
}

.entry-meta {
	color: #ff0505;
	clear: both;
	font-size: 75%;
	line-height: 1.5;
	margin: 0.7em auto 0;
	font-weight: bold;
}
.entry-meta a {
	font-weight: bold;
}


.clear {
	clear:both;
}

.entry-content {
	margin-bottom: 35px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
	font-size:90%;
	line-height: 1.5em;
}


.entry-content p {
	margin-bottom:1.5em;
}




.entry-content h1 {
	font-size:200%;
	font-weight:bold;
	margin-bottom: 0.5em;
}

.entry-content h2 {
	font-size:160%;
	font-weight:bold;
	margin-bottom: 0.5em;
}

.entry-content h3 {
	font-size:140%;
	font-weight:bold;
	margin-bottom: 0.5em;
}

.entry-content h4 {
	font-size:120%;
	font-weight:bold;
	margin-bottom: 0.5em;
}

.entry-content h5 {
	font-size:100%;
	font-weight:bold;
	margin-bottom: 0.5em;
}


.posttag {
	font-size: 80%;
	font-weight:bold;
	margin-top:20px;
	padding: 5px;
	background: #eee;
}



/* ブログ内ナビゲーション */
.pagenav {
	margin-bottom:25px;
	margin-top:25px;
}
.pagenav a {
	font-weight: bold;
}

.pageprev {
	display:block;
	width:45%;
	float:left;
	font-size:80%;
}

.pagenext {
	display:block;
	width:45%;
	float:right;
	font-size:80%;
	text-align:right;
}




.widgettitle,.widget_wordtwit_twitter_widget h2 {
	background:#aaa;
	color:#fff;
	padding:2px 4px;
	text-align:center;
	margin-bottom:3px;
/*	letter-spacing:0.5em;*/
}

.vcard {/*各コメント欄の小見出し*/
	text-decoration:underline;
}

.entry-content ul {
	/*list-style: none!important;*/
}

.entry-content ul, .entry-content ol {
	margin: 0 0 1.5em 1.5em!important;
}

.entry-content h2,.entry-content h3 {
	/*margin-bottom:0!important;*/
}


.twtr-hd {
	display:none!important;
}

.twtr-bd {
	margin-top:10px!important;
}

.twtr-ft img {
	display:none!important;
}

.ngg-gallery-thumbnail {
	text-align:left!important;
	font-size:80%!important;
}

.pswp__caption__center {
	max-width: 100%!important;
}



#footerk {
/*	background:url(images/footerk1000.png) no-repeat;
	width:100%;
	height:10px;
	margin:20px auto 10px;*/
}
.commentsbox {
	margin-bottom: 0;
}
footer {
	width:1000px;
	margin: 0 auto;
	height: 200px;
	background:url(images/barbell.png) no-repeat;
	background-image: -webkit-image-set(url(images/barbell.png) 1x, url(images/barbell@2x.png) 2x );
}

footer div {
	padding-top: 100px;
	text-align:center;
}
footer a {
	color: #000;
	font-weight: bold;
	font-size: 80%;
}


.widgettitle {
	/*color: #ff0505;*/
	font-size: 80%;
	/*letter-spacing: 0.1em;*/
	/*line-height: 2.6em;*/
	/*text-transform: uppercase;*/
}
ul .widget {
	font-size: 80%;
	margin: 0 0 20px;
	list-style-type: none;
	background: #fff;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li, .widget p{
	color: #777;
	line-height:1.2;
	margin-bottom:0.3em;
	/*font-size:13px;*/
	font-size: 80%;
}
.widget ul li a, .widget p a {
	font-weight: bold;
	text-decoration: none;
}
.widget ul li a:hover,
.widget ul li a:focus,
.widget ul li a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
/*	margin: 0 0 1.625em;*/
	margin: 6px 0;
}
.widget_search #s {
/*	width: 155px;*/
}
.widget_search #searchsubmit {
	background: #000;
	border: 1px solid #fff;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	position: relative;
/*	top: -2px;*/
	padding: 0 6px;
	height: 24px!important;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

.widget ul {
	/*list-style-type: none!important;*/
	list-style-position: inside;
}
.widget_nav_menu ul, .widget_wordtwit_twitter_widget ul, .widget_googleanalyticspopularposts ul, .widget_execphp ul {
	list-style-type: none!important;
	list-style-position: inside;
}

.widgettitle,.widget_wordtwit_twitter_widget h2 {
	background:#000;
	color:#fff;
	padding:2px 4px;
	text-align:center;
	margin-bottom:3px;
/*	letter-spacing:0.5em;*/
}


/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 200px;
	text-align: center;
/*	margin-bottom: 10px;*/
	font-size: 11px;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	/*text-transform: uppercase;*/
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #fff;
	border-top: 1px solid #ccc;
/*	border-bottom: 1px solid #ccc;*/
	padding-bottom: 10px;
}

#wp-calendar a {
	text-decoration: underline;
}
div#calendar_wrap {
}


/* =Comments
----------------------------------------------- */

#comments-title, #comments {
	color: #fff;/*#ff0505;*/
	font-size: 70%;/*10px;*/
	font-weight: 500;
	line-height: 1.2em;/*2.6em;*/
	/*padding: 0 0 2.6em;*/
	/*text-transform: uppercase;*/
	/*以下追加*/
	/*border:1px solid #aaa;*/
	background:#000;
	padding:0.5em 1em;
	margin-bottom:15px!important;
}
.nopassword,
/*.nocomments*/ {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.nocomments {
	display:none;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	/*width: 68.9%;*/
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #ff0505;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}

.comment-body p {
	font-size:80%;
	margin-bottom:1.5em;
}

.comment-author {
	font-weight:bold;
}

.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ff0505;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	/*background: #ddd;*/
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: auto;
	/*width: 68.9%;*/
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #000;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #ff0505;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 130%;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	/*text-transform: uppercase;*/
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
/* Wordbooker いいね！用 */
.wp_fbl_top {
	margin-bottom: 20px;
}


/* 本文内メニュー用 */
div.gallery-menu ul li a:before {
content: "◇";
}




/* 検索欄用CSS */
#searchform label {
	display: none;
}
#searchform input {
	border: 1px solid #000;
	height: 20px;
}
#searchform div {
	margin: 0;
}

/* バーベル小 */

.smallbarbell {
	padding: 0 10px;
}


/* NextGen ウィジェット*/

.ngg-widget {
	padding-left: 7px!important;
}

/* NextGen 選手別ギャラリー用：スマホでもレイアウト崩れないように＞旧版NextGen CSSから移動 */

.ngg-album-compactbox .Thumb {
/* 上記の「.ngg-album-compactbox .Thumb」内の高さ幅を無効（コメント）に！ */
	max-width: 91px !important;
	max-height: 80px !important;
	margin:0 auto !important;
}
.ngg-album-compactbox {
	background:none;
	/*height:150px;
	margin:0pt 0pt 6px !important;*/
	padding:12px 0pt 0pt 0 !important;
}
.ngg-album-compact h4 {
	text-align: center;
	width: 120px;
}
.ngg-album-link {
	width: 120px;
	text-align: center;
}
.ngg-album-compact p {
	text-align: center;
}

.ngg-gallery-thumbnail-box {
	width: 215px!important;
}
.ngg-gallery-thumbnail-box div {
	width: 215px!important;
	text-align: center!important;
}
.ngg-gallery-thumbnail {
	text-align: center!important;
}
.ngg-gallery-thumbnail a {
/*	display: block;
	width: 215px!important;
	text-align: center!important;
	margin: 0 auto;
	width: 110px!important;*/
}
.ngg-gallery-thumbnail a img {
	display: inline!important;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}

.ngg-gallery-thumbnail span {
	padding-left: 0!important;
}
.ngg-gallery-thumbnail-box {
	margin-bottom: 10px;
}

.nggrandom div.ngg-galleryoverview {
	width: 90%!important;
	margin: 15px 5%!important;
}

.nggrandom div.ngg-gallery-thumbnail-box {
	margin: 0!important;
	width: 30%!important;
}

/* 2015MR 予習用 */
div.wp-caption.alignleft {
	margin-right: 20px!important;
}

/* 選手別ギャラリーサイドメニュー */
ul#menu-athletegallery li {
	text-align: center!important;
}


/* 201707変更 */
.ngg-gallery-thumbnail {
	border: none!important;
}

.notosans900 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:900;
}
.notosans300 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}


.home2017 .postdescription [
	margin: 10px 0 20px;
]
.home2017 h1.entry-title {
	background: #f00;
	padding: 10px;
	color: #fff;

}

.home2017 section {
	margin-bottom: 20px;
}

.home2017 section h2 {
	font-size: 120%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:900;
	margin: 30px 0 20px;
	padding: 0.2em 1em;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	letter-spacing: 5px;
}
.home2017 section ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap: wrap;
}
.home2017 section.home ul {/* 20190218追加 */
	display: inline-block;
}
.home2017 section ul li a img {
	display: block;
	border-radius: 50%;
	box-shadow: 0 4px 8px #888;
	margin: 0 auto 15px;
	width: 160px;
}
.home2017 section ul::after{/* blog.webcreativepark.net/2016/08/15-125202.html Flexで最後の行だけ左寄せに */
  content:"";
  display: block;
  width:30%;
}
.home2017 section ul li {
	font-size: 80%;
	font-weight: bold;
	color: #000;
	text-align: center;
	width: 200px;
	margin-bottom: 40px;
}
.home2017 section.home ul li {/* 20190218追加 */
	width: auto;
}
.home2017 section ul li a {
	font-weight: bold;
	color: #000;
}


.gallerymenu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;

}

.gallerymenu div {
	position: relative;
	width: 100%;
}
.gallerymenu div ul li a:before {
/*	content: "◇";*/
}
.gallerymenu .bbgmenu div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bbgmenu div ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	height: 100%;
}
.gallerymenu div ul li a {
	display: block;
	font-size: 110%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	letter-spacing: 2px;
	border: 2px solid #a00;
	text-align: center;
	border-radius: 10px;
	padding: 5px;
	color: #c00;
	transition: 0.5s ;
}
.gallerymenu div ul li a:hover {
	background: #a00;
	color: #fff;
	text-decoration: none;
}

.bbgimg img {
	border-radius: 30px;
}

/* ギャラリー子ページ各カテゴリーメニュー用 */
.bbcatmenu div ul {
	background: #d20;
	padding: 8px;
	text-align: justify;
	line-height: 1.2;
}
.bbcatmenu div ul li {
	display: inline;
	font-size: 0.6rem;
	padding: 0 2px;
	margin: 0;
	line-height: 1.2;
}
.bbcatmenu div ul li a {
	color: #fff;
	font-weight: bold;
}
.bbcatmenu div ul li:before {
	content: "■";
	color: #fff;
	font-weight: bold;
}
/*
.bbcatmenu div ul li:first-child:before {
	content: "｜";
	color: #fff;
	font-weight: bold;
}
*/
.footermenu div ul.menu {
	margin-left: 0!important;
}
.footermenutitle a {
	font-size: 80%;
	font-weight: bold;"
}
.footermenutitle {
	margin-top: 50px!important;
}

.bbgparenthead h4 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
}

ul.bbgdateetc {
	margin: 0!important;
	list-style: none;
}
ul.bbgdateetc li {
	font-size: 90%;
	margin-bottom: 0.6em;
	line-height: 1.8;
}

ul.bbgdateetc li span {
	font-weight: bold;
}


.bbgimagemenu {
	display: -webkit-flex;
	display: flex;
}

div.sharedaddy h3.sd-title:before { /* 「共有」 */
	display: none!important;
}
.bbgpcontent {
	margin-bottom: 20px;
}

.gallerymenu {
	border: 3px #a00 solid;
	border-radius: 0 0 10px 10px;
	padding: 40px;
}

.bbgmenutitle {
	margin-top: 40px;
	background: #a00;
	border: 3px #a00 solid;
	border-radius: 10px 10px 0 0;
	margin-bottom: 0;
	padding: 10px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

span.bbgnotice {
	font-size: 80%;
	color: #aaa;
}


.bblist {
	line-height: 1.8;
}

.entry-content section {
	margin-bottom: 40px;
}

li.circlemenu {
	position: relative;
}
div.newmark {
	position: absolute;
	text-align: center;
	color: #f00;
	font-weight:bold;
}

.home2017 div.post nav.topagemenu {
	margin-bottom: 20px;
}
.topagemenu ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	height: 60px;
	width: 100%;
}
.topagemenu ul li {
	height: 50px;
	width: 50px;
}
.topagemenu ul li a {
	display: block;
	color: #fff;
	font-weight: bold;
	transition: 0.5s ;
	background: #800;
	font-size: 0.7rem;
	color: #fff;
	font-weight: bold;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
}
.topagemenu ul li a:hover {
	color: #f55;
	text-decoration: none;
}

span.nobbglink {
	color: #999;
}
ul.bbgdateetc li span.bbtitle {
	font-weight: normal;
}

.home2017 .circlemenu a {
	color: #444;
	transition: 0.5s;
}
.home2017 .circlemenu a:hover {
	color: #ccc;
	text-decoration: none;
}
.home2017 .circlemenu a img:hover {
	opacity: 0.5;
}

.home2017 .circlemenu a img {
	transition: 0.5s ;
}

.nggphotos {
/*	background: #eee;*/
}

.ngg-galleryoverview {
	background: #eee;
	padding: 30px 0;
}
.
.ngg-gallery-thumbnail a img {
	transition: 0.5s ;
}
.entry-content ul.bblist {
	margin-left: 0!important;
}

ul.bblist li {
	padding: 4px 13px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
}
ul.bblist li:nth-child(odd) {
	background: #eee;
}


/*
.home2017 h1.entry-title {
	background: #a00;
	padding: 6px 12px;
	font-size: 150%;
	color: #fff;
}
*/
.home2017 div.postdescription {
	padding: 20px;
	font-size: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.7;
	text-align: justify;
	text-justify: auto;
}

h1.newtoptitle {
	height: 280px;
	width: 650px;
/*	background: url(images/homepage_bg.jpg);
	background-repeat: no-repeat;*/
}

/*
div.withalttext {
	width: 600px!important
}
div.withalttext div {
	width: 100%!important;
}
div.withalttext div a {
	display: inline;
}

div.withalttext .ngg-gallery-thumbnail span {
	display: inline;
}

div.withalttext .ngg-gallery-thumbnail a img {
	box-shadow: none;
	border: none;
}
*/


.ngg-gallery-thumbnail a img {
	box-shadow: none;
	border: none;
}
div.bbgngg .ngg-gallery-thumbnail span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
h1.newbbgtitle, h1.entry-title {
	padding: 6px 10px 6px 20px;
	background: #000;
	color: #fff;
}
h1.newbbgtitle a, h1.entry-title a {
	color: #fff;
}

h1.titlebgimg {
	height: 240px;
	width: 610px;
	background-repeat: no-repeat;
	padding: 20px;
	background-size: 650px 280px;
	margin-bottom: 10px;
}

h1.titlebgimg a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 170%;
	color: #fff;
	text-shadow: 2px 2px 0px #c00;
}
h1.titlebgimg a span {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 60%;
}
h1.titlebgimg a:hover, h1.titlebgimg a:focus, h1.titlebgimg a:active {
	text-decoration: none;
}

header.newbbghead {
	margin-bottom: 0;
}
header.newbbghead div.entry-meta {
	text-align: right;
}

h3.jp-relatedposts-headline {
	width: 100%;
}

h3.jp-relatedposts-headline em {
	display: block;
	color: #000;
	font-size: 130%;
}
span.jp-relatedposts-post-context {
	font-size: 80%;
}


header.entry-header {/* 20190218追加 */
	margin-bottom: 0;
}
.ngg-gallery-thumbnail a img {
	border-radius: 15px;
}
/* 20190219追加 */
.ngg-gallery-thumbnail-box {
	height: 215px;
}


/* .Photoswipe用 */
.pswp__button--close {
	width: 44px;
	height: 44px;

}
