@charset "utf-8";

@font-face {
	font-family: "TanukiMagic";
	src: local("TanukiMagic"), url("/fonts/TanukiMagic.ttf") format("truetype");
}

/* Basic Styles
----------------------------------------------------------- */

body {
	font: 14px "Arial", "メイリオ", sans-serif;
	color: #333;
}

.webfont {
	font-family: "Courgette", "TanukiMagic", sans-serif;
}

.clear {
	clear: both;
	margin-bottom: 10px;
}

h3 {
	border-bottom: 3px #CCC solid;
	padding-bottom: 5px;
}

.collapse.in {
	/*overflow: visible;*/
}

dt {
	margin: 5px 0px;
}

/* Font
----------------------------------------------------------- */
.font-red {
	color: #F60;
}
.font-blue {
	color: #06F;
}
.font-orange {
	color: #FF4F02;
}

/* Form
----------------------------------------------------------- */
legend+.control-group {
	margin-top: 0px;
	margin-left: 20px;
}

/* Main Styles
----------------------------------------------------------- */
.detail {
	margin: 10px 0px;
}

.accordion-heading {
	background: rgba(230, 230, 230, 1);
}

.view_box {
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.trush_symbol {
	cursor: pointer;
}

.required {
	font-size: 10pt;
}

/* schedule
----------------------------------------------------------- */



.cols {
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 2px;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 18px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	height: 18px;
	overflow: hidden;
}

.cols_master {
	background-color: #D1450F;
}
.cols_member {
	background-color: #3a87ad;
}

.sp_cols {
	height: 28px;
}

th.project_columns_100 {
	width: 100px;
}

.menu-text {
	color: #666;
	font-size: 8pt;
	margin-bottom: 0px;
}

span.member_name {
	padding: 0 0 5px 25px;
}
span.member_disable {
	background: url(/images/exclamation.png) no-repeat;
}

div.info_panel {
	border: 2px dotted #999;
	display: inline-block;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.info_panel .symbol {
	padding: 0 10px;
	float: left;
}
div.info_panel .description {
	float: left;
}

table.members thead th:nth-child(1) {
	width: 120px;
}
table.members thead th:nth-child(2) {
	width: 50px;
}

#accordion dd {
	width: 300px;
}

#unit_area {
	float: left;
	width: 15%;
}
#unit_area table tr th:first-child {
	overflow: hidden;
}

#unit_area table thead th,
#schedule_area table thead th {
	text-align: center;
	background: #EDFDD5;
}

#schedule_area {
	float: left;
	width: 85%;
	overflow-x: auto;
}

.schedule_cell {
	text-align: center;
}
#schedule_area .schedule-table tbody .schedule_cell {
	width: 100px;
	min-height: 20px;
}

.error {
	border-color: #b94a48 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075) !important;
}
#exp-error {
	color: #b94a48;
}