@charset "utf-8";

/* content
---------------------------------------- */
#content.index{
	padding-bottom: 20px;
}
#content.index #h1_wrap {
	background-image: url("../img/bg_products.jpg");
	color:#FFF;
}
#content.index #copy{
	max-width: 682px;
}
#content.index nav{
	margin-bottom:60px;
}
#content.index nav ul{
	display:inline-block;
}
#content.index nav ul li{
	display:inline-block;
	padding: 0 20px;
	border-right: 1px solid #CCC;
}
#content.index nav ul li:last-of-type{
	border-right:none;
}
#content.index nav ul li a{
	display:inline-block;
	color: #333;
}
#content.index section{
	width:calc(100% - 40px);
	max-width:900px;
	margin:-100px auto 60px auto;
	padding-top:100px;
}
#content.index section h2{
	width:calc(100% - 60px);
	max-width:400px;
	border: 1px solid #002F80;
	padding:8px 0 8px 0;
	margin-bottom:30px;
	text-align: center;
	color:#002F80;
	font-size:20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bolder; /* Macは太すぎる */
	font-weight: 500;
}
#content.index section div.item{
	width:100%;
	padding:18px 0 18px 0;
	border-bottom:1px solid #CCC;
}
#content.index section div.item:first-of-type{
	border-top:1px solid #CCC;
}
#content.index section div.item div.left{
	float: left;
	width:calc(100% - 250px);
	margin-left: 1px;
	margin-top: 1px;
}
#content.index section div.item div.left div.pname{
	width:100%;
	padding-top:3px;
	margin-bottom: 7px;
}
#content.index section div.item div.left div.pname h3{
	display: block;
	float: left;
	width:calc((100% - 86px) / 2 * 1);
	width:240px;
	color:#002F80;
	font-size:20px;
}
#content.index section div.item div.left div.pname h3.long{
	width:calc((100% - 86px));
}
#content.index section div.item div.left div.pname p.hinban{
	display: block;
	float: left;
	width:calc((100% - 86px) / 2 * 1);
	width:calc(100% - 86px - 240px);
	font-size:14px;
}
#content.index section div.item div.left div.pname a{
	display: block;
	float: right;
	width:86px;
}
#content.index section div.item div.left div.pname a img{
	width:100%;
}
#content.index section div.item div.left h4{
	clear: both;
	font-weight: normal;
	margin-bottom: 12px;
	font-size:16px;
	width:100%;
	max-width:550px;
	text-align: justify;
}
#content.index section div.item div.left>p{
	clear: both;
	width:calc(100% - 0px);
	max-width:600px;
	text-align: justify;
	font-size:14px;
	line-height: 160%;
}
#content.index section div.item>img{
	border:1px solid #CCC;
	float: right;
	/* width:22.23%; */
	max-width:200px;
	margin-right: 1px;
	/* margin-right: 3%; */
}

