body {
background-color:#fff;
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
color:#3d3d3d;
font-size: 14px;
width:100%;
}

@media screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: 100%;
		font-size: 70%;
	}
}

a {
color: #1c1c1c;
text-decoration: none;
}
a:link {
color: #1c1c1c;
text-decoration: none;
}
a:visited {
color: #1c1c1c;
text-decoration: none;
}
a:hover {
color: #eb6d8e;
text-decoration: none;
}
a:active {
color: #1c1c1c;
text-decoration: underline;
}
.clearfix:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.clearfix {
overflow: hidden;
}
* html .clearfix {
height: 1%;
overflow: visible;
}
br {
letter-spacing:0;
}
ul,ol {
	list-style-type:none;
}

/* IE7
*:first-child+html .clearfix {zoom: 1;}
*/
