/*
Theme Name: PLAYERS PLUS 2026
Discription: west-prairie 2026
Theme URI: https://west-prairie.net/
Author: west-prairie
*/

@charset "utf-8";

/* Web font */
@font-face {
  font-family: "mplus";
	src: url("fonts/mplus-2c/mplus-2c-medium_s.eot?") format('eot'),
		url("fonts/mplus-2c/mplus-2c-medium_s.woff") format('woff'),
		url('fonts/mplus-2c/mplus-2c-medium_s.ttf') format('truetype');
}
@font-face {
  font-family: "rmplus";
	src: url("fonts/rounded-mplus-1c-regular/rounded-mplus-1c-regular_s.eot?") format('eot'),
		url("fonts/rounded-mplus-1c-regular/rounded-mplus-1c-regular_s.woff") format('woff'),
		url('fonts/rounded-mplus-1c-regular/rounded-mplus-1c-regular_s.ttf') format('truetype');
}
.anton {
	font-family: 'Anton', sans-serif;
}

/*基本タグ*/
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	background-color: #fff;
    font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue', /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',       /* Windowsの欧文 */
               YuGothicM,        /* Windows8.1以上は游ゴシック */
               YuGothic,         /* Macの游ゴシック */
               Meiryo,           /* 游ゴシックが入っていないWindows */
               sans-serif;
}

/* Windows */
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local('YuGothic-Medium'),  /* Mediumを明示的に指定 */
       local('Yu Gothic Medium'), /* Chrome用 */
       local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local('YoGothic-Bold'); /*, Boldはそのまま */
       /*local('Yu Gothic');      Chrome用 */
}

hr {
	clear: both;
}
hr.hide,
hr.hidden {
	display: block !important;
	visibility: hidden !important;
	margin-top: 0;
	margin-bottom: 40px;
}

/* リンク画像全般 */
a:hover img {
	opacity:0.8;/*0~1*/
	filter:alpha(opacity=80);/*0~100*/
	-ms-filter: "alpha( opacity=80)";/*0~100*/
}
a img {	
	-webkit-transition: 0.1s ease-in-out;  
	-moz-transition: 0.1s ease-in-out;  
	-o-transition: 0.1s ease-in-out;  
	transition: 0.1s ease-in-out;  
}
a.contact:hover img {
	opacity:1;/*0~1*/
	filter:alpha(opacity=100);/*0~100*/
	-ms-filter: "alpha( opacity=100)";/*0~100*/
	background-color: #ccc;
}
p img {
	width: 100%;
	height: auto;
}
p a img+i {
	display: none !important;
}
p a:hover img {
	text-decoration: none;
}
/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover { 
	overflow: hidden;
	outline: none;
}

/*記号文字(bootstrap,fontawasome)*/
span.glyphicon,
span.fa {
	display: inline-block;
	width: 1.4em;
	padding-left: 0.2em;
	overflow: hidden;
	letter-spacing: 2em;
	margin-right: 0.2em;
}

/*見出し*/
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-family: mplus;
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
    margin-top: 0;
    margin-bottom: 0.5em;
	color: #333;
}
h1.entry-title ,h2.entry-title ,h3.entry-title,h4.entry-title,h5.entry-title ,h6.entry-title {
	line-height: 1.5em;
}
h1.entry-title img ,h2.entry-title img ,h3.entry-title img,h4.entry-title img,h5.entry-title img ,h6.entry-title img {
	border: none !important;
	margin: 0 8px 0 0 !important;
	height: 1.5em !important;
	width: 1.5em !important;
	vertical-align: text-top;
}
h1.entry-title {
    margin-top: 0;
    padding: 5px 15px 8px;
    font-size: 22px;
	background-color: #e8fff9;
	color: #666;
	border-left: solid 15px #1eb38b;
}
div h2,
div h3,
div h4,
div h5,
div h6 {
	margin-left: 15px;
	color: #006253;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
h2.entry-title,
h3.entry-title,
h4.entry-title,
h5.entry-title,
h6.entry-title {
    margin-left: 3px;
    padding-left: 7px;
    padding-bottom: 3px;
    /*border-left: solid 5px #fff;
    border-bottom: double 3px #999;*/
    clear: both;
}
.entry-content h2 a,
.entry-content h3 a,
.entry-content h4 a,
.entry-content h5 a,
.entry-content h6 a,
h2.entry-title a,
h3.entry-title a,
h4.entry-title a,
h5.entry-title a,
h6.entry-title a {
    text-decoration: underline;
}
.entry-content h2 a:hover,
.entry-content h3 a:hover,
.entry-content h4 a:hover,
.entry-content h5 a:hover,
.entry-content h6 a:hover,
h2.entry-title a:hover,
h3.entry-title a:hover,
h4.entry-title a:hover,
h5.entry-title a:hover,
h6.entry-title a:hover {
    text-decoration: none;
}
.entry-content h2,
h2.entry-title{
    font-size: 22px;
    border-bottom: none;
	line-height: 100%;
	border-left: solid 8px #1eb38b;
	padding-top: 2px;
}
.blog .entry-content h2,
.blog h2.entry-title{
	margin-top: 20px;
}
#main p.post_date {
	margin-bottom: 0;
	padding-bottom: 0;
}
#main p.post_date + h2 {
	margin-top: 10px;
}
.entry-content h3,
h3.entry-title{
    font-size: 18px;
    
}
.underline {
	border-bottom: solid 1px #ccc;
}
.entry-content h4,
h4.entry-title{
    font-size: 16px;
    
}
.entry-content h5,
h5.entry-title{
    font-size: 14px;
    
}
.entry-content h6,
h6.entry-title{
    font-size: 12px;
    
}


p {
	font-size: 100%;
    margin: 0 1em 1em;
}

