

/* =================================

うまコン 東京シティ競馬 css 2017

================================= */


/*----- 全体 -----*/
#umaconBox {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 15px;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	background: #000;
	font-size: 108%;
}
#umaconBox:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0.01em;
	height: 0px;
	overflow: hidden;
}

#main-contact {
	margin: 0 0 -1px 110px;
}

#umaconBox .mttl {
	width: 100%;
	margin: 0px;
	padding: 8px;
	background: #028a57;
	font-size: 172%;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

#umaconBox ul.attention {
	width: 70%;
	margin: 20px auto;
	padding: 0;
	color: #fff;
	font-size: 108%;
	text-align: left;
}
#umaconBox ul.attention li {
	margin: 3px 0 2px;
}
#umaconBox ul.attention li:first-of-type {
	margin: 3px 0 10px;
}
#umaconBox ul.attention li:before {
	display: inline-block;
	content: "・";
}
#umaconBox ul.attention li:first-of-type:before {
	display: none;
}

.mtll .image00 {
	top: 5px;
	left: 0px;
}

@media screen and (max-width: 768px){/* スマホ用 */

	#umaconBox {
		width: 100%;
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
	}
	#umaconBox .mttl {
		padding: 5px 8px;
		font-size: 131%;
	}
	#umaconBox .mttl img {
		margin-right: 5px;
		vertical-align: -20%;
	}

}

/* ====================
ベーシック
==================== */

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 768px){

	#container {
		width: 100%;
		margin: 0;
	}

}

/* ====================
コンテンツ
==================== */

/*----- メインビジュアル -----*/
.main_visual {
	width: 100%;
	height: 1200px;
	margin: 0;
	padding: 0;
	background: url(./img/main_visual_bg.png) left top no-repeat;
	position: relative;
}
.main_visual h2,
.main_visual .image01,
.main_visual .image02,
.main_visual .image03,
.main_visual .image04,
.main_visual .image05 {
	position: absolute;
}
.main_visual h2 {
	top: 156px;
	left: 0px;
}
.main_visual .image01 {
	top: 5px;
	left: 0px;
}
.main_visual .image02 {
	top: 128px;
	left: 620px;
}
.main_visual .image03 {
	top: 384px;
	left: 0px;
}
.main_visual .image04 {
	top: 480px;
	left: 80px;
}
.main_visual .image05 {
	top: 540px;
	right: 0px;
}
@media screen and (max-width: 768px){

	.main_visual {
		width: 100%;
		height: auto;
		background: none;
	}

}

/*----- 4つのポイント -----*/
.point{
	width:100%;
	padding: 12px 0px 48px 10px;
	background: #333333;
}
.pointBox{
	width:100%;
	margin: 10px 0 0;
	padding: 0;
	background: #333333;
}
.pointBox .point01,
.pointBox .point02,
.pointBox .point03,
.pointBox .point04 {
	float: left;
	width: 47%;
	margin: 0 1.2%;
	padding: 0;
	vertical-align: top;
}
.pointBox:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0.01em;
	height: 0px;
	overflow: hidden;
}
.pointBox dl {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 0px solid #ffd2e5;
	box-shadow: 3px 3px 7px rgba(6,3,3,0.15);
	-webkit-box-shadow: 3px 3px 7px rgba(6,3,3,0.15);
	-moz-box-shadow: 3px 3px 7px rgba(6,3,3,0.15);
	background: #000055;
	overflow: #ffd2e5;
	color: #dddddd;
	text-align: center;
}
.pointBox .point01 dl {
	margin-top: 15px;
}
.pointBox .point02 dl {
	margin-top: 15px;
}
.pointBox .point03 dl {
	margin-top: 15px;
}
.pointBox .point04 dl {
	margin-top: 15px;
}
.pointBox dl dt {
	padding: 15px 0;
	font-size: 144%;
	font-weight: bold;
	color: #dddddd;
	line-height: 1.47 !important;
	text-align: center;
}
.pointBox dl dd:last-of-type {
	height: 90px;
	padding: 10px;
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	background: #fff;
	font-size: 108%;
	color: #333;
	text-align: left;
	line-height: 1.67;
}
@media screen and (max-width: 768px){

	.point{
		width:100%;
		padding: 0;
		background: #333333;
	}
	.pointBox .inner {
		display: table;
		width: 96%;
		margin: -10px auto 0;
		padding: 0;
		list-style-type: none;
	}
	.pointBox .inner:first-of-type {
		margin-top: 10px;
	}
	.pointBox .inner:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		font-size: 0.01em;
		height: 0px;
		overflow: hidden;
	}
	.pointBox .inner p {
		margin: 0;
		padding: 0;
	}
	.pointBox .inner p:first-of-type {
		float: left;
		width: 28%;
		height: auto;
	}
	.pointBox .inner p:last-of-type {
		width: 92%;
		margin: 25px 0 0 5%;
		padding: 10px 10px 10px 25%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		box-shadow: 1px 1px 3px #ddd;
		-webkit-box-shadow: 1px 1px 3px #ddd;
		-moz-box-shadow: 1px 1px 3px #ddd;
		background: #fff;
		font-size: 116%;
		font-weight: bold;
		color: #e51884;
		text-align: left;
		line-height: 1.47;
	}
	.pointBox .inner:nth-of-type(2) p:last-of-type,
	.pointBox .inner:nth-of-type(3) p:last-of-type {
		margin-top: 16px;
	}

}
/*----- うまコンの流れ -----*/
.schemeBox {
	width: 100%;
	height: 626px;
	margin: 0;
	padding: 0;
	background: url(./img/bg_tck.png) left top no-repeat;
	position: relative;
}
.schemeBox div,
.schemeBox div p {
	position: absolute;
}
.schemeBox .scheme01 {
	top: 40px;
	left: 30px;
}
.schemeBox .scheme01 p {
	top: 200px;
	left: 90px;
}

