@charset "utf-8";

/* reset css */

@import "./reset.css";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	OOCSS

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header_logo {
	display:inline;
	float:left;
	padding-right:10pt;
	padding-top:2px;
}
.header_logo_default {
	text-align: center;
	padding-top:2px;
}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear { clear: both; }
.clearfix { overflow: hidden; }
.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 {
	margin: 0 auto;
}

.button_right {
	float: right;
	padding: 5px 5px;
}

	
/* entry input *************************************************/

.input-full {
	width: 96%;
}
.input-middle {
	width: 50%;
}
.input-small {
	width: 20%;
}

/* CSS3 Media Query ********************************************/

/*************************************************

　　個人情報保護・定款画面用

**************************************************/
#disp_contents p,ul {
/*	margin-left: 20px; */
	position:relative;
}

#disp_contents h5 {
	margin: 15px 0px 15px 0px;
	padding: 4px 0px 2px 10px;
	border-left: solid 6px #A5C5E9;
	border-bottom: 1px solid #c9c9c9;
	line-height: 2.0em;
}


/* リストのマーカーを三角にする :before とセットで利用 */
#disp_contents ul li {
    margin-left: 1.8em;
    list-style-type: none;
}

#disp_contents ul li:before{
    content: ' ';
    border: transparent solid 0.4em;
    border-left-color: #FF9900;
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    margin: 0px;
    margin-top: 0.3em;
    padding: 0px;
}

.content_ybox {
	padding: 10px 10px;
   -ms-border-radius: 5px;    /* 古いFirefox */
   -moz-border-radius: 5px;    /* 古いFirefox */
   -webkit-border-radius: 5px; /* 古いSafari,Chrome */
   border-radius: 5px;         /* CSS3 */

   border: 1px #999 solid;     /* 枠線の装飾 */
   background-color: #FBF9EC;   /* 背景色 */
}

/* ぶら下がりインデント */
.heaging-indent {
	padding-left: 1.0em;
	text-indent: -1.0em;
}

/*********************************************

	参加登録フォーム用
	
*********************************************/
h2.gra_head {
  padding: 0.5rem 2rem;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#03bf93));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #03bf93 100%);
  background-image: linear-gradient(to left, #9be15d 0%, #03bf93 100%);
}

h3.gra_line {
  position: relative;
  padding: 1rem 0 0.3rem 0;
  margin-bottom: 1.0em;
}

h3.gra_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  border-radius: 3px;
  background-color: #74aad9;
  /*
  background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
  */
}

.btn-area {
	text-align: center;
	padding: 1.0rem 1.0rem;
}

.wrap-box {
	display: flex;
	flex-dirrection: row;
	flex-wrap: wrap;
	justify-content: center;
}
.box-left {
	padding: 1.0em 1.0em;
	text-align: left;
}
.box-right {
	padding: 1.0em 1.0em;
	text-align: right;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

input[type="number"].First,
input[type="number"].Second,
input[type="number"].Third {
	max-width: 55px;
}

/*
@media only screen and (min-width: 320px) {
}
*/
@media only screen and (min-width: 320px) {
	.content_inner {
		padding: 15px;
	}

}
@media only screen and (min-width: 768px) {
	#header-container {
		height: 40px;
	}
	#main-container {
/*		padding-top: 60px; */
		padding-top: 50px; /* Modified by Koko 2017.05.22 */
	}
		#main {
			/* for bootstrap dropdown */
			padding-bottom: 180px;
		}
	.wrapper {
		margin: 0 auto;
	}

	.content_inner {
		padding: 20px;
	}
}
@media only screen and (min-width: 960px) {
	.wrapper {
		width: 1200px;
	}
	
	.small_column {
		width: 550px;
	}

	.content_inner {
		padding: 30px;
	}
}

/* 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 .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;
}


.head_d1 {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f83600), to(#f9d423));
  background-image: -webkit-linear-gradient(left, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}

/* List ******************************************/
ol.normal_numlist {
	margin-left: 2.5em;
}

ol.normal_numlist li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;}

ol.normal_numlist li::before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em; /* サイトに合せて調整 */
	width: 3em; /* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}


/* 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; }

/* 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: 50px; } /* 6桁 */
th.th_mail_send_num { width: 20px;}
th.th_count { width: 75px;}
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;}