img.size-full {
	visibility: hidden;
}

/*コンテンツ幅*/
#page {
	/*max-width: 950px;*/
	/*max-width: 1170px;*/
	max-width: 750px;
	margin: 0 auto !important;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 6px 3px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 3px 1px;
    border: solid 1px #aaa;
    border-top: none;
	overflow: hidden;
}
.container {
	width: 100%;
}

/*** header ***/
#masthead {
	display: block;
	background-color: #1eb38b;
}
#site-header {
	padding: 10px 0 0 15px;
	line-height: 130%;
	overflow: visible;
}
#site-header a {
	color: #666;
}
#site-header span {
	
}
#site-header img {
	/*width: 100%;
	max-width: 50px;
	height: auto;*/
	margin-right: 5px;
}
#masthead h1 {
    margin: 0;
    padding: 0;
    white-space: nowrap;
	font-size: 24px;
	display: inline;
}
#masthead h1 span.title {
	margin: 0;
	padding: 5px 0px 10px 5px;
	font-size: 28px;
    letter-spacing: -1px;
    position: relative;
    top: -20px;
}
#masthead h1.site-title img {
    max-width:300px;
    height:auto;
    margin:-3px 2px 7px 5px;
}

#masthead a {

}
#masthead .tophead {
    padding-left: 0;
    padding-right: 0;
}
#masthead h1 > span {
	font-size: 16px;
	margin-left: 10px;
    display: inline-block;
}
#masthead h1 a {
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
    margin: 0;
}
#masthead p.description {
	font-family: mplus;
	font-size: 16px;
	color: #fff;
	background: #000;
    margin: 0;
    padding: 5px 15px;
	text-align: left;
	overflow: hidden;
}
#masthead p.description img {
	height: 26px;
	width: 26px;
	float: none;
}
#masthead p.description a {
	float: right;
	margin-left: 15px;
}
#masthead .sns {
	float: right;
	white-space: nowrap;
	padding: 3px 10px 0 0;
}
#masthead .sns img {
	float: none;
	height: 16px;
	width: 16px;
}
#masthead .sns a {
	margin-left: 5px;
}
#header_sub ul {
    font-size: 14px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
	height: 132px;
}
#header_sub li {
	flex-grow: 1;
	flex-shrink: 1;
	align-self: auto;
	border-left: solid 1px #ccc;
	margin-left: -1px;
	text-align:	center;
	display: flex;
	flex-direction: column;
	height: 100%;
	font-size: 14px;
}
/*#header_sub li.current-page-ancestor,*/
#header_sub li.current-menu-item {
	border-top: solid 8px #f00;
}
/*RANKING CHILD*/
.pid_68 #header_sub li.menu-item-676,
.pid_660 #header_sub li.menu-item-676,
.pid_662 #header_sub li.menu-item-676,
.pid_664 #header_sub li.menu-item-676,
.pid_666 #header_sub li.menu-item-676,
.pid_669 #header_sub li.menu-item-676,
.pid_671 #header_sub li.menu-item-676,
.pid_673 #header_sub li.menu-item-676 {
	border-top: solid 8px #f00;
}
.pid_68 #colophon .menu-item-676 a,
.pid_660 #colophon .menu-item-676 a,
.pid_662 #colophon .menu-item-676 a,
.pid_664 #colophon .menu-item-676 a,
.pid_666 #colophon .menu-item-676 a,
.pid_669 #colophon .menu-item-676 a,
.pid_671 #colophon .menu-item-676 a,
.pid_673 #colophon .menu-item-676 a {
	text-decoration: underline;
	font-weight: bold;
}
#header_sub li a {
	margin-top: auto;
	padding: 10px 2px;
}
#masthead #header_sub img {
	float: none;
	width: 50px;
	height: auto;
	margin-bottom: 15px;
}
#header_sub p {
    margin: 0;
    padding: 0;
}
#header_sub .memo {
    margin: 5px 0 0 0;
    padding: 3px 12px;
    color: #333;
    font-weight: normal;
    background: #aaa;
    text-align: center;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/*ヘッダーとフッターの画像*/
#masthead img,
#colophon img {
	/*width: 100%;
	height: auto;*/
    float: left;
}

/* NAV */
#header_nav {

	display: none;
}
.navbar {
	margin-bottom: 0;
    min-height: 0;
    position: static;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
#masthead .navbar-toggle {
	/*border-bottom: solid 1px #eee;
    position: relative;
    right: 10px;
    top: 2px;*/
    margin: 15px 20px 0 0 !important;
	font-size: 13px;
    letter-spacing: -1px;
    padding: 8px 6px !important;
    color: #666 !important;
}
.navbar-toggle,
.navbar-toggle:hover {
	float: right;
    border: solid 1px #aaa;
	margin-right: 0;
	background-color: #fff !important;
}
.navbar-toggle .icon-bar {
    background-color: #666 !important;
    height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-collapse {
	border-top: none !important;
}
.navbar a {
    color: #333 !important;
    /*text-shadow: 0px 2px 3px rgba(100, 100, 100, 0.7);*/
}

.nav-tabs {
	padding-left: 15px;
}

/* ページネーション */
.pagenation-navi {
	margin-top: 15px;
	margin-bottom: 15px;
}
.pagenation-navi ul {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.pagenation-navi ul li {
	list-style: none;
	width: 2em;
	margin: 3px;
	padding: 0;
	line-height: 1.6em;
	border: solid 1px #666;
	float: left;
}
.pagenation-navi ul li.current {
	font-weight: bold;
}
/*main*/
#main {
	border-top: solid 1px #ddd;
	overflow: hidden;
}
/*.home #main {
	padding-top: 1em;
}*/
.home a i {
	display: none !important;
}
/* PRIMARY */
#primary {
    padding: 0 0 0 2px;
	overflow: hidden;
}
#primary p {
    padding: 0 15px 1em;
	line-height: 1.8em;
}
#primary li {
	line-height: 1.8em;
	margin-bottom: 0em;
}
#primary .post_list dl {
	margin: 1em;
}
#primary .post_list dt {
	font-weight: normal;
}
#primary .post_list dd {
	padding-left: 1em;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 0.5em;
}

