@charset "shift_jis";
/* CSS Document */
/*
	-------------------------
		basic
	-------------------------
*/
#contents p {
    margin: 0 0 1.25em;
}
/*
	-------------------------
		title
	-------------------------
*/
/*.colum1 .title {
    color: #fff;
    background-color: #333;
    font-size: 1.5em;
	padding: 7px 0 5px 10px ;
	border-bottom: none;
	margin: 0 0 30px 0;
}
*/

/*
	-------------------------
		manual dl
	-------------------------
*/
.manualDl {
	border-top: #666 1px solid;
	padding: 30px 10px;
}
.model {
	width: 430px;
	float: left;
}
.model img {
	float: left;
	margin-right: 10px;
}
.model p {
	font-weight: 700;
	font-size: 1.2em;
	float: left;
	padding-top: 20px;
}

.model:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.manualTtl {
	width: 300px;
    height: 60px;
    display: table;
	float: left;
}
.Dl {
	width: 200px;
    height: 60px;
    display: table;
	float: left;
}
.manualTtl p {
	padding: 4px 0px 4px 22px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
.Dl p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/* ペンタ部が有るモデル */
.manualDl.penta .model p{
	padding-top: 30px;
}
.manualDl.penta .manualTtl,
.manualDl.penta .Dl {
	height: 80px;
}


@media screen and (max-width: 640px) {
	.model {
		width: auto;
		float: none;
		text-align: center;
	}
	.model p,
	.model img {
		/*float: none;*/
		margin: 0;
	}
	#contents .model p {
		margin-bottom: 0;
		padding-left: 5px;
	}
	.manualTtl,
	.Dl {
		float: none;
	}
	.manualTtl {
		/*width: 180px;*/
		width: auto;
		height: auto;
		display: block;
		margin-top: 20px;
	}
	.manualTtl p {
		padding-left: 0;
    	text-align: left;
	}
	.Dl {
		/*width: 100px;*/
		width: auto;
		height: auto;
		display: block;
		/*margin-top: 20px;*/
		padding-top: 5px;
	}
	/* ペンタ部が有るモデル */
	.manualDl.penta .manualTtl,
	.manualDl.penta .Dl {
		height: auto;
	}
}
/*
	-------------------------
		pdf install
	-------------------------
*/
#contents .pdfInst {
	padding-top: 30px;
}
#contents .pdfInst p.logo {
	width: 120px;
	float: left;
	padding-right: 8px;
	padding-top: 0;
	margin-bottom: 0;
}
#contents .pdfInst p {
	float: left;
	width: 750px;
	padding-top: 7px;
}
@media screen and (max-width: 640px) {
	#contents .pdfInst p.logo {
		width: auto;
		margin-bottom: .5em;
	}
	#contents .pdfInst p {
		width: auto;
		padding-top: 0;
	}
}
/*
	-------------------------
		button
	-------------------------
*/

.download_btn a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #bdbdbd;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font-size: 11px;
	line-height: 1.0;
	padding: 3px 3px 3px 6px;
	width: 96px;
	height: 18px;
	text-align: left;
	text-decoration: none;
	/* gradient */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

.download_btn a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: 10%;
	margin-right: 5px;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #000;
	border-style: solid;
}

.download_btn a:hover {
	/* gradient */
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #e4e4e4 0%, #d8d8d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e4e4e4 0%,#d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e4e4e4 0%,#fd8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
}

.download_btn a:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	background: #eee;
	outline: 0;
}



/* 20180718 */


#contents .container > p,
#contents ul + p,
#contents a.textLink{
	margin-left:0.5em;
	font-size:1.2em;
}

#contents a.textLink{
	margin: 0 0 0 0.5em;
	display: inline-block;
}

#contents section{
	margin: 0 0 3em 0.5em;
}

#contents section > p{
	margin-left: 0.5em;
}

#contents section ul.txtlink{
	list-style:none;
	margin:0 0 2em 1em;
	padding:0;
	font-size: 1.2em;
}

#contents section ul.txtlink li{
	margin: 0;
}

#contents section ul.txtlink li,
#contents section a.textLink{
    background: url(/share/images/arrow_black.gif) no-repeat;
    padding-left: 1em;
    background-position: 0 8px;
}

#contents section ul.txtlink p{
	display:inline-table;
	padding-right:0.6em;
	color:inherit;
}

@media screen and (max-width: 640px) {

	#contents .container > p,
	#contents ul + p{
		margin-left:0;
	}


	#contents section ul.txtlink{
		margin:0 0 2.4em 0;
	}

	#contents section ul.txtlink li{
		margin-bottom: 1em;
		margin-left: 1em;
		}

	#contents section ul.txtlink p{
		display:inline;
		}

}


/*20190226*/

#contents .notice_blue {
	margin: 2em 0.5em;
    padding: 1em 1.5em;
	font-size:1.2em;
}

#contents .notice_blue a{
	padding-left: 1em;
    margin-left: 0.5em;
    display: inline-block;
	background-position: left 9px;
}


#contents .notice_blue p{
	margin-bottom:0.5em;
}


@media screen and (max-width: 640px) {

	#contents .notice_blue {
		margin: 2em 0;
		padding: 1em;
		font-size:1.2em;
	}
}

/* 20191002 */

.colum1 h1.title {
    color: #fff;
    background-color: #333;
    font-size: 1.5em;
	padding: 7px 0 5px 10px ;
	border-bottom: none;
	margin: 0 0 30px 0;
}

#contents section .title{
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 2em;
}

#contents .btnArea{
	margin: 0 0 2em 0;
}

#contents .btnArea ul.four_btn{
	list-style:none;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

#contents .btnArea ul.four_btn > li{
	display: inline-table;
	width: 24.2%;
    margin: 4px 2px 4px 0 !important;
	vertical-align: top;
}

#contents .btnArea ul.four_btn > li:last-child{
	margin-right: 0;
}


#contents .btnArea ul.four_btn li a{
	display: table-cell;
	width: auto;
	vertical-align:middle;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	overflow: hidden;
	font-size: 1rem;
}

#contents .btnArea ul.four_btn li a span{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
	padding: 0 0 0 15px;
}

#contents div.btnArea ul li a:hover,
#contents div.btnArea ul li a:active,
#contents div.btnArea ul li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

@media screen and (max-width: 640px){
	#contents div.btnArea ul.four_btn > li{
		width: 48%;
		margin: 4px 2px 4px 0;
	}
}

@media screen and (max-width: 480px){
	/* ul.btnArea */
	#contents div.btnArea ul.four_btn > li{
		width: 100%;
		margin-left: 0;
	}
}


/* 2023/09/29追記 */
#contents ul.txtlink li a:hover {
	text-decoration: none;
}

/* 2024/10/03追記 */
#contents .fs_13 {
	font-size: 1rem;	
}
















