@charset "utf-8";
*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html,body{
	width:100%;
	height:100%;
	background-color:transparent;
}

.container{
	width: 720px;
	height:auto;
	margin:0 auto;
	background-image:none;
	border:1px solid #000;
}

/* ヘッダ */
header{
	position:relative;
	width:100%;
	height:48px;
	background-image:none;
}
header>img{
	position:absolute;
	display:none;
}
header>img[class~="productName"]{
	display:inline-block;
	height:18px;
	margin-left:5px;
}
#fontsizeControl{
	display:none;
}
header .home{
	display:none;
}
header .companyLogo{
	margin-left:5px;
	position:absolute;
	display:block;
}
header .companyLogo img{
	height:30px;
}


/* ナビゲーション */
#navigation{
	display:none;
}


/* 内容 */
.content{
	position:relative;
	padding:8px 30px 12px 30px;
	margin:0 0 0 -20px;
	width: 720px;
	background-image:none;
}
.content>.header{
	position:relative;
	width:100%;
	height:60px;
}
.content>.body{
	position:relative;
	width:100%;
	padding:0px 0 8px 0;
}
.content>.footer{
	position:relative;
	width:100%;
	height:15px;
}
.content .topImage{
	width:720px;
}
.content[class~="tool"]>.header,.content[class~="expression"]>.header{
	background-image:none;
}
.content[class~="tool"]>.body,.content[class~="expression"]>.body{
	background-image:none;
}
.content[class~="tool"]>.footer,.content[class~="expression"]>.footer{
	background-image:none;
}
.content>.header h1{
	position:relative;
	font-size:27px;
	line-height:36px;
	top:18px;
	margin:0 0 0 30px;
	padding:0;
}
.content[class~="tool"]>.header h1{
	color:#e24a46;
}
.content[class~="expression"]>.header h1{
	color:#3b5998;
}
.content>.header .openPagePDF,.content>.body .openPatternPDF{
	display:none;
}
.content>.body .sectionList{
	display:none;
}
.content>.body section{
	position:relative;
	width:680px;
	margin:0px 0px 0px 20px;
}
.content>.body section>.header{
	position:relative;
	background-image:none;
	height:50px;
	width:100%;
}
.content>.body section>.shortheader{
	position:relative;
	background-image:none;
	height:4px;
	width:100%;
}
.content>.body section>.body{
	position:relative;
	background-image:none;
	padding:5px 0 25px 0;
	width:100%;
}
.content>.body section>.footer{
	position:relative;
	background-image:none;
	width:100%;
	height:5px;
}
.content>.body section>.header h2{
	position:relative;
	color:#333;
	font-size:21px;
	font-weight:bold;
	line-height:45px;
	padding:0px 15px;
	margin:0;
}
.content>.body section>.body h3{
	position:relative;
	font-size:18px;
	font-weight:600;
	line-height:30px;
	padding:15px 22px 0px 22px;
	margin:0;
}
.content>.body section>.body h3:first-child{
	padding:0px 22px 0px 22px;
}
.content>.body section>.body>p{
	margin-left:15px;
	display:block;
	margin:0;
	padding:0px 22px;
}
.container .content>.body section>.body>p{
	font-size:12px;
	line-height:18px;
}
.container[class~="fontSize-big"] .content>.body section>.body>p{
	font-size:16px;
	line-height:24px;
}
.content>.body section>.body>div{
	display:inline-block;
	width:288px;
	padding:8px;
	margin:0px 0px 0px 15px;
	vertical-align:top;
	text-align:center;
}
.content>.body section>.body>div p{
	font-size:10px;
	margin:0px 8px 0px 8px;
	padding-bottom:8px;
	text-align:left;
}
.container[class~="fontSize-big"] .content>.body section>.body>div p{
	font-size:14px;
	line-height:21px;
}
.content>.body section>.body img{
	max-width:288px;
	max-height:288px;
	cursor:pointer;
}
.content>.body section>.body>div[class~="large"]{
	display:inline-block;
	width:610px;
	margin:0px 0px 0px 15px;
	vertical-align:top;
	text-align:left;
}
.content>.body section>.body>div[class~="large"] img{
	max-width:610px;
	max-height:610px;
	cursor:pointer;
}
.content>.body section>.body img:hover{
	opacity:0.6;
}
.content>.body section>.body>div[class~="video"]{
	display:inline-block;
	width:382px;
	margin:0px 0px 0px 15px;
	vertical-align:top;
	text-align:left;
}
.content>.body section>.body .videoframe{
	display:inline-block;
	width:608px;
	height:248px;
	background-image:url(../commonImages/tv.png);
	background-size:608px 248px;
	background-repeat:no-repeat;
}
.content>.body section>.body .video[class~="sound"] .videoframe{
	background-image:url(../commonImages/tv_sound.png);
}
.content>.body section>.body video{
	width:346px;
	border:none;
	margin:6px 15px 0px 15px;
}
.content>.body section>.body video div{
	display:inline-block;
	width:346px;
	height:196px;
	text-align:center;
	vertical-align:central;	
	background-color:black;
}
.content>.body section>.body video p{
	text-align:left;
	padding:8px;
	margin:4px 8px 0px 8px;
	color:white;
}
.content>.body section>.body video a{
	font-size:12px;
	text-decoration:underline;
	color:red;
}
.content>.body section>.body table{
	position:relative;
	table-layout:fixed;
	border-top:1px solid black;
	border-left:1px solid black;
	margin:8px 0px 12px 24px;
	max-width:610px; 
}
.content>.body section>.body>table caption>p{
	font-size:12px;
	line-height:18px;
}
.container[class~="fontSize-big"] .content>.body section>.body>table caption>p{
	font-size:16px;
	line-height:24px;
}
.content>.body section>.body>table p{
	font-size:10px;
	margin:0px 8px 0px 8px;
}
.container[class~="fontSize-big"] .content>.body section>.body>table p{
	font-size:14px;
	line-height:21px;
}
.content .body section .body table tr td{
	text-align:left;
	min-width:75px;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.content .body section .body table tr p{
	padding:4px 8px;
	margin:0px;
}
.content .body section .body table thead tr td{
	border-bottom:solid 1px black;
	text-align:center;
}


/* フッタ */
footer{
	display:none;
}

/* 画面スクロール */
#scrollTop{
	display:none;
}
#scrollTop a{
	display:none;
}

/* ポップアップウィンドウ */
.popupWindow{
	display:none;
}