/* SECONDARY */
#secondary {
	padding: 0 15px 15px 0;
	background-color: #fff;
}
/*.home #secondary {
	padding: 7px;
}*/
#secondary .widget_nav_menu,
#secondary .widget_multinaviwidget {
    position: relative;
    z-index: 999;
}
#secondary .widget li img {
    display: none;
}
#secondary .widget li {
	border-bottom: dotted 1px #ccc;
	padding: 0.5em 0;
}
#main .info_window div.head.tournament {
	display: none;
}
#secondary .info_window .more {
	margin-top: 10px;
	padding-right: 5px;
}
#secondary .widget_multinaviwidget {
    margin-bottom: 10px;
}
#secondary .widget_nav_menu .menu,
#menu-side_menu {
	/*border: solid 1px #ccc;*/
	/*margin: 0 0 1em 0;*/
    margin: 0;
	width: 100%;
	float: left;
}
#secondary .widget_nav_menu .menu ul,
#menu-side_menu ul {
	margin: 0;
	padding: 0;
}
#secondary .widget_nav_menu .menu li,
#menu-side_menu li{
	padding: 5px 15px;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	border-bottom: solid 1px #1eb38b;
}
#secondary .widget_nav_menu .menu>li,
#menu-side_menu>li{
	margin: 0;
	padding: 0;
	font-size: 16px;
	border-left: solid 5px #1eb38b;
}
#secondary .widget_nav_menu .menu>li:hover,
#menu-side_menu>li:hover{
	border-left: solid 5px #9effe5;
}
#secondary .widget_nav_menu .menu li.menu-item-home ,
#menu-side_menu li.menu-item-home {
	border-left: solid 5px #1eb38b;
}
#secondary .widget_nav_menu .menu li.menu-item-home:hover ,
#menu-side_menu li.menu-item-home:hover {
	border-left: solid 5px #9effe5;
}
#secondary .widget_nav_menu .menu li a ,
#menu-side_menu li a {
	display: block;
	color: #333;
	padding: 10px;
}
#secondary .widget_nav_menu .menu>li>a {
	display: block;
	color: #333;
	padding-left: 25px;
}
#menu-side_menu>li>a {
	display: block;
	padding-left: 25px;
}
#secondary .widget_nav_menu .menu li li:last-child,
#menu-side_menu li li:last-child {
	border-bottom: none;
}
#secondary .widget_nav_menu .menu li li a,
#menu-side_menu li li a {
	/*color: #333!important;*/
}
#secondary .widget_nav_menu .menu li li span,
#menu-side_menu li li span {
	/*color: #ffffdd;*/
}
#secondary .widget_nav_menu .menu .current-cat,
#menu-side_menu .current-cat,
#secondary .widget_nav_menu .menu .current_page_item,
#secondary .widget_nav_menu .menu .current-menu-item,
#secondary .widget_nav_menu .menu .current-page-ancestor,
#menu-side_menu .current_page_item
 {
	/*background-color: #eee !important;*/
}
#secondary .widget_nav_menu .menu .current-cat a,
#menu-side_menu .current-cat a,
#secondary .widget_nav_menu .menu .current_page_item a,
#secondary .widget_nav_menu .menu .current-menu-item a,
#secondary .widget_nav_menu .menu .current-page-ancestor a,
#menu-side_menu .current_page_item a
 {
    /*color: #fff !important;*/
	text-decoration: underline;
	font-weight: bold;
}
#secondary .widget_nav_menu .menu .menu-item-home.current-page-ancestor
{
    background-color: #fff !important;
}
#secondary .widget_nav_menu .menu .menu-item-home.current-page-ancestor a
 {
    /*color: #fff !important;*/
	text-decoration: none;
	font-weight: normal;
}

/*.page-template .menu-item-home a  {
    color: #fff !important;
	text-decoration: none !important;
	font-weight: normal !important;
}*/
#menu-side_menu li a {
    margin-left: 15px;
}

/*MetaSlider ウイジェット*/
#secondary .metaslider {
    top: 1em;
    margin-bottom: 2em !important;
}
#secondary .metaslider img {
    border-left: solid 5px #aaa;
}

/*サイドメニュー調整*/
#menu-side_menu>li{
	/*border-left: solid 5px #fff;*/
}
.page #secondary #menu-side_menu {
    display: none;
}

.home #navbar .current_page_item a,
#navbar .current-menu-item a,
#navbar .current-page-ancestor a
 {
	text-decoration: underline;
}

#navbar .menu-item-home.current-page-ancestor a,
#navbar .menu-item-home.current-page-parent a
 {
	text-decoration: none;
}
 #navbar .menu-item-home.current-page-ancestor a
 {
	/*background: #fff;*/
}

.home #colophon .current_page_item a,
 #colophon .current-menu-item a,
 #colophon .current-page-ancestor a
 {
	text-decoration: underline;
	font-weight: bold;
}
.pid_20 #colophon .menu-item-685 a
 {
	text-decoration: underline;
	font-weight: bold;
}
 #colophon .menu-item-home.current-page-ancestor a
 {
	text-decoration: none;
	font-weight: normal;
}

