@charset "utf-8";
/*
	================================================================================================
		support ichigan guide css index.css
	================================================================================================
*/


img {
	vertical-align:bottom;
}


/*===========================================
	#mainArea
=============================================*/
div#mainArea {
	width:910px;
	min-height: 183px;
	margin:0 auto;
	padding: 0 0 30px;
	background:url("../images/top_bg.png") no-repeat top right;
}
div#mainArea .mt {
	padding-top:15px;
}
div#mainArea .mt span {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 0 30px 3px 20px;
	border-bottom:#000000 1px solid;
	width: 400px;
	display: block;
}
div#mainArea p {
	padding-left:20px;
	padding-right:20px;
	margin-top:25px;
	font-size:15px;
	line-height:1.8;
	width: 425px;
}


/*===========================================
	indexArea
=============================================*/
div#indexArea {
	width:870px;
	margin:30px auto 50px auto;
	padding:0;
	font-size:15px;
}
dl.indexBox {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:#999999 1px solid;
	clear:both;
}
dl.indexBox dt {
	width:255px;
	float:left;
}
dl.indexBox dt strong {
	font-size:18px;
}
dl.indexBox dd {
/*	width:600px;*/
	width:610px;
	float:right;
}
dl.indexBox dd p {
	margin:5px 0 0 0;
	background: url("/support/share/images/arrow_black.png") no-repeat left 0.4em;
	padding: 0 0 5px 10px;
	border-bottom: dotted 1px #ccc;
}
dl.indexBox dd div.View {
	margin:5px 0 0 0;
	background: url("/support/share/images/arrow_black.png") no-repeat left 0.4em;
	padding-left:10px;
	padding-bottom:5px;
	border-bottom: dotted 1px #ccc;
}
div.View a {
	color:#333;
}

#cnt1 img,#cnt2 img,#cnt3 img,#cnt4 img {
	margin-top:15px;
}
#cnt1 {margin-top:40px;}
#cnt2 {margin-top:20px;}
#cnt3 {margin-top:10px;}
#cnt4 {margin-top:10px;}

dl.indexBox dd p a {
	color:#333;
}

dl.indexBox dd p a:hover,
dl.indexBox dd p a:active {
	color:red;
}
span.f13 {
	font-size:13px;
}
.last {
	border-bottom: none!important;
}



/*===========================================
	OpenbtnArea
=============================================*/
dl.indexBox dd .OpenbtnArea {
	border-bottom: dotted 1px #ccc;
	cursor: pointer;
	margin-top:5px;
	color:#333;
}
div.View a:hover,div.View a:active,
div.OpenbtnArea:hover, div.OpenbtnArea:active {
	color:red;
}
div.View a:focus,
div.OpenbtnArea:focus {
	outline: none;
}


dl.indexBox dd .OpenbtnArea img {
	margin: 0 -1px 7px -3px;
}
.detailArea {
	margin-left:30px;
}

a.show_product > span.textLink.inner{
	margin: 0;
	display: inline-block;
	padding: 0 2em;
	font-size: 13px;
	border-radius: 7px;
	border: solid 1px #ccc;
	float:right;
}

.openArea{
	display: none;
	margin-left: 25px;
}

dl.indexBox dd .openArea p {
	border-top: dotted 1px #ccc;
	border-bottom: none;
}
.View .openArea p {
	padding: 5px 0 0 10px;
	background: url(/support/share/images/arrow_black.png) no-repeat left 0.8em;
}
	
@media (max-width: 640px) {
		
	/*===========================================
		#mainArea
	=============================================*/
	div#mainArea {
		width: auto;
		height: auto;
		padding:0;
		background-position: bottom;
		background-size: 80% auto;
	}
	div#mainArea .mt {
		padding-top: 0;
	}
	div#mainArea .mt span {
		font-size: 1.7em;
		padding: 0;
		width: auto;
		border-bottom: #000000 1px solid;
	}
	div#mainArea p {
		padding-left:0px;
		padding-right:0px;
		padding-bottom:35%;
		margin-top:15px;
		line-height:1.5;
		width: auto;
	}
	
	/*===========================================
		indexArea
	=============================================*/
	div#indexArea {
		width: auto;
		margin:20px 0 0 0;
		padding:20px 0 0 0;
		border-top:#999999 1px solid;
	}
	dl.indexBox dt {
		width: auto;
		float:none;
		text-align:center;
	}
	dl.indexBox dt img {
		max-width:175px;
		width:100%;
		height:auto;
	}
	dl.indexBox dd {
		width: auto;
		float:none;
		margin-top:10px;
	}
	#cnt1 {margin-top:0px;}
	#cnt2 {margin-top:0px;}
	#cnt3 {margin-top:0px;}
	#cnt4 {margin-top:0px;}

	dl.indexBox dd p {
		margin:5px 0 0 3px;
		padding-left: 15px;
	}
	dl.indexBox dd .OpenbtnArea img {
		margin: 0 0 7px 0;
		width:12px;
	}
	dl.indexBox dd div.View {
		margin:5px 0 0 3px;
		padding-left: 15px;
	}
	a.show_product > span.textLink.inner {
		margin: 0 0 5px 0;
		display: block;
		text-align: center;
		float: none;
	}
	.bnr_single {
		text-align: center;
		max-width: 100%;
	}
	.bnr_single img {
		max-width: 300px;
	}
}