.schemeBox .scheme02 {
	top: 30px;
	left: 320px;
}
.schemeBox .scheme02 p {
	top: 175px;
	left: 140px;
}
.schemeBox .scheme02 span {
	display: block;
	font-size: 78%;
	font-weight: normal;
}

.schemeBox .scheme03 {
	top: 50px;
	right: 60px;
}
.schemeBox .scheme03 p {
	top: 200px;
	left: 65px;
}
.schemeBox .scheme03 img.happy {
	position: absolute;
	top: 230px;
	right: -50px;
}

.schemeBox .scheme04 {
	bottom: 40px;
	right: 210px;
}
.schemeBox .scheme04 p {
	top: 200px;
	left: 90px;
}

.schemeBox .scheme05 {
	bottom: 60px;
	left: 120px;
}
.schemeBox .scheme05 p {
	top: 185px;
	left: 90px;
}

.schemeBox div p {
	margin: 0;
	padding: 25px 15px 10px;
	background: #fff;
	font-size: 131%;
	font-weight: bold;
	color: #49b514;
	text-align: center;
	z-index: 999;
}
.schemeBox div img {
	position: relative;
	z-index: 9999;
}


/*----- FAQ -----*/
.faqBox {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(./img/bg_uma.png) left top no-repeat;
	position: relative;
}
.faqBox .faq_cg
 {
}
.faqBox .faq_cg {
	margin-top: -45px;
	left: 0px;
}

.faq{
	width:100%;
	padding: 12px 0px 120px 10px;
	background: #333333;
}
.faqBox .inner {
	width:100%;
	margin: 0px 100px 0 0;
	padding: 0 0 50px;
}
.faqBox .inner  dl {
	width: 90%;
	margin: 10px 0 25px 8%;
	padding: 7px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 7px rgba(6,3,3,0.15);
	-webkit-box-shadow: 3px 3px 7px rgba(6,3,3,0.15);
	-moz-box-shadow: 3px 3px 7px rgba(6,3,3,0.15);
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	color: #fff;
	text-align: left;
}
.faqBox .inner  dl dt,
.faqBox .inner  dl dd {
	padding: 5px 10px 5px 40px;
	position: relative;
}
.faqBox .inner  dl dt {
	margin: 5px 0;
	font-size: 108%;
	color: #333;
	line-height: 1.47 !important;
}
.faqBox .inner  dl dd {
	font-size: 108%;
	color: #333;
	text-align: left;
	line-height: 1.67;
}
.faqBox .inner  dl dt:before,
.faqBox .inner  dl dd:before {
	display: inline-block;
	content: "";
	margin: 0;
	font-size: 161.6%;
	font-weight: bold;
	position: absolute;
	top: -3px;
	left: 10px;
}
.faqBox .inner  dl dt:before {
	content: "Q";
	color: #0F7878;
}
.faqBox .inner  dl dd:before {
	content: "A";
	color: #ff6767;
}
@media screen and (max-width: 768px){

	.faqBox {
		width: 100%;
		margin: 0;
		padding: 0;
		background: url(./img/bg_uma.png) left top no-repeat;
		background-size: 300% auto;
		position: relative;
	}
	.faqBox .inner {
		width:100%;
		margin: 0px 100px 0 0;
		padding: 0 0 10px;
	}
	.faqBox .inner  dl {
		width: 90%;
		margin: 10px 0 25px 8%;
		padding: 7px 5px;
	}
	.faqBox .inner  dl dt,
	.faqBox .inner  dl dd {
		padding: 0px 10px 0px 25px;
		position: relative;
	}
	.faqBox .inner  dl dt {
		margin: 0 0 5px;
		font-size: 98%;
		color: #333;
		line-height: 1.47 !important;
	}
	.faqBox .inner  dl dd {
		font-size: 98%;
		color: #333;
		text-align: left;
		line-height: 1.47 !important;
	}
	.faqBox .inner  dl dt:before,
	.faqBox .inner  dl dd:before {
		font-size: 131%;
		top: -3px;
		left: 5px;
	}

}