#secondary .widget_text {
	overflow: hidden;
	padding: 0;
}
#secondary .widget_text {
	font-size: 14px;
}
#secondary .widget_text h2{
	/*background-color: #fffcf0;*/
	/*padding: 10px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #ccc;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;*/
}
#secondary .widget_text div{
	/*padding: 5px;
	margin: 0;
	font-size: 14px;
	border: none;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;*/
}
#secondary .widget_text div p {
	margin:0;
	padding: 0;
}
#secondary .sub-menu {
    /*border-top: dotted 1px #999;*/
}
/*ページャー*/
#pagination {
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	clear: both;
}
#pagination li {
	list-style: none;
}
#pagination .prev {
	float: right;
}
#pagination .next {
	float: left;
}
#single-back {
	/*display: none;*/
}
/*#pagination {
	display: none;
}*/
.cat-tournament #pagination {
	display: none;
}


/* post_date */
.post_date,a.cat {
    margin-right: 1em;
}
.post_date span a,a.cat {
    vertical-align: middle;
    margin: 0 0 2px 5px;
    font-size: 70%;
    padding: 0 5px 1px 5px !important;
    color: #fff;
    display: inline-block;
    background-color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    line-height: 1.5em;
}

.single #pagination {
	display: none;
}

/*slug*/
.entry-header a.tournament,
.info_window a.cat.tournament {
	background-color: #d70c18;
}
.entry-header a.info,
.info_window a.cat.info {
	background-color: #2b6eb6;
}
.entry-header a.topics,
.info_window a.cat.topics {
	background-color: #5493ad;
}

#primary .profile img.aligncenter {
	border: solid 1px #ccc;
	margin: 0 10px 1em;
	position: relative;
    z-index: 999;
}

/* footer */
#colophon {
	font-family: mplus;
	/*border-top: solid 1px #aaa;*/
	/*padding: 10px 0 5px 0;*/
	padding: 0 0 5px 0;
}
#colophon .footer_list {
	color: #c8fff5;
	background-color: #eee;
	padding: 15px 15px 0;
	margin-bottom: 15px;
	display: none;
}
#colophon a {
	color: #333;
}
#colophon hr {
	margin: 0 0 10px 0;
}
#colophon .footer_sns img {
	float: none;
	display: inline;
	margin: 10px;
	width: 36px;
	height: 36px;
}
/***メニューの長さ***/
#colophon .menu {
	overflow: hidden;
	margin: 0 auto;
	padding: 0 !important;
}
#colophon ul {
	padding: 0;
}
#colophon span {
    white-space: nowrap;
}
#colophon .menu li {
	float: left;
	margin: 0;
	padding: 0 0.5em;
	/*border-left: solid 1px #666;*/
}
/*両側にボーダーを付ける*/
#colophon .menu li:first-child {
	border-left: none;
}
#colophon .menu li:first-child {
    /*border-left: solid 1px #666;*/
}
#colophon .menu li {
    /*border-right: solid 1px #666;
    margin-right: -1px;*/
    margin-bottom: 2px;
}
#colophon .footer_list2 .menu li:first-child {
    /*border-left: solid 1px #666;*/
	border-left: none;
}
#colophon .footer_list2 .menu li {
    padding-left: 1em;
    padding-right: 1em;
}
#colophon .footer_list2 .menu li {
    border-right: solid 1px #666;
    margin-right: -1px;
    margin-bottom: 2px;
}
#colophon .footer_list2 .menu li:last-child {
    border-right: none;
	padding-right: 0;
}
#colophon .footer_list2 {
	font-size: 14px;
}
.copytext {
	text-align: center;
	font-size: 14px;
	display: none;
}


/*戻るボタン*/
#return_top,#float_head {
    display: none;
}
#float_head {
	position: fixed;
	z-index: 2999;
	top: 0;
	left: 0;
	margin: 0 !important;
    padding: 5px 5px 2px 8px;
    background: #fff;
    width: 100%;
    border-bottom: solid 1px  #aaa;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
	color: #000;
}
#float_head h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}
#float_head img {
    margin: -3px 5px 0 0;
    padding: 0;
    height: 24px;
    width: auto;
}
#float_head a {
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible;
}
#float_head a:hover {
    text-decoration: none;
    color: #333;
}
#return_top {
	position: fixed;
	z-index: 2999;
	bottom: 0;
	right: 0;
	margin: 0 !important;
    padding: 5px 15px 8px 15px;
    background: #fff;
    width: 100%;
    border-top: solid 1px  #aaa;
    letter-spacing: 1px;
    font-size: 16px;
	color: #000;
}
#return_top a {
	color: #333;
}
#return_top p,
#return_top ul,
#return_top ul li {
    float: left;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}
#return_top .row {
    padding: 0 15px;
}
#return_top .row>div {
    padding: 5px;
}
#return_top .btn_nav {
    font-size: 14px;
    margin: 0;
}
#return_top a.totop {
    float: right;
	/*background-color: #FFFFFF;*/
	/*color: #333;*/
	text-decoration: none;
    font-size: 12px;
    padding-top: 3px;
    white-space: nowrap;
    
/*	text-align: center;
	border: solid 1px  #aaa;*/
    
/*	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
		
	-webkit-box-shadow:rgba(99, 99, 99, 0.298039) 0px 0px 5px 1px;
	-moz-box-shadow:rgba(99, 99, 99, 0.298039) 0px 0px 5px 1px;
	box-shadow:rgba(99, 99, 99, 0.298039) 0px 0px 5px 1px;*/
}
#return_top a:hover {
    text-decoration: underline !important;
}

