@charset "UTF-8";

/*----------------------
共通部品
------------------------*/

body {
	text-align:center;
	font-family:Verdana, arial, sans-serif; /* "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka"; */
	font-size:14px;
	margin:15px 0;
}

div#footer {
	padding-top:10px;
	margin-top:20px;
	border-top:1px dotted #ccc;
	text-align:left;
	font-size:10px;
	color:#555;
	line-height: 1.5;
}

/*-------------------
clearfix
--------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----------------------
Dialog系
------------------------*/

#dialog {
	width:450px;
	margin:15px auto 15px auto;
	padding:2px;
	background-color:#EFEFEF;
}

#dialog div p {
	padding: 14px 14px 0 14px;
}

#dialog div {
	background-color:#f4f4f2;
	border:1px solid #c6c7c6;
}

#dialog dl {
	padding:0;
}

#dialog dl dt {
	float: left;
	width: 180px;
	padding: 8px 7px 0 0;
	text-align:right;
	line-height: 1.3;
}

#dialog dl dd {
	padding: 5px 0 7px 0;
	line-height: 1.3;
}

#dialog ul {
	list-style-type:disc;
	padding:10px 20px;
	margin:7px 15px;
	font-size:12px;
	border-top:1px dotted #ccc;
}

#dialog li {
	line-height:1.8;
}

/*----------------------
デフォルトスタイル
------------------------*/

a {
	text-decoration:none;
}

.linkLike {
	cursor:pointer;
}

.blueLink {
	color:#0000ee;
}

.whiteLink {
	color:#fff;
}

form {
	display:inline;
}

input, textarea {
	font-family:Verdana, arial, sans-serif; /* "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka"; */
	font-size:12px;
	padding:3px;
}

textarea {
	line-height:1.5;
}

strong {
	font-weight:bold;
}

/*----------------------
カスタムスタイル
------------------------*/

.s12, .s10 {
	font-weight: normal;
}

.s12 {
	font-size:12px;
}

.s10 {
	font-size:10px;
}

.assign {
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
	color: #fff;
	background-color: #FF9900;
	padding: 3px 4px;
}

.command {
	font-size: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
	color: #fff;
	background-color: #bbb;
	padding: 3px 4px;
}

.bold {
	font-weight:bold;
}

.gray {
	color: #ccc;
}

.err {
	font-weight: bold;
	color:red;
	font-size:12px;
	display:block;
}

.ok {
	font-weight: bold;
	color:green;
	font-size:12px;
	display:block;
}

.bgYellow {
	background-color: #ffffcc;
}

.grayText {
	color: #999;
}

.bgGray {
	background:#e9e8e8;
	
}

.must {
	font-size:60%;
	color:red;
	vertical-align: super;
}

.msg_ok, .msg_error, .msg_info {
	font-size:12px;
	padding:6px 0;
	margin:0 0 12px 0;
	font-weight:bold;
	text-align:center;
}

.msg_ok {
	border-top:solid 1px #349534;
	border-bottom:solid 1px #349534; 
	background:#C9FFCA;
	color:#008000;
}

.msg_error{
	border-top:solid 1px #CC0000; 
	border-bottom:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
}

.msg_info {
	border-top:solid 1px #DEDEDE; 
	border-bottom:solid 1px #DEDEDE; 
	background:#FFCC33;
	color:#666;
}

.msg_error a {
	padding-bottom:0.2em;
	text-decoration: underline;
}

.focus {
	border:2px solid #6396E7;
}

.plan_free, .plan_light, .plan_standard, .plan_business, .plan_guest, .plan_vip, .plan_test {
	font-size: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
	color: #fff;
	padding: 3px 4px;
}

.plan_light, .plan_standard, .plan_business {
	background-color: #75A230;
}

.plan_free {
	background-color: #6492AC;
}

.plan_test {
	background-color: #FF0084;
}

.plan_guest, .plan_vip {
	background-color: #000;
}

.plan_in_use, .plan_change {
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
	color: #fff;
}

.plan_in_use {
	background-color: #bbb;
	padding: 4px 6px;
}

.plan_change {
	background-color:#349534;
	padding: 5px 8px;
}

#leftside table {
	border-collapse: collapse;
	background-color: #fff;
}

#leftside th {
	text-align:center;
	border:1px solid #ccc;
	padding: 5px;
	font-weight:bold;
	font-size:13px;
	background-color:#e0e0e0;
}

#leftside td {
	padding: 9px;
	font-size:12px;
	vertical-align: top;
	line-height: 1.5;
	border:1px solid #ccc;
}



.updateLabel {
	font-size: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: none;
	color: #fff;
	background-color: #73BEDE;
	padding: 3px 4px;
}

.pic {
	padding:2px;
	border:1px solid #ccc;
}

.memoList {
	padding:0 0 20px 0;
	list-style-type:disc;
	font-size:12px;
}

.memoList li {
	margin:0 0 0 20px;
	line-height:1.5;
}

