@charset "utf-8";

/* link color
------------------------------------------------*/
a:link,
a:visited {
	color: #464646;
	text-decoration: underline;
	font-weight: bold;
}
a:hover,
a:active {
	text-decoration: none;
}

/* html
-----------------------------------------------*/
html{
	background-color:#FFF;
	-webkit-text-size-adjust:none;/* has layout fixed */
}


/* body
-----------------------------------------------*/
body{
	position:relative; /* has layout fixed */
}


/* document
-----------------------------------------------*/
#document{
	width: 100%;
}

#document02{
	background:url(../img/header_bg02.gif) top left repeat-x;
}

h1{
	height: 150px
}
h2{
	height: 105px;
}
h2 img{
	margin: 35px 0 0 0;
}
h3{
}
h4{
}


/* header
-----------------------------------------------*/
#header{
	background: url(../img/header_bg.gif) top left repeat-x;
	height: 30px;
	font-size: 86%
}

#headre_inbox{
	width: 650px;
	margin: auto;
	padding: 0 20px 0 20px;
}

#logo{
	float: left;
}

#support{
	margin: 5px 0 0 0;
	float: right;
	

}

#support li{
	float: left;
}

/* contents
-----------------------------------------------*/
#contents{
}


/* main
-----------------------------------------------*/
#main{
	width: 670px;
	margin: auto;
	padding: 0 10px 0 10px;
	background: url(../img/header_bg02.gif) top left repeat-x;
}


#brief{
	width: 650px;
	background: url(../img/brief_bg.gif) top right repeat-y;
	margin: 0 auto 20px auto;
}

#brief_top{
	background: url(../img/brief_top.gif) top left no-repeat;
}

#brief_txt{
	text-align: left;
	margin: 15px 30px 0 30px;
}

#brief_btn{
	width:100%;
	float: left;
	text-align: left;
	padding: 15px 25px 15px 25px;
}

#brief_txt02{
	float: left;
	text-align: left;
	margin: 5px 0 0 0;
	font-size: 120%;
	font-weight: bold;
}

.appstore{
	text-align: center;
	float: left;
	margin: 0 25px 0 0;
}

.googleplay{
	text-align: center;
	float: left;
}

#brief_bottom{
	background: url(../img/brief_bottom.gif) top left no-repeat;
}

#main_box{
	width: 650px;
	background: url(../img/main_box_bg.gif) top left repeat-y;
	margin: auto;
}

.h3{
	background: url(../img/main_box_h3.gif) top left no-repeat;
	width: 100%;
	margin: auto;
	text-align: left;
	padding: 5px 0 0 0;
	height: 40px;
	text-indent: 20px;
	
}

.h3_02{
	background: url(../img/main_box_h3_02.gif) top left no-repeat;
	width: 100%;
	margin: auto;
	text-align: left;
	padding: 5px 0 0 0;
	height: 40px;
	text-indent: 20px;
	
}

.main_inbox{
	padding: 0 30px 0 30px;
	text-align: left;
}

.main_inbox02{
	padding: 0 20px 0 20px;
	text-align: left;
}

.go_top{
	float: right;
	margin: 1em 0 1em 0;
}

.playimg01{
	width: 270px;
	height: 180px;
	float: left;
	margin: 0 5% 4% 0;
}

.main_inbox img{
	margin: 0 0 2% 0;
}

.playtxt01{
	width: auto;
}

.playtxt02{
	width: auto;
	margin: 3em 0 0 0;
}

.playimg02{
	width: 270px;
	height: 180px;
	margin: 0;
	float: left;
}

#product_info{
	text-align: center;
	width: 100%;
	height: 110px
	
}

#product_info table{
	border: none;
	border-spacing: 0;
	text-align: left;
	margin: 0;
	
}

#product_info th{
	border: none;
	white-space: nowrap;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	padding: 1;
	line-height: 0.9;
}

#product_info td{
	border: none;
	border-spacing: 0;
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 1;
	line-height: 0.9;
}

.appstore02{
	text-align: center;
}

.infodiv{
	width: 49%;
	float: left;
}

.infodiv02{
	width: 49%;
	float: right;
}

.terminal{
	color: #000000;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
	border: solid 1px #000000;
}

#productimg{
	width: 165px;
	height: 165px;
	float: left;
	margin: 0 15px 15px 0; 
}

/* footer
-----------------------------------------------*/
#footer{
	width: 690px;
	background: url(../img/footer_bg.gif) top left repeat-x;
	margin: auto;
	padding: 25px 0 25px 0;
	font-size: 86%;
	text-align: center;
}

#footer_box{
	width: auto;
	text-align: center;
	background: url(../img/footer_bg.gif) top left repeat-x;
	margin: 20px 0 20px 0;
	}

/* table style
-----------------------------------------------*/
table{
	border-spacing: 0;
	border-bottom: solid 1px;
	text-align: left;
	margin: 0 0 1em 0;
	
}

td{
	border-top: solid 1px;
	border-right: solid 1px;
	border-spacing: 0;
	padding: 4px 8px 4px 8px;
	vertical-align: top;
}

th{
	border-top: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	white-space: nowrap;
	padding: 4px 8px 4px 8px;
	vertical-align: top;
	font-weight: normal;
}

.table_full {
	width: 100%;
}

.table_half {
	width: auto;
}

.txt_attention{
	font-weight: bold;
	color: #ff0000;
}

.smalltxt{
	font-size: 70%
}
