@charset "utf-8";
/* CSS Document */

body{
	min-width:inherit;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

#wrapper{
	overflow:hidden;
}

/*===================================================================
	 common setting
===================================================================*/

.modInner{
	padding:0 15px;
}

.indent{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}


/*===================================================================
	 contents setting
===================================================================*/

/*header*/
header{
	padding:5px 5px 10px 12px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

header #siteLogo{
	text-align:left;
}



/*-------------------------------------------------------.mainMod--*/

.mainModBg{
	background-image:url(/smp/bukken_no1/2015/images/main_bg.png);
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-size:640px auto;
	-moz-background-size:640px auto;
	-webkit-background-size:640px auto;
	background-color:#96e8ff;
}

.mainMod{
	background-image:url(/smp/bukken_no1/2015/images/main_bg_flag.png);
	background-repeat:repeat-x;
	background-size:640px auto;
	-moz-background-size:640px auto;
	-webkit-background-size:640px auto;
	background-position:50% 0;
	min-height:200px;
}

.mainMod .modInner{
	padding:10px 10px 0;
}

.mainMod .mainTtl{
	background-image:url(/smp/bukken_no1/2015/images/ttl_sprite.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	background-size:290px auto;
	-moz-background-size:290px auto;
	-webkit-background-size:290px auto;
	background-position: 0px 0px;
	width: 290px;
	height:88px;
	margin:10px auto 5px;
}

.mainMod .mainTxt{
	color:#222222;
	font-size:9px;
	text-align:left;
	margin-bottom:3px;
}

.mainMod .presentBn{
	margin-bottom:5px;
}

	.mainMod .presentBn a{
		display:block;
		background-image:url(/smp/bukken_no1/2015/images/ttl_sprite.png);
		background-repeat:no-repeat;
		text-indent:-9999px;
		overflow:hidden;
		background-size:290px auto;
		-moz-background-size:290px auto;
		-webkit-background-size:290px auto;
		background-position: 0px -92px;
		width: 241px;
		height: 49px;
		margin:0 auto;
	}
	.mainMod .presentBn.close a{
		background-position: 0px -341px;
		width: 241px;
		height: 49px;
	}

/*socialplugins*/
.mainMod .socialplugins{
	text-align:center;
	padding-bottom:5px;
	width: 100%;
	overflow:hidden;
}

.mainMod .socialplugins ul{
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
}

.mainMod .socialplugins ul li{
	display:inline-block;
	vertical-align:middle;
	width: 100px;
	overflow:hidden;
}
	.mainMod .socialplugins ul li.nifty-socialplugins-google{
		width: 55px;
	}
	.mainMod .socialplugins ul li.nifty-socialplugins-twitter{
		width: 100px;
		max-width:100px;
		min-width:100px;
		font-size:5px;
	}


/*-------------------------------------------------------.surveyMod--*/

.unit.bgGrn{
	background-color:#c7d115;
}

.surveyMod {
	padding-bottom:20px;
}

.surveyMod .modInner{
	padding-top:10px;
}

.surveyMod .modTtl{
	background-image:url(/smp/bukken_no1/2015/images/ttl_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px -146px;
	width: 286px;
	height: 59px;
	background-size:290px auto;
	-moz-background-size:290px auto;
	-webkit-background-size:290px auto;
	margin:0 auto 10px;
}
	.surveyMod .modTtl.ver02{
		background-position: 0px -210px;
		width: 289px;
		height: 24px;
	}


/*surveyBox*/
.surveyMod .surveyBox{
	margin-bottom:20px;
}
	.surveyMod .surveyBox.magB{
		margin-bottom:0px;
	}


.surveyMod .surveyBox ul.surveyTab{
	border-bottom:#f26700 solid 1px;
}

.surveyMod .surveyBox ul.surveyTab li{
	display:inline-block;
	width: 87px;
	font-size:8.5px;
	padding:0;
	border:none;
	vertical-align:bottom;
	text-align:center;
}
	.surveyMod .surveyBox ul.surveyTab li a{
		font-size:8.5px;
		display:block;
		background-color:#a39f98;
		border-radius:3px 3px 0 0;
		padding:6px 5px;
		color:#fff;
		text-decoration:none;
	}
	.surveyMod .surveyBox ul.surveyTab li.select a{
		background-color:#f26700;
	}

.surveyMod .surveyBox .surveyCont li.dispNone{
	display:none;
}



.surveyMod .surveyBox .boxTtl{
	color:#fff;
	font-weight:bold;
	font-size:18.5px;
	margin-bottom:3px;
	text-align:left;
	position:relative;
}
	.surveyMod .surveyBox .boxTtl.sml{
		font-size:16.5px;
	}

	.surveyMod .surveyBox .boxTtl.center{
		text-align:center;
		font-size:15px;
		padding-bottom:2px;
	}

	.surveyMod .surveyBox .boxTtl span.ttlLabel{
		display:inline-block;
		background-color:#f26700;
		color:#ffe424;
		font-size:11px;
		padding:4px 5px;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		vertical-align:top;
		margin-left:7px;
		line-height:1.1;
	}

	.surveyMod .surveyBox .boxTtl.smlVer{
		font-size:15px;
	}
		.surveyMod .surveyBox .boxTtl .ttlDeco{
			position:absolute;
			left:6px;
			top:-22px;
			text-indent:-9999px;
			overflow:hidden;
			display:block;
			background-image:url(/smp/bukken_no1/2015/images/ttl_deco.png);
			background-repeat:no-repeat;
			width: 100px;
			height: 25px;
			background-size:100px auto;
			-moz-background-size:100px auto;
			-webkit-background-size:100px auto;
		}

.surveyMod .surveyBox .boxInner{
	background-color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:10px;
	position:relative;
}
	.surveyMod .surveyBox .boxInner:before{
		display:block;
		content:" ";
		position:absolute;
		top:0;
		left:50%;
		width: 0;
		height: 0;
		border:9px solid transparent;
		border-top:9px solid #c7d115;
		margin-left:-5px;
	}
	.surveyMod.rankStyle .surveyBox .boxInner{
		padding:18px 10px 10px;
	}


.surveyMod .surveyBox ul{
}

.surveyMod .surveyBox ul li{
	color:#424242;
	text-align:left;
	border-bottom:#9e9e9e dotted 1px;
	padding:6px 0 4px;
}
	.surveyMod .surveyBox ul li.list{
		border:none;
	}
	.surveyMod .surveyBox ul li.last{
		border:none;
	}

.surveyMod .surveyBox ul li.rank1Size{
	font-size:16px;
	font-weight:bold;
}

.surveyMod .surveyBox ul li.list li:nth-child(2),
.surveyMod .surveyBox ul li.list li:nth-child(3){
	font-weight:bold;
	font-size:12.5px;
}

	.surveyMod .surveyBox ul li > span{
		min-width:38px;
	}
	.surveyMod .surveyBox ul li > span.rankNmb{
		display:inline-block;
		padding:0 10px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		font-size:15px;
		font-weight:bold;
	}

.surveyMod .surveyBox ul li a{
	vertical-align:middle;
}

.surveyMod .surveyBox .boxPh{
	background-image:url(/smp/bukken_no1/2015/images/graph_sprite.png);
	background-repeat:no-repeat;
	background-size:280px auto;
	-moz-background-size:280px auto;
	-webkit-background-size:280px auto;
	margin:12px auto;
}

	.surveyMod .surveyBox .boxPh.rankCheck01{
		background-size:267px auto;
		-moz-background-size:267px auto;
		-webkit-background-size:267px auto;
		background-position: 4px -1561px;
		width: 266px;
		height: 131px;
	}
	.surveyMod .surveyBox .boxPh.rankCheck02{
		background-position: 0px -1782px;
		width: 224px;
		height: 149px;
	}

.surveyMod .surveyBox .boxPh ul li{
	border:none;
}

.surveyMod .surveyBox .boxImg .phTtl{
	width:270px;
	margin:10px auto 15px;
}
	.surveyMod .surveyBox .boxImg .phTtl img{
		width: 100%;
		height:auto;
	}


/*slideBtnArea*/
.surveyMod .surveyBox .slideBtnArea{
	background-color:#669206;
	position:relative;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

	.surveyMod .surveyBox .slideBtnArea:after{
		position:absolute;
		right:10px;
		top:50%;
		margin-top:-13px;
		display:block;
		content:" ";
		background-image:url(/smp/bukken_no1/2015/images/ico_btn_sprite.png);
		background-size:290px auto;
		-moz-background-size:290px auto;
		-webkit-background-size:290px auto;
	}
		.surveyMod .surveyBox .slideBtnArea:after{
			background-position: 0px -444px;
			width: 26px;
			height: 26px;
		}
		.surveyMod .surveyBox .slideBtnArea.on:after{
			background-position: 0px -475px;
			width: 26px;
			height: 25px;
		}

.surveyMod .surveyBox .slideBtnArea a{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-align:center;
	padding:15px;
	font-size:15px;
}

.surveyMod .slideTable table{
	width: 100%;
	border:#cfc3c2 solid 1px;
}

	.surveyMod .slideTable tr:nth-child(odd){
		background-color:#f9d4dd;
	}
	.surveyMod .slideTable tr:nth-child(even){
		background-color:#fff5f8;
	}

.surveyMod .slideTable td{
	border:#cfc3c2 solid 1px;
	padding:5px 0px;
	font-size:9.5px;
	color:#4d4b4c;
	text-align:center;
}
	.surveyMod .slideTable td:nth-child(odd){
		min-width:30px;
	}
	.surveyMod .slideTable td:nth-child(even){
	}

/*commentArea*/
.surveyMod .commentArea{
}
	.surveyMod .commentArea.phVer{
		padding-top:40px;
		background-image:url(/smp/bukken_no1/2015/images/rank_ph_bg.png);
		background-position:50% 0;
		background-size:137px auto;
		-moz-background-size:137px auto;
		-webkit-background-size:137px auto;
		background-repeat:no-repeat;
	}

.surveyMod .commentArea .commentBox{
	background-color:#f4ffd2;
	color:#424242;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.surveyMod .commentArea .commentBox .boxInner{
	padding:10px 12px;
	background-color:transparent;
}
	.surveyMod .commentArea .boxInner:before{
		display:none;
	}

.surveyMod .commentArea .commentBox .boxTtl{
	color:#424242;
	font-size:12.5px;
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
}

.surveyMod .commentArea .commentBox .boxTxt{
	text-align:left;
	font-size:11px;
	line-height:1.1;
}



/*splTxtArea*/
.splTxtArea{
	text-align:left;
}
	.splTxtArea .areaTtl{
		font-size:9px;
		color:#424242;
	}
	.splTxtArea.topMag{
		margin-top:5px;
	}

.splTxtArea ul.areaList{
	padding-left:15px;
}
.splTxtArea ul.areaList.none{
	padding-left:0;
}

	.splTxtArea ul.areaList li{
		font-size:9px;
		color:#424242;
		text-indent:-1em;
		padding-left:1em;
	}


/*slideVer*/
.surveyMod.checkStyle .surveyBox{
	margin-bottom:12px;
}

.surveyMod .surveyBox.slideVer{
	margin-bottom:5px;
}

.surveyMod .surveyBox.slideVer .boxInner{
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
}

.surveyMod.checkStyle .commentArea{
	margin-bottom:10px;
}



/*-------------------------------------------------------idealMod--*/

.unit.bgBlue{
	background-color:#cbf7f5;
}

.idealMod .modInner{
	padding-top:25px;
	padding-bottom:20px;
}

.idealMod .modTtl{
	background-image:url(/smp/bukken_no1/2015/images/ttl_sprite.png);
	background-repeat:no-repeat;
	background-size:290px auto;
	-moz-background-size:290px auto;
	-webkit-background-size:290px auto;
	background-position: 0px -239px;
	width: 289px;
	height: 51px;
	margin:0 auto 10px;
}



/*idealBox*/
.idealMod .idealBox{
	background-image:url(/smp/bukken_no1/2015/images/graph_sprite.png);
	background-repeat:no-repeat;
	background-size:279px auto;
	-moz-background-size:279px auto;
	-webkit-background-size:279px auto;
	margin:0 auto 12px;
}
	.idealMod .idealBox.ver01{
		background-position: 0px 0px;
		width: 278px;
		height: 311px;
	}
	.idealMod .idealBox.ver02{
		background-position: 0px -314px;
		width: 280px;
		height: 312px;
		margin-bottom:30px;
	}

.idealMod .idealBox.dlStyle{
	background-image:none;
}

.idealMod .idealBox.dlStyle .boxTtl{
	background-image:url(/smp/bukken_no1/2015/images/graph_sprite.png);
	background-repeat:no-repeat;
	background-size:279px auto;
	-moz-background-size:279px auto;
	-webkit-background-size:279px auto;
	background-position: 0px -720px;
	width: 235px;
	height: 49px;
	margin:0 auto 15px 10px;
}

.idealMod .idealBox.dlStyle .boxInner{
	background-color:#fff;
	border-radius:25px;
	padding:25px 10px 15px;
}

.idealMod .idealBox.dlStyle ul li{
	padding-bottom:12px;
	border-bottom:#dedede solid 1px;
	margin-bottom:12px;
}
	.idealMod .idealBox.dlStyle ul li:last-child{
		border:none;
		padding-bottom:0;
	}

.idealMod .idealBox.dlStyle ul li span.boxPh{
	display:block;
	background-image:url(/smp/bukken_no1/2015/images/graph_sprite.png);
	background-repeat:no-repeat;
	background-size:280px auto;
	-moz-background-size:280px auto;
	-webkit-background-size:280px auto;
	background-position: 0px -632px;
	width: 143px;
	height: 86px;
	margin:0 auto;
	margin-bottom:15px;
}

.idealMod .idealBox.dlStyle ul li .listTtl{
	font-weight:bold;
	font-size:18.5px;
	color:#424242;
	margin-bottom:6px;
}

.idealMod .idealBox.dlStyle ul li .listTxt{
	color:#424242;
	font-size:11px;
	text-align:left;
}

.idealMod ul.areaList{
	padding-left:0;
}

/*webDlArea*/
.webDlArea {
	margin-bottom:20px;
}

.webDlArea .areaTtl,
.appliDlArea .areaTtl{
	font-weight:bold;
	font-size:12px;
	color:#7b7b7b;
	text-align:center;
	margin-bottom:7px;
}

.webDlArea a{
	display:block;
	background-position: 0px -226px;
	width: 270px;
	height: 53px;
	background-image:url(/smp/bukken_no1/2015/images/ico_btn_sprite.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	background-size:270px auto;
	-moz-background-size:270px auto;
	-webkit-background-size:270px auto;
	margin:0 auto;
}

/*dlBox*/
.appliDlArea{
	margin-bottom:20px;
}

.appliDlArea .dlBox{
	background-color:#fff;
	margin-bottom:10px;
}
	.appliDlArea .dlBox.rentVer{
		border:#ff8c32 solid 3px;
	}
	.appliDlArea .dlBox.buyVer{
		border:#52bcd0 solid 3px;
	}

.appliDlArea .dlBox .dlBoxTtl{
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	padding:3px 3px 2px;
	font-size:15px;
}
	.appliDlArea .dlBox.rentVer .dlBoxTtl{
		background-color:#ff8c32;
	}
	.appliDlArea .dlBox.buyVer .dlBoxTtl{
		background-color:#52bcd0;
	}

.appliDlArea .dlBox .dlBoxInner{
	padding:10px;
}

.appliDlArea .dlBox a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 auto;
}


/*catchCopy*/
.idealMod .idealBox .catchCopy{
	background-color:#ffffe7;
	margin: 0 -10px -15px;
	border-radius:0 0 25px 25px;
	-moz-border-radius:0 0 25px 25px;
	-webkit-border-radius:0 0 25px 25px;
	padding:10px 10px 20px;
}
	.idealMod .idealBox .catchCopy .catchTtl{
		color:#f76b8b;
		font-weight:bold;
		font-size:15px;
		margin-bottom:10px;
	}
		.idealMod .idealBox .catchCopy .catchTtl span{
			display:block;
			font-size:10px;
		}

.idealMod .idealBox .catchTxt{
	color:#424242;
	font-size:10.5px;
	text-align:left;
	line-height:1.5;
}



/*-------------------------------------------------------presentMod--*/
.unit.bgPink{
	background-color:#ffe8e8;
}

.presentMod .modInner{
	padding-top:20px;
	padding-bottom:25px;
}

.presentMod .modTtl{
	background-image:url(/smp/bukken_no1/2015/images/ttl_sprite.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	background-size:290px auto;
	-moz-background-size:290px auto;
	-webkit-background-size:290px auto;
	background-position: 0px -295px;
	width: 290px;
	height: 41px;
	margin:0 auto 5px;
}

.presentMod .modTxt{
	color:#b52d42;
	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
}

.presentMod .questBox{
	width: 280px;
	height: 95px;
	background-image:url(/smp/bukken_no1/2015/images/quest_bg.png);
	background-repeat:no-repeat;
	background-size:280px auto;
	-moz-background-size:280px auto;
	-webkit-background-size:280px auto;
	margin:0 auto 15px auto;
	position:relative;
	padding-right:10px;
	background-position:0 0;
}
.presentMod .questBox.closeVer{
	background-image:url(/smp/bukken_no1/2015/images/quest_bg_close.png);
}


	.presentMod .questBox a{
		text-indent:-9999px;
		overflow:hidden;
		display:block;
		background-image:url(/smp/bukken_no1/2015/images/ico_btn_sprite.png);
		background-repeat:no-repeat;
		vertical-align:middle;
		background-size:264px auto;
		-moz-background-size:264px auto;
		-webkit-background-size:264px auto;
		background-position: 0px -373px;
		width: 125px;
		height: 27px;
		position:absolute;
		left:50%;
		margin-left:-67px;
		top:55px;
	}


/*presentList*/
.presentMod ul.presentList li{
	margin-bottom:18px;
}

.presentMod ul.presentList li .listPh{
	background-image:url(/smp/bukken_no1/2015/images/present_sprite.png);
	background-size:320px auto;
	-moz-background-size:320px auto;
	-webkit-background-size:320px auto;
	margin-bottom:20px;
	margin:0 auto 5px;
}
	.presentMod ul.presentList li .listPh.verA{
		background-position: 0px 0px;
		width: 169px;
		height: 197px;
	}
	.presentMod ul.presentList li .listPh.verB{
		background-position: 0px -208px;
		width: 169px;
		height: 196px;
	}
	.presentMod ul.presentList li .listPh.verC{
		background-position: 0px -426px;
		width: 169px;
		height: 198px;
	}

.presentMod ul.presentList li .listTxt{
	line-height:1.4;
	font-size:10px;
	color:#424242;
}

.presentMod .splTxt{
	color:#424242;
	font-size:10px;
	text-align:center;
	margin-bottom:20px;
}


/*noticeArea*/
.presentMod .noticeArea .deadline{
	font-weight:bold;
	font-size:13px;
	color:#e16f81;
	text-align:center;
	margin-bottom:5px;
}

.presentMod .noticeArea .noticeBox{
	background-color:#fff6f6;
	padding:15px 10px;
	margin-bottom:20px;
}

.presentMod .noticeArea .noticeBox .noticeBoxTtl{
	color:#000;
	font-size:11px;
	background-image:url(/smp/bukken_no1/2015/images/ico_circle.png);
	background-size:10px auto;
	-moz-background-size:10px auto;
	-webkit-background-size:10px auto;
	background-repeat:no-repeat;
	background-position:0 50%;
	text-align:left;
	padding-left:13px;
	font-weight:bold;
	margin-bottom:5px;
}

.presentMod .noticeArea .noticeBox ul{
}
	.presentMod .noticeArea .noticeBox ul li{
		text-align:left;
		text-indent:-1em;
		padding-left:1em;
		font-size:9.5px;
		line-height:1.3;
	}

.presentMod .presentBtn{
}
	.presentMod .presentBtn .btn{
		display:block;
		background-image:url(/smp/bukken_no1/2015/images/ico_btn_sprite.png);
		background-repeat:no-repeat;
		vertical-align:middle;
		background-size:290px auto;
		-moz-background-size:290px auto;
		-webkit-background-size:290px auto;
		margin:0 auto;
	}
		.presentMod .presentBtn.accepted .btn{
			background-position: 0px -305px;
			width: 265px;
			height: 48px;
		}
		.presentMod .presentBtn.close .btn{
			background-position: 0px -358px;
			width: 265px;
			height: 47px;
		}


/*-------------------------------------------------------archiveMod--*/

.archiveMod .modInner{
	padding:15px 10px;
}

.archiveMod ul li{
	text-align:left;
	font-size:10px;
	color:#565656;
}
	.archiveMod ul li{
		color:#565656;
		margin-bottom:7px;
	}




/*pageTop*/
.pageTop{
	text-align:center;
	font-size:12px;
	border-top:#d1d1d1 solid 1px;
	border-bottom:#d1d1d1 solid 1px;
	box-shadow:0 6px 5px #d7d7d7;
	margin-bottom:15px;
}

.pageTop a{
	display:block;
	padding:12px 5px 10px;
	color:#535353;
}

.pageTop a span{
	display:inline-block;
	background-image:url(/smp/rent/college/images/smp_page_top.png);
	background-repeat:no-repeat;
	background-size:18px auto;
	min-height:18px;
	padding-left:25px;
}




/*-------------------------------------------------------footer--*/

#footerView .viewChange{
	display:table;
	margin:-6px auto 15px auto;
	border-collapse:separate;
	border-spacing:6px;
	padding:0;
}
#footerView .viewChange li{
	display:table-cell;
	width:111px;
	border:1px solid #a4adb1;
	font-size:85%;
	line-height:1.1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#footerView .viewChange li.sp span{
	position:relative;
	display:block;
	padding:5px 6px 5px 21px;
	background:#667481;
	color:#ffffff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#footerView .viewChange li.sp span:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:6px;
	width:8px;
	height:13px;
	margin-top:-7px;
	background:url(/smp/images/ic.png) no-repeat 0 -320px;
}
#footerView .viewChange li.pc a{
	position:relative;
	display:block;
	padding:5px 6px 5px 23px;
	background:#f5f7f8;
	color:#667481;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#footerView .viewChange li.pc a:before{
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:5px;
	width:14px;
	height:13px;
	margin-top:-7px;
	background:url(/smp/images/ic.png) no-repeat -8px -320px;
}
#footer .utility{
	width:18em;
	max-width:320px;
	margin:0 auto 15px;
	text-align:center;
	line-height:1.1;
}
#footer .utility li{
	margin:0 1px 10px 0;
	padding-right:4px;
	display:inline-block;
	border-right:1px solid #333333;
	white-space:nowrap;
}
#footer .utility li:nth-child(2),
#footer .utility li:nth-child(3),
#footer .utility li:last-child{
	padding-right:0;
	border-right:none;
}
#footer #copyright{
	padding:6px 0 5px;
	border-top:1px solid #000000;
	text-align:center;
	font-size:107%;
	line-height:1.1;
}





