@charset "utf-8";

/* reset css */

@import "./reset.css";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	OOCSS

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header_logo {
	display:inline;
	float:left;
	padding-right:10pt;
	padding-top:2px;
}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear { clear: both; }
.clearfix { overflow: hidden; }
.alert { vertical-align: middle; }
.warning {
	border: 1px solid red;
	border-radius: 3px;
	color:red;
	padding:10px 10px 10px 60px;
	background: url(../img/warning_48.png) no-repeat;
	background-position: 5px 10px; 
	background-color:#FFFFEE;
}
.information {
	border: 1px solid #0099FF;
	border-radius: 3px;
	color:#4885C1;
	padding:10px 10px 10px 60px;
	background: url(../img/information_48.png) no-repeat;
	background-position: 5px 10px; 
	background-color:#FFFFFF;
}
.confirm_info {
	background: url(../img/ico_info.png) no-repeat;
	background-position: 10px 0px;
	padding-left: 100px !important;
}


.red { color: red; }
.blue { color: blue; }
.gray { color: gray; }
.darkgray { color: #666; }

.small { font-size: small; }

.x-small { font-size: 11px; } /* x-small = 10px */
.children { padding-left: 20px; }

strong{ font-weight: bold; }
.bold { font-weight: bold; }
.error { color: red; }

a {
	color: #21759B;
	text-decoration: none;
	cursor: pointer;
}

i { margin-right: 5px; }

input[type="image"] {
    width: auto;
}

input[type="file"] {
    width: auto;
}

.hidden_str{
	display: none;
}

/* Headings ********************************************/

h1 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	float: left;
	line-height: 40px;
	margin-right: 20px;
}
	h1 a { color: white; }
h2 {
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 white;
}
	.admin h2 {
		padding: 0 5px;
	}
h3 {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	margin: 10px 0;
}

/* Structure ********************************************/
	
html {
	height: 100%;
	background-color: #F0F0F0;
	background-image: url(../img/bg_body.png);
}

body {
	min-height: 100%;
	font-size: small;
	font-family: Helvetica, Helvetica Neue, Arial;
	/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;*/
	position: relative;
}
.wrapper {
	width: 95%;
	margin: 0.5% auto;
}
#header-container {
	background: #333;
	height: 90px; /* modile first */
	top: 0;
	left: 0;
	width: 100%;
	position: fixed; /* fixed にすると最上部固定 */
	z-index: 1; /* 最上部に表示 */
}
#main-container {
	padding-top: 100px; /* modile first */
	overflow: hidden;
	margin: 0 auto;
}
	#main {
		padding-bottom: 60px; /* mobile first */
	}
#footer-container {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	padding: 15px 20px;
	border-top: 1px solid #ccc;	
}

	.small_column {
		width: 550px;
		margin: 0 auto;
	}

.button_right {
	float: right;
	padding: 5px 5px;
}

	
/* entry input *************************************************/

.input-full {
	width: 98%;
}
.input-middle {
	width: 50%;
}

.input-small {
	width: 20%;
}

/* CSS3 Media Query ********************************************/

/*
@media only screen and (min-width: 320px) {
}
*/
@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 768px) {
	#header-container {
		height: 40px;
	}
	#main-container {
		padding-top: 60px;
	}
		#main {
			/* for bootstrap dropdown */
			padding-bottom: 180px;
		}
	.wrapper {
		margin: 0 auto;
	}

}
@media only screen and (min-width: 960px) {
	.wrapper {
		width: 960px;
	}
}

/* for IE */
.no-boxshadow .content_main {
	border: 1px solid #ccc;
}
.content_main {
	background-color: white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.35);
	margin: 5px 5px 10px;
}

