/*desktopshow.css*/

@charset "UTF-8";
html {
	height:100%;
	font-family:"ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, fantasy;
	font-size:16px;
}
body {
	margin:0;
	width:100%;
	height:100%;
}
p {	margin:0; }
a { text-decoration: none; }

#centerContainer {
	width:1100px;
	height:100%;
	margin:0 auto;
}

#header {
	width:1100px;
	height: 270px;
	background-color:rgb(120,185,255);
	position:relative;
	overflow: hidden;
}
#kiss_p {
	position: absolute;
	top:15px;
	left: 45px;
	font-size:1em;
	letter-spacing:2px;
}
#language_p {
	position: absolute;
	top:15px;
	left: 830px;
	font-size:0.8em;
}
#header_App_icon {
	position: absolute;
	width: 170px;
	height: 170px;
	top: 60px;
	left: 60px;
}
#header_ss_overal {
	position: absolute;
	top: 40px;
	left: 650px;
}
#header_subheading {
	position: absolute;
	top: 65px;
	left: 270px;
	font-size:1.3em;
}
#header h1 {
	position: absolute;
	top: 70px;
	left: 300px;
	font-size:2.5em;
}
#header_App_store_Badge {
	position: absolute;
	width: 210px;
	height: 53px;
	top: 180px;
	left: 340px;
}


#containerBox {
	width:1100px;
}
#onerview {
	width: 1100px;
	padding: 50px 0;
	background-color: rgb(248, 248, 248);
}
#onerview h3 {
	margin: 0 0 0 280px;
	font-size:1.4em;
}
#onerview h4 {
	margin: 0 0 0 180px;
	font-size:1.1em;
}
#onerview p {
	font-size:1.2em;
	margin-left: 150px;
}


#howtouse {
}
#htu_heading {
	margin: 50px 0 30px 350px;
	font-size:1.6em;
}
.htu_box {
	position: relative;
	width: 1100px;
	margin: 0;
}
.htu_ss {
	position: absolute;
	top: 0px;
	left: 0px;
}
.htu_subheading {
	position: absolute;
	top: 10px;
	left: 670px;
}
.htu_explanation {
	position: absolute;
	top: 60px;
	left: 650px;
}
#htu_box_1 {
	height: 400px;
}
#htu_box_2 {
	height: 400px;
}
#htu_box_3 {
	height: 330px;
}
#htu_box_4 {
	height: 420px;
}
#htu_box_5 {
	height: 330px;
}



#specification {
	width: 1100px;
	margin: 0;
	background-color: rgb(248, 248, 248);
	border: 1px solid rgb(248, 248, 248);
}
.under_eading {
	font-size: 1.2em;
	text-align: center;
	padding-top: 20px;
}
#specification p {
	padding-left: 225px;
}
#specification p:last-child {
	padding-bottom: 30px;
}

#troubleshooting {
	width: 1100px;
	margin: 0;
	background-color: rgb(238, 238, 238);
	border: 1px solid rgb(238, 238, 238);
}
#troubleshooting h4 {
	margin: 0;
	font-size: 0.9em;
	padding: 0 160px;
}
#troubleshooting p {
	font-size: 0.9em;
	padding: 0 180px;
}
#troubleshooting p:last-child  {
	padding-bottom: 30px;
}

#privacyPolicy {
	width: 1100px;
	margin: 0;
	background-color: rgb(248, 248, 248);
	border: 1px solid rgb(248, 248, 248);
}
#privacyPolicy p {
	font-size: 1em;
	text-align: center;
	padding-bottom: 30px;
}

#version {
	width: 1100px;
	margin: 0;
	background-color: rgb(238, 238, 238);
	border: 1px solid rgb(238, 238, 238);
}
#version p {
	display: inline-block;
	width: 1100px;
}
.l_blockspan_vi {
	display: inline-block;
	width: 200px;
	margin-left: 350px;
	text-align: right;
}
.r_blockspan_vi {
	display: inline-block;
	width: 500px;
	text-align: left;
}
.l_blockspan_vh {
	display: inline-block;
	width: 200px;
	margin-left: 200px;
	text-align: right;
}
.r_blockspan_vh {
	display: inline-block;
	width: 600px;
	text-align: left;
}
#version p:last-child {
	padding-bottom: 30px;
}

#link_menu {
	width: 880px;
	margin: 1em auto 0 auto;
}
#link_menu span {
	display: inline-block;
	width: 170px;
	text-align: center;
}

#footer {
	width:1100px;
	border-top:15px solid rgb(215,215,215);
	padding-top: 1em;
	padding-bottom:2em;
}
#footer p {
	text-align:center;
}