@media screen and (max-width:800px) {
	#content.index{
		padding-bottom: 0px;
	}
	#content.index n#h1_wrap{
	}
	#content.index n#copy{
	}
	#content.index nav{
		margin-bottom:30px;
	}
	#content.index nav ul{
		display:inline-block;
	}
	#content.index nav ul li{
		padding: 0 7px;
	}
	#content.index nav ul li:last-of-type{
		border-right:none;
	}
	#content.index nav ul li a{
		font-size: 11px;
		line-height: 100%;
		padding:0;
	}
	#content.index section{
		margin:-70px auto 50px auto;
		padding-top:70px;
	}
	#content.index section h2{
		padding:8px 0 8px 0;
		max-width: 280px;
		font-size:18px;
		margin: 0 auto 25px auto;
	}
	#content.index section div.item{
		width:calc(100% - 0px);
		padding:15px 0 15px 0;
		margin: 0 auto;
		text-align: center;
	}
	#content.index section div.item div.left{
		float: none;
		width:100%;
	}
	#content.index section div.item div.left div.pname{
		padding-top:0px;
		margin-bottom:5px;
		position: relative;
	}
	#content.index section div.item div.left div.pname h3{
		display: block;
		float: none;
		width:100%;
		color:#002F80;
		font-size:18px;
		margin-bottom: 7px;
	}
	#content.index section div.item div.left div.pname p.hinban{
		display: block;
		float: none;
		width:100%;
		font-size:14px;
		margin-bottom: 4px;
		text-indent: -7px;
	}
	#content.index section div.item div.left div.pname a{
		display: block;
		float: right;
		width:86px;
		position: absolute;
		top:2px;
		right:0;
	}
	#content.index section div.item div.left div.pname a img{
	}
	#content.index section div.item div.left h4{
		clear: both;
		margin-bottom:7px;
		font-size:13px;
		width:100%;
		max-width:550px;
		text-align: justify;
	}
	#content.index section div.item div.left>p{
		display: none;
	}
	#content.index section div.item>img{
		float: none;
		width:100%;
		max-width:250px;
		margin:0 auto;
		font-size:13px;
	}
}





/* content.detail
---------------------------------------- */
#content.detail{
	padding-bottom: 20px;
	width: calc(100% - 60px);
	max-width: 1000px;
	margin: 0 auto;
}
#content.detail #topic_path {
    margin:10px auto 35px auto;
}
#content.detail #main h1{
	width:calc(100% - 60px);
	max-width:400px;
	border: 1px solid #002F80;
	padding:8px 0 8px 0;
	margin-bottom:30px;
	text-align: center;
	color:#002F80;
	font-size:20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bolder; /* Macは太すぎる */
	font-weight: 500;
}
#content.detail #main img.mv{
	width:100%;
	max-width:700px;
	margin-bottom:30px;
}
#content.detail #main p.lead{
	color:#002F80;
	font-size:16px;
	font-weight: bolder;
	text-align: justify;
	line-height: 155%;
	margin-bottom:30px;
}

/* document */
#content.detail #main table.document{
	border-top:1px solid #CCC;
	width:100%;
	margin-bottom:40px;
}
#content.detail #main table.document tr{
	border-bottom:1px solid #CCC;
}
#content.detail #main table.document tr th{
	text-align: center;
	font-weight: normal;
	font-size:13px;
	padding:2px 0 2px 0;
}
#content.detail #main table.document tr th.download{
	text-align: center;
	border-left: 1px solid #CCC;
	width:140px;
}
#content.detail #main table.document tr td{
	padding:15px 0 15px 0;
}
#content.detail #main table.document tr td.download{
	text-align: center;
	border-left: 1px solid #CCC;
}
#content.detail #main table.document tr td p.sub{
	font-size:14px;
	margin-bottom: 2px;
}
#content.detail #main table.document tr td h3{
	font-size:18px;
	display:inline-block;
	width: 260px;
}
#content.detail #main table.document tr td p.hinban{
	display:inline-block;
}
#content.detail #main table.document tr td a.pdf img{
	width:40px;
}

/* function */
#content.detail #main div.function{
	clear: both;
}
#content.detail #main div.function div.title_wrap{
	background-color: #447FBF;
	padding:3px 0 3px 0;
	margin-bottom: 20px;
}
#content.detail #main div.function h2{
	background-color: #447FBF;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:7px 0 7px 15px;
	line-height: 100%;
	color:#FFF;
	position: relative;
	font-size:15px;
}
#content.detail #main div.function h2 span{
	position: absolute;
	font-weight: normal;
	right:15px;
}
#content.detail #main div.function ul{
	margin-bottom: 30px;
}
#content.detail #main div.function ul li{
	margin-bottom: 8px;
	padding-left:16px;
	text-indent:-16px;
}
#content.detail #main div.function ul li span.head{
	color:#447FBF;
	margin-right: 2px;
}
#content.detail #main div.function img.full{
	width: 100%;
}
#content.detail #main div.function img.left{
	width: 136px;
	float: left;
}
#content.detail #main div.function img.right{
	width: 136px;
	float: right;
}
#content.detail #main .guide{
	clear: both;
	border-top:1px solid #CCC;
	text-align: center;
	font-size:16px;
	line-height: 150%;
	padding:20px 0 0 0;
	margin-top: 50px;
	margin-bottom: 40px;
}

