@charset "utf-8";

body {
	background:#FCFBF9 url(../img/bg.png) repeat;
}

#wrap{
	position: relative;
	min-height: 100%;
}

footer {
	background: url(../img/footer.jpg) repeat-x;
	text-align:center;
	padding:60px 0 0 0;
	min-width:982px;
	height:115px;
	position: absolute;
    bottom: 0;
}

footer p.copyright {
	margin:0;
	color:#fff;
	font-size:14px;
}

nav p{
	margin-top:8px;
	font-size:1.45em;
	letter-spacing: 0.01em;
	color:red;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff -1px -1px 0;
	background:linear-gradient(transparent 45%, yellow 45%, yellow 100%);
}

/* columns structure
----------------------------------*/
.container {
	position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
 .container {
    width: 982px;
  }

.pd {
	padding-bottom:110px;
}


.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.sitelogo{
	background:url(../img/sitelogo.png) no-repeat center top;
	width:450px;
	height:80px;
	margin:0 auto;
	margin-bottom:10px;
}


/*
----------------------------------*/
/*
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12 {
  position: relative;
  min-height: 1px;
}


@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col_1
  .col_2,
  .col_3,
  .col_4,
  .col_5,
  .col_6,
  .col_7,
  .col_8,
  .col_9,
  .col_10,
  .col_11 {
    float: left;
  }
  .col_1 {
    width: 8.333333333333332%;
  }
  .col_2 {
    width: 16.666666666666664%;
  }
  .col_3 {
    width: 25%;
  }
  .col_4 {
    width: 33.33333333333333%;
  }
  .col_5 {
    width: 41.66666666666667%;
  }
  .col_6 {
    width: 50%;
  }
  .col_7 {
    width: 58.333333333333336%;
  }
  .col_8 {
    width: 66.66666666666666%;
  }
  .col_9 {
    width: 75%;
  }
  .col_10 {
    width: 83.33333333333334%;
  }
  .col_11 {
    width: 91.66666666666666%;
  }
  .col_12 {
    width: 100%;
  }
}
*/
/*
----------------------------------*/

header {
	margin:0 auto;
	padding:120px 0 0 0;
	background:url(../img/header.png) repeat-x center top;
	width:100%;
	height:195px;
}
nav{
	width:640px;
	margin:0 auto;
	}
nav .btn{margin-left: 20px;}
button a:hover{color:#000;}
/*
----------------------------------*/
h2 {
	color:#5F9FF2;
	margin:2em 0px 1em;
	padding-bottom:.5em;
	border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
}
.ptitle {
	display:block;
	margin-top:-1em;
	margin-bottom:2em;
	font-size:.9em;
	color:#5F9FF2;
}

hr {
	border: 0;
   border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
	margin:1em 0 1.8em;
}
/*
hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}*/


/* form
----------------------------------*/

form dl dt,
fieldset legend,
label {
	clear:both;
	float:left;
	width:16em;
	font-weight:bold;
}

fieldset legend,
label {
	margin: 6px 8px 0 0;
	padding:0 .5em 3px 2px;
	font-size:1.15em;
	border-bottom:1px dotted #ccc;
}
label span {
	font-size:.82em;
	font-weight:normal;
}


input,
textarea {
	width:700px;
	max-width:700px;
}
select, option {
	min-width:15em;
}

textarea {
	height:64px;
}
textarea.r3 {
	height:96px;
}

textarea.rh {
	height:360px;
}

.save-btn-group {
    display:block;
    width:990px;
    height:30px;
    margin-left:5px;
    position: absolute;
}

.save-btn-group.fixed {
    display:block;
    width:990px;
    position: fixed;
    top: 16px;
	z-index:1;
}

fieldset .checkbox {
	margin-left:19em;
}


/*---------------- */


.fileup {
	margin-top:1em;
}
/*
.fileup legend {
	margin-top:1.8em;
}*/


.filearea {
	display:block;
}

.filearea:before,
.filearea:after {
  display: table;
  content: " ";
}
.filearea:after {
  clear: both;
}



.filearea input[type="file"] {
	width:300px;
	margin:10px;
	float:left;
}

#upload_btn {
	float:left;
	padding:6px 14px;
}

#file_message {
	display:block;
	margin:10px 0 0 1.5em;
	color:#F00;
	font-size:.9em;
	margin-left:22em;
}

.filearea .note {
	display:inline-block;
	font-size:.84em;
	line-height:1.3em;
	color:#777;
	padding:4px 8px;
	background:rgba(255,255,255,.8);
	margin:-3px 0 0 30px;
	border:1px solid #ededed;
}

#image_list {
	border-top:1px dotted #ccc;
	margin-left:19em;
	margin-top:5px;
	max-width:700px;
}

