@charset "Shift_JIS";

/*
=================================================
           deztec.jp - deztec.css
                       http: //webbingstudio.com/
=================================================
最終更新 2020-05-23 徳保隆夫
*/

/* font --------------------------------------------- */

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 100%;
	font-family: sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dd, pre, blockquote, table, fieldset, address,
input, textarea {
	font-family: sans-serif;
	letter-spacing: normal;
}

img {
	border: 0 none;
}

/* Layout --------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	background-color: #F6F7EE;
	background-image: url(/prx/000/http/deztec.jp/z/css/deztec/mainvisual.png);
	background-position: 50% 0;
	background-repeat: repeat-x;
	background-size: auto 220px;
	color: #F6F7EE;
}

@media screen and (max-width:768px) {
	html {
		background-position: 33% 0;
	}
}

body {
	width: auto;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	color: #333;
	position: relative;
}

#address {
	margin: 0 -20px;
	padding: 15px 20px;
	background-color: #49913B;
	color: #F6F7EE;
	text-align: right;
}

	#address li {
		display: inline;
		margin: 0 0 0 1em;
		padding: 0;
		background: none;
		line-height: 1.1;
	}

#gn {
	position: absolute;
	top: 185px;
	left: 20px;
	margin: 0;
	padding: 0;
	z-index: 99;
	font-size: 12px;
}

	#gn li {
		display: inline;
		margin: 0;
		padding: 0 1em 0 0;
		background: none;
	}

/* Link --------------------------------------------- */

a {
	background: transparent;
	color: #0D7988;
	text-decoration: underline;
}

a:visited {
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
a:hover {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

h1 a, h1 a:visited {
	color: #0059BD;
}

h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h6 a, h6 a:visited,
#gn li a, #gn li a:visited {
	color: #333333;
}

h5 a, h5 a:visited {
	color: #218041;
}

a img {
	vertical-align: middle;
}

#address a, #address a:visited {
	color: #F6F7EE;
}

/* Heading --------------------------------------------- */

h1, h2, h3, h4, h5, h6, dt, caption {
	font-weight: normal;
	line-height: 1.1;
}

h1 {
	height: 220px;
	margin: 0 -20px;
	padding: 15px 12px 0;
	color: #0059BD;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: right;
}

h2 {
	margin: 0 -20px 1em;
	padding: 9px 20px 7px;
	border-bottom: 4px solid #217f41;
	font-size: 1.5rem;
	}

	p+h2, ul+h2, ol+h2, dl+h2, pre+h2, blockquote+h2, table+h2, hr+h2 {
		margin-top: 1.2em; /* 特定要素との間を空ける */
	}

