/*-----------------------------
	profile(スマホ)ページ用
------------------------------*/
.sp-none {
	display: none;
}

body {
	letter-spacing: -0.001em;
	-webkit-text-size-adjust: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	background-image: url(../img/bg.gif);
	background-size: 100%;
	background-repeat: repeat-y;
	background-position: center 50px;
	text-decoration: none;
	}

h1 {
	margin: 0px; padding: 0px;
	width: 100%; height: 8px;
	background-color: black;
}

h1 a {
	color: #FF0099;
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
}

#header-bg {
	background-image: url(http://www.love-chanko.com/img/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 320px;
	margin: 0px auto;
	padding: 0px;
}

#top-line {
	background-image: url(../img/top-line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 8px;
	width: 100%;
	margin: 0px;
}

.clear {
	clear: both;
}

.t-bar {
	width: 312px;
	margin: 0 0 5px 0;
	padding: 0;
}

.menu-sp {
	margin: 5px;
	padding: 0px;
	margin-left: auto; margin-right: auto;
	width: 312px;
}

.menu-sp ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu-sp li{
	margin: 3px 2px;
	padding: 0px;
}

.li3 {
	float: left;
}

#miechat {
	clear: both;
	width: 290px;
	margin: 0px;
	margin-left: auto; margin-right: auto;
	padding: 3px 0px;
	border: solid 5px #FF9900;
	border-radius: 5px;
	background-color: #FF9900;
}

#fc {
	clear: both;
	width: 150px;
	margin: 0px;
	margin-left: auto; margin-right: auto;
	padding: 3px 0px;
}

#foot-line {
	background-image: url(http://www.love-chanko.com/img/foot-line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 8px;
	width: 100%;
	margin: 0px;
}
#footertext {
	font-size: 8px;
	color: black;
	text-align: center;
	width: 300px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}



.line {
	border: 3pt #CCCCCC double;
	background-color: white;
}