#image_list li {
	display:inline-block;
	margin-right:2em;
}
#image_list button.unlink + button,
#image_list button.unlink {
	padding:2px 6px;
	font-size:.84em;
	margin:1em 0 1em 5px;
}
#image_list button.unlink + button {
	margin:1em 0 1em 2px;
}

#image_list li img {
	max-width:700px;
}


.honbun input[type="checkbox"] {
	width:auto;
	vertical-align : middle;
	margin:8px 3px;
	padding:0;
	border:0;
}
.honbun input[type="checkbox"] + label {
	float:none;
	display:inline-block;
	vertical-align: top;
	margin: 6px 8px 0 0;
	text-align:left;
	width:auto;
	border:none;
	font-size:1em;
}
.honbun input[type="checkbox"] + label + span {
	font-size:.9em;
}

.honbun textarea {
	margin-left:19em;
	margin-bottom:1em;
}

.honbun {
    clear: both;
}


/*--- table
----------------------------------------------------*/
table {
	width:100%;
	margin:0 auto 30px;
}
th {
	letter-spacing:0.1em;
	font-size:.94em;
	color:#fff;
	font-weight:normal;
	text-align:center;
	vertical-align: middle;
	padding:8px 8px 6px;
	background-color: #262626;
}
td {
	vertical-align: top;
	padding:10px 5px 7px;
	border-bottom:1px solid #CAC8C3;
	color:#000;
	font-weight:bold;
	text-align:center;
}


.detail {
	border-bottom:none;
	/*display:none;*/
}
.detail td {
	padding:0;
	background: rgba(232,231,228,.4);
	padding:6px 1px 4px;
	font-weight:normal;
}
.detail table {
	margin:0;
	border:0;
}
.detail table td {
	background:none;
	border:none;
	padding:3px 10px;
	font-size:.9em;
}
td.tools ul {
	margin:0;padding:0;
}
td.tools li {	margin:0;padding:0;
	/*display:inline-block;*/float:left;
	padding:0 0 0 1em;
	font-weight:normal;
}


.wd120 { width:120px}
.wd160 { width:160px}

.setname {
	cursor:pointer;
	vertical-align:middle;
	color:#005588;	color:#0088cc;
}
.setname:hover {
	background:#f9f9f9;
	color:#0088cc;
  text-decoration: underline;
}


.pagelist {
	margin-bottom:30px;
}
.pagelist li {
	display:inline-block;
	/*width:258px;*/
	/*margin-right:1.5em; */
	width:390px;
	margin-right:2em;
	padding:5px 0 3px;
	border-bottom:1px solid #ccc;
}




/*---
----------------------------------------------------*/

.areaB {
	position:absolute;
	width:100%;
		min-width:982px;
	height:110px;
	background:#3D6CCB;
	bottom:28px;
	  -webkit-box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.5);
	padding-top:32px;
	text-align:center;
}
.areaB a {
	color:#fff;
}

.row {

}

.btnarea_r {
	float:right;
}
.btnarea_r  button{
	display:block;
}
.btnarea_r .delbtn {
	font-size:.84em;
	padding:4px 12px;
/*	position:absolute;
	bottom:0;
	right:0;
	height:20px;*/
}

.blink_r,
.blink_l {
	position:absolute;
	margin:1em 1.5em;
	top:-35px;
}
.blink_r {right:0;}
.blink_l { left:0;}

.areaB .btnarea + .container .blink_l,
.areaB .btnarea + .container .blink_r {
	top:-80px;
}



.txt-r {
	text-align:right;
}
.txt-l {
	text-align:left;
}
.txt-c {
	text-align:center;
}



/*---  login
----------------------------------------------------*/

#login {
}

#login form {
	width:450px;
	margin:0 auto 3em;
	padding:3em 3em 2.5em;
	border:1px solid rgba(255,255,255,1);
	background:#fff;
	background: linear-gradient(top,#fff, #eee 50%, #fff 100%);
	background: -webkit-linear-gradient(top,#fafafa, #eee 75%, #fafafa 100%);
	background: -moz-linear-gradient(top,#fff, #eee 70%, #fff 100%);
	-webkit-box-shadow:0 0 7px rgba(0,0,0,.5) ,0 0 30px rgba(255,255,255,.8) inset;
		-moz-box-shadow:0 0 7px rgba(0,0,0,.5) ,0 0 30px rgba(255,255,255,.8) inset;
			box-shadow:0 0 7px rgba(0,0,0,.5) ,0 0 30px rgba(255,255,255,.8) inset;
}
#login label {
	width:6em;
	margin-bottom:1em;
	border:none;
}
#login input {
	width:20em;
	margin-bottom:1em;
}
#login .btnarea {
	width:13em;
	margin:0 auto;
}
#login .btnarea input {
	width:13em;
	margin:10px auto 0;
}

