@charset "UTF-8";

/*** [extends] ***************************************/

.pure-g, .pure-button, .pure-g [class*="pure-u"] {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif !important;
}

.pure-u-2-3,
.pure-u-16-24 {
	width: 66.6%;
}

.pure-u-12-24 {
	width: 49.9690%;
}

.pure-u-6-24 {
	width: 24.9%;
}

.pure-u-8-24 {
	width: 33.3%;
}

.pure-u-18-24 {
	width: 74.9%;
}

.pure-button {
	font-size: 90%;
}

.pure-form select {
	height: 2.6em;
}

.pure-form fieldset {
	margin-bottom: 1.5em;
}

.help-block {
	color: #666;
	font-size: 12px;
}

/*****************************************************/

body {
	text-align: center;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	word-wrap: break-word;
	padding: 0;
	margin: 0;
	background-color: #f9f7f1;
}

body.white {
	background-color: #fff;
}

.center{
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.form-text {
	line-height: 2.7em;
}

.mt0 {
	margin-top: 0px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.pd30 {
	padding-bottom: 30px !important;
}

.clearfix:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

a:link, a:visited {
	color: #ef7a00;
}

a:hover {
	color: #ef7a00;
	opacity: 0.8;
}

a.pure-button:link, a.pure-button:visited, a.pure-button:hover {
	color: #000;
	opacity: 0.8;
}

p.annotation {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 90%;
	color: #999;
}

span.annotation {
	color: #999;
}

.caution {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 90%;
	color: #777;
}

.box_caution, .box_none {
	font-size: 90%;
	border: 1px solid #f00;
	color: #f00;
	background-color: #FFE5E5;
	padding: 5px 15px;
}

.box_caution p {
	padding-left: 1em;
	text-indent: -1em;
}

div.message-box {
	border: 1px solid #fc0;
	background: #ffc;
	padding: 8px 4px;
	margin: 4px auto;
	font-weight: bold;
	width: 98%;
	font-size: 12px;
	border-radius: 3px;
}

div.error-message {
	border-color: #f00;
	background-color: #FFE2E2;
}

div.message-box ul{
	list-style: none;
	margin-left: 10px;
}

p.form_error_txt {
	color: #f00;
	font-size: 90%;
	margin-top: 4px;
	font-weight: bold;
}

div.message li {
}

h1, h2, h3, h4, ul, ol, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	background: url(../img/line.gif) repeat-x scroll 0 100%;
	margin-bottom: 5px;
	position: relative;
	padding: 2px 0;
}

h2 span {
	color: #EF7B00;
	margin-right: 5px;
}

h2 span.choices {
	color: inherit;
	margin-right: 0px;
}

h2 span.pull-right {
	position: absolute;
	right: 0px;
	bottom: 4px;
}

h2 span.pull-right .pure-button {
	font-size: 11px;
}

ul {
	margin-left: 2em;
}

table.list tbody tr.exist_ng td {
	/*background-color: #ffefef;*/
}

tbody td p.complete {
	color: #999;
}

tbody td ul.approve,
tbody td ul.approve_un,
tbody td ul.proof_ok,
tbody td ul.proof_ng,
tbody td ul.proof_un {
	margin-left: 0em;
}

tbody td ul.approve li,
tbody td ul.approve_un li,
tbody td ul.approver li,
tbody td ul.proof_ok li,
tbody td ul.proof_ng li,
tbody td ul.proof_un li {
	list-style: disc inside;
	width: 33%;
	float: left;
}

tbody td div.approve p.complete,
tbody td div.approver p.complete,
tbody td ul.approve li.complete,
tbody td div.proof_ok p.complete,
tbody td ul.proof_ok li.complete {
	color: #000;
}

tbody td div.proof_ng p.complete,
tbody td ul.proof_ng li.complete {
	color: #f00;
}

tbody td div.approve_un p.working,
tbody td ul.approve_un li.working,
tbody td div.proof_un p.complete,
tbody td ul.proof_un li.complete {
	color: #999;
}

tbody td p.working {
}

tbody td div.approve {
	margin-bottom: 5px;
}

tbody td p.approve {
	color: #777;
	margin-bottom: 2px;
}

tbody td p.ok_title {
	/*color: #00f;*/
	margin-bottom: 2px;
}

tbody td p.ok {
	color: #00f;
}

tbody td p.ng_title {
	color: #f00;
	margin-top: 5px;
	margin-bottom: 2px;
}

tbody td p.un_title {
	color: #999;
	margin-top: 5px;
	margin-bottom: 2px;
}

div.scroll {
	overflow-y: scroll;
	max-height: 15em;
	width: 100%;
}

.button-a {
	background: none repeat scroll 0 0 #BDE9FC;
	color: #055977 !important;
}

.button-b {
	background: none repeat scroll 0 0 #fcebbd;
	color: #af9540;
}

.button-d {
	background: none repeat scroll 0 0 #d3eda3;
	color: #72962e !important;
}

.button-r {
	background: none repeat scroll 0 0 #FFE8E8;
	color: #FF5956 !important;
}

.button-o {
	background: none repeat scroll 0 0 #FFECC9;
	color: #FF7200 !important;
}

.button-h {
	background: none repeat scroll 0 0 #008ed4;
	color: #fff;
}

.button-f {
	background: none repeat scroll 0 0 #ddaeff;
	color: #8156a7;
}

.button-w {
	background: none repeat scroll 0 0 #f90;
	color: #fff !important;
}

.button-k {
	background: none repeat scroll 0 0 #f90;
	color: #fff !important;
}

.btn-disabled {
	opacity: 0.5 !important;
	/*cursor: not-allowed !important;*/
	cursor: help !important;
}

.button-error {
	background: rgb(202, 60, 60); /* this is a maroon */
	color: #fff !important;
}

p.description {
	margin-bottom: 10px;
}

ul.pagination {
	display: block;
	min-height: 1.5rem;
	margin-left: -0.3125rem;
}

ul.pagination li {
	height: 1.5rem;
	font-size: 0.875rem;
	margin-left: 0.3125rem;
}

ul.pagination li a, ul.pagination li button {
	display: block;
	padding: 0.0625rem 0.625rem 0.0625rem;
	color: #000;
	background: none;
	border-radius: 3px;
	font-weight: normal;
	font-size: 1em;
	line-height: inherit;
	transition: background-color 300ms ease-out;
	text-decoration: none;
}

ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
	background: #e6e6e6;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
	cursor: default;
	color: #999999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
	background: transparent;
}

