@charset "utf-8";
/*
=====================================
	/support/smartwatch/info/
=====================================
*/
#contents {
    overflow-wrap: break-word;
}

section {
	margin: 3em 0;
}

#contents h2 {
	font-size: 1.25rem;
}

#contents .date {
	margin: 1em 0;
    text-align: right;
}

#contents .accent {
	color: #EE0000;
}

#contents .attention {
	margin: 1.5em 0 4em;
	padding: 1em;
	border: 2px solid #EE0000;
}

#contents .underline {
	border-bottom: 1px solid #333;
}

#contents .annotation{
    padding-left: 1em;
    text-indent: -1em;
	margin-left: 0;
	font-size: 1rem;
}

#contents ul {
    padding-left: 1.5em;
}

#contents ul.nodisc {
    list-style-type: none;
	padding-left: 0;
}

#contents .case dl {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 0;
}

#contents dl.function {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 0;
}

#contents .icon_window {
    padding-left: 0.25em!important;
    vertical-align: middle;
}

@media (max-width: 640px){
	#contents .case dl {
		grid-template-columns: none;
	}
	
	#contents .case dd {
		margin-bottom: 1em;
		margin-left: 0;
	}

	#contents dl.function {
		grid-template-columns: none;
	}
	
	#contents dl.function dd {
		margin-bottom: 1em;
		margin-left: 0;
	}	
}


/* /support/smartwatch/info/20221104.html */
#contents .s5-linkV3.s5-linkV3--down:after {
    display: inline-block;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -.15em;
    margin: 0 0.5em;
}

#contents ul.maru {
	list-style: none;
    padding: 0;
	margin-top: 3em;
}

#contents ul.maru li::before {
    content: "●";
    color: #333;
    margin-right: 8px;
}

#contents ul.maru li ul {
    list-style-type: disc;
}

#contents ul.maru li ul li::before {
    content: none;
}

#contents .mt0 {
    margin-top: 0;
}


/* /support/smartwatch/info/20211118.html */
#contents .notice_gray_top {
	margin: 1.5em 0 4em;
	padding: 1em;
	overflow: hidden;
	border: 2.5px solid #8f9092;
}

#contents .center{
    text-align: center;
}

#contents figure {
    text-align: center;
	margin-top: 2em;
}

#contents figcaption {
	margin-bottom: 1em;
}

#contents figure img {
    max-width: 450px;
	width: 100%;
}


/* /support/smartwatch/info/20180705.html */
#contents figure img.w800 {
    max-width: 800px;
	width: 100%;
}

#contents .notice_gray {
    margin: 1em 0;
	padding: 1em;
	overflow: hidden;
	border: 1px solid #ccc;
}


/* /support/smartwatch/info/20260302-transfer.html */
#contents ul.asterisk {
	list-style: none;
	padding-left: 0;
}

#contents ul.asterisk li {
	position: relative;
	padding-left: 1em;
}

#contents ul.asterisk li::before {
	content: "*";
	position: absolute;
	left: 0;
	top: 0.1em;
}