/*===========================================
		txtlink
=============================================*/
p.txtlink {
	margin:5px 0 0 0;
	background: url("/support/share/images/arrow_black.png") no-repeat left 0.4em;
	padding-left:10px;
}
span.link_out {
	background: url("/support/ichigan/share3/images/icon_blank.gif") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding: 9px 0 0;
	vertical-align: baseline;
	*vertical-align: middle;	/* for IE */
	width: 13px;
	margin-left: 5px;
}
span.textLink.inner img{
	padding: 0 6px 5px 0;
}


/*================================================
	Button
================================================*/

ul.btn_area_text {
	margin: 20px -15px 30px;
	padding:0;
}
ul.btn_area_text * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.btn_area_text li {
	list-style-type: none;
	float: left;
	clear: none;
	margin:0 0 5px;
	padding: 0 15px 0;
	width: 33.33333333%;
}
.mod-linkButton {
	background: url("/support/software/share/images/bg_mod-linkButton.jpg") repeat-x scroll left center;
	border: 1px solid #bcbcbc;
	border-radius: 6px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: auto;
	letter-spacing: 0.01em;
	line-height: 1.4;
	transition: opacity 0.2s ease-in 0s;
	vertical-align: middle;
	width: 100%;
}
.buttonB.one-line .content {
	background-position: left 20px;
	padding-bottom: 14px;
	padding-top: 14px;
}
* + html .buttonB.one-line .content {
	background-position: left 20px !important;
}
.productBtn {
	font-size: 13px;
}

.productBtn span {
	width: 7em;
	background: #e8e8e8;
	padding: 0 3px;
	margin: 2px;
	border-radius: 5px;
	display:inline-block;
	text-align: center;
}
.font_s{
	font-size: 0.85em;
}
span.w_auto{
	width:auto;
}
@media (max-width: 640px) {
	ul.btn_area_text li {
		float: none;
		padding-bottom: 5px;
		width: auto;
	}
	.mod-linkButton {
		background-size: auto 100%;
		box-sizing: border-box;
		display: block;
		height: auto;
		margin-right: 0;
		width: auto;
	}
	.mod-linkButton a {
		height: auto !important;
	}
	ul.anchorBtnA li {
		margin: 0 0 5px 0px;
		padding: 0 0 0 15px;
		border: solid 1px #CCCCCC;
		list-style: none;
		width: auto;
		float: none;
		text-indent: -15px;
		word-break: break-all;
		background: url("/support/ichigan/share3/images/bg_mod-linkButton.jpg") repeat-x scroll left center;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	ul.anchorBtnA li:first-child {
		margin-top:15px;
	}
	ul.anchorBtnA li span {
		background: url("/support/ichigan/share3/images/arrow_black-b.png") no-repeat 0 0.5em;
		padding: 0 0 0 15px;
	}
	ul.anchorBtnA li a {
		color: #333;
		padding: 10px;
		display: block;
		transition: opacity 0.2s ease-in 0s;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
}


/*================================================
	Bnr 20200427
================================================*/
.bnr_single {
	margin-top: 15px;
}




div .bnr_area .bnr_single{
	margin-top: 15px;
	width: 300px;
	float: left;
} 

div .bnr_area .bnr_single:last-child{
	margin-top: 15px;
	width: 300px;
	float: right;
}


@media (max-width: 640px) {
	div .bnr_area .bnr_single,
	div .bnr_area .bnr_single:last-child{
		float: none;
		text-align: center;
		width: auto;
	}
	div .bnr_area .bnr_single img{
		max-width: 300px;
	}
	
}


/*================================================
	anchorlink 2021104
================================================*/
span.anchorlink{
    background: url(/support/share/images/arrow_underline.gif) no-repeat left .6em;
    margin: 0 0 15px;
    padding: 0 0 3px 10px;
}

span.block{
    display: block;
}

/*================================================
	bnr_list 2021104
================================================*/
ul.bnr_list{
    list-style: none;
    border-bottom: dotted 1px #ccc;
}

ul.bnr_list li{
    margin-bottom: 2em;
}

ul.bnr_list li .bnr_single{
    margin: 10px 0 0;
}



/*================================================
	20220603
================================================*/


div#mainArea{
	overflow: hidden;
}

.btnArea ul.btnlist{
	list-style-type: none;
	margin: 2em 0 0 0;
	display: flex;
	justify-content: space-between;
}

.btnArea ul.btnlist > li{
	margin-bottom: 10px;
}

.btnArea ul.btnlist > li a{
	width: 100%;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
	box-sizing: border-box;
}

.btnArea ul.btnlist > li a span.textLink{
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 7px;
	margin-left: 0;
	display: inline-block;
	padding: 0 0 0 10px;
}

.btnArea ul.btnlist.inner > li a span.textLink{
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;

}


.btnArea ul.btnlist li a:hover,
.btnArea ul.btnlist li a:active,
.btnArea ul.btnlist li a:focus{
	text-decoration:none;
	color:#000;
	opacity:0.7;
}


@media (max-width: 640px) {
	.btnArea ul.btnlist{
		flex-direction: column;
	}
	.btnArea ul.btnlist li{
		width: 100%;
	}
	.indexBox dd > ul.txtlink > li span.textLink.inner{
		display: block;
		float: none;
		text-align: center;
	}
	.f-left{
		float: none;
	}
}

@media (min-width: 641px) {
	.btnArea{
		padding: 0 20px;
	}
	.btnArea ul.btnlist{
		flex-wrap: wrap;
		margin: 0 0 0 20px;
	}
	.btnArea ul.btnlist > li{
		width: calc((100% - 12px)/3);
	}
	
	
	
}