ul.pagination li.current a, ul.pagination li.current button {
	background: #EF7B00;
	color: #FFFFFF;
	font-weight: bold;
	cursor: default;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
	background: #EF7B00;
}

ul.pagination li {
	float: left;
	display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
	text-align: center;
}
.pagination-centered ul.pagination li {
	float: none;
	display: inline-block;
}

/*****************************************************/
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/*****************************************************/

#login {
	padding: 100px 0;
	text-align: left;
}

#login .message-box {
	width: 560px;
	margin-bottom: 20px;
}

#login .login_logo {
	display: block;
	margin: 0 auto 20px;
}

#login .login_form {
	width: 630px;
	margin: 0 auto;
}

.pure-form-aligned .pure-control-group label {
	width: 8em;
}

#login button {
	margin: 30px auto 0;
	display: block;
}

#login input {
	width: 400px;
}

#footer {
	font-size: 80%;
	text-align: center;
	background-color: #efefef;
	padding: 10px;
}

#header {
	margin: 0;
	padding: 0 0 3px;
	height: 48px;
	line-height: 48px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

#header .header_inner {
	width: 1280px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 img {
	display: block;
	width: 300px;
	height: auto;
	padding-top: 4px;
}

#header .nav {
	text-align: right;
}

#header .pure-button {
	font-size: 80%;
}

