@charset "Shift_JIS";

div#contents ul.btn_area li {
	display: inline-block;
    padding: 0;
	list-style: none outside none;
	margin: 0 14px 10px 0;
}

div#contents ul.btn_area a{
    text-decoration: none;
	transition: unset;
}
.InnerLinkButton {
    display: block;
	vertical-align: middle;
    width: 450px;
    height: 32px;
	background: url("/support/share/images/arrow_underline.gif") no-repeat 10px transparent;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 5px 10px 28px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
}
.InnerLinkButton .ButtonText {
    height: 32px;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.2em;
	padding-right: 5px;
	letter-spacing: 0;
	font-weight: bold;
	padding-top: 1px;
}
.Button {
    display: block;
	vertical-align: middle;
    width: 450px;
    height: 50px;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 10px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
}
.Button .ButtonText {
	display: table-cell;
	font-weight: bold;
	height: 50px;
	vertical-align: middle;
	line-height: 1.2em;
	padding-right: 5px;
	padding-top: 1px;
}

.Button img {
    float: left;
    padding: 0 10px 0 15px;
}

a:hover .InnerLinkButton,
a:hover .Button {
    background-color: #f2f2f2;
	color: #43677e;
}

div.pct_style img {
    float: right;
	margin-left: 10px;
	margin-top: 0px;
}

#contents div.notice_gray{
	margin-bottom: 30px;
}

@media screen and (max-width: 640px) {

div#contents ul.btn_area {
    margin-left: 0;
}
div#contents ul.btn_area li {
    margin: 0 0px 10px 0;
	width: 94%;
}
.InnerLinkButton{
	width: 94%;
}
.Button {
    width: 97%;
}

.Button img {
	padding-left: 0px;
}

#contents div.pct_style img {
	margin-top: 10px;
}

#contents div.pct_style ul {
    margin-bottom: 0px;
}

}
@media screen and (max-width: 560px) {
div.pct_style img {
    float: none;
}

}


/* 2023/08/17 ’Ç‹L */
#contents h2.title {
    font-size: 1.0769230769231rem;
    border-bottom: 1px solid #343434;
}

#contents .bold {
    font-weight: bold;
	margin: 0;
}

#contents  a.textLink{
	margin-left: 1.25em;
}

#contents .annotation {
    text-indent: -1em;
    padding-left: 1em;
}

@media (max-width: 640px){
	#contents a.textLink {
		display: inline-block;
		background-position: 0 6px;
		margin: 0 0.5em;
	}
}