@charset "utf-8";



/*==================================================

fonts
==================================================*/


/* Cabin */

@font-face {
    font-family: 'cabin';
    font-style: normal;
    font-weight: 400;
    src:url(../../shared/fonts/Cabin-Regular.eot); /* IE9 Compat Modes */
    src: url(../../shared/fonts/Cabin-Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../../shared/fonts/Cabin-Regular.woff) format('woff'), /* Modern Browsers */
    url(../../shared/fonts/Cabin-Regular.ttf)  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'cabin';
    font-style: normal;
    font-weight: 500;
    src: url(../../shared/fonts/Cabin-Medium.eot);
    src: url(../../shared/fonts/Cabin-Medium.eot?#iefix) format('embedded-opentype'),
    url(../../shared/fonts/Cabin-Medium.woff) format('woff'),
    url(../../shared/fonts/Cabin-Medium.ttf)  format('truetype');
}
@font-face {
    font-family: 'cabin';
    font-style: normal;
    font-weight: 600;
    src: url(../../shared/fonts/Cabin-SemiBold.eot);
    src: url(../../shared/fonts/Cabin-SemiBold.eot?#iefix) format('embedded-opentype'),
    url(../../shared/fonts/Cabin-SemiBold.woff) format('woff'),
    url(../../shared/fonts/Cabin-SemiBold.ttf)  format('truetype');
}
@font-face {
    font-family: 'cabin';
    font-style: normal;
    font-weight: bold;
    src: url(../../shared/fonts/Cabin-Bold.eot);
    src: url(../../shared/fonts/Cabin-Bold.eot?#iefix) format('embedded-opentype'),
    url(../../shared/fonts/Cabin-Bold.woff) format('woff'),
    url(../../shared/fonts/Cabin-Bold.ttf)  format('truetype');
}


/* Abel */

@font-face {
    font-family: 'abel';
    font-style: normal;
    font-weight: normal;
    src:url(../../shared/fonts/Abel-Regular.eot); /* IE9 Compat Modes */
    src: url(../../shared/fonts/Abel-Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../../shared/fonts/Abel-Regular.woff) format('woff'), /* Modern Browsers */
    url(../../shared/fonts/Abel-Regular.ttf)  format('truetype'); /* Safari, Android, iOS */
}


/* Default */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}


/*==================================================

sectioning	
==================================================*/


/*	outline	*/

html,
body {
	margin:0;
	padding:0;
	border:0;
	line-height:100%;
}

/*	フォントファミリーと「p」のフォントサイズを調整　2019.09.20	*/
body {
	font-family:Hiragino Kaku Gothic Pro, Meiryo, Osaka, MS PGothic, sans-serif;
	color: #333;
		/*
		font-family:
		YuGothic,"Yu Gothic",
		Verdana,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		Meiryo, Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		"M+ 1p",
		sans-serif;

	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meiryo, Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif;
	font-family:
		'Forum',
		'Cinzel',
	   "ヒラギノ明朝 ProN W3",
	   "HiraMinProN-W3",
	   "HG明朝E",
	   "ＭＳ Ｐ明朝",
	   "MS PMincho",
	   "MS 明朝",
	   serif;
	   */
	font-size:87.5%;
}
p{ font-size: 106%; letter-spacing: -0.5px;}
/*	-----------------------------------------------------------	*/

p,
blockquote,
address,
small,
dt,
dd,
li,
th,
td,
span {
	line-height:150%;
}
div {
	line-height:100%;
}



/*	heading	*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	vertical-align:top;
	font-weight:normal;
	font-size:100%;
	line-height:150%;
}



/*==================================================

link	
==================================================*/


a {
	color:inherit;
	text-decoration:inherit;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}



/*==================================================

content	
==================================================*/


/*	text	*/

p,
blockquote {
	margin:0;
}
address {
	font-style:normal;
}


/*	list	*/

ol,
ul,
dl,
dd {
	margin:0;
}
ol,
ul {
	padding:0;
	list-style:none;
}


/*	table	*/

table {
	border-collapse:collapse;
}
caption {
}
th,
td {
	padding:0;
}
th {
	font-weight:normal;
}


/*	embed	*/

img {
	vertical-align:bottom;
	border:0;
}
figure {
	margin:0;
	padding:0;
}


/*	semantics	*/

ruby,
rt,
mark,
menu {
	margin:0;
	padding:0;
}
small {
	font-size:100%;
}
em,
cite,
dfn,
i {
	font-style:normal;
}
strong,
b {
	font-weight:normal;
}
ins,
del {
	text-decoration:none;
}
q {
	quotes:none;
}
sup,
sub {
	vertical-align:baseline;
}
ruby,
rt,
mark {
	line-height:100%;
}
mark {
	background:none;
}



/*==================================================

form
==================================================*/

form {
	margin:0;
}
input,
select,
textarea,
button {
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:100%;
	background:none;
	border:none;
	outline:none;
}
select {
	line-height:100%;
	font-weight:normal;
}
fieldset {
	margin:0;
	padding:0;
	border:0;
}