@charset "utf-8";
/* CSS 封印 */

body{
	min-width: 1080px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-size:14px;
	line-height: 150%;
	color: #516B75;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


a		{ color: #516B75;  text-decoration:none; outline: none;}
a:hover	{ color: #FE6B34;  text-decoration: none;}
* { margin : 0px ; padding : 0px; }


#Contents {
	text-align: justify;
	text-justify: distribute;
	background: url(../images/img_back-gra.jpg) repeat-x  ;
}

#Contents div.Container {
	width: 1000px;
	height:100%;
	margin: 0px auto;
	clear: both;
}

h1 {
	width: 100%;
	height: 320px;
	display: block;
}

h2 {
	width: 100%;
	height: 100%;
	display: block;
	margin: 60px 0px 30px 0px;
}


#PageMenu {
	width: 100%;
	height: 60px;
	display: block;
	font-weight: bold;
	color: #FFF;
}

#PageMenu ul {
	width: 100%;
	height: 100%;
	display: block;
	list-style: none;
	background: #F90;
}

#PageMenu ul li {
	width: 332px;
	height: 60px;
	float: left;
	display: inline-block;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	border-right: 1px solid #fff;
}

#PageMenu ul li a {
	width: 332px;
	height: 50px;
	display: block;
	color: #FFF;
	background: #F90;
	padding: 10px 0px 0px 0px;
}

#PageMenu ul li a:hover {
	color: #FFF;
	background: #F30;
}

#PageMenu .MenuNote {
	display: inline-block;
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.Memo {
	font-size: 13px;
	line-height: 140%;
	text-indent: -12px;
	padding-left: 12px;
	margin-top: 10px;
}


.Step {
	width: 40px;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	margin: 30px 20px 10px 0px;
	float: left;
	clear: both;
	text-align: center;
}

.StepNum {
	width: 40px;
	height: 40px;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	background: #FF9900;
	border-radius: 20px;
}

.Description {
	width: 500px;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 180%;
	margin: 35px 40px 10px 0px;
}

.ImageCapture {
	width: 400px;
	height: 100%;
	overflow: hidden;
	float: left;
	display: inline-block;
	margin: 30px 0px 10px 0px;
}

.Banner {
	width: 100%;
	display: block;
	margin: 50px 0px 0px 0px;
	font-size: 12px;
	text-align: center;
	line-height: 120%;
}

.logo{
	display: inline;
	margin: 0px 20px 0px 50px;
	float:left;
}


.SmartphoneCarrier > p.Carrier {
	width: 74px;
	clear: both;
	float:left;
	display: inline-block;
	margin: 0px 15px 20px 0px;
	border-radius: 8px;
	padding: 4px 8px 3px 8px;
	color: #FFF;
	background: #FFA64D;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
}

.SmartphoneCarrier > p.Description {
	width: 480px;
	float:left;
	display: inline-block;
	font-size: 16px;
	line-height: 160%;
	margin: 0px 30px 20px 0px;
}


.SmartphoneCarrier > p.SmartponeButton {
	width: 380px;
	float: left;
	text-align: right;
	margin: 0px 0px 20px 0px;
}

.Note {
	width: 480px;
	padding: 10px 20px;
	border: 1px solid #FF9900;
	background: #FEFFE6;
}

.Yoroshiku {
	margin-top: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #F60;
}

