/* ==================== */
/* = モバイルサービス = */
/* ==================== */

/* ===================================================== */
/* リンクカラー設定 */
/* ===================================================== */
/* リンク色 */
a:link{
	color: #1017d9;
	text-decoration: underline;
}

a:visited{
	color: #1017d9;
	text-decoration: underline;
}

a:hover{
	color: #0005d7;
	text-decoration: underline;
}

a:active{
	color: #CC0000;
	text-decoration: underline;
}

/* ===================================================== */
/* モバイルサービス総合設定 */
/* ===================================================== */
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd
{
	padding: 0px;
	margin: 0px;
}
div.ic_Contener{
margin:10px auto 10px auto;
}
div.cource_Contener{
margin:5px auto 10px auto;
}
div.dot_layout{
margin:10px auto 5px auto;
}

/* ===================================================== */
/* モバイルサービステキスト設定 */
/* ===================================================== */

/* 赤文字 */
.p_red{
	font-size: 12px;
	color: #FF0000;
}
/* ライトグレー文字 */
.p_rightgray{
	font-size: 10px;
	color: #858585;
	line-height:1.3em;
}

/*テーブル内文字*/
.td_margin{
	font-size:12px;
	line-height:1.6em;
	background:#FFFFFF;
	color:#3d3d3d;
}

/* ===================================================== */
/* ドット線設定 */
/* ===================================================== */

div.line {
  border-bottom-style:dotted;
}

/* ===================================================== */
/* フッター設定 */
/* ===================================================== */
#center{
	text-align:center;
}