@charset "UTF-8";
/* CSS Document */

html {
  background-color: transparent;
  background-image: none;
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	-webkit-text-size-adjust: 100%;
}


.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clear {
	clear: both;
	display: block;
}

p,li {
	font-size: 14px;
	line-height: 2.3;
}

a {
	font-weight: bold;
}

/*--------------------------------------
Link設定
--------------------------------------*/

a:link {
	color:#ed207b;
	text-decoration:none;
}
a:visited {
	color:#faa1c9;
	text-decoration:none;
}
a:hover {
	color:#ed207b;
	text-decoration:underline;
}
a:active {
	color:#ed207b;
	text-decoration:none;
}


/*--------------------------------------
ヘッダー設定
--------------------------------------*/



/*--------------------------------------
フッター設定
--------------------------------------*/

/* 2024/10/30 SFIMA追記 */
section{
    width: 960px;
    margin: auto;
    margin-bottom: 100px;
}
section h2{
    padding-bottom: 40px;
}
section h3{
    font-size: 16px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.3em;
    padding-bottom: 10px;
    
}
/* end 2024/10/30 SFIMA追記 */