/*** テンプレート用 ***/
.brothers-navi,
.children-navi {
	margin: 8px 0 0 0;
	padding: 0;
	overflow: hidden;
	/*border-bottom: dotted 1px #999;*/
}
.brothers-navi li,
.children-navi li {
	font-size: 16px;
	list-style: none;
	float: left;
	vertical-align: top;
	margin-right: 1em;
	margin-bottom: 0.4em;
    padding-left: 1em;
    text-indent: -0.6em;
}
.brothers-navi li:before,
.children-navi li:before {
    font-size: 60%;
    font-family: 'Glyphicons Halflings';
    content: "\e250";
    vertical-align: middle;
}
.brothers-navi li span,
.children-navi li span {
	color: #894e8b;
	width: 1.2em;
}
.brothers-navi .current_page_item,
.children-navi .current_page_item {
	font-weight: bold;
}
.brothers-navi .parent {
	display: none;
}


/* ウィジェット */
.widget-area ul {
	margin: 0;
	padding: 0;
}
li.widget,
li.widget li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 本文レイアウト */
.entry-content .aligncenter,
.entry-content dl.aligncenter,
.entry-content .html5-captions .wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}

/* キャプション */
.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
/*.wp-caption .size-thumbnail {
	border: none;
}*/
.wp-caption.alignleft {
    margin-right: 15px;
	/*clear: both;*/
}
.wp-caption.alignright {
    margin-left: 15px;
}
.html5-captions .wp-caption {
    background-color: transparent;
    border: medium none;
    margin: 0;
    padding: 0;
}
dl.wp-caption, dl.wp-caption * {
}
.entry-content .wp-caption-text,
.wp-caption-dd {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 5px 4px;
}
.size-thumbnail,
img.frame {
    border: solid 1px #eee;
    margin: 0 15px;
    padding: 3px;
}
#primary img {
    /*margin: 0 10px 15px 10px;*/
    /*border: solid 1px #eee;*/
}
#primary img.alignright {
    margin-right: 0;
}
#primary img.alignleft {
    margin-left: 0;
}
#primary img.aligncenter {
    margin: 0 auto 10px auto;
}



/*** 装飾部品 ***/
.reference a,
a.reference {
	display: inline-block;
	padding-top: 4px !important;
	padding-right: 5px !important;
	padding-bottom: 3px !important;
	padding-left: 20px !important;
	background-image: url(images/reference_arrow.png);
	background-repeat: no-repeat;
	background-position: -2px center;
	background-color: #fff;
	color: #666 !important;
	border: 1px solid #00d084 !important;
	text-decoration: none !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	margin-bottom: 1em;
	margin-top: 15px;
}
a.reference:hover,
.reference a:hover {
	color: #333 !important;
    text-decoration: underline !important;
}
.reference a i,
a.reference i {
	display: none;
}

/*プレート*/
.plate {
	border: solid 1px #ccc;
	padding: 10px;
	margin: 5px;
	text-align: center;
	overflow: hidden;
}
#primary .plate img {
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 0 5px 0;
}
.selector {
	text-align: center;
}
.selector span {
	white-space: nowrap;
	cursor: pointer;
}

/****************************************************************************/


/*gnav*/
#navbar {
	padding: 0 !important;
	margin-bottom: 3px;
	background-color: #fff;
}

/* MAIN MENU */
nav .menu-item {
	margin: 0;
}
nav li.menu-item  {
	border-left: solid 1px #ccc;
	list-style: none;

}
nav li.menu-item:last-child  {
	border-right: solid 1px #ccc;

}
nav li.menu-item  a {
	display: block;
	padding: 0px 10px 3px 10px;
}
nav li.menu-item  a:hover {
	text-decoration: underline;
}

#header_memo {
    margin: 0;
    padding-left: 25px;
    text-align: left;
    position: relative;
    top: -10px;
}
#header_memo i.glyphicon {
    display: inline !important;
}



/*HOME*/
.home h1.entry-title {
    display: none;
}
.home #primary {
	/*background-image: url(images/header/top_img02.jpg);
	background-position: top -15px right -15px;
	background-repeat: no-repeat;	*/
}

/*icon*/
article a[href$=".pdf"] {
	padding-left: 20px;
    background: url(images/icon_pdf.gif) no-repeat center left;
}
article a[href$=".pdf"]:after {
	content: " (PDF書類)";
}

/* topics */
.info_window  {
	padding: 0;
	margin: 0;
}
.info_window ul {
	margin: 0;
	padding: 0;
}
#primary .info_window li {
	margin-left: 0;
	list-style: none;
	font-size: 18px;
	line-height: 1em;
	border-bottom: dashed 1px #ccc;
	padding: 5px;
	overflow: hidden;
}
#primary .info_window li img {
	float: left;
	margin:  0 10px 0 10px;
	vertical-align: text-top;
	clear: both;
	border: none !important;
	width: 90px;
	height: auto;
}
.info_window .more {
	display: block;
	float: right;
	padding-right: 15px;
}
.info_window > div {
	padding-bottom: 50px;
}
.info_window div.head {
	padding-bottom: 0;
}
#primary .info_window div.cont {
	padding-bottom: 0;
	margin-left: 110px;
}
.info_window a.topics_title {
	font-weight: bold;
	font-size: 120%;
	line-height: 130%;
	display: block;
}

/* HOMEではサイドバーを出さない
.home #secondary {
	display: none;
}
.home #primary {
	width: 100%;
}
*/

/*パンくず*/
#breadcrumbs {
    border-bottom: solid 1px #eee;
	display: none;
}
.home .breadcrumbs {
    visibility: hidden;
	display: none;
}
.breadcrumbs {
    padding: 0.5em 0 0.5em 0.5em;
    font-size: 14px;
}


/*ウイジェット*/
#menu-side_term {
    clear: both;
}
#menu-side_term {
    padding-left: 1.5em;
}
#menu-side_term li {
    list-style: disc;
    white-space: nowrap;
}

/*table*/
/*table {
    border-collapse: collapse;
    border: 1px solid #ddd;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table td,
table th {
    background-color: #fff;
    border: 1px solid #ddd;
	color: #666;
}
table th {
  text-align: left;
    background-color: #FFFCF0;
    white-space: nowrap;
}*/
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
	font-weight: bold;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table.table {
    width: auto;
	border-bottom: solid 1px #ddd;
}

