@charset "UTF-8";

/* CALME index */

#contents{
	width:1000px;
	height:auto;
	padding-top:50px;
	padding-bottom:360px;
	margin:0px auto 0px;
	text-align:center;
	font-size:15px;
	background:#fff;
}

.firsttext p{
	line-height: 2.8;
}

#shop{
	width:1000px;
	height:auto;
	margin:150px auto 0px;
}
#shop article{
	width:400px;
	height: auto;
	margin:0 auto 200px;
}
#shop article h2{
	text-align: justify;
	margin-top:10px;
	font-size: 15px;
}
#shop article h1{
	text-align: justify;
	font-size: 18px;
}
#shop article p.text{
	text-align: justify;
	margin-top:15px;
	margin-bottom:20px;
}

#shop article p.link a{
	display: block;
	width:100%;
	height: 44px;
	line-height: 44px;
	color:#fff;
	text-decoration: none;
	font-size: 17px;
	border-radius: 50px;
}
#shop article p.web a{
	background:#9FB0BD;
	margin-bottom:60px;
}
#shop article p.insta a{
	background:#F0AA9D;
}


#info{
	width:700px;
	height:auto;
	margin:50px auto 0px;
	
}
#info h1{
	font-size: 20px;
	color:#9FB0BD;
	text-align: justify;
	margin-top:50px;
}

#info article{
	width:700px;
	height: auto;
	margin:30px auto;
	text-align: justify;
}
#info article h2{
	font-size: 17px;
	border-bottom:1px solid #9FB0BD;
}
#info article p.date{
	margin-top:30px;
	text-align: right;
}
#info article p.textlink{
	margin-top:20px;
}
#info article p.textlink a{
	color:#666;
}


/* CALME サイトマップページ */
#sitemap{
	width:1000px;
	height:auto;
	margin:50px auto 0px;
}
#sitemap article{
	width:400px;
	height: auto;
	margin:0 auto 200px;
}
#sitemap article h2{
	text-align: justify;
	margin-top:10px;
	font-size: 15px;
}
#sitemap article h1{
	text-align: justify;
	font-size: 18px;
	margin-bottom:20px;
}

#sitemap article ul li a{
	display: block;
	width:100%;
	height: 44px;
	line-height: 44px;
	color:#fff;
	text-decoration: none;
	font-size: 17px;
	border-radius: 50px;
	background:#7d7d7d;
	margin-bottom:60px;
}

#sitemap article p.link a{
	display: block;
	width:100%;
	height: 44px;
	line-height: 44px;
	color:#fff;
	text-decoration: none;
	font-size: 17px;
	border-radius: 50px;
}
#sitemap article p.web a{
	background:#9FB0BD;
	margin-bottom:60px;
}
#sitemap article p.insta a{
	background:#F0AA9D;
}

/*プレスリリース*/
#press{
	width:700px;
	height:auto;
	margin:50px auto 0px;
	
}
#press h1{
	font-size: 20px;
	color:#9FB0BD;
	text-align: justify;
	margin-top:50px;
}

#press article{
	width:700px;
	height: auto;
	margin:30px auto;
	text-align: justify;
}
#press article h2{
	font-size: 17px;
	border-bottom:1px solid #9FB0BD;
}
#press article p.date{
	margin-top:30px;
	text-align: right;
}
#press article p.textlink{
	margin-top:20px;
}
#press article p.textlink a{
	color:#666;
}

#press article dl{
	width:100%;
	margin-top:20px;
}

#press article dl dt{
	float: left;
}

/*404*/
.error404{
	width:100%;
	height: auto;
	margin-bottom:360px;
}

.error404 p.entitle{
	text-align: center;
	font-size: 28px;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	color:#343F56;
	font-weight:bold;
}

/*TOPへ戻る*/
.error404 p.topbunner a{
	display: block;
	width:400px;
	height: 50px;
	line-height: 50px;
	margin:80px auto 0;
	background:#F0E4D7;
	border-radius: 15px;
	text-decoration: none;
	color:#4d4d4d;
	font-size: 17px;
	text-align: center;
}