@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333;
}
body,td,th {
	font-family: Arial, Roboto, "“Droid Sans”", "“游ゴシック”", YuGothic, "“ヒラギノ角ゴ ProN W3″", "“Hiragino Kaku Gothic ProN”", "“メイリオ”", Meiryo, sans-serif;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #666;
}

#topbutton {
	position: fixed;
	bottom: 18px;
	right: 18px;
	display: none;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
}
#topbutton a {
	color: white;
	text-decoration: none;
	display: block;
	width: 2em;
	padding: 10px;
	border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;
	background-color: #666666;
	opacity: 0.75;             /* ←透明度 */
	transition: all 0.5s ease;
}
#topbutton a:hover {
	background-color: #000;
}

h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.font_small {
	font-size: 11px;
}
p.font_small {
	font-size: 11px;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


#header {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
	overflow: hidden;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#header h1 {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header p {
	float: right;
	width: 50px;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#header p a {
	display: block;
	text-decoration: none;
}

#header p a img {
	height: auto;
	width: 80%;
	margin-bottom: 3px;
}
#header p a span {
	display: block;
}

#footer {
	display: block;
	background-color: #000;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	color: #666;
	line-height: 2.5em;
}
#pan {
	display: block;
	background-color: #000;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #666;
	line-height: 2.5em;
}
#footer p,#pan p {
	margin: 0px;
	padding: 0px;
}
#footer p a,#pan p a {
	display: block;
	color: #FFF;
	position: relative;
	text-decoration: none;
}
#footer p a:after,#pan p a:after{
	content: "";
	margin: 0 0 0 5px;
	left: 10px;
	position: absolute;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 15px;
	width: 7px;
	height: 7px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
}
.message {
	line-height: 2em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.etc {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.etc label {
	display: inline-block;
}
.etc p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	font-size: 12px;
}



#artistname {
	font-size: 20px;
	line-height: 2em;
	margin-bottom: 10px;
	text-align: center;
}



/**/
#main {
	background-color: #E4E4E4;
	padding: 10px;
}

/**/
#main .linklist  {
	background-color: #FFF;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;
}
#main .linklist li a {
	line-height: 3em;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	font-size: 18px;
	text-decoration: none;
	padding-left: 10px;
	position: relative;
}
#main .linklist li a:after{
	content: "";
	margin: 0 0 0 5px;
	right: 10px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 21px;
	width: 7px;
	height: 7px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
}


/**/
#main dl,#main #login {
	background-color: #FFF;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#main dl dt {
	font-size: 16px;
	line-height: 2em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	background-color: #F7F7F7;
}
#main dl dd {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	font-size: 15px;
}
#main dl dd select,#main dl dd input[type="text"],#main dl dd input[type="password"] {
	background-color: #D3B5FF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#main dl dd select {
	width: 100%;
	padding: 7px;
	background-color: #D3B5FF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main dl dd input[type="text"],#main dl dd input[type="password"] {
	width: 96%;
	line-height: 2.5em;
	padding-right: 2%;
	padding-left: 2%;
	border: 0px solid #FFF;
}
#main dl dd textarea {
	width: 96%;
	line-height: 2.5em;
	padding-right: 2%;
	padding-left: 2%;
	border: 1px solid #D3B5FF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#main dl dd label {
	display: inline-block;
	width: 100%;
	line-height: 2em;
}
#main dl dd img {
	max-width:100%;
	height:auto;
}

#main .btn {
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#main .btn input[type="submit"] {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}
.btn a {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color: #ededed;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	text-indent: 0;
	border: 1px solid #c7c7c7;
	display: inline-block;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #ffffff;
}
.btn a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.btn a:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

#main .table {
	background-color: #FFF;
	font-size: 12px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-left-color: #E8E8E8;
	margin-bottom: 10px;
}
#main .table tr td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
}

#main .table .title {
	background-color: #E8E8E8;
	text-align: center;
}


#main .table tr th {
	width: 5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
}
.pager {
    overflow: hidden;
	  text-align: center;
	  margin:1em 0;
}
.pager div.page {
	display:inline-block;
    margin: 0 3px;
    padding: 5px;
    border: 1px solid #cccccc;
}
.error {
	color: #F00;
}
.message {
	font-size: 1.1em;
}
.err {
	font-size: 1.1em;
	color: #C00;
}
