@charset "UTF-8";

/***********************************************************************************
  初期設定
***********************************************************************************/

body, div, p, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	color: #333333;
	font-size: 62.5%;
	font-family: "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
	background: #ffffff url(/img/bg/grid_white.jpg);
	-ms-behavior: url(#default#homepage);
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
}

table, th, td, img {
	border: 0;
}

caption, th {
	text-align: left;
	font-weight: normal;
}

dl, ul, ol {
	list-style: none;
	list-style-position: outside;
}

form {
	display: inline;
}

img, input {
	vertical-align: middle;
}

div, p, h1, h2, h3, h4, h5, h6 {
	word-break: break-all;
	word-wrap: break-word;
}

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: #0044cc;
}

a:visited {
	color: #990099;
}

a:hover,
a:active {
	color: #ff6600;
}

a:hover img {
	opacity: 0.8;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
	border-color: #333333;
	opacity: 1;
}

/***********************************************************************************
  全般
***********************************************************************************/

#wall {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#screen1,
#screen2 {
	padding: 1px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2;
}

#loading {
	width: 100%;
	height: 100%;
	background: #ffffff url(/img/loading.gif) no-repeat center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4;
}

#up {
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px #999999 solid;
	background: #ffffff url(/img/icon_up.png) no-repeat center;
	opacity: 0.8;
	z-index: 3;
	display: block;
	position: fixed;
	right: 8px;
	bottom: 8px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#up:hover {
	opacity: 1;
}

.white {
	color: #333333;
	background-color: #ffffff;
}

.red {
	color: #ff3300;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
}

.open {
	width: 1em;
	margin: 0 0.1em 0 0;
	text-align: center;
	font-weight: bold;
	display: inline-block;
}

.only_mobile {
	display: none;
}

/***********************************************************************************
  アイコン
***********************************************************************************/

.icons {
	padding: 0.2em 0 0 0.5em;
	text-align: right;
	white-space: nowrap;
	display: inline-block;
	float: right;
}

.icon {
	width: 1.3em;
	height: 1.3em;
	margin: 0 0 0 0.5em;
}

/***********************************************************************************
  フォーム部品
***********************************************************************************/

label {
	margin: 5px 15px 5px 0;
	line-height: 1;
	white-space: nowrap;
	display: inline-block;
	cursor: pointer;
}

label input {
	margin: 0 3px 0 0;
}

select {
	max-width: 15em;
	margin: 5px 0 6px 0;
	font-family: "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
}

.textfield,
.textarea,
.button {
	font-size: 0.9em;
	font-family: "メイリオ", "Meiryo", "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "ＭＳ Ｐゴシック", "sans-serif";
}

.textfield,
.textarea {
	width: 85%;
	margin: 5px 5px 6px 0;
	border: 1px #666666 solid;
	background-color: #ffffff;
	opacity: 0.8;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
	-o-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
}

.textfield {
	padding: 3px 0 0 5px;
	vertical-align: middle;
	line-height: 1;
	border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textarea {
	height: 16em;
	padding: 3px 5px 0 5px;
}

.textarea_small {
	height: 5em;
}

.textarea_medium {
	width: 35em;
}

.textarea_large {
	width: 50em;
	height: 30em;
}

.button {
	min-width: 8em;
	min-height: 2em;
	margin: 3px 5px 3px 5px;
	padding: 0 10px 0 10px;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
	border: 1px #333333 solid;
	background-color: #333333;
	display: inline-block;
	cursor: pointer;
	border-radius: 15px;
	-o-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: inset -1px -1px 3px rgba(0,0,0,0.4), inset 1px 1px 3px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.5), -1px -1px 2px rgba(0,0,0,0.5);
	-o-box-shadow: inset -1px -1px 3px rgba(0,0,0,0.4), inset 1px 1px 3px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.5), -1px -1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset -1px -1px 3px rgba(0,0,0,0.4), inset 1px 1px 3px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.5), -1px -1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset -1px -1px 3px rgba(0,0,0,0.4), inset 1px 1px 3px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.5), -1px -1px 2px rgba(0,0,0,0.5);
}

a.button {
	min-height: 0px;
	padding: 5px 10px 4px 10px;
	color: #ffffff;
}

