@charset "shift_jis";
/* 京 */

/*===============================

	[ remote_prepare  ]

===============================*/

/* block */
div#main2 div#block {
	background-color: #F8FBFB;
	border: solid 1px #F8FBFB;
	margin-bottom: 10px;
	width: 500px;
}

div#main2 #contentsMain0801 .procedure #block p {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}
/* block */

/* 申込・事前準備 jp版 */

div#contents div.section div.preparation{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b9e5fa;
	padding:1em;
}
div#contents div.section div.center{
    margin: 10px 0;
}
div#contents div.section div.center img{
    margin: 0;
}

/* block */
div#contents div.section div.preparation div#block {
	background-color: #F8FBFB;
	border: solid 1px #F8FBFB;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 500px;
}

div#contents div.section div.preparation div#block p {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}
div#contents div.section div.preparation div#block textarea.agreeTxtField {
	margin-top: 10px;
	margin-left: 30px;
	width: 440px;
	height: 130px;
}



/* -------------------------------------------------------------------------
	VAIOリモートサービスのご利用方法
------------------------------------------------------------------------- */

#contents ul.annotation li.remote {
	margin-top: 1em;
}

/* -------------------------------------------------------------------------
	セキュリティーと個人情報の取扱いについて
	＜LogMeIn社が提供するサービスに関する利用規約＞
------------------------------------------------------------------------- */

#contents .preparation dt {
	margin-bottom: .5em;
}
#contents dl dd ul.annotation {
	padding-top: 0;
	margin-left: 0;
}


/*
----------------------------------------------------------------------------
	画面幅＜640px＞以下のときに適用
----------------------------------------------------------------------------
*/

@media screen and (max-width: 640px) {
	div#contents div.section div.preparation{
		width: auto;
	}
	div#contents div.section div.preparation div.text_area{
	    width: auto;
	}
	div#contents div.section div.preparation div#block {
		width: auto;
	}
	div#contents div.section div.preparation div#block textarea.agreeTxtField {
		width: 85%;
	}
}

