/*=========================================
	*スタイルのリセット
	*=========================================*/
html, body, div,h1, h2, h3, h4, h5, h6, ul, ol, li, dl,dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav,input{
	margin: 0;
	padding: 0;
	font-size:100%;
}
body {
	color:#575757;
	line-height: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.0;
	margin: auto;
	/* font-family: Meiryo,メイリオ,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; */
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", Meiryo, Arial, sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
	display: block;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol {
	list-style: none;
}
table {
	border-spacing: 0;
	empty-cells: show;
	*cellpadding: 0;
}
table td ,
table th,
table tr,
table tbody {
	*cellpadding: 0;
}


/*=========================================
	*サイトのスタイル
	*=========================================*/

/*　　　ページ共通デザイン
--------------------------------------------*/	
body {

	background: #ffffff;
}

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

img {
vertical-align: top;
border: 0 none;
}

a {
color: #7C6764;
}

li {
list-style: none outside none;
}

.pink { color: #dc5f98; }