#container {
	width: 1280px;
	margin: 0 auto;
	background-color: #fff;
}

#side {
	width: 220px;
	float: left;
	background-color: #fff;
	padding-bottom: 60px;
}

#side a.active {
	color: #ef7a00;
	font-weight: bold;
}

#side dl {
	text-align: left;
	margin-bottom: 30px;
}

#side dt {
	padding: 6px 10px;
	background-color: #9e9e9e;
	color: #fff;
	font-size: 90%;
	margin-bottom: 2px;
}

#side dd {
	padding: 2px 10px 5px;
	font-size: 90%;
}

#side dd a {
	color: #000;
	text-decoration: none;
	display: block;
}

#side dd a.sub {
	margin-left: 1em;
}

#side dd a:hover {
	color: #ef7a00;
}

#side dl.faq dd a {
	padding-left: 1em;
	text-indent: -1em;
}

#side .news {
}

#side .news dd {
	font-size: 80%;
}

#side .news .pure-button {
	margin: 20px auto 0;
}

#side .news a.pure-button:hover {
	color: #000;
}

#side span.unsupport {
	color: #f00;
	font-weight: bold;
}

#main {
	width: 1060px;
	float: right;
	text-align: left;
	font-size: 90%;
	background-color: #f9f7f1;
	padding-bottom: 60px;
}

#main .main_inner {
	margin: 0 0 0 20px;
	width: 1040px;
	position: relative;
}

#breadcrumbs {
	font-size: 80%;
	background: url(../img/breadcrumb-home.png) no-repeat left center;
	padding: 10px 0 10px 20px;
	margin-bottom: 5px;
}

#breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

div.section {
	padding-bottom: 20px;
}

div.article {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 15px;
}

div.article .artcle_inner {

}

/*****************************************************/
div.mypage-list p {
	/*margin-left: 1em;*/
}

/*****************************************************/
#search-button {
	height: 2.5em;
	font-size: 16px;
	letter-spacing: 1.1em;
}

#search {
	font-size: 90%;
	position: relative;
}

#search label {
	margin: 0 !important;
}

#search button {
	margin-top: 10px;
	width: 100%;
}

#search p.change_mode {
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	color: #ef7a00;
	text-decoration: underline;
	cursor: pointer;
}

#search .search_detail {
	display: none;
}

#search input[type='text'],
#search select {
	margin-bottom: 10px;
}

#search .bdr-r {
	border-right: 1px solid #ddd;
}

input#s_id, input#s_text, input#s_company_name {
	width: 90%;
}

input#s_company_name {
	color: #000;
}

input#s_deadline_f, input#s_deadline_t, input#s_delivery_f, input#s_delivery_t {
	width: 100%;
}

input#description {
	width: 80%;
}

input#url {
	width: 60%;
}

