
.pcCnt {
	display: block;
}
.spCnt {
	display: none;
}


/*===========================================
	tmp-localnavi
=============================================*/
#tmp-localnavigation h2 {
	background-image:url(/support/cs/images/st_cs.gif);
	background-repeat:no-repeat;
    height: 39px;
}
#tmp-localnavigation ul.menulist li.top,
.inc-linkbox01 ul.menulist li.top {
    background: #FFF;
	padding-left:0px;
	padding-top:10px;
}
#tmp-localnavigation ul.menulist li.top-2 {
    background: none !important;
	padding-left:0px !important;
	border-top:2px solid #DDDDDD !important;
	padding-top:15px !important;
}

/* レフトナビ 開閉 */
#tmp-localnavigation ul.menulist li.open {
	padding:7px 5px;
	background:#F1F1F1;
}
#tmp-localnavigation ul.menulist li.open img {
	margin-right:6px;
	padding-bottom:2px;
}
#tmp-localnavigation ul.menulist li.open ul#closeArea_correct,
#tmp-localnavigation ul.menulist li.open ul#closeArea_set {
    display: none;
	border-top:#999 1px dotted;
	margin:5px 0 0 0 !important;
	padding:5px 5px;
}
#tmp-localnavigation ul.menulist li.open ul#closeArea_correct li,
#tmp-localnavigation ul.menulist li.open ul#closeArea_set li {
	margin: 7px 0px 0px 0px;
	padding: 0 0 0 13px;
	background:url(/share/images/arrow_black.gif) no-repeat left 0.4em;
}


/* menulist */
.menulist li a.active {
	font-weight: bold;
	color : black;
}

.b {
	font-weight: bold;
}



.longArea h3 {
	background-image:url(/support/cs/images/st_cs2.gif);
	color: #FFFFFF;
	height: 25px;
	text-indent: -9999px;
}


.colum2-right760 {
	margin-bottom:30px !important;
}
#pageMainContent .title {
    border-bottom: 1px solid #D0D0D0;
    clear: both;
    color: #666666;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0 0 5px 5px;
}

#pageHeader {
    margin-bottom:15px;
}
#pageHeader h1.title span {
	display:none;
}
#pageMainContent {
	width:950px;
}

.pc-none {
	display:none !important;
}



/*===========================================
	box4Area
=============================================*/
.box4Area {
	width: 100%;
	list-style-type: none;
}
.box4Area li {
	width: 170px;
}
.box4Area li img {
	width: 100%;
	height: auto;
}
.box4Area li p {
	/* font-size: 12px; */
}



/*===========================================
	font
=============================================*/
.font_12 {
	font-size: 12px;
}



/*===========================================
	flexBoxKinto
=============================================*/
.flexBoxKinto {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	
}


/* flexBoxKinto */
.flexBoxGroup {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	
}


/* flexBoxKinto2 */
.flexBoxKinto2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	
	-webkit-justify-content:flex-start;
	-moz-justify-content:flex-start;
	justify-content:flex-start;
	
	-webkit-align-items: center;
	        align-items: center;
}

/* flexAlginItemTop：上揃えの場合 */
.flexAlginItemTop {
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}
.flexAlginItemMid {
	-webkit-align-items: center;
	        align-items: center;
}
.flexAlginItemBottom {
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}




@media (max-width: 640px){
	
	.imgMax {
		width: 100%;
		height: auto;
	}
	
	
	#tmp-localnavigation h2 {
		background: url("/support/share/images/leftnav_header.gif") repeat-x;
	}
	.longArea h3 {
		background-image: url("/support/share/images/leftnav_header.gif");
		background-repeat:repeat-x;
		color:#FFFFFF;
		padding: 5px;
		text-indent: 0;
		height:auto;
	}
	#pageHeader {
		height: auto;
	}
	#pageHeader h1 img {
		display:none;
	}
	#pageHeader h1.title span {
		display: block;
		color: #45678E;
		border-bottom: 2px solid #D0D0D0;
		padding-bottom:10px;
	}
	.mod-content .title {
		margin-bottom: 0px !important;
		border: none !important;
		padding: 0 !important;
	}
	
	.pc-none {
		display: block !important;
	}
	.mq-none {
		display:none;
	}


	.pcCnt {
		display: none;
	}
	.spCnt {
		display: block;
	}

}



