@charset "UTF-8";
/* リセットスタイルシート */

html,body {
  -webkit-text-size-adjust: none;
  height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,img,form{
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
img{
	border:none;
	max-width: 100%;
    height: auto;
	vertical-align: bottom;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table th{
	font-weight:normal;
	vertical-align:top;
}
th td{
	vertical-align:top;
}
ol,ul{
	list-style:none;
}
body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.8;
	font-size:13px;
	text-align:center;
	background: url(../img/bg.png);
	/*-webkit-background-size: 7px 7px;
	-moz-background-size: 7px 7px;
	-o-background-size: 7px 7px;
	-ms-background-size: 7px 7px;*/
	height: 100%;
	overflow-x: hidden;
}
table{
	font-size:1em;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight:normal;
}
a{
	outline:none;
	text-decoration:none;
}

address{
  font-style:normal;
}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

cf{
	zoom: 1;
}

a:link,
a:hover,
a:visited{
	color: #006cff;
	text-decoration: underline;
}

@-webkit-keyframes pulse {
 from {
   opacity: 1.0;/*透明度100%*/
 }
 to {
   opacity: 0.2;/*透明度80%*/
 }
}
.blinking{
-webkit-animation-name: pulse;/* 実行する名前 */
-webkit-animation-duration: 0.3s;/* 0.3秒かけて実行 */
-webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
-webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
-webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
-webkit-animation-delay: 0.5s; /* 実行までの待ち時間 */
}

#socialbuttons div {
	float: left;
	margin: 0 0 0 5px;
}

.socialTxt{
	clear: both;
	text-align: left;
}

/* Shared Styles
******************************************************************************************************************************************************************************************************/ 
span.orange{
	font-size: 120%;
	color: #FF6600;
}

span.orange1{
	color: #FF6600;
}

span.blue{
	color: #00acee;
}

span.deepblue{
	color: #374f8e;
}

span.red{
	color: #F00;
}

span.yellow{
	color: #FF0;
}

span.green{
	color: #008f03;
}

span.purple{
	color: #82318E;
}

span.pink{
	color: #F0F;
}

span.fs120{
	font-size: 120%;
}

span.fs84{
	font-size: 84%;
}

span.fs76{
	font-size: 76%;
}

span.fw{
	font-weight: bold;
}

.mt20{
	margin-top: 20px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

p.Fright{
	float: right;
	margin: 0 0 10px 10px;
}

/* Header Styles
******************************************************************************************************************************************************************************************************/ 
header{
	background: #000;
	position: relative;
}

header h1{
	padding: 7px;
	text-align: left;
}

/* Article 
******************************************************************************************************************************************************************************************************/

article {
	text-align: center;
	margin: 0 auto;
}

@media only screen and (min-device-width: 768px) { article{ max-width: 640px; } }

article p.mainimg{
	margin: 0 0 20px;
}

/* Introduction/Screenshot/IconArea/FAQ Shared Styles 
******************************************************************************************************************************************************************************************************/

article .block{
	margin: 0 8px 30px;
	position: relative;
}

#introduction,
#qrcode,
#iconArea,
#faq{
	background: #FFF;
	border-radius: 10px;
	border: 2px solid #09a1fc;
	text-align: left;
}

#screenshot{

	text-align: left;
}

article .block h3{
	width: 100%;
	background: #09a1fc;
	font-size: 120%;
	color: #FFF;
	text-align: center;
	padding: 3px 0;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 1px 5px #CCC;
	text-shadow: 1px 1px 3px #999;
}

@media only screen and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) { #introduction, #screenshot, #iconArea{ font-size: 84%; } }
@media only screen and (min-device-width: 768px) { #introduction, #screenshot, #iconArea{ font-size: 100%; } }

#introduction .txt_intro,
#introduction ul,
#iconArea .txt_intro,
#qrcode .img,
#faq .txt_intro{
	padding: 2% 2%;
}

#qrcode{
	padding: 0 0 20px;
}


#qrcode .img{
	text-align: center;
	margin: 0 0 20px 0;
}

#qrcode .box{
	background: #ff7d00;
	color: #FFF;
	margin: 0 15px;
	border-radius: 10px;
	padding: 15px;
	text-align: left;
}

#qrcode .attention{
	margin: 0 20px;
	text-align: left;
}

#introduction h4,
#qrcode h4,
#faq h4,
#iconArea h4{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 4px 0 4px 5%;
	font-size: 110%;
	font-weight: bold;
	color: #666;
	/* cursor: pointer; */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

#introduction h4,
#qrcode h3,
#faq h4{
	margin-bottom: 15px;
}

#introduction ul li{
	margin: 0 0 5px 0;
}

span.ttl{
	background: #ff0000;
	color: #FFFFFF;
	padding: 2px 4px;
	margin: 0 7px 0 0;
	border-radius: 2px;
}

#introduction p.img{
	padding: 0 2% 2%;
}


/* Introduction 
******************************************************************************************************************************************************************************************************/

#introduction .txt_feature{
	padding: 0 2% ;
}

#introduction dl{
	position: relative;
	margin-bottom: 10px;
}

#introduction dl dt{
	padding: 0 0 0 15px;
	position: absolute;
}

#introduction dl dd{
	padding: 0 20px 0 30px;
}

#introduction .txt_feature span{
	display: block;
}

/* Screenshot 
******************************************************************************************************************************************************************************************************/

#screenshot .horizon{
	margin: 10px 20px 0;
}

#screenshot .vertical{
	margin: 10px 50px 0;
}

/* Btn Area 
******************************************************************************************************************************************************************************************************/

article #bnrarea{
	margin: 0 10% 20px;
	text-align: center;
}

article #bnrarea ul li{
	margin-bottom: 10px;
}

/* IconArea 
******************************************************************************************************************************************************************************************************/

#twittericon{
}

#iconArea h5{
	color: #4BB6E9;
	font-weight: bold;
	margin: 4%;
	border-bottom: 1px solid #4BB6E9;
}

#iconArea ul.icon{
	margin: 0 0 0 4%;
	
}

#iconArea ul.twitter_icon{
	margin: 5% 0 0 4%;
	
}

#iconArea ul.icon li{
	float: left;
	margin: 0 2% 3% 0;
}

#iconArea ul.icon li img{
}

/* Back btn 
******************************************************************************************************************************************************************************************************/
.back{
	background: #CCC; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

	color: #333;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px 10px;
}

/* Appli Area 
******************************************************************************************************************************************************************************************************/

#appli{
	clear: both;
	background: #0c0c0c;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	color: #FFF;
	text-align: left;
	font-size: 84%;
}

#appli .box{
	padding: 10px 10px 10px;
	margin: 0 auto;

}

@media only screen and (min-device-width: 768px) { #appli .box{ width: 640px; } }

#appli p.icon{
	float: left;
	margin: 0 3px 0 0;
}

/* Footer Styles 
******************************************************************************************************************************************************************************************************/



footer{
	margin: 0 auto;
	text-align: center;
	background: #000;
	padding: 5px 0;
	color: #FFFFFF;
}

/* Table Styles 
******************************************************************************************************************************************************************************************************/

.table_style {
	text-align: center;
	width: 95%;
	border: solid #ccc 1px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 20px;
}

.table_style th {
	text-align: left;
	padding: 8px 0 8px 8px;
	background: #f1f1f1;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	vertical-align: top;
	width: 15%;
}

.table_style td {
	text-align: left;
	padding: 8px;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
}