/*パネル*/
.panel {
	padding:10px;
	position:relative;
	text-decoration:none;
	color:#333;
	border: solid 1px #dbd9cc;
    background: rgb(250,250,250);

    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.panel .wrap {
    border-left: solid 3px #fff;
    padding-left: 5px;
}
.panel h3 {
    font-size: 120%;
    color: #222;
    margin: 0;
    width: 96%;
    white-space: nowrap;
    /*overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;*/
}
.panel h3 span {
    display: inline;
    margin-left: 1em;
    font-size: 80%;
    font-weight: normal;
}
.panel a {
    width: 100%;
}
.panel a:link,.panel a:visited,.panel a:active,.panel a:hover {
    width: 100%;
    overflow: visible;
}
.panel a:hover {
    text-decoration: none;
    color: #000 !important;
}
.panel p {
    margin-bottom: 0;
}
.panel span {
    display: block;
    width: 96%;
    font-size: 95%;
    margin-top: 6px;
    color: #333;
}
.col-sm-6 .panel span {
    width: 96%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.panel i {
    float: right;
    margin-top: 6px;
    width: 1.2em;
    text-align: right;
    height: 1.5em;
    text-indent: 7px;
}

#primary ol,
#primary ul {
	padding-right: 15px;
	margin-bottom: 1em;
}

#content ol li {
    margin-bottom: 1em;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
select,
textarea {
	color: #000;
	margin: 3px;
}
.mw_wp_form input[type='text'],
.mw_wp_form input[type='email'],
.mw_wp_form textarea {
    width: 100%;
	max-width: 24em;
	color: #000;
}
.mw_wp_form input.half {
	max-width: 10em;
}
input[type='submit']{
	color: #333;
}
.mw_wp_form strong {
	display: inline-block;
	text-indent: -10px;
}
.mw_wp_form li strong {
	display: inline;
	text-indent: 0;
}

.btn_nav {
    text-align: center;
    border:solid 2px #ff6333;
    margin-bottom: 1em;
}

.navbar-header {
    display: none;
}
.navbar-header ul,
.navbar-header li {
    margin: 0;
    padding: 0;
}
.navbar-header .textwidget p {
    margin: 0;
    padding: 0;
}

#masthead .navbar-header span > i.glyphicon {
    display: none;
}

.radius_box {
    border: solid 3px #dbd9cc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.lead {
    position: relative;
}
.lead img {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    margin: 0 !important;
}
.lead span {
    position: absolute;
    z-index: 10;
    font-size: 28px;
    right: 15px;
    top: 150px;
    color: #333;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

.wp-block-embed__wrapper iframe {
	display: block;
	margin: 0 auto;
}


/*FAQ*/
ul.faq {
	margin-top: 2em;
}
ul.faq li {
	list-style: none;
	padding-bottom: 1em;
}
.faq_title {
	font-weight: bold;
	color: #666;
	text-indent: -1.5em;
	display: inline-block;
}
.faq_title:hover {
	cursor: pointer;
}
.faq_title strong {
	color: darkcyan;
	margin-right: 0.5em;
}
.faq_content {
	display: none;
	margin: 1em 1em 1em 0;
	padding: 1em;
	border: solid 1px #ccc;
	background: #eee;
	padding-left: 2.5em;
	text-indent: -1.5em;
	color: #000;
}
.faq_content strong {
	color: red;
	margin-right: 0.5em;
}

.wallet {
    position: relative;
    width: 95%;
	max-width: 400px;
	margin: 15px auto;
}
.wallet:before {
    content:"";
    display: block;
    padding-top: 70%;
}
.owner_card {
	color: #fff !important;
	padding: 15px;
	margin: 20px 15px 20px -5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	-moz-text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 1),0px 0px 1.5px rgba(0, 0, 0, 1),0px 0px 1.5px rgba(0, 0, 0, 1);
	-webkit-text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 1),0px 0px 1.5px rgba(0, 0, 0, 1),0px 0px 1.5px rgba(0, 0, 0, 1);
	-ms-text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 1),0px 0px 1.5px rgba(0, 0, 0, 1),0px 0px 1.5px rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 1.5px rgba(0, 0, 0, 1),0px 0px 1.5px rgba(0, 0, 0, 1),0px 0px 1.5px rgba(0, 0, 0, 1);
}
.owner_card h3,
.owner_card h4 {
	color: #fff !important;
	font-weight: bold;
	font-size: 20px;
}
.owner_card span {
	padding: 0 15px;
	
}
.owner_card img {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 100%;
	z-index: 0;
	box-shadow: 2px 5px 13px -6px #777777;
	border-radius: 30px;
}
.owner_card div {
	position: relative;
	z-index: 10;
}
.owner_card .head {
	position: absolute;
	top: 2em;
}
.owner_card .foot {
	position: absolute;
	bottom: 2.4em;
}
.owner_card h3 {
	font-size: 150% !important;
}
.touchable {
	text-decoration: underline;
}
.touchable:hover {
	cursor: pointer;
	text-decoration: none;
}
.box {
	border: solid 1px #eee;
	box-shadow: 2px 5px 13px -6px #777777;
	border-radius: 10px;
	padding: 15px;
	margin: 15px;
	text-align: center;
}
.box h2 {
	border-left: none;
	border-bottom: solid 2px #1eb38b;
}
.box ul {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
.box ul li {
	margin-bottom: 1em;
}
.box input[type='text'],
.box input[type='tel'] {
	margin-bottom: 5px;
    border-color: #666;
}
.btn {
	margin-bottom: 5px;
	box-shadow: 2px 2px 4px -2px #777;
}
.btn.btn-default {
	background-color: #31b28b;
	color: #fff;
	font-weight: bold;
}
.btn.btn-default.normal {
	background-color: #fff;
	color: #333;
	font-weight: bold;
}
ul.nonmark {
	padding-left: 1.5em;
}
ul.nonmark li {
	list-style: none;
}
.use_point {
	margin-bottom: 0;
}
#main .use_point img {
	margin: 0 10px 15px 10px;
	max-width: 140px;
	width: 35%;
	height: auto;
}
#request_list {
	padding: 15px;
	background-color: #eee;
}
#request_list hr {
	margin-top: 0;
}
#request_list table {
	width: 100%;
}
.reqest_box {
	margin: 15px;
	padding: 15px;
	background-color: #fff;
	border-radius: 12px;
}



