@charset "shift_jis";

*{	font-family:"YakuHanJP", 'M PLUS Rounded 1c', sans-serif,'Montserrat','メイリオ','Hiragino Kaku Gothic Pro';
	}


html {
overflow-x: hidden;
}

body{
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#777777;
	text-decoration: none;
    flex:auto; 
	}


#container_topics{
 	text-align:left;
	background-color:#FFFFFF;
	}


#topics_main{
	margin:0px;
	width:flex;
	font-size:0.6rem;
	line-height:100%;
	}


	/*　表の装飾 下線の破線のみ */
table.table02 {
  border-collapse:0;
  border-spacing: 0;
  empty-cells: hide;
		}

table.table02 td{
	padding:5px 5px 5px 5px;
	background:url(../../img/main/line_dot.gif) bottom no-repeat;
	vertical-align:top;
	}


table.tableTopics {
		width:flex;
		border:none;
  border-collapse:0;
  border-spacing: 0;
  empty-cells:show;
		}

	table.tableTopics th{
		width:flex;
		padding:5px;
		font-weight:flex;
		vertical-align:top;
		white-space:nowrap;
		}

	table.tableTopics td{
		width:auto;
		padding:5px;
		vertical-align:top;
		}



/*　topics link
---------------------------------------------------------------------------------------*/
#topics_main a:link {
	color: #777777;
	text-decoration: none;
	}

#topics_main a:visited {
	color: #006CFF;
	text-decoration: none;

	}

#topics_main a:active {
	color: #777777;
	}
	
#topics_main a:hover {
	color: #F9799F;
	text-decoration:none;
	}
