@charset "utf-8";
/* CSS Document */
.clearfix:before,
.clearfix:after{
  content:"";
  display: table;
}
.clearfix:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.clearfix{
  *zoom:1;
}

img {
	vertical-align:bottom;
	max-width:100%;
}

/**================================= Link Setting =================================**/

a:link {color:#FF4364; text-decoration:underline;}
a:visited {color:#FF4364; text-decoration:underline;}
a:hover {color:#FF4364; text-decoration:none;}
a:active {color:#FF4364; text-decoration:none;}
a:focus {outline:none;}

a:link[href^="tel:"] {
	text-decoration:none;
	color:#E86A8F;
	cursor: default;
 }


*/
/**================================= Common Setting =================================**/

html {
	height:100%;
	font-size: 62.5%;
}

body {
	font-family: Arial,'Helvetica Neue',Helvetica,Roboto,'Droid Sans','メイリオ',Meiryo,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
	background-color:#000;
	color: #333;
	font-size: 1.0rem;
	line-height: 1.5;
	height:100%;
	font-size:1em;
	-webkit-text-size-adjust: none;
	letter-spacing:0.05em;
}

.spOnly {
	display:none;
}

/**================================= Layout Setting =================================**/
p {
	text-align:center;
	width:1200px;
	margin:0 auto;
}
@media screen and (max-width: 640px){
.pcOnly {
	display:none;
}
.spOnly {
	display:inline;
}
p {
	width:auto;
}
}