







/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*googleフォント指定。header.phpにも指定必要です*/
body {
	font-family: 'Ubuntu', sans-serif;
}

/*youtube再生画面の幅をいっぱいに*/
iframe.youtube-player {
	width: 100%;
}

/*googleカレンダーの色*/
.sode_schedule .entry-content tr:nth-child(even) {
	background-color: #006035;
}

.sode_schedule .entry-content th {
	background-color: transparent;
}

/*googleカレンダー　テーブルセル内の折り返し*/
ul.simcal-events {
	width: 100%;
}

/*google カレンダー　padding調整*/
.sodeContainer .box_sode01 {
	padding: 55px 16px 10px;
}

/*whats newのレタースペース指定*/
div.wn-item .wn-date {
	width: 12rem;
}

div.whatsnew {
	letter-spacing: .22rem;
}

/*topチームとか背景引き延ばし指定*/
.top_bk01 {
	background-size: 770px;
	background-position: -63px;
}

.top_bk01 ul a {
	color: #006400;
	text-shadow: none;
}

.color_red {
	color: #f00;
}

.color_green {
	color: #006400;
}

/*スクールについての背景指定。移動の際アドレスが変わるので注意です。画像へのパスを変更する必要あります。＊160110_消しちゃって良いよ！*/
/*
.box_concept02.clearfix.pad_t85 {
	background-image: url("http://sodegaurafutsal.com/wp-content/uploads/2016/01/top01.jpg");
	height: 398px;
}
*/
/*スクールについてのブラジル、スペインのh4とp横並び(くずれる？)*/
.sch_inl {
	float: left;
}

.box_concept02 p.sch_inl {
	line-height: 54px;
}

/*長期的な白ボーダー、float表示*/
h4.border_w {
	border: 1px solid #fff;
	width: 8rem;
	height: 3rem;
	line-height: 2.5rem;
	padding: .22rem;
	margin-left: 1rem;
	letter-spacing: .22rem;
	font-size: 2.5rem;
	text-indent: .666rem;
	float: left;
	margin-right: 1rem;
}

#sode_concept01 .sode_Container_top .box_concept02 p {
	font-size: 10pt;
	line-height: 1rem;
	width: 590px;
	height: 3rem;
	margin-left: 92px;
	text-indent: -.5rem;
}

.top_border {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ffde00;
}

/*team 背景のロゴ*/
.team_logo {
	background-image: url("http://sodegaurafutsal.com/wp-content/uploads/2015/07/braveza_emblem.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 105px;
}

/*右メニューのYouTubeチャンネルリンク幅*/
g-ytsubscribe {
	width: 200px;
}