.content_header {
	border-bottom: 1px solid #CCC;
	background: #FAFAFA;
	background: -moz-linear-gradient(#FAFAFA,#EAEAEA);
	background: -webkit-linear-gradient(#FAFAFA,#EAEAEA);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#EAEAEA')";
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.content_header .content_inner {
	padding: 10px 20px;
}
.content_nav {
	border-bottom: 1px solid #CCC;
	border-bottom: 1px solid #DDD;
	background: #FAFAFA;
	margin-bottom: 0;
	background-color: whiteSmoke;
}
.content_nav .content_inner {
	padding: 10px 20px;
}
.content_inner {
	padding: 30px;
}
/*
.content_inner .No_label {
	padding-left:20px;
}
*/
.content_footer {
	border-top: 1px solid #CCC;
	background: #FAFAFA;
	text-align: center;
	margin-bottom: 0;
	text-align: center;
	background-color: whiteSmoke;
	border-top: 1px solid #DDD;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 white;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 white;
}
.content_footer .content_inner {
	padding: 20px;
}


.index_hd {
	margin-bottom: 10px;
}



.required_mark {
	background: crimson;
	padding: 2px 5px;
	margin-left: 8px;
	color: white;
	font-size: 11px;
	border-radius: 3px;
	font-weight: normal;
	position: relative;
	bottom: 1px;
}





/* table ******************************************/

table {
	width: 100%;
}

/* list */

.list tr {
	border: 1px solid #CCCCCC;
	background: #F9F9F9;
}

/* strip table */

.list tr.odd { background: #FFFFFF; }
.list tr.hover { background: #F5F5F5; }

.list th {
	padding: 7px 8px;
	text-align: left;
	font-weight: bold;
	color: #555;
	text-shadow: 0 1px 0 white;
	border-bottom: 1px solid #CCC;
	background: #FAFAFA;
	background: -moz-linear-gradient(#FAFAFA,#EAEAEA);
	background: -webkit-linear-gradient(#FAFAFA,#EAEAEA);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#EAEAEA')";	
}
.list td { padding: 7px 8px; }


.standard tr {
	border: 1px solid #CCCCCC;
}
.standard th {
	padding: 7px 8px;
	text-align: left;
	font-weight: bold;
	color: #555;
	text-shadow: 0 1px 0 white;
	border-bottom: 1px solid #CCC;
	background: #FAFAFA;
	background: -moz-linear-gradient(#FAFAFA,#EAEAEA);
	background: -webkit-linear-gradient(#FAFAFA,#EAEAEA);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA',endColorstr='#EAEAEA')";	
}

.standard td { padding: 7px 8px; }

/* Table Footer */
.table_footer {
  /* koko */
  margin: 0 0 20px;
  padding: 10px 20px;
  list-style: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
       -o-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
/*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
*/  
}


th.first, td.first { padding-left: 15px; }
th a { color: #333; }
th { vertical-align: text-top; }


th.th_id { width: 40px; } /* 6桁 */
th.th_cnt { width: 60px; }
th.th_mail_send_num { width: 20px;}
th.th_date { width: 140px; }
th.th_name { width: 140px; }
th.th_action { width: 100px; }
th.th_entry { width: 100px; }


/* password_strength */
.password_strength_1 {background-color: #fcb6b1;}
.password_strength_2 {background-color: #fccab1;}
.password_strength_3 {background-color: #fcfbb1;}
.password_strength_4 {background-color: #dafcb1;}
.password_strength_5 {background-color: #bcfcb1;}

/* form */

table.form th, table.form td {
	padding: 3px 0;
}
.form th {
	font-weight: bold;
	font-size: 12px;
}

.add_temp_table {
	margin-bottom: 20px;
}
.add_temp_table th, .add_temp_table td {
	padding: 7px 10px;
}
.add_temp_table th {
	vertical-align: text-top;
	font-weight: bold;
}

.index_ft {
	margin-top: 40px;
}
ul.actions li {
	float: left;
	margin-right: 10px;
}
.paging { margin-top: 10px; }

p { line-height: 1.3em; }

/* input用 */
.full { width: 98%; }
.chk_box_nonowap {
	white-space:nowrap;
}

/* entryform */

dl {
	overflow: hidden;
}
dt {
	border-left: 5px solid gray;
	border-bottom: 1px dotted gray;
	line-height: 25px;
	text-indent: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: bold;
}
dt.No_label {
	border: none;
	clear: both;
	line-height: 25px;
	text-indent: 15px;
	margin-bottom: -10px;
}
dd {
	margin: 0 3px 0px;
	overflow: hidden;
}

dd.required_jpn {
	width: 45px;
	float:left;
	padding: 4px 0px;
}

dd.required_eng {
	width: 65px;
	float:left;
	padding: 4px 0px;
}

dd.required_blg {
	width: 90px;
	float:left;
	padding: 4px 0px;
}

.dl-horizontal dt {
	border: none;
	float: left;
	width: 140px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 150px;
}

.list_standard dt, .list_standard dd{
	line-height: 1.2em;
	margin-top:  1.0em;
}

.list_standard dt{
	border: none;
	clear: left;
	float: left;
	text-indent: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	width: 30px;
	text-align: right;
}

.list_standard dd{
	margin-left: 35px;
}


/* form */
label {
	font-weight: bold !important;	
}
input[type=checkbox] + label, input[type=radio] + label {
/*	margin: 0 15px 0 10px; */
/*	margin: 0 28px 0 -4px; */
/*	margin: 0 28px 0 -3px; */
	margin: 0 28px 0 -2px;
}

.radio, checkbox {
	padding-left: 22px !important;
}

#example label {
    margin: 0;
}

body:last-child .yoko { padding-right: 10px; }	/* for IE Hack */
.yoko {
	float: left;
	padding-right: 18px;
	padding-right: 6px\9; 	/* for IE8 Only Hack */
}

hr.form{
	margin-left: -50px;
}

/* form */
p.error {
	color: red;
	font-size: small;
	margin-bottom: 5px;
}
.error input[type=text],
.error input[type=password],
.error textarea,
.error select,
.error label {
	background: #FFCCCC;
}

/* Serach Filter */
.serach_filter {
	background-color: #FFFFFF;
	background: url(../img/search_box.png);
	background-repeat:no-repeat;
	background-position: 0 -2px; 
}

/* model validation */

.form-error {
	background: #FFCCCC;
}


/* template **********************************/

#field_list li {
	padding: 5px;
	background: white;
	overflow: hidden;
	cursor: -webkit-grab;
}
#field_list li:hover {
	background: #f5f5f5;
}
#field_list li:active {
	cursor: -webkit-grabbing;
	background: white;
	border: 1px solid #ccc;
}
#field_list li.auth_field {
}

/* Control Field Background Color Setting */
#field_list li.ctrl_field {
	background:#FFEEEE;
}

#field_list li.ctrl_field:hover {
	background:#FFD0D0;
}

#field_list li.admin_field {
	background:#D2F0FF;
}

#field_list li.admin_field:hover {
	background:#95DDFF;
}

/* 抄録登録フォーム用 */
.co_auth_org_list li {
	padding:0px 5px !important;
}

/*
#field_list div.No_label {
	margin: 0 15px 0 20px;
}
*/ 
.ui-state-highlight {
	background: whitesmoke !important;
	border: 1px solid #ccc !important;
	margin: 5px 0 !important;
	box-shadow: inset 1px 1px 5px #ccc;
}

#field_list .ui-state-highlight {
	height: 90px;
}

/* form */
/*
input[type=text], input[type=password], textarea {
	padding: 3px;
	background: transparent;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.2) inset;
}
*/
textarea {
	resize: vertical;
}

/* submit btn */
.submit {
	height: 34px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-shadow: 1px 1px 0 white;
	background: white;
	background: -moz-linear-gradient(white,#E1E1E1);
	background: -webkit-linear-gradient(white,#E1E1E1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e1e1e1')";
	border-bottom: 1px solid #EBEBEB;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	cursor: pointer;
	margin-left: 1px;
	padding: 0 15px;
	-webkit-font-smoothing: subpixel-antialiased!important;
	border: 1px solid #999;
}

a.submit {
	padding: 0.7em 1.3em 0.75em 1.3em; 
	background: -moz-linear-gradient(white,#E1E1E1);
	background: -webkit-linear-gradient(white,#E1E1E1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e1e1e1')";
	vertical-align: middle;
}

/*	Firefox Only Hack */
@-moz-document url-prefix() { a.submit {
	padding: 0.75em 1.3em 0.70em 1.3em; 
	background: -moz-linear-gradient(white,#E1E1E1);
	background: -webkit-linear-gradient(white,#E1E1E1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white',endColorstr='#e1e1e1')";
	vertical-align: middle;
}}

.submit:hover {
	color: white;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	background: #4794BC;
	background: -moz-linear-gradient(#0CA3DA,#3A7999);
	background: -webkit-linear-gradient(#0CA3DA,#3A7999);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4794bc',endColorstr='#3a7999')";
	border-bottom-color: #438BB1;
}

.loginform {
	background-color: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.35);
}

/* icon */

.icon_16x16 {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	background: url(../img/icons_16x16.png);
	margin-right: 5px;
}
.icon_16x16_th {
	display: block;
	width: 16px;
	height: 13px;
	float: left;
	background: url(../img/icons_16x16.png);
	margin-right: 5px;
}
.icon_view { background-position: 0 0; }
.icon_edit { background-position: -16px 0; }
.icon_delete { background-position: -32px 0; }
.icon_copy { background-position: -48px 0; }
.icon_mail { background-position: -64px 0; }
.icon_auth { background-position: -80px 0; }
.icon_mypage { background-position: -96px 0; }
.icon_key { background-position: -112px 0; }
.icon_new { background-position: -128px 0; }
.icon_trash { background-position: -32px -16px; }
.ui_icon {
	display: inline-table; 
	width: 16px;
	height: 16px;
	background: url(../img/ui-icons.png);
	background-position: -128px -16px;
	
}
.ui_sortable {
	background-position: -128px -48px;
}

.asc .ui_icon { background-position: -64px -16px; }
.desc .ui_icon { background-position: 0 -16px; }



/* h2 icon 24x30 */

.icons_24x30 {
	float: left;
	display: block;
	width: 27px;
	height: 30px;
	margin-right: 10px;
	background: url(../img/icons_27x30.png);
}
.icons_24x30.icon_form { background-position: 0 0; }
.icons_24x30.icon_gear { background-position: -27px 0; }
.icons_24x30.icon_user { background-position: -54px 0; }
.icons_24x30.icon_entry { background-position: -81px 0; }
.icons_24x30.icon_mail { background-position: -108px 0; }
.icons_24x30.icon_group { background-position: -135px 0; }


.form_title {
	color: peru;
	font-weight: bold;
	font-size: 14px;
}

/* icon green arrow right */

.icon_arrow_right {
	display: block;
	width: 30px;
	height: 16px;
	float: left;
	background: url(../img/arrow_right.png);
	margin-right: 5px;
}


/* for visual editor */

.cleditorMain {
	border: 1px solid #CCC !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/* for visual editor style */

.cleditor_view { /* ページ詳細 */
	margin-top: 20px;
}
.cleditor_view ul, .editor_view ol {
	margin-left: 20px;
}
.cleditor_view ul li {
	list-style-type: disc;
}
.cleditor_view ol li {
	list-style-type: decimal
}

/* editor */

.ed_box {
	width: 99%;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ed_box textarea {
	border: none;
	outline: none;
}

.ed_toolbar {
	background: #eee;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 2px 0;
}
.ed_toolbar input[type=button] {
	border: none;
	background: #eee;
	font-size: 11px;
	padding: 4px 5px;
}
.ed_toolbar input[type=button]:hover {
	background: white;
}

/* 「ログインしてください」のとこ */

#login_before {
	color: white;
	line-height: 40px;
}
#login_before a {
	color: skyblue;
}

.admin_divider {
	height: 1px;
	margin: 8px 1px;
	overflow: hidden;
	background-color: #E5E5E5;
	border-bottom: 1px solid white;
}

/*-----------------------------------------------
    Page Setting Modal Field Style
-------------------------------------------------*/
#add_option_field {
	border-right-style:dotted;
}

#add_option_field_value {
	border-radius: 0;
	border-left: 0px;
	margin-left: -4px;	
}

.add_option_label {
	position:relative;
}

.add_option_label_title {
	font-size:10px;
	width:210px;
	text-align:center;
	background-color:#ddd;
	position:absolute;
	top:1px;
	left:3px;
	border:solid 1px #ccc;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

.add_option_label_value {
	font-size:10px;
	width:90px;
	text-align:center;
	background-color:#ddd;
	position:absolute;
	top:1px;
	left:225px;
	border:solid 1px #ccc;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}

.calc_sum_id {
	width:20px;
	float:left;
	border: 1px solid rgb(204, 204, 204);
	margin: 0px 5px 5px 0px;
	font-size: 16px;
	line-height: 18px;
	text-align:center;
	padding:2px 20px 0px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius;
}

.calc_val {
	display:none;
}

/************************************************

	Paginate Style

*************************************************/
.paging {
	padding: 3px;
	margin: 3px;
}
.paging a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #aaaadd;
	text-decoration: none;
	color: #000099;
}
.paging a:hover, .paging a:active {
	border: 1px solid #000099;
	color: #000;
}
.paging span.current {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
.paging span.disabled {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #eee;
	color: #ddd;
}