/*-------------------------------------------------------icon--*/

.decoratIco{
	display:inline-block;
	background-image:url(/smp/bukken_no1/2015/images/ico_btn_sprite.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	background-size:290px auto;
	-moz-background-size:290px auto;
	-webkit-background-size:290px auto;
}

.trophyIco{
	background-position: 0px -111px;
	width: 27px;
	height: 21px;
	margin:0 3px 4px 0;
}

.rank01{
	background-position: 0px -37px;
	width: 31px;
	height: 22px;
	margin-bottom:5px;
}

.rank02{
	background-position: 0px -64px;
	width: 26px;
	height: 18px;
	margin-bottom:2px;
}

.rank03{
	background-position: 0px -87px;
	width: 26px;
	height: 18px;
	margin-bottom:2px;
}

.appliIco01{
	background-position: 0px 0px;
	width: 17px;
	height: 13px;
	margin-bottom:5px;
	margin-right:4px;
}

.appliIco02{
	background-position: 0px -18px;
	width: 22px;
	height: 14px;
	margin-bottom:5px;
	margin-right:4px;
}

.appStore{
	background-position: 0px -191px;
	width: 151px;
	height: 46px;
}

.googlePlay{
	background-position: 0px -137px;
	width: 145px;
	height: 49px;
}
