@charset "UTF-8";
/*\*/

/* ------------------------------------
 * BASE
 * ------------------------------------ */

/*--- LAYOUT ------------------*/
* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
:before,:after {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	width: 100%;
	background: #ffffff;
    color: #2b2b2b;
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	letter-spacing: .08em;
	line-height: 1.75;
	font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
	body {
		font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		line-height: 1.9;
    	font-size: 15px;
        font-size: 1.5rem;
	}
}

#container {
	background-color: #ffffff;
}

article {
	clear: both;
	background-color: #ffffff;
}

footer {
	clear: both;
}


/*--- link ------------------*/

a {
	color: #1e1e1e;
	text-decoration: underline;
}
a:hover {
	color: #1e1e1e;
	text-decoration: underline;
	opacity: 0.8;
}


/*--- clearfix ------------------*/

.clearfix {
    display: inline-block;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}