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



/* Font
-----------------------------------------------------------------------------------------------------------*/
html p {
	font-size: 100%;
}



/* フッター
-----------------------------------------------------------------------------------------------------------*/
#shareBtn {
	display: none;
}

#footer #allexit {
	display: none;	
}

#footer #goHome {
	padding-top:10px;
}



/* 電話
-----------------------------------------------------------------------------------------------------------*/

/*** トップページ ***/
#sp_phone .callList {
	margin-top: 10px;
}
#sp_phone .callList .telListItem .textName {
	font-size: 16px;
}
#sp_phone .callList .telListItem .textNo {
	font-size: 16px;
}

/*** 通話中 ***/
#sp_phone_call .comment h2 {
	font-size: 18px;
}
#sp_phone_call .comment p.serif {
	font-size: 18px;
}
#sp_phone_call .comment h3 {
	color: #f95e13;
	border-bottom: solid 1px #f99113;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#sp_phone_call .comment p {
	padding-bottom: 10px;
}
#sp_phone_call .comment .balloon {
	left: 90px;
}


/* アプリ
-----------------------------------------------------------------------------------------------------------*/
/*** アプリトップ ***/

#sp_appli .contentBox h2.newappli {
	font-size: 16px;
	line-height: 30px;
}

#sp_appli .contentBox .grid .appliText {
	font-size: 14px;
}

#sp_appli .contentBox .idBtn {
	font-size: 14px;
}
#sp_appli .contentBox .kiyaku {
	font-size: 14px;
}


/*** アプリゲーム＆便利アプリ ***/

#appli_game_attention h2.attention ,
#appli_benri_attention h2.attention {
	font-size: 24px;
}

#appli_game_attention .message h2 ,
#appli_benri_attention .message h2 {
	line-height: 30px;
	font-size: 16px;
}
#appli_game_attention .message h3 ,
#appli_benri_attention .message h3 {
	padding-bottom: 7px;
	font-size: 16px;
}
#appli_game_attention .message p ,
#appli_benri_attention .message p {
	margin-bottom: 7px;
}


/* パスワード
-----------------------------------------------------------------------------------------------------------*/
/*** トップページ ***/

#sp_password .contentBox h2 {
	padding-bottom: 7px;
	font-size: 16px;
}

#sp_password .contentBox .ui-controlgroup-label {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
}

#sp_password .contentBox h3 {
	font-size: 16px;
	line-height: 30px;
	border-radius: 15px;
}

#sp_password .strengthBox .overText {
	font-size: 14px;
}
#sp_password .strengthBox .meterText {
	font-size: 16px;
}

#sp_password .notes {
	font-size: 12px;
}



/*** 学ぶページ　***/
#sp_password_study .contentBox h2 {
	font-size: 16px;
	line-height: 30px;
	border-radius: 15px;
}
#sp_password_study .contentBox h3 {
	padding-bottom: 7px;
	font-size: 16px;
}


