@charset "utf-8";

/*--------------------------------------------------------------------------*/
/* JOOX　ニュースアプリ・ダウンロード案内 (2017/06/08 update) */
/*--------------------------------------------------------------------------*/

	*{
		margin:0;
		padding:0;
		border:0;
		outline:none;
		}

	a:link{   text-decoration:none;       color:#991100;}
	a:visited{text-decoration:none;       color:#007700;}
	a:hover{  text-decoration:underline;  color:#ee0000;}
	a:focus  {text-decoration:underline;  color:#ee0000;}
	a:active{ text-decoration:none;       color:#ff0000;}

	#wrapper{
		margin:0px auto 10px auto;
		padding:0px 0px 0px 0px;
		width:978px;
		background-color:#ffffff;
		}

	#wrapper2{
		margin:20px auto 10px auto;
		padding:0px 0px 0px 230px;
		width:748px;
		background-color:#ffffff;
		background-image:url("../images/app_icon_2017.png");
		background-repeat:no-repeat;
		line-height:20px;
		font-size:14px;
		font-weight:normal;
		font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳゴシック",sans-serif;
		}

	h2.section_title_top{
		margin:10px 0px 10px 0px;
		padding:2px 0px 10px 5px;
		line-height:24px;
		font-size:16px;
		font-weight:normal;
		font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳゴシック",sans-serif;
		color:#555555;
		border-left-color:#dddddd;
		border-left-width:10px;
		border-left-style:solid;
		}

	h2.section_title{
		margin:30px 0px 10px 0px;
		padding:2px 0px 10px 5px;
		line-height:24px;
		font-size:16px;
		font-weight:normal;
		font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳゴシック",sans-serif;
		color:#555555;
		border-left-color:#dddddd;
		border-left-width:10px;
		border-left-style:solid;
		}

	ul.simple_list_1{
		margin:10px 0px 10px 0px;
		}

	ul.simple_list_1 li{
		margin:2px 0px 5px 30px;
		line-height:18px;
		line-break:strict;
		font-size:14px;
		font-weight:normal;
		font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳゴシック",sans-serif;
		list-style-position:outside;
		list-style-type:disc;
		}

	ul.simple_list_2{
		margin:10px 0px 10px 0px;
		}

	ul.simple_list_2 li{
		margin:2px 0px 5px 30px;
		line-height:18px;
		line-break:strict;
		font-size:14px;
		font-weight:normal;
		font-family:"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳゴシック",sans-serif;
		list-style-position:outside;
		list-style-type:circle;
		}

	.clear{
		clear:both;
		}