#login .required:after {
	content: '';
}
#login +div {
 text-align:center;
}

.success {
 width:540px;
	text-align:center;
}
#login .msg {
	font-size:1.2em;
	padding-bottom:15px;
	border-bottom:1px dotted #69c;
	margin:.5em auto 1.5em;
	color: #026acb;
}

#login .msg + p span {
	font-weight:bold;
	}



/*---  register
----------------------------------------------------*/
#register {
	margin:3em auto;
	width:570px;
}
#register p {
	padding:4px;
}

#register fieldset {
	margin-top:2em;
}

#register form {
	width:540px;
	height:260px;
	margin:0 auto 3em;
	padding:3em 3em 2.5em;
	border:1px solid rgba(255,255,255,1);
	background:#fff;
	background: linear-gradient(top,#fff, #eee 50%, #fff 100%);
	background: -webkit-linear-gradient(top,#fafafa, #eee 75%, #fafafa 100%);
	background: -moz-linear-gradient(top,#fff, #eee 70%, #fff 100%);
	-webkit-box-shadow:0 0 7px rgba(0,0,0,.5) ,0 0 30px rgba(255,255,255,.8) inset;
		-moz-box-shadow:0 0 7px rgba(0,0,0,.5) ,0 0 30px rgba(255,255,255,.8) inset;
			box-shadow:0 0 7px rgba(0,0,0,.5) ,0 0 30px rgba(255,255,255,.8) inset;
}
#register label {
	width:12em;
	margin-bottom:1em;
	border:none;
}
#register input {
	width:20em;
	margin-bottom:1em;
}
#register .btnarea {
	width:13em;
	margin:0 auto;
}
#register .btnarea input {
	width:13em;
	margin:10px auto 0;
}

#register section {
	margin:30px 4px;
	padding:20px;
	background:#fff;
	border:1px dotted #69c;
}
#register section p {
	padding:0;
}

#register h3 {
	font-size:1.2em;
	padding-bottom:10px;
	border-bottom:1px dotted #69c;
	margin:.5em auto 1.5em;
}

#register section dl dt{
	max-width:8em;
	margin-bottom:3px;
	font-size:1.1em;
	/*color:#5F9FF2;*/
}

#register section dl dd a {
	/* color:#5F9FF2;*/
}
#register section dl dd a:hover {
	text-decoration:underline;
}


#register section dl.idps dt {
	clear:both;
	float:left;
	margin:0 5px 5px 0;
	padding:2px 5px 0;
	color:#fff;
	font-size:.84em;
	font-weight:normal;
	background:rgba(59,159,242,.65);
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
#register section dl.idps dd {
	padding:3px 0;
}

.supo {
	padding:4px;
}
.supo dl {
	padding:5px;
	font-size:1em;
	padding-bottom:10px;
	border-bottom:1px dotted #bbb;
}
.supo dt {
	clear:both;
	float:left;
}
.supo dd {
	color: #026acb;
}

