
a:link,
a:visited,
a:hover,
a:active{
     text-decoration: none;  
     color: #ff0000;
}
a:hover{
    border-bottom: 1px dotted #ff0000;
}
nav a:link,
nav a:visited,
nav a:hover,
nav a:active{
     color: white;
}

html{
  width: 640px;
}

body{
  overflow-x: hidden;
  position: relative;
  text-shadow: 0px 1px #3A0101;
	background: #030f18 url("../images/background_iphone.png") no-repeat;
  width: 640px;
  background-position: 50% 0;
  text-align: center;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',arial,helvetica,'ＭＳ Ｐゴシック',sans-serif;
  color: white;
  line-height: 1.4;
  font-size: 13px;
}

#main{

  margin: 0 auto;
}

.title{

  font-weight: bold;
}

input{
width: 196px;
font-family: Arial;
color: 
#838383;
border: 1px solid 
gray;
background: 
black;
}

header{
	display: none;

}
header nav{
    text-shadow:none;
}
header:hover{
background: rgba(0,0,0,0.5);
}
header>nav>ul
{
    display: block;
    overflow: hidden;
    list-style-type: none;
    position: relative;
    clear: both;
}

header>nav>ul>li
{
    display: block;
    float: left;  
    margin-right: 50px;
    padding: 15px 0 15px 0;
}

header>nav>ul>li>a
{
    padding-left: 20px;
    background: url("../images/arrow_bottom.png") no-repeat;
    color: white;
}

header>nav>ul>li>a:hover{
    opacity: 0.5;
}

header>nav>ul>li:first-child>a{
    background: url("../images/arrow_top.png") no-repeat;
}

header>nav>ul>li:last-child>a{
    background: url("../images/arrow_right.png") no-repeat;
}

header>nav>ul>li:last-child
{
    margin-right: 0;
    position: absolute;
    right:0;
}
    
h1{
  display: none;
}

#social{
    overflow: hidden;
    position: absolute;
    top: 59px;
    left: 10px;
    width: 120px;
    height: 90px;
}

h2{
    color: red;
    font-family: 'Istok Web', sans-serif;
    clear: both;
}

h2 a{
}

dt{
    text-shadow: none;
    font-family: Georgia;
    font-size: 12px;
    background: #E0E0E0;
    border-radius: 9px;
    display: inline-block;
    color: black;
    padding: 2px 9px;  
}

dd{
    margin-top: -20px;
    margin-left: 150px;
    margin-bottom: 10px; 
}

dd .track{
    font-family: Lucida Console;
    color: gray;
    font-size: 12px;
    margin-left: 20px;
}

ol{
    font-size: 10px;   
}

ol>li .name{
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',arial,helvetica,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 15px;
}

body>div>.content{
    position: relative;
  
}
.zun
{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

footer{
    margin-bottom: 40px;
    color: red;
    text-shadow: 0px 1px #000000;
}

.origin{
    text-shadow: none;
    margin-top: -10px;    
}

body>header>nav,
body>div{
	width: 320px !important;
}

#main{
  text-align: left;
  padding: 0;
  padding-top: 641px;
}