/* --------  表形式フォーム（開始） -------- */

.entryform tr {
	border: 1px solid #CCCCCC;
	background: #F9F9F9;
}
.entryform th {
	vertical-align: middle; 
	padding: 7px 8px;
	text-align: left;
	font-weight: bold;
	color: #555;
/*	text-shadow: 0 1px 0 white; */
	border-bottom: 1px solid #CCC;
	border-right: 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')";	*/
}
.entryform td {
	padding: 7px 8px;
	background: #FFFFFF;
	width: 70%;
}

.entryform select,
.entryform textarea,
.entryform input[type="text"],
.entryform input[type="password"],
.entryform input[type="datetime"],
.entryform input[type="datetime-local"],
.entryform input[type="date"],
.entryform input[type="month"],
.entryform input[type="time"],
.entryform input[type="week"],
.entryform input[type="number"],
.entryform input[type="email"],
.entryform input[type="url"],
.entryform input[type="search"],
.entryform input[type="tel"],
.entryform input[type="color"],
.uneditable-input {
  margin-bottom: 0px;
}

/************************************************
	Design Box
************************************************/
.D-box-standard {
    margin: 2em 0;
    background: #f0f0f0;
}
.D-box-standard .box-title {
    font-size: 1.2em;
    background: #cccccc;
    padding: 4px;
    text-align: center;
    color: #555;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.D-box-standard p {
    padding: 15px 20px;
    margin: 0;
}

.D-box-info {
    margin: 2em 0;
    background: #dcefff;
}
.D-box-info .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.D-box-info p {
    padding: 15px 20px;
    margin: 0;
}

.D-box-success {
    margin: 2em 0;
    background: #e1f9dd;
}
.D-box-success .box-title {
    font-size: 1.2em;
    background: #31bb35;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.D-box-success p {
    padding: 15px 20px;
    margin: 0;
}

.D-box-warning {
    margin: 2em 0;
    background: #f9eedd;
}
.D-box-warning .box-title {
    font-size: 1.2em;
    background: #ffac45;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.D-box-warning p {
    padding: 15px 20px;
    margin: 0;
}

.D-box-failed {
    margin: 2em 0;
    background: #ffe7e7;
}
.D-box-failed .box-title {
    font-size: 1.2em;
    background: #ff4545;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.D-box-failed p {
    padding: 15px 20px;
    margin: 0;
}


/************************************************

	Credit Card CVC Help

*************************************************/
#cvc-help-sign li {
	position:relative;
}
#cvc-help-sign li:hover {
	background: #ffffff;
}
.card-cvc-sample {
	display: none;
	position: absolute;
	bottom: -2.8em;
	top: -9em;
	left: 12em;
	z-index: 9999;
	padding: 0.3em 0.5em;
	color: #FFFFFF;
	border-radius: 0.5em;
	background: url(../img/card-cvc.png) no-repeat;
	width:196px;
	height:133px;
}
/*
.card-cvc-sample:after {
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0.5em;
	top: -8px;
	border-top:8px solid transparent;
	border-left:8px solid #c72439;
}
*/
#cvc-help-sign div:hover~.card-cvc-sample {
/*	display: block; */
	display:inline-block;
}
.cvc-question {
	display:inline-block;
	backface-visibility: hidden;
	position: absolute;
	top: -1.5em;
	left: 10.0em;
	width:19px;
	height:19px;
	background: url(../img/ico_question.png) no-repeat;
} 
 

/* --------  決済種類の表示枠 -------- */
.input_pay_info {
	padding: 1.0em 1.0em;
	border: 1px solid #CC0;
	border-radius: 5px;
	background-color: #FFFFe0;
}

.pay_msg_wrapper {
	max-width: 90%;
	margin: 0 auro;
	text-align: center;
	background: #FFF
}

.pay_error_inner_msg {
	display: inline-block;
	text-align: left;
	color: #990000;
	font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
	.entryform th {
		width: 100%;
		display: block;
		padding: 7px 0;
	}
	.entryform th::before {
		content: "　";
	}
	.entryform td {
		width: 100%;
		display: block;
		padding: 7px 7px;
		overflow: auto;
	}
	.entryform td > div, .entryform td > p{
		margin-left: 1.0em;
	}
	
}
/* --------  表形式フォーム（おわり） -------- */