/*===========================================
	li.top-border
=============================================*/
ul.menulist li.top-border {
	border-top:#E8E8E8 1px solid;
	padding-top:15px;
}

h4.mt_title {
	height:34px;
	margin: 0px;
	padding:6px 15px 0px 15px;
	background:url(../images/mt.jpg) repeat-x;
	font-size:16px;
}

.sub-title_Line {
	border-bottom:#999 2px solid !important;
	padding-bottom:3px !important;
}




/*===========================================
	lineArea
=============================================*/
div.lineArea {
	border:#CCC 1px solid;
	margin:15px 0px 0px 0px;
	padding:15px;
	clear:both;
}


/*===========================================
	tenkenTbl
=============================================*/
table.tenkenTbl {
	margin:15px 0px 0px 0px;
	padding:0px;
}
table.tenkenTbl th {
	width:51px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}
table.tenkenTbl td {
	margin:0px;
	padding-left:15px;
	vertical-align:middle;
}

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

/*===========================================
	disc
=============================================*/
ul.disc {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ul.disc li {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background:url(../images/ico_disc.gif) no-repeat 0px 3px;
	float:none !important;
	width:auto !important;
}
ul.disc li.space {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	background:url(../images/ico_disc.gif) no-repeat 0px 3px;
}
p.disc {
	padding: 0px 0px 0px 15px;
	background:url(../images/ico_disc.gif) no-repeat 0px 3px;
}
ul.disc-s {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
ul.disc-s li {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	background:url(../images/ico_disc-s.gif) no-repeat 0px 5px;
}


/*===========================================
	num
=============================================*/
.num_01 {
	padding: 0px 0px 0px 28px !important;
	background:url(../images/num_01.gif) no-repeat 0px 0px;
}
.num_02 {
	margin-top:10px;
	padding: 0px 0px 0px 28px !important;
	background:url(../images/num_02.gif) no-repeat 0px 0px;
}
.num_03 {
	margin-top:10px;
	padding: 0px 0px 0px 28px !important;
	background:url(../images/num_03.gif) no-repeat 0px 0px;
}

/*===========================================
	kome-indent
=============================================*/
.kome-indent dt {
	width:1em;
	margin-top:0.3em;
}
.kome-indent dd {
	margin-top:-1.5em;
	margin-left:1em;
}
.kome-indent2 dt {
	width:1em;
	margin-top:0.3em;
}
.kome-indent2 dd {
	margin-top:-1.5em;
	margin-left:1.3em;
}


/*===========================================
	textLine
=============================================*/
.textLine {
	padding-right:1px;
	padding-left:3px;
	padding-bottom:4px;
	vertical-align: middle;
}
.textLine-2 {
	padding-right:3px;
	padding-left:3px;
	padding-bottom:4px;
	vertical-align: middle;
}

/*===========================================
	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 !important;
}
.mt_02{
	margin: 2px 0px 0px 0px !important;
}
.mt_03{
	margin: 3px 0px 0px 0px !important;
}
.mt_05{
	margin: 5px 0px 0px 0px !important;
}
.mt_10 {
	margin: 10px 0px 0px 0px !important;
}
.mt_15 {
	margin: 15px 0px 0px 0px !important;
}
.mt_20 {
	margin: 20px 0px 0px 0px !important;
}
.mt_25 {
	margin: 25px 0px 0px 0px !important;
}
.mt_30 {
	margin: 30px 0px 0px 0px !important;
}
.mt_35 {
	margin: 35px 0px 0px 0px !important;
}
.mt_40 {
	margin: 40px 0px 0px 0px !important;
}
.mt_45 {
	margin: 45px 0px 0px 0px !important;
}
.mt_50 {
	margin: 50px 0px 0px 0px !important;
}


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


/*===========================================
	color
=============================================*/
.red {
	color: #C61B38;
}


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

.mod-pageTop{
	margin:5px 0px 0px 0px !important;
}



.txt10 {
    font-size: 85% !important;
}
.txt15 {
    font-size: 123.1% !important;
}
.txt18 {
    font-size: 146.5% !important;
}



/*===========================================
	top、bottomボタン用
=============================================*/
* html div.outer {  
	position: relative;
}  
*+html div.outer {  
	position: relative;
} 
div.vertical_middle {  
    display: table-cell; 
    vertical-align: middle;
}  
* html div.vertical_middle {  
	position: absolute; 
	top: 50%;         
}  
*+html div.vertical_middle {  
	position: absolute;
	top: 50%;         
}  
div.vertical_middle p.inner { 
	margin: 0;
	line-height:16px;
	padding-left:55px;
	color:#43677E;
}
div.vertical_middle .smallFont {
	font-size: 11.9px;
}
* html div.vertical_middle p.inner {  
	position: relative;
	top: -50%;         
}  
*+html div.vertical_middle p.inner {  
	position: relative;
	top: -50%;   
}  
div.vertical_middle p.inner span { 
    padding-left: 9px;
	background: url("/support/share/images/arrow_black.png") no-repeat left 3px;
	display:block;
}







@media (max-width: 640px){
	div.vertical_middle p.inner span { 
		background: url("/support/share/images/arrow_black.png") no-repeat left 5px;
	}


	/*===========================================
		box4Area
	=============================================*/
	.box4Area {
		width: 100%;
		list-style-type: none;
	}
	.box4Area li {
		width: 48%;
		margin-bottom: 15px;
	}
	.box4Area li img {
		width: 100%;
		height: auto;
	}


}


.aijou {
	background: url("../images/top_img_aijou.png") no-repeat 0 5px;
} 
.plug {
	background: url("../images/top_img_plug.png") no-repeat 0 5px;
}
.plug_ac {
	background: url("../images/top_img_plug_ac.png") no-repeat 0 5px;
}
.ac {
	background: url("../images/top_img_ac.png") no-repeat 0 5px;
} 
.battery {
	background: url("../images/top_img_battery.png") no-repeat 0 5px;
} 
.headphone {
	background: url("../images/top_img_headphone.png") no-repeat 0 5px;
} 
.baby {
	background: url("../images/top_img_baby.png") no-repeat 0 5px;
} 
.step {
	background: url("../images/top_img_step.png") no-repeat 0 5px;
} 
.safe {
	background: url("../images/top_img_safe.png") no-repeat 0 5px;
} 
.set {
	background: url("../images/top_img_set.png") no-repeat 0 5px;
} 
.security {
	background: url("../images/top_img_security.png") no-repeat 0 5px;
}
.magnet {
	background: url("../images/top_img_magnet.png") no-repeat 0 5px;
}
.internet {
	background: url("../images/top_img_internet.png") no-repeat 0 5px;
}

.vaio {
	background: url("../images/top_img_vaio.png") no-repeat 0 5px;
} 
.tv {
	background: url("../images/top_img_tv.png") no-repeat 0 5px;
} 
.bd {
	background: url("../images/top_img_bd.png") no-repeat 0 5px;
} 
.cyber-shot {
	background: url("../images/top_img_cyber-shot.png") no-repeat 0 5px;
} 
.alpha {
	background: url("../images/top_img_alpha.png") no-repeat 0 5px;
} 
.handycam {
	background: url("../images/top_img_handycam.png") no-repeat 0 5px;
} 
.actioncam {
	background: url("../images/top_img_actioncam.png") no-repeat 0 5px;
} 
.wm {
	background: url("../images/top_img_wm.png") no-repeat 0 5px;
} 
.xperia {
 background: url("../images/top_img_xperia.png") no-repeat 0 5px;
} 

.hdd {
	background: url("../images/top_img_hdd.png") no-repeat 0 5px;
} 
.copyright {
	background: url("../images/top_img_copyright.png") no-repeat 0 5px;
} 
.compensation {
	background: url("../images/top_img_compensation.png") no-repeat 0 5px;
} 
.parts {
	background: url("../images/top_img_parts.png") no-repeat 0 5px;
} 
.recycle {
	background: url("../images/top_img_recycle.png") no-repeat 0 5px;
} 
.long-run {
	background: url("../images/top_img_long-run.png") no-repeat 0 5px;
}
.aijo-link {
	background: url("../images/top_img_aijo-link.png") no-repeat 0 0;
} 


/*===========================================
愛情点検協会リンク-トップli
=============================================*/
div.topArea div.contentsArea ul li.aijo-linkBox {
	height: 74px;
}
div.topArea div.contentsArea ul li.aijo-linkBox div.outer {
	height: 70px;
}
div.topArea div.contentsArea ul li.aijo-linkBox div.outer p.inner {
	padding-top: 4px;
}
div.topArea div.contentsArea ul li.aijo-linkBox .aijo-linkTxt {
	font-size: 9px;
	margin-top: 10px;
}

@media (max-width: 640px){
	div.topArea div.contentsArea ul li.aijo-linkBox div.outer p.inner {
		padding-top: 0;
	}
	div.topArea div.contentsArea ul li.aijo-linkBox .aijo-linkTxt {
		font-size: 9px;
		margin-top: 0;
		background: none;
		color: #000;
	}
	.aijo-link {
		background: url("../images/top_img_aijo-link.png") no-repeat 0 5px;
	} 

}
/*===========================================
愛情点検協会リンク-おすすめページli
=============================================*/
ul.btnArea_bottom li.aijo-linkBox {
	height: 72px;
}
ul.btnArea_bottom li.aijo-linkBox a {
	height: 72px;
}
ul.btnArea_bottom li.aijo-linkBox div.outer {
	height: 72px;
}
ul.btnArea_bottom li.aijo-linkBox div.outer p.inner {
	padding-top: 10px;
}
ul.btnArea_bottom li.aijo-linkBox .aijo-linkTxt {
	margin-top: 5px;
}
ul.btnArea_bottom li.aijo-linkBox div.outer.aijo-link {
	background: url("../images/top_img_aijo-link.png") no-repeat 0 2px;
} 

@media (max-width: 640px){
	ul.btnArea_bottom li.aijo-linkBox div.outer p.inner {
		padding-top: 8px;
	}
	ul.btnArea_bottom li.aijo-linkBox .aijo-linkTxt {
		font-size: 9px;
		margin-top: 0;
		background: none;
		color: #000;
	}
}

/*===========================================
アンカーリンク
=============================================*/
ul.anchorArea {
 margin:15px 0px 0px 0px;
 padding:0px 20px 12px 20px;
 border:#999999 1px solid;
 list-style:none;
 clear:both;
}
ul.anchorArea li {
 margin:12px 0px 0px 15px;
 padding:0px 0px 0px 13px;
 background:url(../check/images/ico_anchor.png) 0 5px no-repeat;
 float:left;
}
ul.anchorArea li.top {
 margin:12px 0px 0px 0px;
 white-space: nowrap;
}

@media screen and (max-width: 640px) {
 ul.anchorArea li {
  margin:12px 0px 0px 0px;
  padding:0px 0px 0px 13px;
  float:none;
 }
 ul.anchorArea li.top {
  margin:0px 0px 0px 0px;
  white-space: normal;
 }
}