h3 {
	margin: 1.2em -20px 1em;
	padding: 0.6em 0.5em 0.1em 3em;
	background-color: #F6F7EE;
	background-image: url(/prx/000/http/deztec.jp/z/css/deztec/h3_bg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 1.7em;
	color: #333333;
	font-size: 1.3rem;
}

h4, h5, h6 {
	margin: 1.2em 0 1em;
}

h4, pre, .source, .longsource, blockquote, fieldset {
	border-radius: 6px;
}

h4 {
	margin-right: -2px;
	margin-left: -2px;
	padding: 5px 8px 3px;
	background: #DDEEDD;
	font-size: 1.25rem;
}

h5 {
	padding:0 8px;
	background: #F6F7EE;
	color: #218041;
	font-size: 1.1rem;
	font-weight: bold;
}

h6 {
	padding: 0 8px;
	border-bottom: 1px solid #97D4A4;
	background: #F6F7EE;
	color: #333333;
	font-size: 1rem;
}

/* Block-level --------------------------------------------- */

p, ul, ol, li, dl, dd, pre, blockquote, table, fieldset, address {
	margin: 0.85em 0;
	padding: 0;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

p {
	text-indent: 1em;
}

p.as-it-is {
	text-indent: 0;
}

li, li>p, li>ul, li>ol, li>dl, li>pre, li>blockquote, li>table, dd, dd>p, dd>ul, dd>ol, dd>dl, dd>pre, dd>blockquote, dd>table, blockquote>p, blockquote>ul, blockquote>ol, blockquote>dl, blockquote>pre, blockquote>blockquote, blockquote>table {
	margin: 0.31em 0;
}

	ul>li {
		padding-left: 1.5em;
		background-image: url(/prx/000/http/deztec.jp/z/css/deztec/list_ico_01.png);
		background-position: 0.1em 0%;
		background-repeat: no-repeat;
		background-size: auto 1.3em;
		list-style-type: none;
		list-style-position: outside;
	}

		li ul>li, form ul>li {
			padding-left: 1em;
			background-image: url(/prx/000/http/deztec.jp/z/css/deztec/list_ico_02.png);
			background-position: 0% 0.4em;
			background-repeat: no-repeat;
			background-size: auto 0.8em;
			list-style-type: none;
		}

	ol>li {
		margin-left: 1.5em;
		list-style-type: decimal;
		list-style-position: outside;
	}

		li ol>li {
			margin-left: 15px;
			list-style-type: lower-alpha;
		}

	.memo li {
		display: inline;
		margin: 0;
		padding: 0 1em 0 0;
		background: none;
		list-style-type: none;
	}

dt {
	margin: 0.8em 0 0;
}

	dt+dt {
		margin: 0.3em 0 0; /* 例外規定 */
	}

dd {
	padding: 0.31em 0 1px 0.62em;
	border: 1px solid #49913B;
	border-width: 1px 0 0 1px;
	border-radius: 6px 0 0 0;
}

pre, .source, .longsource {
	text-indent: 0;
	padding: 0.4em 0.6em;
	border: 1px solid #81B275;
	font-family: "ＭＳ ゴシック", monospace;
	overflow: auto;
}

blockquote {
	padding: 0 0.62em;
	background-color: #EFFEEF;
	background-image: url(/prx/000/http/deztec.jp/z/css/deztec/blockquote_bg.png);
	background-position: 100% 5px;
	background-repeat: no-repeat;
	background-size: auto 2em;
	border: 1px solid #8ACCA0;
	color: #333333;
}

table {
	margin: 0.6em auto;
	border-collapse: collapse;
	border: 1px solid #999999;
}

	table table {
		margin: 0.2em;
	}

	table caption {
		padding: 0 0 0.4em;
		text-align: center;
		font-size: 1.1rem;
	}

	table tr th,
	table tr td {
		padding: 0.3em 0.4em 0.2em;
		background: #F6F7EE;
		border: 1px solid #999999;
		color: #333333;
		vertical-align: top;
		line-height: 1.47;
	}

	table tr th {
		background: #C4DFFE;
		font-weight: normal;
		text-align: left;
	}

fieldset {
	border: 1px solid #81B275;
}

/* Inline --------------------------------------------- */



strong, em {
	/* padding: 0 0.3em; */
	color: #0059BD;
}

strong, cite, b, abbr, acronym, kbd {
	font-weight: bold;
}

q, cite {
	/* padding: 0 0.3em; */
	color: #218041;
}

q:before {
	content: "“";
}

q:after {
	content: "”";
}

ins {
	background: #ddd;
	text-decoration:none;
}

samp, kbd {
	font-style: italic;
}

abbr, acronym, code, kbd, samp, tt, var {
	font-family: "ＭＳ ゴシック", monospace;
}

form {
	margin: 0;
	padding: 0;
}

/* Others --------------------------------------------- */

textarea {
	padding: 3px;
	border: 1px solid #44A163;
	color: #333333;
	line-height: 1.31;
}

a.note,#gn li a.note,
a.note:visited,
a.note:hover,
a.note:active {
	color: #777799;
	background-color: transparent;
	border: none;
	text-decoration: none;
	padding: 0;
}

#address img {
	height:1rem;
}