/***************************************************************************************************/

@media screen and (max-width: 1200px) {
	#page {
		/*max-width: 970px;*/
		max-width: 750px;
	}
    .lead span {
        font-size: 22px;
    }
}
@media screen and (max-width: 992px) {
	#page {
		max-width: 750px;
	}
}
@media screen and (max-width: 991px) {
	#header_nav {
		display: block !important;
	}
    #colophon .footer_list .menu {
        width: 100% !important;
    }
    #primary {
        border-left: none;
        padding: 0;
    }
	#header_sub li {
		font-size: 12px;
	}
	#header_sub li img {
		width: 40px !important;
	}
	#masthead #header_sub img {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px) {
	/*iPad*/
}
@media screen and (max-width: 767px) {
    /*toggle menu*/
	#header_nav li.menu-item  {
		padding: 0;
		border-left-width: 5px;
		border-right: none;
	}
	#header_nav {
		display: block !important;
	}
    .navbar-header {
        display: block;
    }
	#menu-main li {
		border-left: solid 3px #ddd;
		background-color: #fff;
	}
	#menu-main li:last-child {
		border-right: none;
	}
	#menu-main li a {
		padding: 10px 10px;
	}
	#menu-main li:hover {
        padding-left: 3px;
        border-left: solid 5px #aaa;
		background-color: #eee;
	}
	#menu-main li:hover a {
        padding-left: 7px;
	}
	.navbar-nav {
		margin: 0;
	}
    #navbar {
        margin-bottom: 5px;
    }
    #masthead h1.site-title span.lawyer{
        display: none;
    }
	#primary .profile img.aligncenter {
		margin: 0 auto 1em;
		
	}
	#main {
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 600px) {
	.home #primary {
		background-image: none;
	}
    #page {
        border: none;
    }
    .size-thumbnail {
        float: none;
        display: block;
        margin: 0 auto !important;
    }
    .lead span {
        font-size: 22px;
    }
	#masthead p.description {
		font-size: 12px;
		text-align: center;
	}
	.info_window a.topics_title {
		font-size: 95%;
	}
}
@media screen and (max-width: 599px) {
	h1.entry-title {
		font-size: 22px;
	}
	h1.entry-title img {
		weight: 1.4em !important;
		height: 1.4em !important;
	}

	#masthead h1{
		padding-bottom: 3px;
	}
	#masthead h1.site-title span.title{
        line-height: 1.3em;
		font-size: 24px;
		display: block;
        top: -5px;
	}
    #masthead p.description {
        padding: 0 10px 3px 10px;
    }
	#masthead h1.site-title img {
        /*max-height: 50px !important;
		width: auto !important;*/
        margin-bottom: 10px;
    }
	#hot_topics h2,
	.info_window  h2 {
		font-size: 18px !important;
	}
	#colophon .menu {
		width: auto;
	}
	#colophon ul {
		font-size: 12px;
	}
	#colophon .menu li:first-child {
		border-left: solid 1px #ccc;
	}
	#colophon .menu li {
		border-right: solid 1px #ccc;
		margin-right: -1px;
		margin-bottom: 2px;
	}
	.page #main .entry-content h2 {

		font-size: 20px;
	}
	.page #main .entry-content h3 {
		font-size: 18px;
	}
	.page #main .entry-content h4,
	.page #main .entry-content h5,
	.page #main .entry-content h6 {
		font-size: 16px;
	}
    .copytext {
        /*text-align: left;*/
    }
    .lead span {
        right: 5px;
        top: 110px;
        font-size: 16px;
    }
}
@media screen and (max-width: 440px) {
    .toggle-title {
        display: none;
    }
    .navbar-toggle {
        margin-top: 7px;
    }
	#masthead .sns {
		position: relative;
		z-index: 99999;
		padding-right: 10px;
	}
	#masthead .sns a {
		margin-left: 6px;
	}
	/*#masthead .sns img {
		width: 26px;
		height: 26px;
		margin-top: 7px;
	}*/
    .brothers-navi li,
    .children-navi li {
        font-size: 14px;
    }
    .lead span {
        font-size: 14px;
    }
}
@media screen and (max-width: 370px) {
    .entry-title {
        font-size: 130% !important;
    }
	#masthead h1.site-title img {
    	max-width: 240px;
	}
    #masthead h1.site-title {
        padding: 10px 0 0 0;
		letter-spacing: -1px;
    }
	#masthead .navbar-toggle {
		margin: 8px 20px 0 0 !important;
	}
	#masthead h1.site-title span.title{
        line-height: 1.2em;
		font-size: 18px;
        padding: 5px 0px 17px 0px;
	}
	/*#masthead h1.site-title img {
        height: 40px !important;
    }*/
}