div.control {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.control p {
	line-height: 33px;
}

table.list {
	width: 100%;
	border: 1px solid #ddd;
	margin: 10px auto;
	line-height: 1.2em;
}

table.list thead th {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #ef7b00;
	color: #fff;
	padding: 5px;
}

table.list thead th a {
	color: #fff;
	text-decoration: underline;
}

table.list tbody td {
	border: 1px solid #ddd;
	vertical-align: middle;
	padding: 5px;
	font-size: 80%;
	background-color: #fff;
}

table.list tbody td.thumbnail img {
	max-width: 100px;	
	height: auto;
}

table.list thead th.col1 {
}

table.list thead th.col2 {
}

table.list thead th.col3 {
}

table.list thead th.col4 {
	width: 50px;
}

table.list thead th.col5 {
}

table.list thead th.col6 {
}

table.list thead th.col7 {
}

table.list thead th.col8 {
	width: 80px;
}

table.list thead th.col9 {
	width: 80px;
}

table.list thead th.col0{
	width: 145px;
}

table.list tbody td.pid a {
	display: block;
	line-height: 60px;
}

table.list td span {
	display: block;
}

td span.last {
}

td span.past {
	color: #f00;
	font-weight: bold;
}

td span.shortly {
	color: #ef7b00;
	font-weight: bold;
}

td span.date {
	color: #999;
}

/*****************************************************/

div.detail {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
}

div.detail .block {
	padding: 0 10px;
	margin-bottom: 30px;
}

div.detail h3, div.news h3 {
	border-left: 4px solid #ef7b00;
	padding: 4px 8px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}

div.detail .picture {
	float: left;
	width: 280px;
	text-align: center;
	margin: 0 auto 15px;

}

div.detail .picture img {
	display: block;
	margin: 0 auto 0px;
}

div.detail .picture .pure-button {
	width: 100%;
	margin-bottom: 10px;
}

div.detail .picture-image {
	width: 710px;
	float: right;
	height: auto;
}

div.detail .picture-image img {
	max-width: 100%;
	max-height: 620px;
	display: block;
	margin: 0 auto;
	border: 1px solid #f0f0f0;
}

div.detail .older_image {
	padding-top: 10px;
	display: none;
}

div.picture-nav {
	padding: 10px 0 20px;
}

div.picture-nav button.pure-button,
div.picture-nav a.pure-button {
	width: 90%;
	display: inline-block;
}

a.disabled {
	opacity: 0.3 !important;
}

table.spec {
	width: 98%;
	border: 1px solid #ddd;
	margin: 0px auto;
	line-height: 1.2em;
}

table.spec tbody th {
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #f3f3f3;
	font-weight: normal;
	width: 30%;
}

table.spec tbody td {
	border: 1px solid #ddd;
	padding: 5px;
}

div.history {
}

div.history_inner {
	width: 95%;
	margin: 0 2.5%;
}

div.history_inner .comment {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FBF8D7;
}

div.history_inner .comment p.body {
	font-size: 90%;
}

div.history_inner .comment p.signature {
	text-align: right;
	font-size: 90%;
}

div.approval,
div.proof {
	text-align: center;
}

div.approval button {
	width: 40%;
}

div.proof button {
	width: 70%;
}

div.detail textarea {
	width: 60%;
	height: 8em;
}

div.proofhq_inner {
	width: 95%;
	margin: 0 2.5%;
}

table.proofhq {
	width: 100%;
	border: 1px solid #ddd;
	margin: 0px auto;
	line-height: 1.2em;
	margin-bottom: 20px;
}

table.proofhq tbody th {
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #f3f3f3;
	font-weight: normal;
	width: 20%;
}

table.proofhq tbody td {
	border: 1px solid #ddd;
	padding: 5px;
}

table.history,
table.download {
	width: 100%;
	border: 1px solid #ddd;
	margin: 10px auto 0px;
	line-height: 1.2em;
}

table.history thead th,
table.history tbody th,
table.download tbody th {
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #f3f3f3;
	text-align: center;
}

table.history tbody td,
table.download tbody td {
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #fff;
	font-size: 80%;
}

table.download tbody tr.now td {
	background-color: #fff0c4;
}

table.download tbody td a {
	text-decoration: none;
}

table.download th.col1 {
	width: 20%;
}

table.download td.col1 a {
	line-height: 30px;
}

table.download th.col2 {
}

table.download th.col3 {
	width: 22%;
}

table.download th.col4 {
	width: 22%;
}

table.history tbody td a,
table.download tbody td a {
	display: block;
}

table.download tbody td.col1 {
	text-align: center;
}

table.download tbody td.col1 a {
	display: block;
}

table.history th:nth-child(1) {
	width: 100px;
}

table.history th:nth-child(2) {
	width: 280px;
}

table.history th:nth-child(3) {
	width: 150px;
}

table.history th:nth-child(4) {
}

.modal_inner {
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif !important;
}

.modal_inner p.total {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}

.modal_inner div.history {
	width: 250px;
	margin: 0 20px 15px;
	float: left;
	text-align: center;
}

.modal_inner div.history p {
	font-size: 85%;
}

.modal_inner div.history .wrapper {
	width: 210px;
	margin: 0 auto;
	border: 1px solid #ddd;
	background-color: #fff;
}

.modal_inner div.history a.image {
	display: table-cell;
	width: 210px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}

tr.is_delete td {
	background-color: #f3f3f3 !important;
}

/*****************************************************/

div.news {
	margin-bottom: 30px;
}

div.news .entry {
	width: 96%;
	margin: 0 auto;
}

div.news p.entry_date {
	margin-bottom: 10px;
	text-align: right;
	font-size: 90%;
}

/*****************************************************/

#upload_area {
	width: 98%;
	height: 310px;
	border: 3px solid #ddd;
	background-image: url(../img/upload_message.png);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: scroll;
}