.button:hover {
	color: #cccccc;
}

.form .left {
	padding: 5px 0 5px 0;
	font-weight: bold;
}

.form .left span {
	padding: 0 0 0 15px;
	color: #666666;
	font-size: 0.9em;
	font-weight: normal;
}

.form .right {
	padding: 0 0 5px 15px;
}

.sns_post_button {
	width: 30%;
}

/***********************************************************************************
  パネル
***********************************************************************************/

.panel {
	margin: 0 5px 5px 0;
	padding: 10px 8px 10px 10px;
	position: relative;
	z-index: 3;
}

.panel .content {
	border: 1px #333333 solid;
	overflow: auto;
	position: relative;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.panel .head {
	padding: 0.5em 1em 0.4em 1em;
	background-color: #333333;
	position: relative;
	overflow: hidden;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5), inset -1px -1px 2px rgba(0,0,0,0.5);
	-o-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5), inset -1px -1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5), inset -1px -1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5), inset -1px -1px 2px rgba(0,0,0,0.5);
}

.panel .foot {
	margin: 5px 0 0 0;
	font-size: 1.2em;
	text-align: right;
}

.panel .wide .head {
	border-bottom: 1px #333333 solid;
}

.panel .head .icons {
	position: absolute;
	top: 0.5em;
	right: 0.8em;
}

.panel .head .icon {
	width: 1.6em;
	height: 1.6em;
}

.panel .title {
	height: 1.5em;
	color: #ffffff;
	font-size: 1.4em;
	text-shadow: 1px 1px 2px #000000;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.panel .body {
	padding: 5px 10px 5px 10px;
	color: #333333;
	font-size: 1.3em;
	display: block;
	overflow: auto;
}

.panel .body_middle {
	padding: 5px 10px 5px 10px;
	color: #333333;
	font-size: 1.3em;
	border-bottom: 1px #666666 dotted; 
	display: block;
}

.panel .wide .body,
.panel .wide .body_middle {
	padding: 0;
}

.panel .message {
	padding: 5px 5px 5px 5px;
}

.panel .bg {
	width: 100%;
	height: 100%;
	border: 1px #000000 solid;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	border-radius: 8px;
	-o-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.6), inset 1px 1px 3px rgba(255,255,255,0.8);
	-o-box-shadow: 2px 2px 5px rgba(0,0,0,0.6), inset 1px 1px 3px rgba(255,255,255,0.8);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.6), inset 1px 1px 3px rgba(255,255,255,0.8);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6), inset 1px 1px 3px rgba(255,255,255,0.8);
}

.panel .list {
	margin: 5px 0 5px 0;
	border: 1px #333333 solid;
	overflow: hidden;
}

.panel .wide .list {
	margin: 0;
	border: none;
}

.panel .list dt,
.panel .list dd {
	border-top: 1px #cccccc solid;
	background-color: #ffffff;
	position: relative;
}

.panel .list > dt:first-child,
.panel .list > dd:first-child {
	border-top: none;
}

.panel .list dt .link {
	color: #ffffff;
	background-color: #666666;
	text-shadow: 1px 1px 2px #333333;
}

.panel .list .link {
	height: 1.4em;
	padding: 0.3em 0.5em 0.3em 0.5em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.panel .list dt a.link:hover {
	color: #cccccc;
}

.panel .list .icons {
	position: absolute;
	top: 0px;
	right: 0.5em;
	display: none;
}

.panel .list .icons .icon {
	margin: 0 0 0 0.4em;
}

.panel dd.list_inline {
	background-color: #666666;
	border-top: none;
	overflow: hidden;
}

.panel .list_inline .list {
	margin: 0 4px 4px 4px;
	border: none;
	background-color: #ffffff;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3), 1px 1px 3px rgba(255,255,255,0.3);
	-o-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3), 1px 1px 3px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3), 1px 1px 3px rgba(255,255,255,0.3);
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3), 1px 1px 3px rgba(255,255,255,0.3);
}

.panel .list_inline .list dd {
	text-indent: 0.1em;
}

/***********************************************************************************
  ヘッダー
***********************************************************************************/

