﻿@charset "utf-8";
/**
 * profile.css
 * update : 2014.01.27
 */

/*--------------------------------------------------------------------------------
	Setting
--------------------------------------------------------------------------------*/
html {
	font-family: "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33","Hiragino Kaku Gothic Pro","\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

body {
	margin:0;
	padding:0;
	background-color: #000;
}

a {
	color: #5290bd;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

a.arrow {
	padding-left: 13px;
	line-height: 1.2;
	background: url("../images/link_arrow.png") no-repeat 0 0.3em;
}

.mod-iconNewWin {
	margin: 6px 0 0 4px;
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 0;
	padding: 9px 0 0;
	overflow: hidden;
	background: url("../images/ico_01.png");
}

/*--------------------------------------------------------------------------------
	#Profile
--------------------------------------------------------------------------------*/
#Profile {
	position: relative;
	margin: 0 auto;
	padding: 30px 30px 35px;
	font-size: 125%;
	color: #fff;
	background: #000;
 overflow: hidden;
}
#Profile .clearfix {
	padding-bottom: 15px;
	zoom: 1;
}
#Profile .clearfix:after {
	clear: both;
	display: block;
	content: "";
}
#Profile .txt {
	float: left;
}
#Profile .txt span.act {
	display: block;
	font-size: 87.5%;
	line-height: 1.1;
}
#Profile .txt span.name {
	display: block;
	margin-top: 5px;
	font-size: 150%;
	line-height: 1.1;
}
#Profile .txt span.romaji {
	display: block;
	margin-top: 3px;
	font-size: 87.5%;
	line-height: 1.1;
}
#Profile .image {
	float: right;
}
#Profile p {
	margin: 15px 0 0 0;
	font-size: 100%;
	line-height: 1.5;
}
