* {
	font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin: 0;
	padding: 0;
}

/**/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 52px;
	background: rgba(51, 51, 51, 0.3);
	z-index: 1000;
	overflow: hidden;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
}

section {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../img/mesh.png) repeat, #73A9BE;
	background: url(../img/mesh.png) repeat, linear-gradient(#FFF, #73A9BE);
	background: url(../img/mesh.png) repeat, -moz-linear-gradient(top, #FFF, #73A9BE);
	background: url(../img/mesh.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), to(#73A9BE));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#73A9BE');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#73A9BE')";
}

footer {
	position: absolute;
	width: 100%;
	background: rgba(51, 51, 51, 0.8);
}


/**/
header:hover {
	height: 150px;
	background: rgba(51, 51, 51, 0.7);
}

header * {
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
}

header h1 {
	font-family: 'Emblema One', cursive;
	display: inline-block;
	width: 250px;
	height: 52px;
	background: url(../img/topLogo.png) no-repeat 10px center;
	line-height: 52px;
	color: #898989;
	text-shadow: 0 1px 0 #D4D4D4, 0 -1px 0 #575757;
	font-size: 40px;
	font-weight: bold;
	padding: 0 0 0 70px;
}
header:hover h1 {
	opacity: 0;
}
header h3 {
	font-family: 'Emblema One', cursive;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	font-size: 26px;
	color: #73A9BE;
	text-shadow: 0px 1px 1px #F0FEFE, 0px -1px 1px #285E73;
	text-align: center;
	opacity: 0;
}
header:hover h3 {
	opacity: 1;
}


/**/
hr {
	display: block;
	height: 1px;
	border: none;
	background-image: -moz-linear-gradient(0deg, rgba(115, 169, 190, 0) 10%, rgba(115, 169, 190, 1) 50%, rgba(115, 169, 190, 0) 90%);
	margin: 0 auto 20px auto;
}
hr:after {
	position: relative;
	top: 1px;
	content: " ";
	display: block;
	height: 1px;
	border: none;
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));
	margin: 0 auto;
}


#appsList {
	position: absolute;
	top: 55px;
	width: 100%;
	height: 81px;
	text-align: center;
}
#appsList * {
	vertical-align: top;
}

#appsList .appListArrow {
	display: inline-block;
	width: 40px;
	height: 68px;
	margin: 7px 10px;
}
#appsList .appListArrow span {
	display: block;
	width: 100%;
	height: 100%;
}

#appsList #leftArrow span {
	background: url(../img/carArrow.png) no-repeat left bottom;
	opacity: 0;
}
#appsList #rightArrow span {
	background: url(../img/carArrow.png) no-repeat right bottom;
}

#appsList #appsListCarousel {
	display: inline-block;
	width: 80%;
	max-width: 1250px;
	height: 81px;
	overflow: hidden;
}

#appsList #appsListCarousel ul {
	display: block;
	width: 3000px;
	height: 81px;
	overflow: hidden;
	text-align: left;
}
#appsList #appsListCarousel ul li {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 120px;
	height: 81px;
	background: rgba(51, 51, 51, 0.1);
	cursor: pointer;
	text-align: center;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	-ms-transition-duration: 0s;
}


#appsList #appsListCarousel ul li img {
	height: 80px;
}

#appsList #appsListCarousel ul li p {
	position: absolute;
	bottom: -13px;
	display: block;
	width: 120px;
	height: 12px;
	line-height: 12px;
	background: rgba(51, 51, 51, 0.8);
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
#appsList #appsListCarousel ul li:hover p {
	bottom: 1px;
}

header .menuDown {
	position: absolute;
	top: 2px;
	right: 5px;
	display: block;
	width: 45px;
	height: 47px;
	background: url(../img/menuDownButton.png) no-repeat left top;
}
header:hover .menuDown {
	opacity: 0;
}


/**/
.langSelector {
	position: absolute;
	top: 60px;
	right: 20px;
}
.langSelector li {
	display: inline-block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	background: rgba(51, 51, 51, 0.1);
	border: 1px solid #73A9BE;
	border-radius: 5px;
	color: #73A9BE;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.langSelector li.selected {
	background: #73A9BE;
	border: 1px solid #CCC;
	color: #FFF;
	font-weight: bold;
}



/**/
#mainCarousel {
	position: absolute;
	width: 100%;
	min-height: 550px;
}

#mainCarousel .mainDisplay {
	position: absolute;
	top: 0px;
	float: left;
	left: 150px;
	min-height: 550px;
	overflow: hidden;
	z-index: 200;
}

#mainCarousel .mainContents {
	display: inline-block;
	width: 12000px;
	min-height: 550px;
}
#mainCarousel .mainContents .mainPanel {
	vertical-align: top;
	position: relative;
	left: 0;
	display: inline-block;
	min-height: 550px;
	text-align: center;
}

