@charset "utf-8";

/*フォント設定*/
html{
	font-size: 10px; /* initial 10px */
}

body{
	padding-top: 120px; /*グローバルナビの固定に伴い、ナビの高さ分paddingで下げる（現状の高さは仮（http://qiita.com/pakiran/items/87e7d2dea3ae79593fbb））*/
	padding-bottom: 30px;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:1.4rem; /* default font-size 14px */
	line-height : 1.6;
	color:#1a1a1a;
}
/* NEXT HOME GAME期間用 */
body.pre-much{ padding-top:0 !important; }

@media (max-width: 480px){ body{ padding-top:90px; } }

div.wide-scrn{ padding-left: 0; padding-right: 0; }

/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

/* Bootstrap モーダルウインドウスタイル調整 */
div.modal-body img{ margin-bottom: 15px; }

/*****		 ▼ ページスタイル ▼ 		*****/
/** 共通 **/
h1{ margin:15px 10px; }
h1.sptab-glmenu-title{ margin-bottom:25px; text-align:center; }
h2{ margin:0 0 15px 0; }
h2.ud-line{ padding-bottom:6px; border-bottom:solid 1px #000; }
h2.bg_navy{ padding:5px 0; text-align:center; color:#fdd000; background-color:#0b184c; }
h2.sptab-glmenu-title{ padding-bottom:2px; text-align: center; font-size:1.8rem; color:#fff; border-bottom:solid 1px #fff; }
h2.sptab-glmenu-title,h3.sptab-glmenu-title{ margin-bottom: 2px; font-weight: normal; }
h2.homeinformation-title{ margin-bottom:0; }
h2.legends-title{ margin-bottom:30px; }
h3.sptab-glmenu-title{ font-size:1.5rem; color:#fcc800; }
h3.vp{ margin:0 0 10px 0; }
img.ir-center{ margin:0 auto; }
div.home-block1{ margin-bottom:30px; }
div.home-block2,div.vpress-cover-block,div.puvoice-block,div.vpcmnpg-mainimg,div.voice-block,div.sts-club-namebox,.btm-20{ margin-bottom:20px; }
.btm-10{ margin-bottom:10px; }
.btm-30{ margin-bottom:30px; }
a img:hover{ opacity:0.7; }
a{ color:#000; }
a:hover{ color:#666; }
a div p:hover{ text-decoration:underline; color:#666; }
a div p.cate-title:hover{ text-decoration:none; }
span.sml{ font-size:1.2rem; }
.col-black{ color:#000; }
.col-red{ color:#f00; }
.vgcol-blue{ color:#1d2088; }
div.sptab-glmenu-closebutton{ margin:0 0 20px 0; text-align:right; font-size:1.8rem; color:#fff; }
div.sptab-glmenu-closebutton button{ display:inline-block; float:none; }
span.glyphicon{ font-weight:normal; font-size:1.8rem; color:#1d2088; }
span.bold{ font-weight: bold;}
.br-dsp{
	display:none;
}
@media (max-width: 767px){
	h2.home-vpress-title{ display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
	h2.bg_navy{ font-size:2.4rem; }
/*	h2.home-vpress-title span{ font-size:2.2rem !important; }*/
	.br-dsp{
		display:inline;
	}
}

/* MATCHDAY SPONSOR */
div.matchday-sponsor-box{
	text-align: center;
}
h2.matchday-sponsor-title{
	display:block;
	margin:0 auto;
	padding:5px;
	width:100%;
	line-height:1;
	font-size:2.2rem;
	border:solid 1px #1d2088;
}
@media (min-width: 960px){
	h2.matchday-sponsor-title.vpress{
		width:800px;
	}
}
@media (max-width: 767px){
	h2.matchday-sponsor-title{
	width:100%;
	}
}

/* 上部ナビ */
div.navbar-inner{ text-align:right; background:url('../../images-common/vport_header-bg.jpg') 50% 50% /cover no-repeat; }
div.navbar-inner h1,div.navbar-inner h1 img{ display:inline-block; }
img.md-sponsor{ padding:10px 0 20px 0; display:inline-block; }
a.spmenu-button{ position:absolute; top:25%; left:10px; cursor:pointer; }
img.kizuna-logo{ position:absolute; top:25%; left:90px; }

/* マッチデースポンサー 2つ表示用 */
div.md-sponsor-w{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin:0 auto; width:80%; }
div.md-sponsor-w div.sponsor-wrap{ width:50%; }
div.md-sponsor-w > div:nth-child(1){ text-align:right; }
div.md-sponsor-w > div:nth-child(2){ text-align:left; }
@media (max-width: 767px){
	div.navbar-inner h1 img{ max-width:60%; }
	a.spmenu-button img{ margin:0; max-width:70%; }
	img.md-sponsor{ max-width:100%; }
	img.kizuna-logo{ left:60px; max-width:20%; }

	/* マッチデースポンサー 2つ表示用 */
	div.md-sponsor-w{ width:100%; }
}

/* ▼ MODAL　SP&TAB Glメニュー  ※min.cssへ上書きする ▼ */
.modal-header{ padding-bottom:0; border-bottom:none; }
.close{ font-size:2.4rem; color:#fff; opacity:1; text-shadow:none; }
.close:focus,.close:hover{ color:#fff; opacity:1; }
.modal-body{ padding-top:0; padding-bottom:0; }
.modal-footer{ padding-top:0; border-top:none; }
.modal-content{ border-radius:0; }
.list-group-item a{ font-weight: bold; font-size:1.7rem; color:#3c6893; }
.list-group-item:first-child{ border-radius:0; }
.list-group-item:last-child{ border-radius:0;  }
/* ▲ MODAL　SP&TAB Glメニュー  ※min.cssへ上書きする ▲ */
div.common-glnv-window{ background-color:#000; }
div.common-help-window p.help-window-title{ padding-bottom:3px; font-weight: bold; font-size:1.6rem; color: #000; border-bottom: solid 1px #ccc; }
div.common-help-window div.modal-header{ margin-bottom:15px; }
div.common-help-window div.modal-header button{ color:#000; }
div.common-help-window div.modal-body p{ text-align: left; }

/* GLメニュー 2列/2018.2 */
table.glnav-group,
table.glnav-btn-w3{
	width:100%;
	background-color:#fff;
	border:solid 1px #ddd;
}
table.glnav-btn-w3{
	border:none;
}
td.glnav-btn,
table.glnav-btn-w3 tr td{
	width:50%;
	height:auto;
	vertical-align: middle;
	text-align: center;
	border:solid 1px #ff0000;
	word-wrap:break-word; line-height:1.3;
	border:solid 1px #ddd;
}
table.glnav-btn-w3 tr td{
	width:33.3%;
	border-top:none;
	border-bottom:none;
}
table.glnav-btn-w3 tr td:nth-child(1){
	border-left:none;
}
table.glnav-btn-w3 tr td:nth-child(3){
	border-right:none;
}
td.glnav-btn a{
	padding:15px 5px;
	display:inline-block;
	width:100%;
	height:auto;
	line-height:1.3;
	font-size:1.2rem;
	font-weight: bold;
	color:#337ab7;
}
td.glnav-btn a:hover{
	text-decoration:underline;
}
h3.sptab-glmenu-title-vpress{
	text-align: right;
}
h3.sptab-glmenu-title-vpress img{
	margin-bottom: 4px;
}

/* 記事リスト共通／FEATURED・INTERVIEW・STADIUM CLIP・QUIZ・DOWNLOAD・LEGENDS */
div.kiji-box{ margin-bottom:20px; }
div.kiji-box-inner{ padding-bottom:10px; border-bottom:solid 1px #000; }
div.kiji-box-inner.quiz-kijibox-inner{ padding-bottom:0; border:none; }
div.kiji-detail{ padding-left:15px; }
div.kiji-list div.kiji-box:last-child{ margin-bottom:0; }
p.kiji-label{ margin-bottom:5px; font-weight:bold; }
p.cate-title span.cate-label{ padding:0 20px 0 5px; font-weight:bold; font-size:1.2rem; color:#1d2088; background-color:#fdd000; }
p.kiji-title{ margin-bottom:15px; font-weight:bold; color:#000; }
p.kiji-title.legends span{ font-size:2rem; text-shadow:2px 2px 3px #c7b824; }
/*壁紙バックナンバー専用*/
p.kiji-title-dlbk{ margin-bottom:5px; font-weight:bold; color:#000; }
p.desc{ font-size:1.1rem; color:#444; }
div.quiz-kiji-detail p.kiji-title{ font-size:1.8rem; }
div.quiz-kiji-notes{ margin-top:15px; }
div.quiz-kiji-notes p.desc{ font-size:1.4rem; color:#ff0000; }
div.quiz-kiji-detail p.kiji-title,div.quiz-kiji-notes p.desc{ margin-bottom:0; }

/* 動画／INTERVIEW */
div.movie-box{ margin-bottom:20px; }
div.movie-inner{ position: relative; padding:0 0 56.25%; height: 0; overflow: hidden; }
div.movie-inner iframe,div.movie-inner video{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*** ホーム ***/
/* WELCOME! */
div.top-screen_game{ margin-bottom:12px; padding:0 0 120px; background:url('../../images-home/bg-game_mainvis.jpg') center 0 no-repeat; background-size:cover; }
p.home-bookmk-announce{ margin-bottom:0; text-align:center; font-size:1.2rem; }
p.home-bookmk-announce span.oshirase{ padding:1px 4px; vertical-align:middle; text-align:center; font-size:1.2rem; color:#fff; background-color:#f00; }
@media (max-width: 991px){ div.top-screen_game{ padding-bottom:100px; } }
@media (max-width: 767px){ div.top-screen_game{ padding-bottom:65px; } img.home-event-button{ max-width:34%; } }


/*** ホームゲームインフォナビ ***/
.homegame-info-navi{
	margin-bottom:30px;
}
/*** ホーム画面 汎用ナビスタイル/2019.2 ***/
.home-contents-navi{
	margin-bottom:20px;
}
ul.home-common-navi{
	margin:0;
	padding:12px 6px;
	width:100%;
	background:url(../../images-home/vpress-navi-back.gif) 0 0 repeat;
}
ul.home-common-navi li{
	list-style: none;
	float:left;
	padding-right:6px;
	padding-left:6px;
	width:50%;
}
ul.home-common-navi li:nth-child(n+2){
	margin-top:10px;
}
ul.home-common-navi.contents li:nth-child(n+2){
	margin-top:0;
}
ul.home-common-navi.contents li:nth-child(n+3){
	margin-top:10px;
}
ul.home-common-navi li.wide{
	clear:both;
	width:100%;
	text-align: center;
}
ul.home-common-navi li div{
	position:relative;
	padding:6px;
	width:100%;
	height:48px;
	line-height:1.3;
	background:url('../../images-home/commonnavi-btn-bg_blue.gif') 50% 50% /cover no-repeat;
	border-radius:6px
}
/* recommendタイトル処置 */
ul.home-common-navi li.home-today-recommend-title div{
	height:38px;
	background-image:none;
	background-color:#0b184c;
	border-radius:0;
}
ul.home-common-navi li.home-today-recommend-title div p{
	font-size:2.2rem;
	color:#fdd000;
}
ul.home-common-navi li.home-today-recommend-title div p span:nth-child(1){
	font-size:1.3rem;
}
ul.home-common-navi li.bg_red a div{
	background:url('../../images-home/commonnavi-btn-bg_red.gif') 50% 50% /cover no-repeat;
}
ul.home-common-navi li a:hover,
ul.home-common-navi li a:hover div,
ul.home-common-navi li a:hover div p{
	text-decoration:none;
}
ul.home-common-navi li a:hover div{
	opacity:0.8;
}
ul.home-common-navi li div p{
	position:absolute;
	top:50%;
	right:0;
	left:0;
	margin:0 0 0 6px;
	font-size:1.5rem;
	color:#fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.home-common-navi li div p.lg{
	font-size:2rem;
}
@media (max-width:767px){
	ul.home-common-navi li div p.sml{
		font-size:1.3rem;
	}
	ul.home-common-navi li div p.sml span img{
		width:13%;
		height:auto;
	}
}




/* コンテンツナビ・ガイドナビ */
div.nav-button{ margin-bottom:20px; }
div.cont-navi div.nav-button:nth-child(3),div.cont-navi div.nav-button:nth-child(4),div.guide-navi div.nav-button:last-child{ margin-bottom:0; }

/* 下部サイトナビ */
div.bottom-navi{ padding-top:20px; padding-bottom:20px; border-top:solid 1px #444; border-bottom:solid 1px #444;
}
div.btmnav-button-left{ border-right:solid 1px #444; }

/* SNSボタン
div.sns-bottom-box div.sns-button{
	margin-bottom:20px;
}
div.sns-bottom-box div.sns-button:nth-child(3),
div.sns-bottom-box div.sns-button:nth-child(4){
	margin-bottom:0;
}*/

/*** V PRESS ***/
.home-vpress{
	margin-bottom:50px;
}
h2.vp-toptitle{ font-weight:normal;margin-bottom: 40px; }
/*div.vpress-cover-block h3{ margin:0 0 6px 0; }*/
div.vpress-cover-block h3,
h3.vpress-wide-scrn{ margin:0 0 6px 0; padding:5px 0; text-align: center; color:#fdd000; background-color:#0b184c; }


div.vp-kiji-tilebox h3,div.savs-cont h3{ margin:0 0 10px 0; }
h3.vpeyes,h3.newcomer,p.vpeye-subtitle{ padding-left:15px; }
/*h4.vp-savssupo{ font-size:1.4rem; }*/

h4.vp-savssupo{ padding:3px 0; font-size:1.4rem; text-align: center; color:#fdd000; background-color:#0b184c; }

p.vpeye-subtitle{ color:#000; font-size:1.4rem; }
p.pfplayer-names{ margin-bottom:4px; }
div.home-player-box,div.savs-box,div.academy-box{ border-right:solid 1px #000; }
div.pfile-photo{ margin-bottom:10px; }
div.stats-button-sml{ border-left:solid 1px #000; }
div.stats-navi div.stats-button-sml:last-child{ border-right:solid 1px #000; }
img.newcomer-photo,img.newhero-photo,img.fromsavs-image,img.spvoice-image{ margin-bottom:6px; }
p.savssupo-link{ font-size:1.2rem; }
div.vpcmnpg-mainimg > div{
	padding-right:0;
	padding-left:0;
}
/* VP EYES／PLAYERS FILE／PICK UP VOICE／NEW COMMER／LEGENDS*/
div.vp-kiji-tilebox{ margin-bottom:10px; }
p.plf-name{ line-height:1.4; }
p.plf-pickup-player,p.puvoice-player,p.newcomer-pickup-player,p.newhero-pickup-player,p.legends-player{ margin-bottom: 6px; font-weight: bold; font-size: 1.6rem; }
p.legends-player{ margin-bottom:40px; text-shadow:2px 2px 3px #c7b824; }
p.legends-player span{ font-size:2.8rem; }

p.plf-players-prof,p.newcomer-players-prof,p.newhero-players-prof{ margin-bottom:20px; }
div.puvoice-prof-box,div.puvoice-photo{ margin-bottom: 15px }
div.savscont-wrap div.savs-cont:last-child{ margin-bottom:0; }
div.savs-cont{ margin-bottom:30px; padding-bottom:5px; border-bottom:solid 1px #000; }
div.savs-cont.savsbg_yellow{ padding:10px; background-color:#fffbc7; }
div.savs-cont.savsbg_blue{ padding:10px; background-color:#d5deff; }
div.savsbd_navy{ padding:10px; border:2px solid #1d2088;margin-bottom: 30px; }
div.savs-cont h3{ font-size:1.6rem; }
ul.savs-qa-list{ padding:0; list-style:none; }
ul.savs-qa-list li{ margin-bottom:20px; }
ul.savs-qa-list li:last-child{ margin-bottom:0; }
p.qes,p.ans{ margin-bottom:6px; }
p.qes{ padding:0 0 0 2.2em; text-indent:-2.2em; font-weight:bold; }
p.ans{ padding:0 0 0 1.5em; text-indent:-1.5em; color:#666; }
p.qes span.lg,p.ans span.lg{ font-size:1.8rem; }
div.voice-photo{ margin-bottom:15px; }
p.voice-kiji-title{ margin-bottom:10px; font-weight: bold; font-size:1.6rem; }
/* タブ／STATSHOME　GAME INFORMATION */
ul.nav-tabs { margin-bottom:25px; border:solid 1px #aaa; }
ul.nav-tabs li{ margin-bottom:0; width:25%; text-align: center; background-color:#ddd; }
ul.nav-tabs li{ border-right:solid 1px #aaa; }
ul.nav-tabs.sts-tab li:nth-child(2),ul.nav-tabs li:last-child{ border-right:none; }
ul.nav-tabs li a:focus,ul.nav-tabs li a:hover{ color:#fff; background-color:#aaa; }
ul.nav-tabs li.navi-wide{ width:50%; border-bottom: solid 1px #aaa; }
/* ルヴァン プレーオフ・トーナメント対応 */
ul.nav-tabs li.navi-onethird{ width:33.3333%; }
ul#levan-sts-tab li{ border-right:solid 1px #aaa ; }
ul#levan-sts-tab li:nth-child(2),ul#levan-sts-tab li:nth-child(5){ border-right:none; }
ul#levan-sts-tab li:nth-child(n+3){ border-bottom:none; }
ul#levan-sts-tab li a{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width:100%; }
@media( max-width:767px){
	ul#levan-sts-tab li a{ font-size:1.2rem; }
}
ul.nav-tabs > li > a { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; margin-right: 0; padding:10px 5px; height:100%; line-height: 1.2; border:none; border-radius:0; }
ul.nav-tabs > li.active,ul.nav-tabs > li.active > a,ul.nav-tabs > li.active > a:hover,ul.nav-tabs > li.active > a:focus { color: #fff; cursor: pointer; background-color: #1d2088; }
ul.nav-tabs > li.active > a,ul.nav-tabs > li.active > a:hover,ul.nav-tabs > li.active > a:focus { border:none; }
div.sts-chart-box{ margin:0 auto 20px; width:70%; text-align:right; }
div.sts-chart-box-inner{ margin:0 auto 10px; width:350px; }
div.sts-chart-box-inner p{ margin-bottom:10px; text-align: right; }
div.sts-club-namebox{ text-align: center; }
img.ir-inline{ display:inline-block; vertical-align: middle; }
h3.sts-clubname-result{ margin:2px 0 0; }
table.sts-common-table{ margin:0 auto; width:70%; }
table.sts-club-member tr td{ padding:6px 0 8px 0; line-height:1.2; border-bottom:solid 1px #ccc; }
table.sts-club-member tr td.hd{ padding:0 0 4px 0; font-weight: bold; }
table.sts-club-member tr td.noborder{ padding-bottom:25px; border-bottom:none; }
table.sts-club-member tr td.photo{ width:12%; padding-right:10px;}

/* ルヴァン プレーオフ以降用 ※出場記録なし表示 2019.6 */
table.sts-common-table.levaincup tr td.photo{
	width:20%;
}
table.sts-common-table.levaincup tr td.detail{
	width:80%;
}

/*
table.sts-club-member tr td.detail{ width:60%; padding-left:10px; }
table.sts-club-member.away tr td.detail{ width:70%; padding-left:0; }
*/
table.sts-club-member tr td.games,table.sts-club-member tr td.playingtime,table.sts-club-member tr td.goal,table.sts-club-member tr td.card{ width:12%; text-align: center; }

h3.sts-common-title{ margin:20px 0 25px 0; }
h4.sts-sch_hyoumd{ padding-left:8px; border-left: solid 5px #1d2088; }
p.much-day-recordtime{ margin:0 auto 8px auto; width:70%; text-align:right; font-size:1.3rem; }
p.much-day{ margin:0 auto 10px auto; padding-left:5px; width:70%; font-weight:bold; font-size:1.5rem; border-left:solid 5px #000; }
table.sts-much-result{ margin-bottom:25px; }
table.sts-much-result tr td{ padding:15px 0 2px 0; vertical-align:middle; text-align:center; font-size:1.3rem; }
table.sts-much-result tr:last-child td{ border-top:none; }
table.sts-much-result tr td.levain-style{ text-align: left; }
table.sts-much-result tr td.card-emb{ width:12%; }
table.sts-much-result tr td.card-emb img{ width:32px; height:auto; }
table.sts-much-result tr td.card-name{ width:20%; }
table.sts-much-result tr td.card-name.home{ text-align:left; }
table.sts-much-result tr td.card-name.away{ text-align:right; }
table.sts-much-result tr td.card-score{ width:8%; font-size:1.3rem; }
table.sts-much-result tr td.card-status{ width:20%; }
table.sts-much-result tr td.card-status span.status{ padding:4px; color:#fff; background-color:#666; }
table.sts-much-result tr td.stadium-name,table.sts-much-result tr td.levain-style{ padding:2px 0; border-bottom:solid 1px #ccc; }
table.sts-much-result tr td.text-left{ text-align:left; }
table.sts-much-result tr td.text-right{ text-align:right; }
p.sts-much-notes{ margin-bottom:0; font-size:1.3rem; }
p.sts-much-notes.btm-10{ margin-bottom:10px; }
div#stats-rank table.sts-ranking-detail{ margin-bottom: 20px; }
table.sts-ranking-detail tr.rank_homeclub td,table.sts-common-table tr.rank_homeclub td{ color:#ff0000; }
table.sts-ranking-detail tr td.rank-notes{ padding-top: 5px; text-align: left; border-bottom: none; }
table.sts-ranking-detail tr td{ padding:4px 0; text-align:center; font-size:1.3rem; border-bottom:solid 1px #ccc; }
table.sts-ranking-detail tr td.league-grade{ text-align:left;}
table.sts-ranking-detail tr td.record-time{ text-align:right;}
table.sts-ranking-detail tr td.hd{ padding:6px 0; border-top:solid 2px #000; border-bottom:solid 2px #000; }
table.sts-ranking-detail tr td.rank-rank{ width:10%; }
table.sts-ranking-detail tr td.rank-name{ width:20%; }
table.sts-ranking-detail tr td.rank-rank,table.sts-ranking-detail tr td.rank-name{ text-align:left; }
table.sts-ranking-detail tr td.rank-point{ width:22%; }
table.sts-ranking-detail tr td.rank-val{ width:12%; }
table.sts-top-scorers tr td{ padding:6px 4px; font-size:1.3rem; border-bottom:solid 1px #ccc; }
table.sts-top-scorers tr td.record-time{ text-align:right; border-bottom:solid 2px #000; }
table.sts-top-scorers tr td.hd{ text-align:center; }
table.sts-top-scorers tr td.hd-name{ text-align:left; }
table.sts-top-scorers tr td.goal-rank{ width:10%; }
table.sts-top-scorers tr td.goal-name{ width:38%; font-size:1.1rem; }
table.sts-top-scorers tr td.goal-club{ width:28%; font-size:1.1rem; }
table.sts-top-scorers tr td.goal-val{ width:12%; text-align:center; }

/* 日程・結果 表 */
table.sts-mutch-result{ margin-bottom:12px; width:100%; }
table.sts-mutch-result tr.sch-home{ background-color:#ffff99; }
table.sts-mutch-result tr td{ padding:4px 6px; text-align:left; border:solid 1px #000; }
table.sts-mutch-result tr td.sch-no{ width:5%; }
table.sts-mutch-result tr td.sch-date{ width:20%; }
table.sts-mutch-result tr td.sch-team{ width:25%; }
table.sts-mutch-result tr td.sch-studium{ width:14%; }
table.sts-mutch-result tr td.sch-media{ width:28%; }
table.sts-mutch-result tr td.sch-result{ width:8%; }
table.sts-mutch-result tr td.sch-result a{ text-decoration: underline; }
table.sts-mutch-result tr td.sch-no{ text-align:center; }

div.sts-mutch-result_notes{ margin:0 0 25px 0; }
div#stats-sch div.sts-mutch-result_notes:last-child{ margin-bottom:0; }
div.common-help-button{ margin-top:25px; }
@media (max-width: 767px){ div.savs-box,div.academy-box{ border-right:none; } }
@media (max-width: 480px){ table.sts-top-scorers tr td.hd.goal-md{ font-size:1rem; } }

/* QUIZ */
p.present-q{ margin-bottom:15px; font-size:1.6rem; color:#1d2088; }
p.present-ans{ margin-bottom:5px; font-size:1.6rem; color:#1d2088; }
p.present-ans-md{ margin-bottom:5px; color:#1d2088; }
p.present-ans-desc{ margin-bottom:20px; font-size:1.4rem; }
p.present-q span.lg,p.present-ans-md span.lg{ font-weight:bold; font-size:1.8rem; }
p.present-q label,p.present-ans label,div.ansbox-left label{ display:inline; font-weight:normal; }
div.quiz-entry-button{ margin-top: 25px }
div.quiz-entry-button input.btn-default{ color:#fff; background-color:#1d2088; border-color:#1d2088; }
div.quiz-entry-button input.btn-default:hover{ color:#1d2088; background-color:#fff; border-color:#1d2088; }
/* アンケート用スタイル */
div.ansbox-left label{ font-size:1.6rem; color:#1d2088; }
p.present-ans-qndesc{ padding-top:4px; font-size:1.4rem; }
div.fm_table dd.fm_td div.present-ans-box div.ansbox-right{ margin-bottom:26px; }

/* フォームスタイル調整 */
.hidd{ display:none; }
.def{ }
.fm_table{ width: 100%; margin-left: auto; margin-right: auto; }
div.fm_table dl.toi-box dt{ padding-bottom:0; }
.fm_tr{ overflow: hidden; border-bottom: 4px dotted #DDDDDD; }
.fm_button{ text-align: center; padding: 5px 0 25px 0; }
div.fm_table dt{ padding-bottom:4px; font-weight:normal; }
div.fm_table dt span.fred{ color:#f00; }
div.fm_table dd{ margin-bottom:10px; }
div.fm_table dd input{ max-width:100%; }
div.fm_table dd span.hidd{ padding:3px 6px; font-weight:bold; color:#1d2088; background-color:#fcd60d; }
div.fm_table dd div.formError{ position:static !important; margin:0 !important; left:0 !important; }
div.fm_table dd div.formErrorArrow{ display:none; }

/** HOME GAME INFORMATION **/
div#hginfo-pickup p{ margin-bottom:15px; }
div.hg-info-box h3,div.machday-top-box{ margin-bottom:25px; }
div.hg-info-box h4{ margin:0 0 20px 0; padding:4px; background-color:#fcc800; }
div.hg-info-box h5{ margin-bottom:5px; }
div.machday-adbox{ margin-top: 30px; }
div.boothmap-wrap{
	margin-bottom:15px;
}
/* SCHEDULE */
table.hg-info-schedule,div.dreamproject-box{ margin:0 auto 0; width:70%; }
table.hg-info-schedule{ margin-bottom:20px; }
table.hg-info-schedule tr th{ text-align:center; font-weight:normal;}
table.hg-info-schedule tr th.time{ width:15%; }
table.hg-info-schedule tr th.events{ width:85%; }
table.hg-info-schedule tr th,table.hg-info-schedule tr td{ border-bottom:solid 1px #ccc; }
table.hg-info-schedule tr td{ padding:8px 4px; vertical-align:top; }
table.hg-info-schedule tr td.events p{ font-weight:bold; }
table.hg-info-schedule tr:last-child td{ border-bottom:none; }
table.hg-info-schedule tr td p:last-child{ margin-bottom:0; vertical-align:top; }
table.hg-info-schedule tr td p span.nml{ font-weight: normal; }
p.dreamp-title{ margin:8px 0 15px 0; line-height:1.3; text-align:center; font-weight:bold; font-size:2rem; color:#3e21ce; }
div.schedule-bottom-ad{ margin-top: 35px; }
/* BOOTH */
table.hg-info-booth tr td{ width:50%; padding:10px; vertical-align:top; }
table.hg-info-booth tr td:first-child{ padding-right:15px; }
table.hg-info-booth tr td:last-child{ padding-left:15px; }
table.hg-info-booth tr td p.title{ margin-bottom:2px; font-weight:bold; color:#1d2088; }
table.hg-info-booth tr td p.title:before{ content:"■ "; }
/** MAP **/
/* ナビ共通 */
ul.hginfo-map-navi{
	list-style: none;
	padding:0;
	width:100%;
}
ul.hginfo-map-navi li{
	width:49%;
}
ul.hginfo-map-navi li:nth-child(odd){
	float:left;
}
ul.hginfo-map-navi li:nth-child(even){
	float:right;
}
ul#hginfo-map-navi-guide.hginfo-map-navi li:last-child,
ul#hginfo-map-navi-guide.hginfo-map-navi li:nth-last-child(2),
ul#hginfo-map-navi-shop.hginfo-map-navi li:last-child{
	margin-bottom:0;
}
ul.hginfo-map-navi li a{
	text-decoration: none;
}
/* 基本ガイド */
ul#hginfo-map-navi-guide{
	margin:25px 0 25px 0;
}
ul#hginfo-map-navi-guide li{
	margin-bottom:15px;
}
ul#hginfo-map-navi-guide li a{
	display:block;
	padding:10px 6px;
	width:auto;
	color:#fff;
	font-size:1.35rem;
	background-color:#1d2088;
}
ul#hginfo-map-navi-guide li a span.fontsml{
	letter-spacing:0.5;
	font-size:1rem;
}
/* 店ガイド */
ul#hginfo-map-navi-shop{
	margin:0 0 15px 0;
}
ul#hginfo-map-navi-shop li{
	margin-bottom:18px;
}

div h4.hginfo-shopguide-title{
	margin-bottom: 10px;
	padding:6px;
	width:auto;
	text-align: center;
	border:solid 1px #1d2088;
	background-color:#fff;
}
/* 店ガイド モーダルウインドウ ※一部施設・その他ガイドを兼用 */
.modal .modal-dialog .hginfo-shopguide-modalcont{
	border-radius:8px;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-header{
	padding:15px 18px;
	line-height:1.2;
	text-align: center;
	font-size:2rem;
	font-weight:bold;
	color:#000;
	border-radius:8px 8px 0 0;
	background-color:#ffc10a;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body{
	padding:25px 18px 0;
}
/* 見出し ※飲食店・施設・その他共通 */
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.place,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.osusume,
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.booth-md{
	font-size:1.8rem;
	font-weight: bold;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.place{
	margin-bottom: 18px;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.beer-info{
	margin-bottom: 15px;
	padding:4px;
	border:solid 2px #1d2088;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.dpoint-info{
	margin-bottom: 15px;
	padding:4px;
	border:solid 2px #cf0f31;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.coupon-info{
	margin-bottom: 15px;
	padding:4px;
	border:solid 2px #ffcccc;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.beer-info p{
	margin-bottom:0;
	padding-left:4em;
	text-indent:-4em;
	color:#1d2088;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.dpoint-info p{
	margin-bottom:0;
	padding-left:4em;
	text-indent:-4em;
	color:#cf0f31;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body div.coupon-info p{
	margin-bottom:0;
	padding-left:4em;
	text-indent:-4em;
	color:#000;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.intro{
	margin-bottom: 15px;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.osusume{
	margin-bottom: 5px;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food{
	list-style:none;
	margin:0;
	padding:0;
	width:auto;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food li{
	margin-bottom:20px;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food li:last-child{
	margin-bottom:0;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food li div{
	display:table-cell;
	vertical-align:top;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food li div.photo{
	padding-right:10px;
	width:52%;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body ul.osusume-food li div span{
	display: block;
	margin-bottom: 5px;
	font-size:1.6rem;
	font-weight:bold;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-footer{
	padding:15px;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-footer p{
	margin:0 0 15px 0;
	text-align: left;
}

/* 施設・その他ガイド モーダルウインドウ */
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-header.shopguide-hd-btm{
	border-radius:0 0 0 0;
}
img.fcguide-photo{
	margin-bottom:5px;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.fc-place{
	padding:0 0 0 3em;
	text-indent:-3em;
	font-size:1.8rem;
	font-weight: bold;
}
.modal .modal-dialog .hginfo-shopguide-modalcont .modal-body p.booth-md{
	margin-bottom:0;
}


/** LET'S STUDIUM HAPPY **/
/* navi */
ul.studium-happy-tab li{ width:50%; }
/* panel */
div.panel-group div.panel{ margin-bottom:15px; }
div.panel-group div.panel:last-child{ margin-bottom:0; }
div.panel-heading h3 a{ text-decoration:none; }

/*停止
div.panel-heading h3 a:after{ content:"▲閉じる"; display:block; margin-top:5px; font-size:1.2rem; color:#666; }
div.panel-heading h3 a.collapsed:after{ content:"▼開く"; display:block; margin-top:5px; font-size:1.2rem; color:#666; }
*/

/* manner list */
ul.sthappy-common-manner{ margin-bottom:10px; padding:0; list-style:none; }
ul.sthappy-common-manner.btm-20{ margin-bottom:20px; }
ul.sthappy-common-manner li{ margin-bottom:12px; line-height:1.4; }
ul.sthappy-common-manner li:last-child{ margin-bottom:0; }

/** WELCOME! SENDAI CITY **/
p.togle-btm-closebtn{ padding-top:15px; font-weight:bold; font-size:1.2rem; }
p.togle-btm-closebtn a{ color:#666; }
/* HISTORY */
h4.history-title{ margin-bottom:10px; }
table.sendai-history{ margin:0 0 25px 0; width:100%; border:solid 1px #666; }
table.sendai-history th,table.sendai-history td{ padding:5px; text-align:center; font-size:1.3rem; border:solid 1px #666; }
table.sendai-history th{ background-color:#ccc; }
table.sendai-history th.km1,table.sendai-history th.km2{ width:18%; }
table.sendai-history th.km3{ width:64%; }
table.sendai-history td.km3{ text-align:left; }
div#tourismguideAccordionCollapse1 div table:last-child{ margin-bottom:0; }
/* DATEUMAと七北田／ 共通 */
div.tourism-commonnavi-wrap,div.park-spot-wrap{ margin-bottom:15px; }
div.tourism-common-navi{ margin-bottom:10px; text-align:right; font-size:1.2rem; }

/* 七北田 */
div.park-spot{ margin-bottom:10px;font-size:1.2rem; }
div.park-spot img{ margin-bottom:3px }


@media (max-width: 767px){
	ul.nav-tabs li{ width:50%; border-bottom:solid 1px #aaa; }
	ul.nav-tabs li:nth-child(even){ border-right:none; }
	ul.nav-tabs.sts-tab li:nth-child(n+5),ul.nav-tabs.hginfo-tab li:nth-child(n+3),ul.studium-happy-tab li:last-child{ border-bottom:none; }
	h3.sts-clubname-result{ font-size:1.6rem; }
	table.sts-common-table,p.much-day-recordtime,p.much-day,div.sts-chart-box,div.sts-chart-box-inner,table.hg-info-schedule,table.hg-info-booth tr td,table.hg-info-booth tr td,div.dreamproject-box{ width:100%;
	}

	/* 2019.3.4 ベガルタスタッツ追加／出場試合数・出場時間 */
	/* レイアウト */
	table.sp-sts-club-member.sts-club-member,
	table.sp-sts-club-member.sts-club-member tr{
		display:block;
		width:100%;
	}
	table.sp-sts-club-member.sts-club-member tr:nth-child(2){
		margin-bottom:20px;
	}
	table.sp-sts-club-member.sts-club-member tr:nth-child(n+4){
		margin-top:20px;
		padding:0 0 5px 0;
		border-bottom: solid 1px #ccc;
	}

	table.sp-sts-club-member.sts-club-member tr td{
		width:100%;
		border:none;
	}
	/* 見出し */
	table.sp-sts-club-member.sts-club-member tr.sp-head{
		margin:0 0 15px 0;
		text-align: center;
		border-bottom: solid 1px #ccc;
	}
	table.sp-sts-club-member.sts-club-member tr.sp-head td.games,
	table.sp-sts-club-member.sts-club-member tr.sp-head td.playingtime,
	table.sp-sts-club-member.sts-club-member tr.sp-head td.goal,
	table.sp-sts-club-member.sts-club-member tr.sp-head td.card{
		display:none;
	}
	/* ステータス部 */
	table.sp-sts-club-member.sts-club-member tr.sp-detail-wrap{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width:100%;
		padding:0;
	}
	/* 顔写真 */
	table.sp-sts-club-member.sts-club-member tr td.photo{
		width:100%;
		margin:0 0 10px 0;
		padding:0 0 0 0;
		border-bottom:none;
	}
	table.sp-sts-club-member.sts-club-member tr td.photo img{
		margin:0 auto 0;
	}
	/* ステータス */
	table.sp-sts-club-member.sts-club-member tr td.detail{
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:100%;
	}
	table.sp-sts-club-member.sts-club-member tr td.games,
	table.sp-sts-club-member.sts-club-member tr td.playingtime,
	table.sp-sts-club-member.sts-club-member tr td.goal,
	table.sp-sts-club-member.sts-club-member tr td.card{
		width:25%;
		padding:0 0 10px 0;
		text-align: center;
	}
	table.sp-sts-club-member.sts-club-member tr td::before{
		display:block;
		margin-bottom:10px;
		padding:2px;
		text-align: center;
		font-size:11px;
		color:#fff;
		background-color:#444;
	}
	table.sp-sts-club-member.sts-club-member tr td.games::before{
		content:'出場試合数';
	}
	table.sp-sts-club-member.sts-club-member tr td.playingtime::before{
		content:'出場時間';
	}
	table.sp-sts-club-member.sts-club-member tr td.goal::before{
		content:'ゴール';
	}
	table.sp-sts-club-member.sts-club-member tr td.card::before{
		content:'警告';
	}

	
	
	
	

	
	/* 日程・結果 表 */
	table.sts-mutch-result tr{ display:block; margin-bottom:10px; border:solid 1px #000; }
	table.sts-mutch-result tr:last-child{ margin-bottom:0; }
	table.sts-mutch-result tr td{text-align:left; }
	table.sts-mutch-result tr td.sch-no,table.sts-mutch-result tr td.sch-date,table.sts-mutch-result tr td.sch-dow,table.sts-mutch-result tr td.sch-time{ display:inline-block; width:auto; border:none; }
/*	table.sts-mutch-result tr td.sch-no::after{ content:' 節'; font-size:1.4rem; }*/
	table.sts-mutch-result tr td.sch-team,table.sts-mutch-result tr td.sch-studium,table.sts-mutch-result tr td.sch-media,table.sts-mutch-result tr td.sch-result{ display:block; width:100%; border:none; border-top:dotted 1px #000; }
	table.sts-mutch-result tr td.sch-team::before{ content:'vs　'; font-size:1.4rem; }
	table.sts-mutch-result tr td.sch-studium::before{ content:'スタジアム ／ '; font-size:1.4rem; }
	table.sts-mutch-result tr td.sch-result::before{ content:'結果 ／ '; font-size:1.4rem; }

	div.quiz-kiji-notes{ padding-left:0; }
	table.hg-info-booth tr,table.hg-info-booth tr td{ display:block; padding:0; }
	table.hg-info-booth tr td{ margin-bottom:15px; padding:0 !important; }
	table.hg-info-booth tr td p:last-child{ margin-bottom:0; }
	p.dreamp-title{ text-align:left; }
	ul.studium-happy-tab li{ width:100%; border-right:none; }
}

/* 応援歌 */
h3.song-block{
	color: #1d2088;
}
p.lyrics{
	font-size: 1.8rem;
	line-height: 2.5rem;
}
div.for_supporters p{
	font-weight: bold;
}

/*GoogleMapレスポンシブ埋め込み Vol8 市民後援会からのお知らせ（ベガル田）*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.checktxtarea{
	background-color: #fcd60d;
width: 100%;
	height: 100%;
	display: table-cell;
	clear: both;
}

.links-btn a{
	display:block;
	width: 100%;
	background-color:#ffe4b5;
	border:2px solid #c0c0c0;
	border-radius: 3px;
	padding:10px;
	margin: 10px;
}
.links-btn a:hover{
	background-color: #b0c4de;
	color:#000;
	text-decoration: none;
}

/*2018.09.01VegattaQuest特設ページ*/
div.vq-sp div.box-40{
	padding-left: 40px;
	padding-right: 40px;
}
div.vq-sp p{
	margin-bottom: 30px;
}
div.vq-sp ul{
	padding-left: 0;
}
div.vq-sp li{
	padding-left: 0px;
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 10px;
}
div.vq-sp div.block-blue, div.vq-sp div.block-red{
	/*width: 400px;*/
	padding: 6px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.5rem;
}
div.vq-sp div.block-blue{
	color:#1d2088;
	border:solid 1px#1d2088;
}
div.vq-sp div.block-red{
	color:#cf0f31;
	border:solid 1px#cf0f31;
}
div.vq-sp div.vq-present{
	font-size: 1.8rem;
	font-weight: bold;
	color:#1d2088;
}

/*ARイベントモーダル*/
/* モーダル広告用 ここから↓↓↓↓ */
div.ar_modal{
	position: fixed;
	top:20px;
	right:0;
	left:0;
	display:none;
	margin:auto;
	padding:0;
	width:100%;
	height:auto;
	text-align:center;
	z-index:9999;
}
div.ar_modal-wrapper{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	margin:0 auto;
	padding:20px;
	width:auto;
	background-color:#fff;
	border-radius:18px;
}
@media (max-width:800px){
	div.ar_modal{
		top:0;
	}
	div.ar_modal-wrapper{
		width:75%;
		padding:10px;
		border-radius:6px;
	}
}
@media (max-width:500px){
	div.ar_modal-wrapper{
		width:96%;
	}
}

div.ar_modal div.ar_modal-box{
	display: inline-block;
	margin:0 auto 18px;
	padding:0;
	width:auto;
	text-align: center;
}
div.ar_modal div.ar_modal-box img{
	display:inline-block;
	width:100%;
	height:auto;
}
div.ar_modal div.ar_modal-box img:hover {
	opacity:0.75;
}
div.ar_modal div.ar_modal-box p.pr-sent{
	margin:10px 0 0 0;
}
div.ar_modal p{
	margin:0;
	padding:0;
	width:auto;
	line-height:1.4;
	text-align:center;
	font-size:12px;
	color:#000;
}
div.ar_modal div.ar_close_box {
	margin:0 auto;
	padding:0;
	width:auto;
	height:auto;
	text-align: center;
}
div.ar_modal div.ar_close_box a{
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	display:inline-block;
	padding:20px 20px;
	width:100%;
	font-size:18px;
	color:#fff;
	background-color:#000;
	border:solid 1px #000;
}
div.ar_modal div.ar_close_box a:hover{
	color:#facd2e;
	border:solid 1px #facd2e;
}
/* モーダル広告用 ここまで↑↑↑↑ */

/* 当選番号発表リスト */
ul.cmn-tousenbangou{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack:start; -ms-flex-pack:start; justify-content:flex-start; -ms-flex-flow: wrap; flex-flow: wrap; padding:0; width:100%; }
ul.cmn-tousenbangou > li{ display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin:14px 10px; width:48px; height:48px; border:solid 2px #1d2088; border-radius:50%; }
ul.cmn-tousenbangou > li > span{ display: block; font-size:1.6rem; font-weight: bold; color:#1d2088; }

/* 日専連ベガルタ仙台カードランダムナンバーチャレンジ 2019.3.5 */
img.nissenren-card{
	width:50%;
}
h4.nissenren-tousen{
	padding:5px;
	text-align: center;
	font-weight: bold;
	color:#fff;
	background-color:#1d2088;
}
p.nissenren-tousen-num,
p.nissenren-tousen-present{
	text-align: center;
	font-weight: bold;
}
p.nissenren-tousen-num{
	color:#ff0000;
}
p.nissenren-tousen-present{
	color:#1d2088;
}
p.nissenren-tousen-num{
	font-size:5rem;
}
p.nissenren-tousen-present{
	font-size:2.5rem;
}
@media (max-width:767px){
	img.nissenren-card{
		width:100%;
	}
}

/* KIZUNA未来プロジェクトパートナー 2019.4.17 */
/* 大バナー表示余白 */
.kizunaban-lban-inside{
	margin-bottom:90px !important;
}
.kizunaban-lban-inside > div:nth-child(n+2){
	margin-top:20px;
}
/* 中バナー表示余白 */
.kizunaban-mban-inside > div:nth-child(n+3){
	margin-top:15px;
}
.kizunaban-mban-inside > div:nth-child(odd){
	padding-right:15px;
}
.kizunaban-mban-inside > div:nth-child(even){
	padding-left:15px;
}
