/* ****************************************************

	Style for MAYSLOT PAGE
	/japanese/myslot/css/appli.css

***************************************************** */


/* main title
***************************************************** */

.mainvisual {
	background-color: #80fdff;
	background-image: url(/japanese/myslot/common/img/bg_myslot_main.png);
	background-repeat: no-repeat;
	text-align: center;
}

.clm-inner {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 29px 30px 29px;
}

.appli-lead {
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding: 17px 29px;
	background: #dbeec9;
}
.appli-lead-wrap {
	display: table;
}
.appli-lead-wrap .icn {
	display: table-cell;
	width: 80px;
}
.appli-lead-wrap .icn img {
	width: 80px;
}
.appli-lead-wrap .txt {
	display: table-cell;
	padding-left: 25px;
	width: 570px;
	line-height: 1.8;
	vertical-align: middle;
}

.appli-clm {
}
.appli-clm .img-clm {
	float: left;
	width: 220px;
}
.appli-clm .img-clm .img {
}
.appli-clm .img-clm .img img {
	width: 220px;
	height: auto;
}
.appli-clm .img-clm .spec {
	margin-top: 15px;
}
.appli-clm .img-clm .spec > .ttl {
	font-weight: bold;
}
.appli-clm .img-clm .spec ul li {
	margin-left: 1em;
	text-indent: -1em;
}
.appli-clm .img-clm .app .appli .txt {
	margin-top: 5px;
	text-align: center;
	color: #313131;
	text-decoration: none;
}
.appli-clm .img-clm .app .appli a:hover {
	text-decoration: none;
}
.appli-clm .info-clm {
	float: right;
	width: 420px;
}


.appli-clm .info-clm .detail-list {
	border-top: 1px solid #e7e7e7;
}
.appli-clm .info-clm .detail-list li {
	border-bottom: 1px solid #e7e7e7;
	padding: 15px 0;
}
.appli-clm .info-clm .detail-list .info-wrap {
}
.appli-clm .info-clm .detail-list .info-wrap .icn {
	float: left;
	width: 60px;
}
.appli-clm .info-clm .detail-list .info-wrap .icn img {
	width: 60px;
}
.appli-clm .info-clm .detail-list .info-wrap .txt {
	float: left;
	margin-left: 10px;
	width: 350px;
}
.appli-clm .info-clm .detail-list .info-wrap .txt .ttl {
	color: #00a243;
	font-size: 116.7%;
	font-weight: bold;
}

