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;
}
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:14px;
}
dl.indexBox {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:#999999 1px solid;
	clear:both;
}
dl.indexBox dt {
	width:355px;
	float:left;
}
dl.indexBox dd {
	width:500px;
	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-left:10px;
}
dl.indexBox a {
	font-weight:bold;
}



@media (max-width: 640px) {
		
	/*===========================================
		#mainArea
	=============================================*/
	div#mainArea {
		width: auto;
		height: auto;
		background-position: right bottom;
		background-size: 80% auto;
	}
	div#mainArea .mt {
		background-color: #787878;
		color: #ffffff;
		font-size: 16px;
		padding: 5px;
	}
	div#mainArea .mt span {
		font-size: 1em;
		padding: 5px;
		border-bottom:none;
	}
	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:355px;
		width:100%;
		height:auto;
	}
	dl.indexBox dd {
		width: auto;
		float:none;
		margin-top:10px;
	}
	
}


/*===========================================
		txtlink
=============================================*/
p.txtlink {
	margin:5px 0 0 0;
	background: url("/support/share/images/arrow_black.png") no-repeat left 0.4em;
	padding-left:10px;
}

/*================================================
	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: 12px;
    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;
}
@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;
	}
}