table.upload {
	width: 100%;
	border: 1px solid #ddd;
	margin: 10px auto;
	line-height: 1.2em;
	font-size: 90%;
}

table.upload th {
	width: 15%;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	font-weight: normal;
}

table.upload td {
	padding: 4px;
	border: 1px solid #ddd;
}

/*****************************************************/
#bookmark_list {
	margin-bottom: 100px;
}

div.bookmark {
	width: 30%;
	float: left;
	margin: 5px 1.5%;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 90%;
	padding: 5px 0;
}

div.bookmark div.imgw {
	margin: 0 auto 5px;
	width: 190px;
	height: 190px;
}

div.bookmark div.imgw .cell {
	vertical-align: middle;
	display: table-cell;
	width: 190px;
	height: 190px;
}

div.bookmark img {
	max-width: 190px;
	max-height: 190px;
}

div.bookmark label {
	line-height: 16px;
	vertical-align: middle;
}

div.bookmark input {
	margin-right: 3px;
}

div.send_bookmark {
	margin: 10px 0;
}

div.send_bookmark p {
	margin-bottom: 10px;
}

div.send_bookmark button {
	margin-left : 10px;
}

/*****************************************************/

ul.admin_top {
	font-size: 20px;
}

ul.admin_top li {
	line-height: 24px;
	margin-bottom: 20px;
}

ul.admin_top li:last-child {
	margin-bottom: 5px;
}

ul.admin_top li a {
	margin-bottom: 5px;
}

ul.admin_top li p {
	font-size: 15px;
}

table.alist {
	width: 100%;
	border: 1px solid #ddd;
	margin: 5px auto;
	line-height: 1.2em;
}

table.alist thead th {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #ef7b00;
	color: #fff;
	padding: 5px;
}

table.alist thead th a {
	color: #fff;
	text-decoration: underline;
}

table.alist tbody tr.expire td {
	background-color: #f3f3f3;
}

table.alist tbody td {
	border: 1px solid #ddd;
	vertical-align: middle;
	padding: 5px;
	background-color: #fff;
}

table.edit {
	width: 100%;
	border: 1px solid #ddd;
	margin: 10px auto;
	line-height: 1.2em;
}

table.edit tbody th {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #ef7b00;
	color: #fff;
	padding: 8px;
	width: 20%;
}

table.edit tbody td {
	border: 1px solid #ddd;
	vertical-align: middle;
	padding: 8px;
	background-color: #fff;
}

table.edit tbody td textarea {
	width: 80%;
	height: 8em;
}

table.edit tbody td textarea.large {
	width: 80%;
	height: 16em;
}

table.thin tbody th {
	background-color: #f4f4f4 !important;
	color: #666;
}

table.detail tbody td {
	padding: 8px !important;
}

/*****************************************************/
form.muti_select {
	text-align: center;
}

.ms-container {
	margin: 20px auto 20px;
	width: 600px !important;
}