/* 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;
	clear: both;
}
dt.No_label {
	border: none;
	clear: both;
	line-height: 25px;
	text-indent: 15px;
	margin-bottom: -10px;
}
/* safari のみに有効なハック */
::-webkit-full-page-media, :future, :root dt.No_label {
	margin-bottom: 0;
	margin-top: 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;
}

dd.Not_field {
	clear: both;
}

.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;
}


/* 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;
}

p.limitError {
	color: red;
	font-size: small;
	margin-bottom: 5px;
}

.limitError input[type=text],
.limitError textarea {
	background: #FFCCCC;
}

/* file size error message */
p.ferror {
	display: block;
	background: #fbefdb;
	padding: 0.5em; 1.0em;
	border: 1px red solid;
	color: red;
}

/* 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;
}

/*
#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;
}

/************************************************
	フォームヘッダ部 表示装飾
*************************************************/
.list-table {
	width: 100%;
	border-spacing: 0;
}

.list-table tr {
	margin-bottom: 1px;
}

.list-table th {
	border-radius: 3px;
	border:solid 1px #FFF;	
	background-color: #dddddd;
	font-weight: bold;
	vertical-align: middle;
	white-space: normal;
	padding: 0.5em 1.0em;
}

.list-table td {
	padding: 0.5em 1.0em;
	border-bottom: solid 1px #ddd;
}

/************************************************
	フォームヘッダ部 表示装飾
*************************************************/
.caution-modal-header {
    color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #FFCC00;
	border-radius: 5px 5px 0 0;
	padding: 10px 10px;
	text-align: center;
}

.caution-modal-body {
    color: #CC6600;
	font-size: 1.2em;
	text-align: center;
	display: block;	
	background-color: #FBF7E3;
	border: 1px solid #FFCC00;
	padding: 20px 10px;
}

.caution-modal-body p {
	text-align: left;
	line-height: 1.5em;
	display: inline-block;
}

.caution-modal-footer {
	background-color: #FFCC00;
	border-radius: 0 0 5px 5px;
	padding: 10px 10px;
	text-align: center;
}

.table-warp {
	overflow-x: scroll;
}

.table-warp table {
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
}

/*----------------------------------------------
　参加登録一覧の表示スタイル
----------------------------------------------*/
.tablesorter td.initial {
	color: #666666;
}

.tablesorter td.waiting {
	color: #CC6600;
}

.tablesorter td.error {
	color: #FF0000;
}

.tablesorter td.complete {
	color: #000000;
}

.text-red {
	color: #FF0000;
}
.text-gray {
	color: #CCCCCC;
}

/*----------------------------------------------
　QRコードの表示スタイル
----------------------------------------------*/
#QRcode img {
	margin: 0 auto;
}

/************************************************

	レスポンシブ対応の入力フィールド設定
	（テキスト、テキストエリア）

*************************************************/
@media only screen and (min-width: 640px) {
	.Field_Zip {
		width: 60px;		
	}
	
	.Field-Small {
		width: 100px;
	}

	.Field-Normal {
		width: 380px;
	}

	.Field-Large {
		width: 98%;
	}
	.input-suffix-Large {
		display: block;
		margin-top: -8px;
	}
	/* 並列プルダウン ******************************************/
	div.session1, div.session2{
		float: left;
		margin-right: 2.0em;
	}

}

@media only screen and (max-width: 640px) {
	.Field_Zip {
		width: 60px;		
	}
		
	.Field-Small {
		width: 95%;
	}

	.Field-Normal {
		width: 95%;
	}

	.Field-Large {
		width: 95%;
	}

	.input-suffix {
		display: block;
		margin-top: -8px;
	}
	.input-suffix-Large {
		display: block;
		margin-top: -8px;
	}
	
	dl.entryform dd {
		padding-bottom: 8px;
	}

	.entryform td .input-suffix {
		margin-top: 0;
	}
	/* 並列プルダウン ******************************************/
	div.session1, div.session2 {
		float: none;
		margin-right: 0;
	}

}

/************************************************

	印刷時の表示制御

*************************************************/
@media print {
	.no-print {
    	display: none;
	}
}

