@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:#c8c9ca;
}

.container {
	width: 960px;
	height:auto;
	margin:0 auto;
}

/* ヘッダ */
header{
	position:relative;
	width:100%;
	height:65px;
	background-color:#38559a;
}
header *{
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10から */
}
header>img{
	position:absolute;
}
#fontsizeControl{
	position:absolute;
	background-image:url(../commonImages/fontsizeButton.png);
	right:78px;
	top:10px;
	width:100px;
	height:40px;
}
#fontsizeControl[class~="small"]{
	background-position:top left;
}
#fontsizeControl[class~="big"]{
	background-position:bottom left;
}
#fontsizeControl div{
	float:right;
	display:inline-block;
	position:relative;
	height:40px;
	width:50px;
	cursor:pointer;
}
#fontsizeControl div[class~="selected"]{
	cursor:default;
}
header .home{
	position:absolute;
	background-image:url(../commonImages/homeButton.png);
	background-position:top left;
	background-size:84px 42px;
	right:15px;
	top:9px;
	width:42px;
	height:42px;
	cursor:pointer;
}
header .home:hover{
	background-position:top right;
}
header .productName{
	position:absolute;
	left:0;
	bottom:0;
}
header .companyLogo{
	position:absolute;
	display:block;
	cursor:pointer;
}


/* ナビゲーション */
#navigation{
	position:relative;
	width:960px;
	padding:10px 40px 5px 40px;
	margin-left:-20px;
	background-image:url(../commonImages/containerbackground.png);
	background-repeat:repeat-y;
	background-position:top left;
	z-index:9997;
}
#navigation .listTitle{
	position:relative;
	display:inline-block;
	top:0px;
	vertical-align:top;
}
#navigation .toolMenu, #navigation .expMenu{
	position:relative;
	margin-top:5px;
	padding:8px;
	width:900px;
	background-color:#eeeeef;
	border-radius:5px;
}
#navigation .toolMenu .toolList, #navigation .expMenu .expressionList{
	display:inline-block;
	width:735px;
	margin:0px;
	padding:0;
	list-style:none;
}
#navigation .toolMenu ul li,#navigation .expMenu ul li{
	display:inline-block;
	width:174px;
	line-height:18px;
	padding:3px 0;
	margin:0 0 0 5px;
	vertical-align:middle;
}
#navigation .toolMenu .toolList li a,#navigation .expMenu .expressionList li a{
	display:inline-block;
	font-size:14px;
	text-decoration:none;
	padding-left:20px;
	text-align:left;
	color:black;
}
#navigation .toolMenu .toolList li a{
	background-image:url(../commonImages/dot_red.png);
	background-position:center left;
	background-repeat:no-repeat;
}
#navigation .expMenu .expressionList li a{
	background-image:url(../commonImages/dot_blue.png);
	background-position:center left;
	background-repeat:no-repeat;
}
#navigation .toolMenu .toolList li a:hover, #navigation .expMenu .expressionList li a:hover{
	text-decoration:underline;
}
#navigation .toolMenu .toolList li a[class~="active"]{
	font-weight:bold;
	color:#e24a46;
	cursor:default;
	text-decoration:none;
}
#navigation .expMenu .expressionList li a[class~="active"]{
	font-weight:bold;
	color:#3b5998;
	cursor:default;
	text-decoration:none;
}
#navigation .imageBox{
	position:absolute;
	height:190px;
	width:176px;
	display:none;
}
#navigation .imageBox[class~="toolImage"]{
	background-image:url(../commonImages/toolImage.png);
}
#navigation .imageBox[class~="expImage"]{
	background-image:url(../commonImages/expImage.png);
}
#navigation .imageBox img{
	position:relative;
	top:24px;
	left:10px;
	width:156px;
	height:156px;
	border:none;
}