.other-wrap {
	margin-top: 20px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.other-wrap-inner {
	padding: 25px 29px 20px;
}
.other-wrap .icn-clm {
	float: left;
	padding-left: 20px;
	width: 100px;
}
.other-wrap .icn-clm .icn,
.other-wrap .icn-clm .icn img {
	width: 100px;
}
.other-wrap .icn-clm .bnr {
	margin-top: 20px;
	width: 100px;
}
.other-wrap .icn-clm .bnr img {
	width: 100px;
}
.other-wrap .icn-clm .bnr li {
	margin-top: 10px;
}
.other-wrap .icn-clm .bnr li:first-child {
	margin-top: 0;
}
.other-wrap .info-clm {
	float: right;
	border-left: 1px solid #e6e6e6;
	padding-left: 30px;
	width: 500px;
}
.other-wrap .info-clm .txt {
}
.other-wrap .info-clm .notes {
	margin-top: 15px;
	color: #7d7d7d;
	font-size: 83.3%;
}
.other-wrap .info-clm .notes li {
	margin-left: 1em;
	text-indent: -1em;
}
.other-wrap .info-clm .img {
	margin-top: 15px;
}
.other-wrap .info-clm .copy {
	margin-top: 5px;
	color: #7d7d7d;
	font-size: 75%;
}


@media screen and (max-width: 767px) {

	.mainvisual img {
		width: 100%;
		height: auto;
	}

	.clm-inner {
		border: none;
		padding: 15px 0 0;
	}

	.appli-lead {
		border-left: none;
		border-right: none;
		padding: 15px;
		background: #dbeec9;
	}
	.appli-lead-wrap {
		display: table;
	}
	.appli-lead-wrap .icn {
		display: table-cell;
		width: 80px;
	}
	.appli-lead-wrap .icn img {
		width: 80px;
	}
	.appli-lead-wrap .txt {
		display: table-cell;
		padding-left: 15px;
		width: 370px;
		line-height: 1.5;
		vertical-align: top;
	}


	.appli-clm {
	}
	.appli-clm .img-clm {
		float: none;
		padding: 0 15px 20px;
		width: 100%;
	}
	.appli-clm .img-clm .img {
		text-align: center;
	}
	.appli-clm .img-clm .img img {
		width: 220px;
		height: auto;
	}
	.appli-clm .info-clm {
		float: none;
		width: 100%;
	}

	.appli-clm .info-clm .detail-list {
		border-top: 1px solid #e7e7e7;
	}
	.appli-clm .info-clm .detail-list li {
		border-bottom: 1px solid #e7e7e7;
		padding: 15px;
	}
	.appli-clm .info-clm .detail-list .info-wrap {
	}
	.appli-clm .info-clm .detail-list .info-wrap .icn {
		float: left;
		width: 60px;
	}
	.appli-clm .info-clm .detail-list .info-wrap .icn img {
		width: 60px;
	}
	.appli-clm .info-clm .detail-list .info-wrap .txt {
		float: none;
		margin-left: 80px;
		width: auto;
	}
	.appli-clm .info-clm .detail-list .info-wrap .txt .ttl {
		margin-bottom: 10px;
		font-size: 15px;
	}


	.ttl-other {
		padding-left: 5px;
		padding-right: 0;
	}

	.other-wrap {
		margin-top: 15px;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	.other-wrap-inner {
		padding: 10px 15px 5px;
	}
	.other-wrap .icn-clm {
		float: none;
		padding-left: 0;
		padding-bottom: 10px;
		width: 220px;
		margin: 0 auto;
	}
	.other-wrap .icn-clm .icn {
		float: left;
	}
	.other-wrap .icn-clm .icn,
	.other-wrap .icn-clm .icn img {
		width: 80px;
	}
	.other-wrap .icn-clm .bnr {
		float: right;
		margin-top: 0;
		width: 115px;
	}
	.other-wrap .icn-clm .bnr img {
		width: 115px;
	}
	.other-wrap .icn-clm .bnr li {
		margin-top: 10px;
	}
	.other-wrap .icn-clm .bnr li.bnr-one {
		margin-top: 22px;
	}
	.other-wrap .info-clm {
		float: none;
		border-left: none;
		border-top: 1px solid #e7e7e7;
		padding-top: 10px;
		padding-left: 0;
		width: 100%;
	}
	.other-wrap .info-clm .txt {
	}
	.other-wrap .info-clm .notes {
		margin-top: 10px;
		font-size: 11px;
	}
	.other-wrap .info-clm .img {
		width: 75%;
		margin: 10px auto 0;
		text-align: center;
	}
	.other-wrap .info-clm .img img {
		width: 100%;
	}
	.other-wrap .info-clm .copy {
		font-size: 10px;
	}


}



/* ClearFix
***************************************************** */
.icn-clm:after,
.other-wrap-inner:after,
.info-wrap:after,
.appli-clm:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.icn-clm,
.other-wrap-inner,
.info-wrap,
.appli-clm {
	display: block; /* for safari firefox3 */
	zoom: 1;  /* for IE 7*/
}

* html .icn-clm,
* html .other-wrap-inner,
* html .info-wrap,
* html .appli-clm {
	display: inline-block; /* for IE6 */
}

/* IE7 hacks */
*:first-child+html .icn-clm,
*:first-child+html .other-wrap-inner,
*:first-child+html .info-wrap,
*:first-child+html .appli-clm {
	display: inline-table;
}/* end hacks */
