@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;	
}

html{
	margin-top:0px;	
}

body {
  margin:0 auto;	
  -webkit-text-size-adjust: 100%;
  font-size:16px;
  background:#666;
  text-align:center;
  background:#000;
  position:relative;
 /* top:-25px;*/
  line-height:150%;
  border-top:solid #F00 2px;
  
  
}

#wrap{
	width:320px;
	background-color:#000;
	margin:0 auto;
	color:#fff;
	height:1250px;
	margin-top:0px;
	clear:both;
		
}


		


#header{
	width:100%;
	min-width:300px;	
	height:35px;
	margin:0 auto;
	/*background:#fff;*/
	margin-top:0px;
	background: rgb(181,189,200); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(56,51,49,1) 47%, rgba(5,3,3,1) 96%, rgba(255,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(47%,rgba(56,51,49,1)), color-stop(96%,rgba(5,3,3,1)), color-stop(100%,rgba(255,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(56,51,49,1) 47%,rgba(5,3,3,1) 96%,rgba(255,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(56,51,49,1) 47%,rgba(5,3,3,1) 96%,rgba(255,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(56,51,49,1) 47%,rgba(5,3,3,1) 96%,rgba(255,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(56,51,49,1) 47%,rgba(5,3,3,1) 96%,rgba(255,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
}

#footer{
	font-size:10px;
	font-weight:bold;
	background:#00F;
	margin-top:10px;
		
}

#footer a{
	display:none;	
}


.header-wrap{
	margin:0 auto;
	width:300px;
	background:#0F0;
}

/*.header-logo{
	float:left;
	margin-top:5px;
		
}*/


.header-menu0{
	float:left;
	padding-top:5px;
	/*margin-right:5px;*/
	/*border-left:solid #fff 1px;*/
	
}

.header-menu{
	float:left;
	padding-top:5px;
	/*margin-right:5px;*/
	border-left:solid #999 1px;
	
}

.visual{
	/*margin-top:5px;*/
	margin-bottom:5px;
	clear:both;
	
	
	
			
	
}

#main{
	width:300px;
	margin:0 auto;
	clear:both;	
}

.table1{
	border-collapse:collapse;	
}

tr{
	border-collapse:collapse;	
}

.td1{
	text-align:center;	
	border-collapse:collapse;
	border-spacing:0px;
	background:url(../images/button-sp1.jpg);
	width:150px;
	height:30px;
}

td img{
	margin-top:5px;	
}

#new-info{
	width:300px;
	height:auto;
	clear:both;
}

#sp-brand{
	width:300px;
	height:auto;
	clear:both;
}

#sp-sns{
	width:300px;
	height:auto;
	clear:both;
	margin-top:15px;
	margin-bottom:20px;
}

.table2{
	width:300px;
	height:70px;
	
}
 
.sns-td{
	width:70px;	
} 


.title{
	margin:0 auto;
	width:300px;
	height:30px;
	margin-bottom:10px;	
	background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(56,51,49,1) 47%, rgba(5,3,3,1) 96%, rgba(255,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(47%,rgba(56,51,49,1)), color-stop(96%,rgba(5,3,3,1)), color-stop(100%,rgba(255,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(56,51,49,1) 47%,rgba(5,3,3,1) 96%,rgba(255,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(56,51,49,1) 47%,rgba(5,3,3,1) 96%,rgba(255,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(56,51,49,1) 47%,rgba(5,3,3,1) 96%,rgba(255,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(56,51,49,1) 47%,rgba(5,3,3,1) 96%,rgba(255,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
		
}


/*　文字関連 調整　*/
.info-text{
	margin:5px 0px 15px 0px;	
	line-height:1.2;
}

.hutoji{
	font-weight:bold;	
}

.size-12{
	font-size:12px;
}

.size-13{
	font-size:13px;
	
}



.text-iro{
	color:#FF0;	
}

/*　end of 文字関連 調整　*/



/*　margin 調整　*/

.ue-5{
	margin-top:5px;	
}


.shita-10{
	margin-bottom:10px;	
}

.jump-pcban{
	margin:5px 0 10px;	
}

.rasyou{
	margin:0px 0px 5px;	
}


/*　end of margin 調整　*/


/* 点滅 */
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* end of 点滅 */


/*a{
	color:#FF0;	
}
*/

.spdesu a{
	color:#000;
}

a{
	color:#FF0;
	
}