#mainCarousel .mainSlideButton {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 70px;
	background-image: url(../img/carArrow.png);
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer;
	margin: 35px 2% 0 2%;
	z-index: 300;
}
#mainCarousel .mainSlideButton.left {
	float: left;
	background-position: left top;
}
#mainCarousel .mainSlideButton.right {
	float: right;
	background-position: right top;
}

#mainCarousel .mainSlideButton.left:hover {
	background-position: left bottom;
}
#mainCarousel .mainSlideButton.right:hover {
	background-position: right bottom;
}




/**/
.mainPanel.landscape .iContainer {
	margin: 0 auto;
}
.mainPanel.portrait .iContainer {
	float: left;
}

.iContainer.landscape {
	position: relative;
	width: 670px;
	height: 282px;
}
.iContainer.portrait {
	position: relative;
	width: 402px;
	height: 550px;
}

.iContainer.landscape .iDisplayBack {
	float: left;
	display: inline-block;
	width: 550px;
	height: 282px;
	background: url(../img/iPhoneBackLand.png) no-repeat center top;
}
.iContainer.portrait .iDisplayBack {
	float: left;
	display: inline-block;
	width: 282px;
	height: 550px;
	background: url(../img/iPhoneBackPort.png) no-repeat center top;
}

.iContainer.landscape .iDisplay {
	position: absolute;
	top: 19px;
	left: 156px;
	width: 360px;
	height: 240px;
	overflow: hidden;
}
.iContainer.portrait .iDisplay {
	position: absolute;
	top: 97px;
	left: 84px;
	width: 240px;
	height: 360px;
	overflow: hidden;
}

.iContainer.landscape .iContents {
	display: inline-block;
	width: 1086px;
	height: 242px;
}
.iContainer.portrait .iContents {
	display: inline-block;
	width: 726px;
	height: 360px;
}
.iContainer.landscape .iContents .iPanel {
	float: left;
	display: inline-block;
	background: #333;
	width: 360px;
	height: 240px;
}
.iContainer.portrait .iContents .iPanel {
	float: left;
	display: inline-block;
	background: #FEF;
	width: 240px;
	height: 360px;
}

.iContainer.landscape .iGlare {
	position: absolute;
	top: 17px;
	left: 154px;
	display: inline-block;
	width: 208px;
	height: 102px;
	background: transparent url(../img/iGlareLandscape.png) no-repeat left top;
}
.iContainer.portrait .iGlare {
	position: absolute;
	top: 95px;
	left: 222px;
	display: inline-block;
	width: 104px;
	height: 208px;
	background: transparent url(../img/iGlarePortrait.png) no-repeat right top;
}

.iContainer .iSlideButton {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-image: url(../img/carArrowSilver.png);
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer;
}
.iContainer .iSlideButton.left {
	float: left;
	background-position: left top;
	margin-right: -20px;
}
.iContainer .iSlideButton.right {
	float: right;
	background-position: right top;
	margin-left: -20px;
}
.iContainer.landscape .iSlideButton {
	margin-top: 101px;
}
.iContainer.portrait .iSlideButton {
	margin-top: 235px;
}
.iContainer .iSlideButton.left:hover {
	background-position: left bottom;
}
.iContainer .iSlideButton.right:hover {
	background-position: right bottom;
}


/**/

.mainPanel .appText,
.mainPanel .appSpec,
.mainPanel .appButtons {
	vertical-align: top;
	display: inline-block;
	height: 150px;
	margin: 10px 5px 20px 5px;
	padding: 10px;
}
.mainPanel.landscape .appText {
	width: 300px;
}
.mainPanel.landscape .appSpec {
	width: 200px;
}
.mainPanel.landscape .appButtons {
	width: 170px;
}
.mainPanel.portrait .appText {
	width: 45%;
}
.mainPanel.portrait .appSpec {
	width: 200px;
}
.mainPanel.portrait .appButtons {
	width: 170px;
}













.mainPanel h3 {
	display: inline-block;
	height: 57px;
	line-height: 57px;
	vertical-align: top;
	margin: 0 0 10px 0;
}

.mainPanel h3 .appIcon {
	float: left;
	display: inline-block;
	width: 57px;
	height: 57px;
	margin: 0 20px 0 0;
}
.mainPanel h3 .title {
	float: left;
	display: inline-block;
	height: 57px;
	line-height: 60px;
	font-family: 'Emblema One', cursive;
	font-size: 40px;
	color: #73A9BE;
	text-shadow: 0px 1px 1px #F0FEFE, 0px -1px 1px #285E73;
	text-align: left;
}
.mainPanel h3 .title.long {
	height: 57px;
	font-size: 34px;
	line-height: 30px;
}