.select_header {
	background-color: #ef7b00;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 3px;
}

li.ms-optgroup-label {
	font-weight: bold;
	color: #000;
}

/*****************************************************/

table.inner {
	width: 90%;
	margin: 10px;
}

table.inner th {
	background-color: #ddd !important;
	width: 10% !important;
	padding: 8px !important;
}

table.inner td {
	padding: 8px !important;
}

/*****************************************************/

div.upload_error_message {
	color: #f00;
	font-weight: bold;
}

p.upload_file {
	font-weight: bold;
	margin-bottom: 5px;
}

#upload_message {
	border: 1px solid #fc0;
	background: #ffc;
	padding: 10px;
	margin: 4px 0 10px;
	width: 95%;
	font-size: 12px;
	border-radius: 3px;
}

/*****************************************************/

#error {
	width: 600px;
	height: 300px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 100px auto;
	color: #666;
}

#error img {
	margin: 40px auto 30px;
}

#error p {
	margin-bottom: 30px;
}

span.expire {
	color: #f00;
	font-weight: bold;
}

/*****************************************************/

div.history_single {
	float: left;
	margin: 1em 10px;
}

div.history_single div {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	height: 120px;
	display: block;
	margin-bottom: 5px;
}

div.history_single ul {
	margin: 0;
	padding: 0;
}

div.history_single ul li {
	list-style: none inside;
}

div.history_single a {
	display: inline !important;
}

td span.comment,
img.inline,
a.inline {
	display: inline !important;
}

/*****************************************************/
#proof_upload_list {
	margin-top: 20px;
}

p.reply {
	text-align: right;
	margin-bottom: 5px;
}

p.reply a {
	display: inline !important;
}

a.mail {
	color: inherit;
	text-decoration: none;
}

div.activity_loader {
	text-align: center;
	margin: 20px 0;
}

span.sts0 {
}

span.sts1 {
}

span.sts2 {
	color: #00f;
}

span.sts3 {
}

span.sts4 {
	color: #f00;
}

table.proof_history thead th.col2 {
	width: 10%;
}

table.proof_history thead th.col3 {
	width: 20%;
}

table.proof_history thead th.col4 {
	width: 10%;
}

table.proof_history thead th.col5 {
	width: 11%;
}

table.proof_history thead th.col6 {
	width: 11%;
}

table.proof_history thead th.col7 {
	width: 11%;
}

table.proof_history thead th.col10 {
	width: 15%;
}

table.proof_history thead th.col11 {
	width: 10%;
}

table.analytics td span.percent {
	color: #ccc;
	display: inline;
}

table.analytics td span.total {
	font-size: 130%;
	display: inline;
}

table.status-single tbody td {
	padding: 10px 4px;
}

table.status-single span.num {
	font-size: 150%;
	display: inline;
}

table.status-single td.proofer_ok a {
	color: #00f;
}

table.status-single td.proofer_ng a {
	color: #f00;
}

/*****************************************************/
div.wrap-tooltip {
	width: 360px;
	min-height: 360px;
	position: relative;
}

div.wrap-tooltip p {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 11px;
}

div.wrap-tooltip img {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 90%;
	max-height: 90%;
}

/*****************************************************/
.page_top {
	display: none;
}

#page_top {
	display: none;
	position: fixed;
	right: 0;
	bottom: 60px;
	display: table;
	background-color: #000;
	color: #fff;
	width: 50px;
	height: 50px;
	background: url(../img/page_top.png);
	cursor: pointer;
}

#selected_num {
	display: none;
	position: fixed;
	right: 0;
	top: 52px;
	display: table;
	background-color: #000;
	color: #fff;
	width: 50px;
	height: 50px;
}

#selected_num p.label {
	font-size: 80%;
}

.kousei_history {
	margin: 10px 0;
}

/*****************************************************/
.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); text-align: left;}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

