@charset "shift_jis";

.mod-linkButton {
	width: 240px;
}

.buttonD.two-line a {
	height: 40px;
}

.buttonD a .content {
    width: 200px;
}

#contents ul.anchorBtnA li span.other_link {
	background: url(/support/share/images/arrow_black.png) no-repeat 0 0.5em;
}

#contents ul.anchorBtnA li {
    height: 60px;
}
#contents ul.anchorBtnA li a,
#contents ul.anchorBtnB li a {
	padding: 10px 10px 10px 2em;
	text-indent: -1.2em;
}

#contents .section .section .link_btn {
	float: left;
}

@media (max-width: 640px) {
	#contents .section .section .link_btn {
		float: none;
	}
}

#contents div.section .bnr_single{
    float: left;
    margin: 0px 0px 10px 15px !important;
}

@media (max-width: 640px) {

.bnr_single img {
    width: 100%;
    height: auto;
    max-width: 360px;
}
	#contents ul.anchorBtnA li {
		height: auto;
	}
}

/*--------------------------------
	connectArea
---------------------------------*/
#contents h3{
	margin-left: 15px;
}

.connectTv img{
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

#contents div.connectArea{
	overflow: hidden;
	margin-left: 15px;
	margin-bottom: 45px;
}

#contents div.connectArea div.connectButton{
	width: 30%;
	height: 230px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
}

#contents div.connectButton div.connectButtonFrame{
	height:95%;
	border: 3px solid #cacaca;
	box-shadow: 0px 5px 0px #999999;
}

#contents div.connectButton div.connectButtonFrame:hover{
	transform: translateY(5px);
}
#contents div.connectArea div.connectButton a{
	width: 100%;
	height: 100%;
	display: block;
}

#contents div.connectArea div.connectButton a:hover{
	opacity: 0.5;
	text-decoration: none;
}

#contents div.connectArea div.connectButton h4{
	font-weight: normal;
	color: #000;
	padding: 5px;
	margin-bottom: 5px;
}

#contents div.connectArea div.connectButton img{
	max-width: 100%;
	height: auto;
}

#contents p.annotation {
    margin: 0 0 1em 2em;
    padding: 0.5em 0;
    text-indent: -0.7em;
    font-size: 0.9em;
}

#contents .Gray {
	padding: 1em 5px 0.75em 32px;
	font-weight: bold;
	border: #d2d2d2 1px solid;
	border-radius: 6px;
	font-size: 1.125rem;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	cursor: pointer;
	margin-top: 0.75em;
	width: auto;
	text-indent: -27px;
}
#contents img.icon {
    margin: 0px 5px 0px 3px;
}
#contents div.detailArea {
	padding: 0px 10px 0px 5px;
	background-color: #f3f3f3;
	border: 1px solid #d2d2d2;
}

#contents .Gray:hover, .Gray:active {
    text-decoration: none;
    opacity: 0.5;
}

#contents .Gray:focus {
    outline: thin dotted;
    opacity: 0.5;
	outline-offset: -1px;
}

#contents .notice_gray_b {
    margin-left: 15px;
    padding: 1em 0.75em 0;
}

@media (max-width: 640px) {
	
	#contents div.connectArea div.connectButton{
		width: 45%;
		height: 230px;
		margin-bottom: 10px;
		float: left;
	}
	#contents div.connectArea div.connectButton:nth-child(odd){
		margin-right: 10px;
	}
	#contents div.connectArea div.connectButton:nth-child(even){
		margin-right: 0px;
	}
	#contents div.pct img {
		max-width: 100%;
		height: auto;
	}
	
}


/* 2024/02/15 */
#contents h2.title {
    font-size: 1.25rem;
    border-bottom: 1px solid #2f353d;
    color: #2f353d;
}

#contents h3.lavender {
    font-size: 1.25rem;
    border-left: 5px solid #7da1dc;
    line-height: 1.3;
    padding: 0.5em 0.5em;
    margin: 2em 0 1em;
}

#contents .indexArea{
	display: table;
	width: 96.5%;
	margin: 0 0 2em 1em;
}

#contents .indexArea p.left{
	background: #7da1dc;
	color: #000;
	font-size: 14px;
	padding: 0.5em;
	margin: 0;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 1.5em;
	text-align: center;
}


#contents .indexArea ul{
	border: 1px solid #7da1dc;
	padding: 1.5em 1em 1em 1.5em;
	list-style-type: none;
	margin: 0 !important;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	background-color: #fff;
}

#contents ul.txtlink.inner li{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
    padding: 0 0 0 13px;
	margin-right: 0;
}

#contents .indexArea ul.nextindex {
    border: none;
    padding: 0.5em 0 0 1em;
}

#contents ul.right {
    text-align: right;
}

#contents ul.right li {
    display: inline-block;
}

@media (max-width: 640px){
	#contents .indexArea{
		width: 100%;
		margin-left: 0;
	}
}