.mainPanel p {
	color: #777;
	text-shadow: 1px 1px 1px #EDEDED;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	margin: 0 10px;
}

.mainPanel .priceTable {
	border-collapse: collapse;
	font-size: 13px;
	min-width: 200px;
	color: #777;
	text-shadow: 1px 1px 1px #EDEDED;
	margin: 0 auto;
}

.mainPanel .priceTable tr:nth-child(odd) {
	background: rgba(239, 239, 239, 0.5);
}
.mainPanel .priceTable tr th {
	font-weight: normal;
	text-align: right;
	white-space: nowrap;
	padding: 2px 5px 2px 15px;
}
.mainPanel .priceTable tr td {
	text-align: center;
	white-space: nowrap;
	padding: 2px 8px;
}


.mainPanel .appStoreButton {
	display: inline-block;
	width: 152px;
	height: 50px;
	background: transparent url(../img/appStore.png) no-repeat left top;
	margin: 10px;
}
.mainPanel .appMarketButton {
	display: inline-block;
	width: 152px;
	height: 50px;
	background: transparent url(../img/appMarket.png) no-repeat left top;
	margin: 10px;
}


/**/
.formOpenButton {
	position: absolute;
	bottom: -40px;
	right: -30px;
	width: 120px;
	height: 120px;
	background: rgba(51, 51, 51, 0.5);
	border: 6px double #FFF;
	border-radius: 66px;
	opacity: 1.0;
	cursor: pointer;
	z-index: 1000;
}
.formOpenButton:hover {
	background: rgba(51, 51, 51, 0.7);
}

.formOpenButton span {
	font-family: 'Emblema One', cursive;
	position: relative;
	top: 25px;
	left: 18px;
	display: inline-block;
	line-height: 18px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}

.formOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1100;
	display: none;
}
.formContainer {
	position: absolute;
	top: 100%;
	left: 100%;
	width: 500px;
	height: 350px;
	background: #EEE url(../img/mesh.gif);
	background: url(../img/mesh.png) repeat, #73A9BE;
	background: url(../img/mesh.png) repeat, linear-gradient(#FFF, #73A9BE);
	background: url(../img/mesh.png) repeat, -moz-linear-gradient(top, #FFF, #73A9BE);
	background: url(../img/mesh.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), to(#73A9BE));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#73A9BE');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#73A9BE')";
	border: 10px solid #73A9BE;
	border-radius: 10px;
	z-index: 1200;
	padding: 20px 40px;
	box-shadow: 0 0 20px #000;
}
.formContainer h3 {
	margin: 0 0 20px 0;
}

.formContainer dl dt,
.formContainer dl dd {
	display: inline-block;
	color: #73A9BE;
}
.formContainer dl dt {
	width: 130px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.formContainer dl dd {
	width: 300px;
	font-size: 14px;
}

.formContainer dl dd input,
.formContainer dl dd select,
.formContainer dl dd textarea {
	float: left;
	width: 250px;
	font-size: 12px;
	color: #73A9BE;
	border: 1px solid #73A9BE;
	padding: 2px 10px;
}
.formContainer dl dd input {
	height: 23px;
}
.formContainer dl dd select {
	width: 272px;
	padding: 4px 10px 3px 10px;
}

.formContainer dl dd select option {
	padding: 2px 10px;
}
.formContainer dl dd select option:nth-child(odd) {
	background: #EFEFEF;
}

.formContainer .formButtons {
	text-align: center;
}
.formContainer .formButton  {
	display: inline-block;
	background: #73A9BE;
	background: linear-gradient(#FFF, #73A9BE);
	background: -moz-linear-gradient(top, #FFF, #73A9BE);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), to(#73A9BE));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#73A9BE');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#73A9BE')";
	border: 1px solid #73A9BE;
	border-radius: 3px;
	color: #FFF;
	text-shadow: 1px 1px 0 #73A9BE;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 30px;
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: #DDD !important;
}
:-moz-placeholder {
	color: #DDD !important;
}


.formContainer .confirmField {
	float: right;
	display: none;
	width: 13px;
	height: 23px;
	background: url(../img/valCheck.png) no-repeat left top;
	margin: 3px 0 0 5px;
}

.formContainer dl,
.formContainer .formButtons {
#	display: none;
}

.formContainer .loader {
	display: block;
	display: none;
	background: transparent url(../img/ajax-loader.gif) no-repeat center top;
	width: 400px;
	height: 90px;
	line-height: 40px;
	color: #73A9BE;
	font-size: 18px;
	text-align: center;
	margin: 100px auto 0 auto;
	padding: 75px 0 0 0;
}


footer p {
	width: 100%;
	line-height: 15px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	padding: 5px 0;
}






