@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
* { /*游明朝*/
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	font-weight: 600;
	margin: 0;
	padding: 0;
	color: #2d2f26;
	letter-spacing: 0.08rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}

.gos {
    font-family: goudy-old-style, serif;
    font-weight: 400;
}
	
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
}

img {
	border: 0;
	vertical-align:bottom;
}

a { text-decoration: none;}

ul, li { list-style: none;}


/* float */
.fLeft { float: left !important;}
.fRight { float: right !important;}


/* clearfix */
.cf:after {
    content: "";
    display: block;
    clear: both;
}


/* align */
.cen   { text-align: center !important; }
.left  { text-align: left !important; }
.right { text-align: right !important; }


/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}


/* font-size */


/* margin,padding */