/* movie */
#content.detail #main div.movie{
	background-color: #DDDDDD;
	padding:20px 0 20px 0;
	border-radius: 10px;
	text-align: center;
}
#content.detail #main div.movie h4{
	text-align: center;
	font-size:22px;
	font-weight: bolder;
	margin-bottom: 12px;
}
#content.detail #main div.movie iframe{
	width:78.6%;
	max-width:550px;
}

@media screen and (max-width:900px) {
	#content.detail{
		padding-bottom:10px;
		width: calc(100% - 30px);
	}
	#content.detail #topic_path {
		padding-left:0px;
		margin-top:7px;
		margin-bottom:20px;
	}

	/* main */
	#content.detail #main h1{
		box-sizing: border-box;
		width:100%;
		max-width:inherit;
		padding:7px 0 8px 0;
		font-size:18px;
		margin-bottom:15px;
	}
	#content.detail #main img.mv{
		margin-bottom:15px;
	}
	#content.detail #main p.lead{
		font-size:15px;
		line-height:140%;
		margin-bottom:10px;
	}
	#content.detail #main table.document{
		width:100%;
		margin-bottom:40px;
	}
	#content.detail #main table.document tr{
	}
	#content.detail #main table.document tr th{
		font-size:11px;
		padding:2px 0 2px 0;
	}
	#content.detail #main table.document tr th.download{
		text-align: center;
		border-left: 1px solid #CCC;
		width:95px;
	}
	#content.detail #main table.document tr td{
		padding:10px 0 10px 0;
	}
	#content.detail #main table.document tr td.download{
		text-align: center;
		border-left: 1px solid #CCC;
	}
	#content.detail #main table.document tr td p.sub{
		font-size:12px;
		margin-bottom: 2px;
	}
	#content.detail #main table.document tr td h3{
		font-size:18px;
		display:inline-block;
		width: 100%;
		margin-bottom: 4px;
	}
	#content.detail #main table.document tr td p.hinban{
		display:inline-block;
	}
	#content.detail #main table.document tr td a.pdf img{
		width:40px;
	}
	#content.detail #main div.function{
	}
	#content.detail #main div.function div.title_wrap{
		background-color: #447FBF;
		padding:2px 0 2px 0;
		margin-bottom: 15px;
	}
	#content.detail #main div.function h2{
		padding:6px 0 6px 10px;
		color:#FFF;
		font-size:15px;
		position: relative;
	}
	#content.detail #main div.function h2 span{
		position: absolute;
		right:10px;
		font-weight: normal;
		font-size:13px;
	}
	#content.detail #main div.function ul{
		margin-bottom: 20px;
	}
	#content.detail #main div.function ul li{
		margin-bottom: 8px;
		padding-left:16px;
		text-indent:-16px;
		font-size:15px;
		text-align: justify;
	}
	#content.detail #main div.function ul li span.head{
	}
	#content.detail #main div.function img.full{
		width: 100%;
	}
	#content.detail #main .guide{
		text-align: center;
		font-size:13px;
		line-height: 150%;
		padding:20px 0 0 0;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	/* movie */
	#content.detail #main div.movie{
		padding:15px 0 15px 0;
		border-radius: 8px;
		text-align: center;
	}
	#content.detail #main div.movie h4{
		font-size:18px;
		margin-bottom: 12px;
	}
	#content.detail #main div.movie iframe{
		max-width:300px;
		height:167px;
	}

}

