@charset "UTF-8";

@-ms-viewport {width: device-width;}

* {				
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			}

body {
			font-family: 'メイリオ','Hiragino Kaku Gothic Pro', sans-serif;
			margin: auto 0;
			}

html {
}
		
/*キャラクターセレクト-------------------------------------------------*/
.introduction {
			max-width: 1320px;	
			min-width: 970px;
			position: relative;
			margin: auto;
			}

.introduction img {
		width: 100%;
		height: 100%;
			}

.voicelink {
			position: absolute;
			top: 50%;
			left: 77.5%;
			}

.voicelink ul {
			margin: 0;
			padding: 0;
			list-style: none;	
			}
		 
.voicelink li {
			margin-bottom: -11px;
			}
		 
.voicelink li a {
			-webkit-transition: all 0.4s ease-out;
			-moz-transition: all 0.4s ease-out;
			-o-transition: all 0.4s ease-out;
			}	

.voicelink li a:hover {
			opacity: 0.5;
			}