@charset "UTF-8";

/*-------------------------------------------------------------------
全体
-------------------------------------------------------------------*/

h1, h2, h3, h4, h5, p, address, div, ul, ol, dl, blockquote, pre, table, form, fieldset, hr, td {
	margin:0;
	padding:0;
	font-family:'ＭＳ Ｐゴシック','Osaka','Arial';
	font-size:14px;
	color:#000000;
}

img {
	border:0;
}

body {
	margin:0;
	padding:0;
	background:#fff;

}

#wrap {
	text-align:center;
}

#content {
	margin:0px auto;
	width:950px;
	text-align:left;
}

#header {
	background:#ccc;
	width:950px;
	text-align:center;
	padding:10px 0;
}

#ipad_header {
	width:910px;
	/width:950px; /* IE6,7 */
	height:390px;
	/height:430px; /* IE6,7 */
	background:#fff;
	padding:20px 20px 20px;
	margin-bottom:10px;
}

#ipad_header #mainimg {
	float:left;
	width:450px;
	margin:10px 0;
}

#ipad_header #header_txt {
	float:right;
	width:450px;
	margin:10px 0;
}

#ipad_header #header_txt h1 {
	margin:80px 0 20px;
	font-size:30px;
	letter-spacing:0.05em;
	line-height:1.2em;
}

#ipad_header #header_txt p {
	margin:20px 0;
	padding-left:20px;
	font-size:17px;
	color:#666;
	letter-spacing:0.1em;
	line-height:1.5em;
}

#ipad_header #header_txt #appstore {
	margin-top:30px;
	padding-left:50px;
}


.icata_step {
	width:425px;
	/width:467px; /* IE6,7 */
	height:370px;
	/height:412px; /* IE6,7 */
	padding:20px;
	float:left;
	background:#f6f6f6;
	border:#ccc 1px solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}

.icata_step h2 {
	font-weight:bold;
	font-size:17px;
	margin-bottom:30px;
}

.icata_step h2 img {
	vertical-align:bottom;
	margin-right:10px;
}

.icata_step .icata_icon {
	float:left;
	width:87px;
}

.icata_step .step {
	float:left;
	width:310px;
	/width:330px; /* IE6,7 */
	height:200px;
	/height:160px; /* IE6,7 */
	padding-left:20px;
}

.icata_step .step ul {
	list-style-type:none;
}

.icata_step .step ul li{
	clear:both;
}

.icata_step .step ul li .step_num {
	float:left;
	width:35px;
	height:22px;
	/height:42px; /* IE6,7 */
	padding-bottom:20px;
}

.icata_step .step ul li .step_txt {
	float:left;
	width:270px;
	padding-top:3px;
	padding-bottom:20px;
	letter-spacing:0.1em;
	line-height:1.3em;
}

.icata_step .icata_step_separator {
	margin:20px 0;
	clear:both;
}

.icata_step .icata_info {
	padding:0 10px;
	height:30px;
	width:405px;
	position:relative;
}

.icata_step .icata_info .icata_info_btn {
	position:absolute;
	top:50px;
	left:220px;
}

.function {
	width:425px;
	/width:467px; /* IE6,7 */
	height:370px;
	/height:412px; /* IE6,7 */
	padding:20px;
	float:right;
	background:#f6f6f6;
	border:#ccc 1px solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}

.function h2 {
	font-weight:bold;
	font-size:17px;
	margin-bottom:20px;
}

.function h2 img {
	vertical-align:bottom;
	margin-right:10px;
}


.function ul {
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.3em;
	width:270px;
	margin-left:30px;
}

.function .pict {
	background:#777;
	border-top:#333 1px solid;
	border-left:#333 1px solid;
	border-right:#fff 1px solid;
	border-bottom:#fff 1px solid;
	padding:10px 20px;
	margin-top:10px;
	width:390px;
	/width:432px; /* IE6,7 */
	height:160px;
	/height:182px; /* IE6,7 */
	text-align:center;
}

.function .pict img{
	margin:0 5px;
}

.inner_wrap {
	width:950px;
	height:420px;
	clear:both;
}

#footer {
	width:930px;
	/width:950px; /* IE6,7 */
	height:15px;
	/height:35px; /* IE6,7 */
	text-align:center;
	margin-top:20px;
	padding:10px;
	background:#ccc;
}