.idNote {
	padding:6px;
	border-width:1px;
	border-style: dotted;
	border-color: #f00;
 }


	/*---
----------------------------------------------------*/
.red {color:#F00;}
.u-line {border-bottom:1px solid #F00;}
.bold {font-weight:bold;}





/*--- button
----------------------------------------------------*/

/*	default	*/

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
	position:relative;
	top:0;	left:0;
	margin:0 0 0;
	padding: 10px 14px;
	width:auto;
	cursor: pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:.9em;
	text-decoration:none;
	vertical-align: middle;
	color: #fff;
	background-color: #ff8c00;
	*border: 0;
	border-width:1px;
	border-style:solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
	-webkit-box-shadow:0 1px 3px rgba(255,255,255,0.2) inset, 0 0 3px rgba(0,0,0,0.1);
		-moz-box-shadow:0 1px 3px rgba(255,255,255,0.2) inset, 0 0 3px rgba(0,0,0,0.1);
			box-shadow: 0 1px 3px rgba(255,255,255,0.2) inset, 0 0 3px rgba(0,0,0,0.1);
}
	button:hover,
	a.btn:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover{
	color: #000;
	background-color: #fafafa;
	background-image: linear-gradient(top,#fff, #f2f2f2);
	background-image: -webkit-linear-gradient(top,#fff, #f2f2f2);
	background-image: -moz-linear-gradient(top,#fff, #f2f2f2);
	}

.areaB button,
.areaB a.btn,
.areaB input[type="submit"],
.areaB input[type="reset"],
.areaB input[type="button"]{
	padding: 12px 14px;
	margin:0 10px;
	background-image: linear-gradient(top,#ffffff, #ccc);
	background-image: -webkit-linear-gradient(top,#ffffff, #ccc);
	background-image: -moz-linear-gradient(top,#ffffff, #ccc);
	border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.2) rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 1px 3px rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.6);
		-moz-box-shadow:0 1px 3px rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.6);
			box-shadow: 0 1px 3px rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.6);
	min-width:9em;
	font-size:1em;
	font-weight:bold;
	color:#000;
}

/*	blue	*/
button.blue,
a.btn.blue,
input[type="submit"].blue,
input[type="reset"].blue,
input[type="button"].blue {
	padding: 9px 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #3261BE;
	background-image: linear-gradient(top, #477ACB, #2D529E);
	background-image: -webkit-linear-gradient(top, #477ACB, #2D529E);
	background-image: -moz-linear-gradient(top, #477ACB, #2D529E);
	border-color:transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 1px rgba(255,255,255,0.3) inset, 0 0 3px rgba(0,0,0,0.6);
		-moz-box-shadow:0 0 1px rgba(255,255,255,0.3) inset, 0 0 3px rgba(0,0,0,0.6);
	box-shadow: 0 0 1px rgba(255,255,255,0.3) inset, 0 0 3px rgba(0,0,0,0.6);
}
	button.blue:hover,
	a.btn.blue:hover,
	input[type="submit"].blue:hover,
	input[type="reset"].blue:hover,
	input[type="button"].blue:hover{
	background-color: #3261BE;
	background-image: linear-gradient(top,#4C7FD3, #3261BE);
	background-image: -webkit-linear-gradient(top,#4C7FD3, #3261BE);
	background-image: -moz-linear-gradient(top,#4C7FD3, #3261BE);
	}



	/*---
----------------------------------------------------*/
form .required {
	position: relative;
}
form .required:after {
	position:absolute;
	top:0;	top:-10px;
	color: #f6c;
	content: '*';
	display:inline;
	padding:0 0 0 3px;
	font-weight: bold;
}
.error-message,
.message,
.alert,
.alert-success,
.alert-danger,
.alert-error {
	position: relative;
	margin:0 auto 2em;
	text-align:center;
	color: #FF6699;
}

#register .error-message {
	margin:-8px 0 8px 14.5em;
	text-align:left;
}


input[type=radio] {
    margin:4px 8px 0px 0px;
    width:20px;
}
.radio-horizontal label{
    display: inline-block;
}

.width800{
	width:800px;
	margin:0 auto;
	}
.width800 td{
	text-align:left;
	}
.width800 th{
	background:#CBCBCB;
	color:#000;
	font-weight:bold;
	}
.width800 li{
	float:left;margin:0 8px 0 0;
	}
.btn{
	text-align:center;
	width:138px;
	font-size:18px;
	float:left;
}

.btn a{
	color:#fff;
	width:138px;
	height:40px;
	display:block;
	margin:-10px 0 0 -15px;
	padding:10px 0;
    background: #19be92;
    border-bottom: 4px solid #1f9080;
    border-radius: 0.25em;
    transition: 0.3s;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    background-color: #19be92;
}

.btn a:hover{
    box-shadow: 0 0 rgba(0, 0, 0, 0.4);
      border-bottom-width: 2px;
      transform: translateY(2px);
	width:138px;
	height:40px;
	display:block;
}

#ydn_ue:first-child {
    border-top: 1px #ccc solid;
}
.ydn-box {
    border-bottom: 1px #ccc solid;
    /*border-left: 1px #ccc solid;*/
    /*border-right: 1px #ccc solid;*/
    padding-top: 2px;
    padding-bottom: 1px;
}
.ydn-box input[type=radio] {
    margin-bottom: 9px;
    margin-right: 2px;
    margin-left: 4px;
}
.ydn-button-del {
    padding: 7px 14px;
    margin-left: 10px;
	float: right;
	background:#f5b169;
}
.ydn-button-move {
    padding: 7px 14px;
    float: right;
	background:#f5b169;
}
.ydn-button-copy {
    padding: 7px 14px;
       background:#f5b169;
}
.ydn-image input[type=file] {
    margin:6px 8px 4px 0px;
}
.ydn-label-catchcopy {
    margin-top: 40px;;
}
.ydn-label-imgupload {
    margin-top: 25px;;
}

.ydn-table-button-col-del,
.ydn-table-button-row-del {
	background: #ce6c00;
	padding: 8px 12px;
}
.ydn-table-button-move-left,
.ydn-table-button-move-right,
.ydn-table-button-move-down,
.ydn-table-button-move-up{
    padding: 7px 14px;
	background:#ce6c00;
	padding: 8px 10px;
}

.ydn-table-button-disabled{
	display:none;
}

.row.add,.col.add{
	background:#ce6c00;
}

.default-table-num{
	width:209px;
}
