@charset "Shift_JIS";
/*
	================================================================================================
		support software idc download css win.css
	================================================================================================
*/

@import url("/support/software/idc/css/sup_link.css");

/*
----------------------------------------------------------------------------
	js-include-list
----------------------------------------------------------------------------
*/
#productNews .productNewsList, .js-include-list {
	margin:0 5px 0 -0.7em;
}
/*
----------------------------------------------------------------------------
	downloadArea
----------------------------------------------------------------------------
*/
#contents .downloadArea {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	width: 400px; 
	padding: 20px 20px 0;
	border: #CCC 1px solid;
	background-color: #F0FAFF;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#contents .downloadArea {
		width: auto;
	}
}
	
/*
----------------------------------------------------------------------------
	other
----------------------------------------------------------------------------
*/
div#introduction.pregBox {
	margin: 0;
}
div.onlymobile {
	display: none;
}
@media screen and (max-width: 640px) {
div.onlymobile {
	display: block;
}
}

/*
	====================================
		最新アプリの紹介
	====================================
*/

#introduction .notice p.notice_title{
	margin-bottom: 5px;
}
#introduction .notice p.inner_title{
	margin-bottom: 5px;
}

#introduction .notice p.inner_txtlink{
	margin-top: 20px;
	margin-bottom:0;
}


#introduction .notice ul.txtlink{
	margin-left: 15px !important;
	margin-bottom: 15px !important;
	padding:0;
	
}
@media screen and (max-width: 640px) {
	.notice {
		margin: 0 0 2em;
	}

}