@charset "Shift_JIS";

/* デスクトップ	*/

@media screen and (min-width: 950px)
{
/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/*body
-----------------------------------------------------*/

body{
	width: 100%;
	height: 100%;
	background-image: url(img/carpet_bg.png);
	font-size: 1em;
	line-height: 0;
	font-family:"メイリオ",sans-serif;
	color: #454541;
	margin: 0;
	padding: 0;
}


a:link {
	text-decoration: none;
	color: #1CA099;
}

a:visited {
	text-decoration: none;
	color: #36B9B2;
}

a:hover {
	color: #1CA099;
	font-weight: bold;
}

a:active {
	color: #1CA099;
}

a:focus {
	color: #1CA099;
	font-weight: bold;
}

/*ページトップへ戻る
-----------------------------------------------------*/

  #page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #A5A28F;
  opacity: 0.6;
  border-radius: 5px;
  z-index: 99999;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*body内一番大きい枠
-----------------------------------------------------*/
div#container{
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #F6F6EF;
	line-height: 1.8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
}


/*header
-----------------------------------------------------*/

header{
	background-image: url(img/header_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 900px;
	height: 126px;
	padding: 3px;
}

h1{
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	color: #000000;
	text-align: left;
	margin: 0 220px;
	text-shadow: #FFF 2px 0px,  #FFF -2px 0px,
				#FFF 0px -2px, #FFF 0px 2px,
				#FFF 2px 2px , #FFF -2px 2px,
				#FFF 2px -2px, #FFF -2px -2px,
				#FFF 1px 2px,  #FFF -1px 2px,
				#FFF 1px -2px, #FFF -1px -2px,
				#FFF 2px 1px,  #FFF -2px 1px,
				#FFF 2px -1px, #FFF -2px -1px;
}

p.hdr{
	color: #FFFFFF;
	font-size: 0.75em;
	margin: 3px;
	text-align: left;
	text-shadow: 1px 1px 2px #61615B, -1px -1px 2px #61615B,
				-1px 1px 2px #61615B, 1px -1px 2px #61615B,
				0px 1px 2px #61615B,  0 -1px 2px #61615B,
				-1px 0 2px #61615B, 1px 0 2px #61615B;
}

/*contents
-----------------------------------------------------*/

div#contents{
	width: 880px;
	margin: 0 auto;
}

/*main
-----------------------------------------------------*/

div#main{
	width: 860px;
	margin: 0 auto;
}

/*h2 大見出し
-----------------------------------------------------*/

h2{
	border-left: 8px solid #FF6A6A;
	padding: 3px 7px 1px;
	margin: 15px 0 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #53534E;
	clear: both;
}

/*h3 大見出し
-----------------------------------------------------*/

h3{
	border-left: 7px solid #0C457D;
	border-bottom: 1px solid #0C457D;
	padding: 3px 7px 1px;
	margin: 30px 10px 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #53534E;
	clear: both;
}

/*PC用改行
-----------------------------------------------------*/
span.pc_br{
	display: block;
}

/*日常メンテナンス
-----------------------------------------------------*/

p.nichijo{
	padding: 15px;
	font-size: 0.9em;
}

p.nichijo a{
	font-weight: bold;
}

span.futo{
	font-weight: bold;
	color: #0C457D;
}
.upr_img{
	max-width: 100%;
	float: left;
	margin: 10px 10px 40px;
}

/*定期メンテナンス
-----------------------------------------------------*/

/*索引*/
ul.sakuin{
	list-style-type: square;
	margin: 20px;
	padding: 15px 20px 15px 40px;
	width: 320px;
	height: auto;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

ul.sakuin li{
	font-size: 1em;
}

ul.sakuin li a:hover{
	background-color: #EEE685;
}

/* 特徴 */
ul.teiki_tokucho{
	list-style-type: disc;
	margin: 20px;
	padding-left: 20px;
}

ul.teiki_tokucho li{
	font-size: 0.9em;
}

/* 手順 */
ol.teiki_tejun{
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

ol.teiki_tejun li{
	padding: 8px;
	flex-basis: 190px;
	font-size: 0.9em;
	line-height: 1.5em;
}

ol.teiki_tejun li img{
	max-width: 100%;
	display: block;
}
/*使用アイテム*/

ul.item{
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

ul.item li{
	padding: 8px;
	flex-basis: 120px;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: center;
}

ul.item li img{
	max-width: 100%;
}

hr{
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: dotted 1px #A5A28F;
	margin: 10px;
}

/*footer
-----------------------------------------------------*/

footer{
	padding: 20px 0;
	bottom: 0;
	margin: 0;
	background-color: #F6F6EF;
}

p.copyright{
	text-align: center;
	color: #000000;
	font-size: 0.63em;
	padding: 10px auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
div.link{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
div.link a{
	vertical-align: middle;
	display: block;
	margin: 0;
	line-height: 0;
}
div.link>a>img {
	margin: 0; 
	max-width: 100%;
}