.jpi_reg {
	display: block;
	background-color: #fcee21;
	color: #333;
	text-align: center;
	padding: 10px;
	margin: 0;
	border-top: solid 5px #d70c18;
	border-bottom: solid 5px #d70c18;
	
}
#primary .jpi_reg {
	margin-bottom: 10px;
}
#secondary .jpi_reg {
	margin-bottom: 15px;
}
.jpi_reg h3 {
	font-size: 20px;
	font-family: 'Anton', sans-serif;
	letter-spacing: 1px;
	margin: 0 0 5px;
	text-align: center;
	border: none;
}
.jpi_reg p {
	margin-bottom: 0;
}
.jpi_reg h3 a {
	text-decoration: underline;
	font-family: 'Anton', sans-serif;
}
.jpi_reg a:hover {
	text-decoration: none;
}
.shop_reg {
	display: block;
	background-color: #ffc347;
	color: #000;
	text-align: center;
	padding: 10px 5px 6px;
	margin: 15px 0;
	border-top: solid 5px #ef401e;
	border-bottom: solid 5px #ef401e;
}
#primary .shop_reg {
	padding-bottom: 3px;
}
.shop_reg h3 {
	font-size: 16px !important;
	letter-spacing: -1px;
	margin: 0 0 5px;
	text-align: center;
	border: none;
}
.shop_reg p {
	margin-bottom: 0;
}
.shop_reg h3 a {
	text-decoration: underline;
}
.shop_reg a:hover {
	text-decoration: none;
}

#primary .jpi_reg {
	margin-top: 60px;

}


#masthead .xs_header_logo {
}

#primary .aboutus {
	background-color:#385ea1;
	padding:15px;
	border:solid 1px #ccc;
	text-align:center;
	color:#fff;
	margin:10px
}
#primary .aboutus a {
	color: #fff;
	text-decoration: none;
}
#primary .aboutus a:hover {
	text-decoration: underline;
}

.mw_wp_form_preview .nonpreview {
	display: none !important;
}
.mw-wp-form_image img {
	width: 100%;
	height: auto;
	max-width: 300px;
}
.mw_wp_form .horizontal-item {
	margin-left: 10px;
}
.single #primary img {
	border: solid 1px #aaa;
}
#menu-main-1 li img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}



@media print {
	a[href]:after {
		content: "" !important;
	}
	abbr[title]:after {
		content: "" !important;
	}
	.admin-bar #masthead nav {
		display: none;
	}
	body {
		-webkit-print-color-adjust: exact;
	}
	#header_nav {
	  display: none;
	}
	
}

#sp_menu {
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   z-index: 999;
}
#sp_menu ul {
   display: flex;
   list-style: none;
   padding: 5px 0 0 0;
   margin:0;
   width:100%;
	background-color: #006253;
	padding-bottom: 15px;
}

#sp_menu li {
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 12px;
	text-align: center;
	white-space: nowrap;
}
#sp_menu li a {
	color: #fff;
}
#sp_menu li br {
	clear: left;
}
#sp_menu li img {
	float: none;
	width: 90%;
	max-width: 60px;
	height: auto;
	/*margin-top: -5px;*/
	opacity:0.8;/*0~1*/
	filter:alpha(opacity=80);/*0~100*/
	-ms-filter: "alpha( opacity=80)";/*0~100*/
}

.home #sp_menu .home img,
.use_point #sp_menu .home img,
.get_point #sp_menu .home img,
.home #sp_menu .home img,
.history #sp_menu .history img,
.tickets #sp_menu .tickets img,
.use_tickets #sp_menu .tickets img,
.get_tickets #sp_menu .tickets img,
.associate #sp_menu .associate img,
.account #sp_menu .account img,
#sp_menu li a:hover img {
		opacity:1;/*0~1*/
	filter:alpha(opacity=100);/*0~100*/
	-ms-filter: "alpha( opacity=100)";/*0~100*/
}
.home #sp_menu .home,
.use_point #sp_menu .home,
.get_point #sp_menu .home,
.home #sp_menu .home,
.history #sp_menu .history,
.tickets #sp_menu .tickets,
.use_tickets #sp_menu .tickets,
.get_tickets #sp_menu .tickets,
.associate #sp_menu .associate,
.account #sp_menu .account {
	text-decoration: underline;
}
.bnr_get_tickets,
.bnr_use_tickets {
	text-align: center;
	background-color: #0074be;
	overflow: hidden;
	height: 150px;
	margin-top: -10px;
}
.bnr_get_tickets {
	background-color: #e31b13;
}
.bnr_get_tickets img,
.bnr_use_tickets img {
	width: 200px;
	height: auto;
}
.bnr_get_tickets + .box,
.bnr_use_tickets + .box {
	position: relative;
	z-index: 999;
	margin-top: -40px;
	background-color: #fff;
}

table.ticket_list td,
table.shop_list td {
	vertical-align: middle !important;
	white-space: normal !important;
}
table.shop_list td img {
	width: 100%;
	max-width: 120px;
	min-width: 100px;
	height: auto;
}
table.ticket_list td img {
	width: 100%;
	max-width: 90px;
	min-width: 60px;
	height: auto;
}
table.ticket_list a {
	text-decoration: underline;
}
table.ticket_list a:hover {
	text-decoration: none;
}
div.table-responsive {
	border: none;
}
.list-parent {
	text-align: center;
	padding: 0 0 0 2em;
}
.list-parent label {
	display: inline;
}
.list-child li {
	white-space: normal;
}
.list-child {
	width: auto;
	text-align: left;
	display: inline-block;
	list-style: disc;
	padding: 0;
}
form[name='entry'] {
	padding: 0 1em 2em;
}
.row.bnr {
	margin-top: -20px;
}
.row.bnr div {
	text-align: center;
}
.row.bnr i {
	display: none !important;
}
.row.bnr a {
	display: inline-block;
	width: 100% !important;
	max-width: 260px !important;
}
.row.bnr img {
	width: 100% !important;
	max-width: 260px !important;
}