/*----- スケジュールビジュアル -----*/
.scheduleBox {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	position: relative;
	background: url(./img/bg_sc.png) left top no-repeat;
}
.scheduleBox .inner {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	vertical-align: top;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 0px  solid;
	background: rgba(221,221,221, 0.89) url(./img/uma_3.png) 10px 10px no-repeat;
}
.scheduleBox .inner .detail {
	width: 100%;
	margin: 0;
	padding: 20px 20px 20px 360px;
}
.scheduleBox .inner .detail dl {
	display: table;
	width: 540px;
	margin: 0 0 20px;
}
.scheduleBox .inner .detail dl dt,
.scheduleBox .inner .detail dl dd {
	display: table-cell;
}
.scheduleBox .inner .detail dt {
	width: 120px;
	margin: 0;
	padding: 0 0 0 30px;
	background: url(./img/schedule_sttl_icon.png) left 11px no-repeat;
	background-size: 24px auto;
	font-size: 98%;
	color: #666;
	font-weight: bold;
}
.scheduleBox .inner .detail dd{
	font-size: 146.5%;
	font-weight: bold;

}
.scheduleBox .inner .detail dd .aux{
	font-size: 88%;
	font-weight: bold;

}
.scheduleBox .inner .detail dl dd span {
	display: inline-block;
	margin-left: 5px;
	font-size: 0.7em;
	font-weight: normal;
	color: #555;
	vertical-align: middle;
}