#header {
	padding: 0 15px 0 10px;
	background-color: #000000;
	box-shadow: inset 0px -1px 10px rgba(255,255,255,0.5), 0px 1px 8px rgba(0,0,0,0.5);
	-o-box-shadow: inset 0px -1px 10px rgba(255,255,255,0.5), 0px 1px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px -1px 10px rgba(255,255,255,0.5), 0px 1px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0px -1px 10px rgba(255,255,255,0.5), 0px 1px 8px rgba(0,0,0,0.5);
}

#header .logo {
	width: 176px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/img/logo.png) no-repeat center;
	display: block;
	float: left;
}

#header .caption {
	padding: 14px 0 0 0;
	color: #eeeeee;
	font-size: 1em;
	font-weight: normal;
	display: inline-block;
}

#header .right {
	padding: 5px 0 5px 0;
	float: right;
}

#header .id {
	margin: 0 10px 0 10px;
	color: #eeeeee;
	font-size: 1.2em;
	vertical-align: middle;
}

#header .right .button {
	min-width: 5em;
	font-size: 1.1em;
	box-shadow: inset -1px -1px 3px rgba(0,0,0,0.4), inset 1px 1px 3px rgba(255,255,255,0.4), 0px 0px 5px rgba(255,255,255,0.5);
	-o-box-shadow: inset -1px -1px 3px rgba(0,0,0,0.4), inset 1px 1px 3px rgba(255,255,255,0.4), 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: inset -1px -1px 3px rgba(0,0,0,0.4), inset 1px 1px 3px rgba(255,255,255,0.4), 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: inset -1px -1px 3px rgba(0,0,0,0.4), inset 1px 1px 3px rgba(255,255,255,0.4), 0px 0px 5px rgba(255,255,255,0.5);
}

/***********************************************************************************
  タブ
***********************************************************************************/

#tabs {
	box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.5);
}

.tabs {
	padding: 0 0 0 1px;
	position: relative;
	border-bottom: 1px #666666 solid;
}

.tabs .bg {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.3;
	position: absolute;
	top: 0px;
	left: 0px;
}

.tabs .tab {
	width: 11em;
	margin: 0 0 -1px -1px;
	font-size: 1.1em;
	text-shadow: 1px 1px 2px #333333;
	position: relative;
	overflow: hidden;
	float: left;
}

.tabs .tab .link {
	height: 1.7em;
	padding: 0.3em 0.5em 0 0.8em;
	color: #ffffff;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 1px 1px 2px #333333;
	background-color: #666666;
	border: 1px #666666 solid;
	overflow: hidden;
	display: block;
	box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5), inset -1px -1px 2px rgba(0,0,0,0.5);
	-o-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5), inset -1px -1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5), inset -1px -1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255,0.5), inset -1px -1px 2px rgba(0,0,0,0.5);
}

.tabs .tab a.link {
	background-color: #999999;
}

.tabs .tab a.link:hover {
	opacity: 0.7;
}

.tabs .tab .icons {
	position: absolute;
	top: 0.1em;
	right: 0.5em;
	display: none;
}

.tabs .tab .icons .icon {
	margin: 0 0 0 0.4em;
}

/***********************************************************************************
  コンテンツ
***********************************************************************************/

#contents {
	padding: 15px 5px 15px 15px;
}

#contents .panel {
	margin: 0 15px 15px 0;
	z-index: 0;
	float: left;
}

#panel_wrapper {
	margin: 0 auto 0 auto;
}

#panel_wrapper .panel {
	float: none;
}

/***********************************************************************************
  ソーシャルボタン
***********************************************************************************/

#contents .social {
	padding-bottom: 20px;
}

#contents .social .twitter,
#contents .social .facebook,
#contents .social .google,
#contents .social .hatena {
	float: left;
}

#contents .social .twitter {
	width: 100px;
}

#contents .social .facebook {
	width: 110px;
}

#contents .social .hatena {
	width: 75px;
}

/***********************************************************************************
  フッター
***********************************************************************************/

#footer {
	padding: 15px 0;
	text-align: center;
	border-top: 1px #666666 solid;
	background-color: #ffffff;
	opacity: 0.7;
}

#footer span,
#footer a {
	color: #000000;
	font-size: 1.2em;
}

#footer a {
	padding: 0 1em 0 1em;
}

#footer a:hover {
	text-decoration: underline;
}
