@charset "utf-8";
/*
====================================================
	
	initialSetting.css
	
	CSS initial setting
	初期設定
	
====================================================
*/


/*---------------------------------------------------
	Base setting
---------------------------------------------------*/
body{
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* disable webkit tap highlight */
	color:#595959;
	font-family:Arial,"メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","MS ゴシック","MS Gothic",sans-serif;
	font-size:13px;
	letter-spacing:0.04em;
	line-height:22px;
	overflow-x: hidden;
    height: 100%;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}


/* = Selected Text　テキスト選択時
	----------------------------------------------- */
::selection {
	background:#46F2AD; /* Safari */
	color:#FFF;
}
 
::-moz-selection {
	background:#46F2AD; /* Firefox */
	color:#FFF;	
}


/* ------ fontSize 12px ------ */
.text09 { font-size:76%; }
.text10 { font-size:84%; }
.text11 { font-size:92%; }
.text12 { font-size:100%; }
.text13 { font-size:109%; }
.text14 { font-size:117%; }
.text15 { font-size:125%; }
.text16 { font-size:134%; }
.text17 { font-size:142%; }
.text18 { font-size:150%; }
.text19 { font-size:160%; }
.text20 { font-size:168%; }
.text21 { font-size:176%; }
.text22 { font-size:184%; }
.text23 { font-size:192%; }
.text24 { font-size:200%; }



/*---------------------------------------------------
	Link setting
---------------------------------------------------*/

a:link,
a:visited { color:#595959; text-decoration:underline; }
a:hover { color:#46F2AD ; text-decoration:none; }
a:active { color:#595959 ; text-decoration:underline; }


/*---------------------------------------------
	h1
---------------------------------------------*/
h1{
	clear:both;
	margin-top:0;
}
/*---------------------------------------------
	h2
---------------------------------------------*/
h2{
	clear:both;
	margin:0px;
	font-size:13.5px;
}


/*---------------------------------------------
	h3
---------------------------------------------*/
h3{
	clear:both;
	margin:0px;
}

/*---------------------------------------------
	h4
---------------------------------------------*/
h4{
	clear:both;
	margin:0px;
}
h4.title{
}
/*---------------------------------------------
	h5
---------------------------------------------*/
h5{
	clear:both;
	margin:0px;
}


/*---------------------------------------------
	h6
---------------------------------------------*/
h6{
	clear:both;
	margin:0px;
}

/*---------------------------------------------
	li
---------------------------------------------*/
li{
	margin:0px;
}

/*---------------------------------------------
	other
---------------------------------------------*/
.indent {
	text-indent:1em;
}

.sns_count {
	font-size:110%;
	line-height:100%;
	font-weight:bold;
	margin:0 0 0 0;
}