/* 申し込みボタン*/
.scheduleBox .inner .orderBox{
	width: 100%;
	margin: 0;
	padding: 0 0 50px;
}
.scheduleBox .inner .orderBox ul{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.scheduleBox .inner .orderBox ul li{
	display: inline-block;
	width: 48%;
	text-align: center;
}
.scheduleBox .inner .orderBox ul li p{
	width: 92%;
	margin: 0 auto;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 2px 3px 3px rgba(6,3,3,0.15);
	-webkit-box-shadow: 2px 3px 3px rgba(6,3,3,0.15);
	-moz-box-shadow: 2px 3px 3px rgba(6,3,3,0.15);
}
.scheduleBox .inner .orderBox ul li:first-of-type p {
	border: 2px solid #005ead;
	background-image: -moz-linear-gradient(
		top,
		#1f72b7 0%,
		#1f72b7 49%,
		#005ead 50%,
		#005ead);
	background-image: -ms-linear-gradient(
		top,
		#1f72b7 0%,
		#1f72b7 49%,
		#005ead 50%,
		#005ead);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#1f72b7),
		color-stop(0.49, #1f72b7),
		color-stop(0.50, #005ead),
		to(#005ead));
}
.scheduleBox .inner .orderBox ul li:last-of-type p {
	border: 2px solid #ff6161;
	background-image: -moz-linear-gradient(
		top,
		#ff7474 0%,
		#ff7474 49%,
		#ff6161 50%,
		#ff6161);
	background-image: -ms-linear-gradient(
		top,
		#ff7474 0%,
		#ff7474 49%,
		#ff6161 50%,
		#ff6161);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#ff7474),
		color-stop(0.49, #ff7474),
		color-stop(0.50, #ff6161),
		to(#ff6161));
}
.scheduleBox .inner .orderBox ul li p a{
	display: block;
	width: 100%;
	height: auto;
	padding: 20px 0 18px;
	text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
	-webkit-text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
	-moz-text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
	font-size: 217%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
@media screen and (max-width: 768px){

	.scheduleBox {
		padding: 10px 0;
	}
	.scheduleBox .inner {
		width: 96%;
		margin: 0 auto;
		padding: 0;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		background-image: none;
	}
	.scheduleBox .inner .detail {
		width: 100%;
		margin: 0;
		padding: 10px;
	}
	.scheduleBox .inner .detail dl {
		display: table;
		width: 100%;
		margin: 0 0 20px;
	}
	.scheduleBox .inner .detail dl dt,
	.scheduleBox .inner .detail dl dd {
		display: table-cell;
	}
	.scheduleBox .inner .detail dt {
		width: 26%;
		margin: 0;
		padding: 0 0 0 20px;
		background: url(./img/schedule_sttl_icon.png) left 2px no-repeat;
		background-size: 18px auto;
		font-size: 88%;
		color: #666;
		font-weight: normal;
	}
	.scheduleBox .inner .detail dd{
		font-size: 108%;
		font-weight: bold;

	}
	.scheduleBox .inner .detail dd .aux{
		font-size: 83%;
		font-weight: bold;

	}
	.scheduleBox .inner .detail dl dd span {
		display: inline-block;
		margin-left: 5px;
		font-size: 0.7em;
		font-weight: normal;
		color: #555;
		vertical-align: middle;
	}
	.scheduleBox .inner .detail dl dd .map {
		display: block;
		margin-top: 7px;
		font-size: 1.2em;
	}

	/* 申し込みボタン*/
	.scheduleBox .inner .orderBox{
		padding: 0 0 20px;
	}
	.scheduleBox .inner .orderBox ul{
		width: 90%;
	}
	.scheduleBox .inner .orderBox ul li{
		display: inline-block;
		width: 48%;
		text-align: center;
	}
	.scheduleBox .inner .orderBox ul li p a{
		display: block;
		width: 100%;
		height: auto;
		padding: 20px 0 18px;
		text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
		-webkit-text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
		-moz-text-shadow: 2px 2px 2px rgba(6,3,3,0.25);
		font-size: 123.1%;
		font-weight: bold;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}

}
/*----- アテンション -----*/
.att {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	position: relative;
	background: #000;
	font-size: 116%;
	color: #ddd;
}
.attention ul ui{
	
}

@media screen and (max-width: 768px){

	.pointBox_sp {
		width:96%;
		margin: 0 auto;
		padding: 10px 0 15px;
		background: #333333;
	}
	.pointBox_sp div {
		width: 100%;
		margin: 0;
	}
	.pointBox_sp div:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		font-size: 0.01em;
		height: 0px;
		overflow: hidden;
	}
	.pointBox_sp div p {
		float: left;
		position: relative;
	}
	.pointBox_sp div p:first-of-type {
		width: 35%;
		margin-top: -15px;
		z-index: 9999;
	}
	.pointBox_sp .point01 p:first-of-type {
		margin-top: 0;
	}
	.pointBox_sp div p:last-of-type {
		width: 65%;
		margin: 20px 0 0 -20px;
		padding: 10px 10px 10px 30px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		background: #fff;
		overflow: hidden;
		font-size: 131%;
		font-weight: bold;
		color: #000055;
		z-index: 999;
	}

}


@media screen and (max-width: 768px){

	.nagare_visual_sp {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 10px 0px 20px 0px;
		background: url(./img/nagare_visual.png) left top no-repeat;
		background-size: 180% auto;
		position: relative;
	}
	.nagare_visual_sp .inner {
		width: 98%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.nagare_visual_sp .inner:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		font-size: 0.01em;
		height: 0px;
		overflow: hidden;
	}
	.nagare_visual_sp .inner:before {
		display: block;
		content: "";
		width: 0;
		height: 0;
		margin: 0 auto -20px;
		border: 15px solid transparent;
		border-top-width: 15px;
		border-top-style: solid;
		border-top-color: transparent;
		border-top: 15px solid #49b514;
	}
	.nagare_visual_sp .inner:first-of-type:before {
		display: none;
	}
	.nagare_visual_sp .inner p {
		float: left;
		width: 25%;
		position: relative;
		z-index: 9999;
	}
	.nagare_visual_sp .inner span {
		float: left;
		display: inline-block;
		width: 82%;
		margin: 18px 0 0 -10%;
		padding: 12px 10px 10px 13%;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		background: #fff;
		overflow: hidden;
		vertical-align: ;
		font-size: 167%;
		font-weight: bold;
		color: #49b514;
		text-align: left;
		line-height: 1 !important;
		position: relative;
		z-index: 999;
	}
	.nagare_visual_sp .shot05 {
		text-align: center;
	}
	.nagare_visual_sp .inner .shot_sub {
		position: absolute;
		top: 115px;
		right: 0px;
		z-index: 99999;
	}

}

.att_sp {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-color: #000;   /* 背景色 */
	color: #ddd;
}

#umaconBox ul.attention_sp {
	width: 98%;
	margin: 10px auto;
	padding: 0 10px;
	font-size: 78%;
	color: #fff;
	text-align: left;
}
#umaconBox ul.attention_sp li {
	margin: 3px 0 2px;
}
#umaconBox ul.attention_sp li:first-of-type {
	margin: 3px 0 10px;
}
#umaconBox ul.attention_sp li:before {
	display: inline-block;
	content: "・";
}
#umaconBox ul.attention_sp li:first-of-type:before {
	display: none;
}

img {
	width: auto !important;
}

.fBox_bnr {
	 display: flex;
	 margin: 20px 0;
}
.fBox_bnr li:first-of-type {
	margin-right: 32px;
}


@media screen and (max-width: 768px){

	img {
		width: 100% !important;
	}
	.mttl img {
		width: auto !important;
	}

}