/* 内容 */
.content{
	position:relative;
	padding:10px 40px 15px 40px;
	margin:0 0 0 -20px;
	width: 920px;
	background-image:url(../commonImages/containerbackground.png);
	background-repeat:repeat-y;
	background-position:top center;
}
.content>.header{
	position:relative;
	width:100%;
	height:70px;
	background-repeat:repeat-y;
}
.content[class~="tool"]>.header{
	background-image:url(../commonImages/content_header_footer_tool.png);
}
.content[class~="expression"]>.header{
	background-image:url(../commonImages/content_header_footer_expression.png);
}
.content>.body{
	position:relative;
	width:100%;
	background-repeat:repeat-y;
	padding:30px 0 10px 0;
}
.content[class~="tool"]>.body{
	background-image:url(../commonImages/content_body_tool.png);
}
.content[class~="expression"]>.body{
	background-image:url(../commonImages/content_body_expression.png);
}
.content>.footer{
	position:relative;
	width:100%;
	height:20px;
	background-repeat:repeat-y;
}
.content[class~="tool"]>.footer{
	background-image:url(../commonImages/content_header_footer_tool.png);
}
.content[class~="expression"]>.footer{
	background-image:url(../commonImages/content_header_footer_expression.png);
}
.content>.header h1{
	position:relative;
	font-size:36px;
	line-height:48px;
	top:25px;
	margin:0 0 0 40px;
	padding:0;
}
.content[class~="tool"]>.header h1{
	color:#e24a46;
}
.content[class~="expression"]>.header h1{
	color:#3b5998;
}
.content>.header .openPagePDF{
	position:absolute;
	display:block;
	background-image:url(../commonImages/otherButtons.png);
	background-position:left top;
	background-repeat:no-repeat;
	top:20px;
	right:30px;
	width:280px;
	height:50px;
	cursor:pointer;
}
.content>.header .openPagePDF:hover{
	background-position:right top;
}
.content>.body .openPatternPDF{
	position:relative;
	display:block;
	background-image:url(../commonImages/otherButtons.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:280px;
	height:50px;
}
.content>.body section>.body>.openPatternPDF{
	margin-left:30px;
}
.content>.body section>.body>div .openPatternPDF{
	margin-left:10px;
}
.content>.body .openPatternPDF:hover{
	background-position:right bottom;
}
.content>.body .sectionList{
	margin:0 0 30px 40px;
}
.content>.body .sectionList ol{
	position:relative;
	display:inline-block;
	width:420px;
	list-style: none;
	padding:0px;
	vertical-align:top;
}
.content>.body .sectionList ol li{
	line-height:30px;
}
.content>.body .sectionList ol li a{
	color:black;;
	font-size:18px;
	text-decoration:none;
}
.content>.body .sectionList ol li a:hover{
	text-decoration:underline;
}
.content>.body section{
	position:relative;
	width:880px;
	margin:0 0 30px 20px;
}
.content>.body section>.header{
	position:relative;
	background-image:url(../commonImages/section_header.png);
	background-repeat:no-repeat;
	height:50px;
	width:100%;
}
.content>.body section>.shortheader{
	position:relative;
	background-image:url(../commonImages/section_header_short.png);
	background-repeat:no-repeat;
	height:4px;
	width:100%;
}
.content>.body section>.body{
	position:relative;
	background-image:url(../commonImages/section_body.png);
	background-repeat:repeat-y;
	padding:5px 0 25px 0;
	width:100%;
}
.content>.body section>.footer{
	position:relative;
	background-image:url(../commonImages/section_footer.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:100%;
	height:5px;
}
.content>.body section>.header h2{
	position:relative;
	color:#333;
	font-size:28px;
	font-weight:bold;
	line-height:60px;
	padding:0px 20px;
	margin:0;
}
.content>.body section>.body h3{
	position:relative;
	font-size:24px;
	font-weight:600;
	line-height:40px;
	padding:20px 30px 0px 30px;
	margin:0;
}
.content>.body section>.body h3:first-child{
	padding:0px 30px 0px 30px;
}
.content>.body section>.body>p{
	margin-left:20px;
	display:block;
	margin:0;
	padding:0px 30px;
}
.container .content>.body section>.body>p{
	font-size:16px;
	line-height:24px;
}
.container[class~="fontSize-big"] .content>.body section>.body>p{
	font-size:21px;
	line-height:32px;
}
.content>.body section>.body>div{
	display:inline-block;
	width:385px;
	padding:10px;
	margin:0px 0px 0px 20px;
	vertical-align:top;
	text-align:center;
}
.content>.body section>.body>div p{
	font-size:14px;
	margin:0px 10px 0px 10px;
	padding-bottom:10px;
	text-align:left;
}
.container[class~="fontSize-big"] .content>.body section>.body>div p{
	font-size:18px;
	line-height:27px;
}
.content>.body section>.body img{
	max-width:385px;
	max-height:385px;
	cursor:pointer;
}
.content>.body section>.body>div[class~="large"]{
	display:inline-block;
	width:815px;
	margin:0px 0px 0px 20px;
	vertical-align:top;
	text-align:left;
}
.content>.body section>.body>div[class~="large"] img{
	max-width:815px;
	max-height:815px;
	cursor:pointer;
}
.content>.body section>.body img:hover{
	opacity:0.6;
}
.content>.body section>.body>div[class~="video"]{
	display:inline-block;
	width:510px;
	margin:0px 0px 0px 20px;
	vertical-align:top;
	text-align:left;
}
.content>.body section>.body .videoframe{
	display:inline-block;
	width:810px;
	height:330px;
	background-image:url(../commonImages/tv.png);
	background-repeat:no-repeat;
	padding-bottom:5px;
}
.content>.body section>.body .video[class~="sound"] .videoframe{
	background-image:url(../commonImages/tv_sound.png);
}
.content>.body section>.body video{
	width:462px;
	border:none;
	margin:8px 20px 0px 20px;
}
.content>.body section>.body video div{
	display:inline-block;
	width:462px;
	height:261px;
	text-align:center;
	vertical-align:central;	
	background-color:black;
}
.content>.body section>.body video p{
	text-align:left;
	padding:10px;
	margin:5px 10px 0px 10px;
	color:white;
}
.content>.body section>.body video a{
	font-size:16px;
	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:10px 0px 15px 30px;
	max-width:810px;
}
.content>.body section>.body>table caption>p{
	font-size:16px;
	line-height:24px;
}
.container[class~="fontSize-big"] .content>.body section>.body>table caption>p{
	font-size:21px;
	line-height:32px;
}
.content>.body section>.body>table p{
	font-size:14px;
	margin:0px 10px 0px 10px;
}
.container[class~="fontSize-big"] .content>.body section>.body>table p{
	font-size:18px;
	line-height:27px;
}
.content .body section .body table tr td{
	text-align:left;
	min-width:100px;
	border-right:1px solid black;
	border-bottom:1px solid black;
}
.content .body section .body table tr p{
	padding:5px 10px;
	margin:0px;
}
.content .body section .body table thead tr td{
	border-bottom:solid 1px black;
	text-align:center;
}


/* フッタ */
footer{
	position:relative;
	width:100%;
	height:auto;
	padding:5px 0 10px 0;
	background-color:#38559a;
}
footer .listTitle{
	display:inline-block;
	vertical-align:top;
	top:2px;
}
footer .toolMenu,footer .expMenu{
	position:relative;
	display:block;
	width:842px;
	margin:5px 0 0 20px;
	padding:5px;
	background-color:#eeeeef;
	border-radius:5px;
}
footer .toolMenu .toolList, footer .expMenu .expressionList{
	display:inline-block;
	width:675px;
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}
footer .toolMenu ul li,footer .expMenu ul li{
	display:inline-block;
	width:159px;
	line-height:16px;
	padding:2px 0;
	margin:0 0 0 5px;
	vertical-align:middle;
}
footer .toolMenu .toolList li a,footer .expMenu .expressionList li a{
	display:inline-block;
	font-size:12px;
	text-decoration:none;
	padding-left:20px;
	text-align:left;
	color:black;
}
footer .toolMenu .toolList li a{
	background-image:url(../commonImages/dot_red.png);
	background-size:12px 12px;
	background-position:center left;
	background-repeat:no-repeat;
}
footer .expMenu .expressionList li a{
	background-image:url(../commonImages/dot_blue.png);
	background-size:12px 12px;
	background-position:center left;
	background-repeat:no-repeat;
}
footer .toolMenu .toolList li a:hover, footer .expMenu .expressionList li a:hover{
	text-decoration:underline;
}
footer .toolMenu .toolList li a[class~="active"]{
	font-weight:bold;
	color:#e24a46;
	cursor:default;
	text-decoration:none;
}
footer .expMenu .expressionList li a[class~="active"]{
	font-weight:bold;
	color:#3b5998;
	cursor:default;
	text-decoration:none;
}
footer .homeButton{
	position:absolute;
	background-image:url(../commonImages/homeButton.png);
	background-repeat:no-repeat;
	height:42px;
	width:42px;
	top:50%;
	margin:-21px 0 0 -21px;
	right:24px;
	cursor:pointer;
}
footer .homeButton:hover{
	background-position:top right;
}
footer .footerButtons{
	width:100%;
	text-align:center;
}
footer .recommend{
	position:relative;
	display:inline-block;
	background-image:url(../commonImages/recommend.png);
	background-position:bottom left;
	height:70px;
	width:250px;
	margin:10px 20px;
	cursor:pointer;
}
footer .recommend:hover{
	background-position:top left;
}
footer .seriesList{
	position:relative;
	display:inline-block;
	background-image:url(../commonImages/seriesList.png);
	background-position:bottom left;
	height:70px;
	width:250px;
	margin:10px 20px;
	cursor:pointer;
}
footer .seriesList:hover{
	background-position:top left;
}


/* 画面スクロール */
#scrollTop{
	position:fixed;
	display:none;
	width:960px;
	height:0;
	left:50%;
	margin-left:-480px;
	bottom:0px;
	z-index:9998;
}
#scrollTop a{
	position:absolute;
	display:block;
	right:0px;
	width:80px;
	height:80px;
	background-image:url(../commonImages/scrollButton.png);
	background-position:top right;
	bottom:10px;
}
#scrollTop a:hover{
	background-position:top left;
}

/* ポップアップウィンドウ */
.popupWindow{
	position:fixed;
	background-image:url(../commonImages/popupBackground.png);
	background-repeat:repeat;
	width:100%;
	height:100%;
	z-index:9998;
	
	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	-webkit-animation-name: modalFadeIn;
	animation-duration: 1s;
  	animation-iteration-count: 1;
	animation-name: modalFadeIn; 
}

@keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}

.popupWindow img{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
}

.popupWindow div.closeButton{
	background-image:url(../commonImages/closeButton.png);
	background-position:top left;
	position:absolute;
	top:50%;
	left:50%;
	height:36px;
	width:36px;
	cursor:pointer;
}
.popupWindow div.closeButton:hover{
	background-position:bottom left;
}
