/* ホーム */
#supporttop_link_guide {
	margin-bottom: 15px;
	float: none;
	list-style:none;
}

/* アンケート・お客様の声ボタン */
#enq_voice {
	/*width:349px;*/
	width:351px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	float:right;
}
#enq_voice div.left {
	width:193px;
	margin: 0px;
	padding: 0px;
	float:left;
}
#enq_voice div.right {
	width:141px;
	margin: 0px;
	padding: 0px;
	float:right;
}

#enqueteArea {
	width:950px;
	margin: 0px auto;
	clear:both;
}
#enqueteArea #sbi_comment1 {
	width:600px;
	margin: 0px auto;
}

h2#maintitle {
	background:#333333;
	height:45px;
}
h2#maintitle .topBtn {
	margin-top:15px;
	margin-right:15px;
	padding:0px 0px 0px 10px;
	background:url(../images/ico_arrow-w.png) 0 5px no-repeat;
	color:#FFF;
}



h2#maintitle span.mq {
	display: none;
}
p.caption {
	margin-top:5px;
}
	p.caption .author{
		display:block;
		margin-bottom:5px;
		font-weight:bold;
	}
img.zoom {
	float:right;
	margin-left:5px;
}
div.space0 {
	line-height:1;
}


/*===========================================
	pregBox 
=============================================*/
.pregBox {
	margin:40px 0px 0px 0px;
	padding:0px;
	clear:both;
}
/* s-title */
h4.s-title {
	margin:0px 0px 15px 0px;
	border-bottom:#999 1px solid;
	font-size:24px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
}
.s-title span {
	border-left:#999 7px solid;
	padding:3px 10px 0px 15px;
	display:block;
}
h5.s-title {
	font-size:16px;
	padding: 0px 0px 0px 10px;
	background: url(../images/ico_disc.gif) no-repeat 0px 8px;
}

.fl-l {
	float:left;
}
.fl-r {
	float:right;
}
.txt-center {
	text-align:center;
}
span.txt-center {
	text-align:center;
}
.pc-none {
	display: none;
}
.mq-none {
	display: block;
}

span.mod-storeLink a {
    background: url("/share2/images/mod-topProduct/bg_01.png") repeat scroll 0 48% transparent;
    border-bottom: 2px solid #DF6F2D;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-height: 14px;
    padding: 8px 24px 4px;
}
span.mod-storeLink a,
span.mod-storeLink a:visited,
span.mod-storeLink a:hover,
span.mod-storeLink a:active {
    color: #FFFFFF;
}

@media (max-width: 640px){
	#homeArea {
		display: none;
	}
	#enqueteArea,
	#enqueteArea #sbi_comment1 {
		width: auto;
	}
	h2#maintitle {
		height: auto;
		background: #333;
		color:#FFFFFF;
		padding:5px 10px !important;
	}
	h2#maintitle img {
		display:none;
	}
	h2#maintitle .topBtn {
		margin-top:3px;
		display:block;
	}
	h2#maintitle span.mq {
		display: block;
		font-size:15px !important;
	}					
	img.zoom {
		display:none;
	}
	
	/* anchorArea */
	ul.anchorArea li,
	ul.anchorArea-2 li,
	ul.anchorArea-2 li.top {
		margin:10px 0px 0px 0px;
		float: none;
	}
	
	
	
	
	
	
	/*===========================================
		pregBox 
	=============================================*/
	.pregBox {
		margin:40px 0px 0px 0px;
		padding:0px;
		clear:both;
	}
	
	/* s-title */
	h4.s-title {
		font-size:18px;
	}
	
	.fl-l {
		float: none;
	}
	.fl-r {
		float: none;
	}
	span.txt-center {
		display:block;
	}
	
	div.img img {
		max-width:100%;
		height:auto;
	}
	
	.pc-none {
		display: block;
	}
	.mq-none {
		display: none;
	}
	

}
html>body #enqueteArea {
	float: none;
}

/*===========================================
	txtlink
=============================================*/
ul.txtlink {
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.txtlink li {
	margin-top:3px;
	padding: 0 0 0 10px;
	background:url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}
p.txtlink {
	padding: 0 0 0 10px;
	background:url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}

/*===========================================
	iconNewWin 
=============================================*/
span.mod-iconNewWin {
    background: url("../images/ico_01.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 0;
    overflow: hidden;
    padding: 9px 0 0;
    vertical-align: baseline;
    width: 11px;
	margin-left:2px;
}


/*===========================================
	clearfix 
=============================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix { display:block;}
/* End hide from IE-mac */


/*===========================================
	clear_both
=============================================*/
.clear_both {
	clear: both;
}



/*===========================================
	Space
=============================================*/
.mt_00 {
	margin: 0px;
}
.mt_03{
	margin-top:3px;
}
.mt_05{
	margin-top:5px;
}
.mt_10 {
	margin-top:10px;
}
.mt_15 {
	margin-top:15px;
}
.mt_20 {
	margin-top:20px;
}
.mt_25 {
	margin-top:25px;
}
.mt_30 {
	margin-top:30px;
}
.mt_35 {
	margin-top:35px;
}
.mt_40 {
	margin-top:40px;
}
.mt_45 {
	margin-top:45px;
}
.mt_50 {
	margin-top:50px;
}


.mb_15 {
	margin: 0px 0px 15px 0px;
}


.ml_05 {
	margin-left: 5px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_15 {
	margin-left: 15px;
}
.ml_20 {
	margin-left: 20px;
}
.ml_25 {
	margin-left: 25px;
}
.ml_30 {
	margin-left: 30px;
}
.ml_35 {
	margin-left: 35px;
}
.ml_40 {
	margin-left: 40px;
}
.ml_45 {
	margin-left: 45px;
}
.ml_50 {
	margin-left: 50px;
}

/*===========================================
	font-size
=============================================*/
.font16 {
    font-size: 16px;
}
.font14 {
    font-size: 14px;
}
.txt10 {
    font-size: 80%;
}
.txt13 {
    font-size: 90%;
}

/*===========================================
	pagetopBox
=============================================*/
.pagetopBox{
	margin:10px 0px 0px 0px;
	padding:0px;
	text-align:right;
	clear:both;
}

/*===========================================
	indent
=============================================*/
dl.indent{
	color: #333333;
}
	dl.indent dd{
		padding-left:1em;
	}

span.indent02{
	display:block;
	/zoom:1;
}
	span.indent02 .num{
		display:block;
		width:2.7em;
		float:left;
	}
	span.indent02 .txt{
		display:block;
		margin-left:2.7em;
		_text-indent:-0.2em;
	}
span.indent02:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*===========================================
	adjust height
=============================================*/
.adjHeight{
	min-height:100%;
    overflow:hidden;
    padding-bottom: 20px;
}
	.adjHeight .grayArea-2.fl-r,
	.adjHeight .grayArea-2.fl-l{
		padding-bottom:32767px;
    	margin-bottom:-32767px;
	}
	
@media(max-width:640px){
	.adjHeight{
		min-height:0;
	    overflow:visible;
	    padding-bottom: 0;
	}
		.adjHeight .grayArea-2.fl-r,
		.adjHeight .grayArea-2.fl-l{
			padding-bottom:20px;
	    	margin-bottom:0;
		}
}