@charset "utf-8";

/* サイト全体共通スタイル */
@import url("/japan/common/css/style.css");

/* サブページ共通スタイル */
@import url("/japan/common/css/sub/subpage.css");

	/* license(contents_left)共通 */
	#contents_l h2 {
		background:url(/japan/support/images/userservice/h2title.jpg) no-repeat;
	}
	
	#contents_l h3 {
		margin:0 0 10px 0;
		padding:8px 0 8px 10px;
		border-top:1px solid #E6E6E6;
		border-bottom:1px solid #E6E6E6;
		background:#F5F5F5;
	}

	#contents_l h4 {
		margin:10px 0;
		padding:5px 0 5px 10px;
		font-size:100%;
		border-bottom:3px solid #E6E6E6;
	}
	
	#contents_l h5 {
		margin:0 0 10px 0;
		padding:5px 0 5px 10px;
		color:#966428;
		font-size:100%;
		border-bottom:1px solid #DCDCDC;
	}
	
	#contents_l h6 {
		margin:0 0 5px 0;
		color:#464646;
		font-size:100%;
	}
	/* end */
	
	#support {
		width:630px;
	}
	
		#support .top {
			margin:15px 0;
		}
		
		#support #date {
			float:right;
			margin:0 0 0 20px;
			padding:16px 10px 14px 12px;
			color:#464646;
			font-size:11px;
			line-height:11px;
		}

	/* lead_text */
	#support #lead {
		margin:0 0 20px 0;
		color:#464646;
		font-size:90%;
		line-height:180%;
	}
	/* end */
	
	/* contents */
	#support .c {
		margin:0 0 10px 0;
		color:#464646;
		font-size:90%;
		line-height:180%;
	}

	#support #lead:not(\*|*),
	#support .c:not(\*|*) {
		font-size:95%;
	}
		
		#support .c ul {
			list-style:none;
		}
		
		#support .c ul li {
			margin:0 0 0 5px;
		}
			
			#support .c ul.multiline li {
				margin:0 0 0 18px;
				text-indent:-12px;
			}
		
		#support .c ol li {
			margin:0 0 0 25px;
		}
		
		#support .c .indent {
			margin-left:20px;
		}
		
		#support .c .mark {
			font-family:Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
		}
		
		#support .c p.small {
			line-height:150%;
		}
		
		#support .c .gray {
			color:#787878;
		}	
	/* end */




