@charset "utf-8";

/*===========================================
	sdcard02.css  2023/11
=============================================*/

#contents .annotation {
    text-indent: -1em;
    padding-left: 1em;
}

#contents p.text-right{
	text-align: right;
}

/* select_area */
#contents .select_area {
	display: flex;
	align-items: center;
	margin: 1em;
}

#contents .select_area select {
    border: 1px solid #999;
    border-radius: 5px;
    width: 100%;
    padding: 0.5em;
    margin: 0.3em 0 1.5em;
    display: block;
}

#contents .select_area button {
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    padding: 0.7em 1em;
    transition: 0.2s ease-in 0s;
    width: 100%;
}

#contents .select_area button::after {
    display: inline-block;
    content: '';
    background: url(/share5/svg/icon/angle-right.svg) no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    height: 0.7em;
    width: 0.7em;
    margin: -0.15em 0.4em 0;
}

#contents .select_box {
	width: 60%;
}

#contents .select_img {
	width: 35%;
	text-align: center;
}

#contents .hide{
	display: none;
}

#contents section.hide {
	margin: 4em 0 6em;
}

/* model_title */
#contents p.model_title {
	display: flex;
    align-items: center;
	margin-bottom: 2em;
}

#contents p.model_title img {
	width: 50px;
}

#contents p.model_title span {
	font-size: 1.2rem;
    font-weight: bold;
}

/* table */
#contents section.hide table {
    width: 90%;
    text-align: center;
	margin: 2em 0 0 1em;
}

#contents section.hide caption {
    margin-bottom: 0.2em;
}

#contents section.hide table thead tr th {
	text-align: center;
	border: 1px solid #ccc;
	padding: 0.5em 0;
	width: 33%;
	background: #EBEBEB;
}

#contents section.hide table tbody tr td {
	text-align: center;
	border: 1px solid #ccc;
	padding: 1em;
}

/* select_area */
#contents .singleBtn{
	display: inline-block;
	margin: 2em 0 0 1em;
}

#contents .singleBtn a {
	display: block;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	padding: 0.7em 1em;
	color: #000;
	box-sizing: border-box;
}

#contents .singleBtn a:hover,
#contents .singleBtn a:active,
#contents .singleBtn a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}

#contents span.textLink {
    background: url(/support/share/images/arrow_black.gif) no-repeat;
    background-position: 0 6px;
    padding-left: 1em;
    display: inline-block;
	font-weight: bold;
}

/* notice_gray */
#contents .notice_gray {
    border: 1px solid #CCCCCC;
    padding: 1em 0;
    margin: 2em 1em;
}

@media screen and (max-width: 640px){
	#contents .select_area {
		flex-direction: column;
		align-items: center;
		margin: 1em 0;
	}
	
	#contents .select_box {
		width: 100%;
	}

	#contents .select_img {
		width: 100%;
		margin: 2em 0 0;
	}
	
	#contents section.hide table {
		width: 100%;
		margin-left: 0;
	}
	
	#contents .singleBtn{
		width: 100%;
		margin: 1em 0;
	}
	
	#contents .notice_gray {
		padding: 1em 0.5em;
		margin: 2em 0;
	}
}



	
	
	
	
	
	
	
	
	
	
	
