@charset "utf-8";
/* CSS Document */

@import url("layout.css");
body, html {
	height: 100%;
}
/* login_form */
.login {
	overflow: hidden;
	width: 600px;
	margin: 60px auto;
	padding: 40px 20px;
	box-shadow: 0 1px 6px #ccc;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.login h1 {
	text-align: center;
	margin-bottom: 30px;
}
.login dl {
	overflow: hidden;
	text-align: center;
}
.login dt {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin-bottom: 20px;
	padding-top: 6px;
}
.login dd {
	display: inline-block;
	vertical-align: top;
	width: 74%;
	margin-bottom: 20px;
}
.login dd input, .login.forgot p input {
	width: 95%;
}
.login.forgot h2 {
	font-size: 16px;
	line-height: 200%;
	margin: -40px -20px 40px;
	background: #f1f1f1;
	padding: 15px 0;
}
.login.forgot p {
	margin-bottom: 20px;
	text-align: center;
}

::-webkit-input-placeholder {
 color:#ccc;
 font-size: 90%;
 font-weight: lighter;
}
::-moz-placeholder {
 color:#ccc;
 opacity: 1;
 font-size: 90%;
 font-weight: lighter;
}
/* Internet Explorer 10-11 */
:-ms-input-placeholder {
 color:#ccc;
 font-size: 90%;
 font-weight: lighter;
}
/*============================================================
/* base
/*=========================================================*/
header {
	overflow: hidden;
	color: #FFF;
	background: #303030;
	background: -moz-linear-gradient(top, #303030 80%, #ffffff 80%);
	background: -webkit-linear-gradient(top, #303030 80%, #ffffff 80%);
	background: linear-gradient(to bottom, #303030 80%, #ffffff 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#ffffff', GradientType=0 );
	padding: 20px 8% 0;
}
header h1, header p.logo {
	float: left;
	background: #FFF;
	border: solid 2px #303030;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 20px 10px;
}
header .fright {
	overflow: hidden;
	width: 65%;
	text-align: right;
	padding-top: 10px;
}

@media screen and (max-width: 830px) {
header .fright {
	font-size: 90%;
	width: 60%;
}
}
header .fright .btn.single {
	width: 30%;
	float: right;
	margin: 0 0 0 20px;
}
header .fright h2 {
	float: right;
	font-size: 20px;
	line-height: 180%;
	padding-top: 5px;
}
header .fright p {
	float: right;
	margin-left: 20px;
	padding-top: 10px;
}
.container {
	clear: both;
	position: relative;
	overflow-y: auto;
	width: 100%;
	height: auto !important;
	height: 100%;
	/*min-height: 100%;*/
	/*padding-top: 30px;*/
}
.container.top {
overflow: hidden;
width: 95%;
//max-width: 1200px;
margin: 0 auto;
}
.pages_nav {
	width: 80%;
	max-width: 1060px;
	margin: 0 auto 3em;
}
.pages_nav ul.nav {
	overflow: hidden;
	font-size: 88%;
	margin-bottom: 10px;
}
.pages_nav ul.nav li {
	display: inline-block;
	vertical-align: top;
}
.pages_nav ul.nav li a {
	position: relative;
	display: block;
	padding-right: 30px;
	color: #666;
	text-decoration: underline;
}
.pages_nav ul.nav li a:after {
	position: absolute;
	display: inline-block;
	content: "";
	top: 50%;
	right: 11px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -5px;
}
.pages_nav ul.nav li a:hover {
	text-decoration: none;
}
.pages_nav h1 {
	font-size: 24px;
	line-height: 1.8;
	border-bottom: dotted 1px #999;
	padding-bottom: 12px;
}
.main {
	width: 95%;
//	max-width: 1060px;
	margin: 0 auto;
	padding-bottom: 150px;
}
.container.top .main {
float: left;
width: 65%;
}
.container.top .side {
float: right;
width: 30%;
}
footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: #E7E7E7;
	padding: 20px;
}

/*============================================================
/* home
/*=========================================================*/
.g_map {
float: left;
display: table;
vertical-align: middle;
width: 750px;
height: 750px;
background: #F3F3F3;
}
.btn_open th::after {
float: right;
color: #BCBCBC;
content: "▼";
}
.btn_open.active th::after {
color: #000;
content: "▲";
}
.g_map p {
display: table-cell;
}
.search_right {
float: right;
width: 400px;
}
.search_box {
	font-size: 12px;
	line-height: 120%;
}
.search_box td ul {
	overflow: hidden;
}
.search_box td ul li {
	float: left;
	margin-right: 5px;
}
.main .search_box td ol li {
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
}
.main .search_box td ol li:last-child {
	margin-bottom: 0;
}
.main .block.c_result {
	font-size: 12px;
	line-height: 120%;
	margin-top: -50px !important;
}
.c_result ul {
	float: left;
	margin: -3px -3px -3px -3px;
}
.main .c_result table td ul li {
	margin: 0;
	padding: 0;
}
.c_result ul li a {
	display: block;
	color: #FFF;
	background: #32A3D9;
	border-bottom: solid 1px #FFF;
	padding: 8px;
	text-decoration: none;
	text-align:center;
}
.c_result ul li a:hover {
	background: #35B4F1;
}
tr.bd_bottom {
	border-bottom: solid 2px #999;
}

.br_none_right {
	border-right: none !important;
}
.br_none_left {
	border-left: none !important;
}

/*============================================================
/* home
/*=========================================================*/
.info {
border: solid 1px #CCC;
border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 2em;
	padding: 15px;
}
.info h2 {
	font-size: 14px;
	letter-spacing: -0.5px;
	line-height: 140%;
	background: #a2daf6;
	margin: -15px -15px 15px;
	padding: 12px 12px 8px;
}
.info h2 span {
font-size: 11px;
letter-spacing: -0.5px;
font-weight: lighter;
line-height: 10px;
}
.info dl {
height: 180px;
overflow-y: scroll;
	font-size: 90%;
	padding-right: 20px;
}
.info dl dt {
}
.info dl dd {
	margin-bottom: 20px;
}
.info dl dd a:link,
.info dl dd a:active {
color: #0A00FF;
}
.info dl dd a:visited {
color: #252525;
}
.info p {
font-size: 12px;
}
.top_main {
}
.top_main .box {
	overflow: hidden;
	margin: 0 auto 2em;
	padding: 40px 15px 5px;
	border: solid 1px #CCC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.top_main .box .box_in {
height: 150px;
overflow-y: scroll;
padding-right: 20px;
}
.top_main .box:last-child {
	margin-bottom: -100px;
}
.top_main .box h3 {
	font-size: 14px;
	letter-spacing: -0.5px;
	line-height: 140%;
	background: #a2daf6;
	margin: -40px -20px 15px;
	padding: 12px 12px 8px;
}
.top_main .box h3 span {
font-size: 11px;
letter-spacing: -0.5px;
font-weight: lighter;
line-height: 20px;
color: #FF0000;
padding-left: 10px;
}
.top_main .box h3 span.red.right {
float: right;
}
.top_main .box h3 span.red.right a {
color: #0A00FF;
background: none;
}
.top_main .box table {
font-size: 11px;
letter-spacing: -0.5px;
}
.top_main .box table td {
border: none;
padding: 5px;
}
.top_main .box table td.end a:link,
.top_main .box table td.end a:visited{
color: #0A00FF;
text-decoration: none;
}
.top_main .box table td.cancell a:link,
.top_main .box table td.cancell a:visited{
color: #FF0000;
text-decoration: none;
}
.top_main .box table td.end a:hover,
.top_main .box table td.end a:active,
.top_main .box table td.cancell a:hover,
.top_main .box table td.cancell a:active {
text-decoration: underline;
}
.top_main .box ul {
	list-style: none;
}
.top_main .box ul li {
	display: inline-block;
	width: 17%;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
.side ul li a {
	display: block;
	color: #000;
	background: #E7E7E7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
		box-shadow: 1px 2px 2px #CCC;
}
.side ul li a:hover {
	background: #96e7df;
}
.top_main .main_box {
	border: solid 5px #163d8e;
}
.side ul {
	font-size: 120%;
	text-align: center;
}
.side ul li {
	width: 30%;
}
.side ul.button_single {
margin-bottom: 30px;
}
.side ul.button_single li {
	list-style: none;
	width: 95%;
	margin-bottom: 10px;
}
.side ul li a {
	color: #FFF;
	text-shadow: 0 2px 1px #888;
	background: #00ac9a;
	padding: 15px 10px;
}
.side ul li a:hover {
	background: #006b60;
}

/*============================================================
/* build
/*=========================================================*/
.must {
	display: inline-block;
	font-size: 80%;
	color: #FFF;
	background: #d73d3d;
	margin: 0 10px;
	padding: 3px;
}
table th .must {
	float: right;
}
.main {
}
.main .block {
	margin-top: 20px;
	margin-bottom: 100px;
}
.main .block:last-child {
	margin-bottom: 0;
}
.main .block h2 {
	font-size: 20px;
	line-height: 180%;
	background: #E7E7E7;
	padding: 10px 0;
}
.main table {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.main table th {
	background: #f1f1f1;
	border: solid 1px #CCC;
	font-weight: lighter;
	text-align: left;
	padding: 3px;
	white-space: nowrap;
}
.main table td {
	border: solid 1px #CCC;
	padding: 3px;
	word-break: break-all;
}
.main table th.alignR,
.main table td.alignR {
	text-align: right;
}
.main table td ol {
	list-style: none;
}
.main table td ol li {
	display: inline-block;
	margin-right: 30px;
}
.main table td ol li:last-child {
	margin-right: 0;
}
.main table td ul {
	list-style: none;
}
.main table td ul li {
	margin-bottom: 6px;
}
.main table td ul li:last-child {
	margin-bottom: 0;
}
.main table td p {
	padding-top: 10px;
}
.main input[type="button"] {
	color: #FFF;
	background: #51bcbd;
	padding: 6px 10px;
	cursor: pointer;
	border-radius: 3px;
}
.main input[type="button"]:hover {
	background: #76cbcc;
}
.main table td textarea {
	width: 95%;
}
.main.detail table {
	font-size: 95%;
}
.main.detail table th.alignC {
	text-align: center;
}

.search_box table th {
	padding: 10px 3px;
	white-space: normal;
}

ul.gallery2,
ul.gallery4 {
	overflow: hidden;
	list-style: none;
}
ul.gallery2 {
	text-align: center;
}
ul.gallery2 li {
	display: inline-block;
	width: 40%;
	margin-bottom: 15px;
	padding:  0 13px;
	text-align: center;
}
ul.gallery4 li {
	display: inline-block;
	width: 22%;
	margin-bottom: 15px;
	padding:  0 13px;
	text-align: center;
}

p.camp_text {
	font-size: 120%;
	font-weight: bold;
	color: #D72427;
	margin-top: 20px;
}

/*============================================================
/* 汎用
/*=========================================================*/
.box_common
{
	overflow: hidden;
	background: #FFF;
	border:solid 1px #CCCCCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:20px;
}
.box_common.sub {
	background: #E8E8E8;
}
.box_common h3
{
	font-size:18px;
	line-height:150%;
	background:#FFFFFF;
	background:-moz-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#F2F2F2));
	background:-webkit-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:-o-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:-ms-linear-gradient(top,#FFFFFF 0%,#F2F2F2 100%);
	background:linear-gradient(to bottom,#FFFFFF 0%,#F2F2F2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#F2F2F2',GradientType=0);
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin-bottom:12px;
	padding:10px;
}
.box_common.sub h3 {
	border-bottom: solid 1px #CCC;
}
.box_common #cke_mail_template_content {
	width: auto !important;
}
.box_common h4
{
	font-size:16px;
}

.box_common h4.alignC
{
	margin-bottom:12px;
}

.box_common p
{
	padding:0 15px 15px;
}
.box_common p.btn_search {
	cursor: pointer;
	display:block;
	width: 36%;
	color: #FFF;
	background: #d92c2f;
	margin: 0 auto 15px;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
	text-align: center;
}
.box_common p.btn_search:hover {
	background: #ff484b;
}
.box_common p strong
{
	font-size:140%;
	line-height:150%;
	color:#E52F32;
}

.box_common td p
{
	padding:0 0 15px;
}

.box_common table
{
	width:96.5%;
	border-collapse:collapse;
	margin:0 15px 15px;
}

.box_common th
{
	background:#f2f2f2;
	border:solid 1px #CCCCCC;
	padding:8px;
//	text-align: left;
}

.box_common td
{
	border:solid 1px #CCCCCC;
	padding:8px;
}
.box_common td input[type="text"]
{
	width: 98.5%;
	margin-bottom: 5px;
}
.box_common td input.w80 {
	width: 80px;
}
.box_common td input.w100 {
	width: 100px;
}
.box_common td input.w150 {
	width: 150px;
}
.box_common td input.w300 {
	width: 300px;
}
.box_common td strong
{
	font-size:140%;
	line-height:150%;
}

.box_common td ul li
{
	float:left;
	list-style:none;
	margin-right:15px;
}

.box_common td ol li
{
	list-style:none;
	margin-bottom:3px;
}

.box_common td ol li:last-child
{
	margin-bottom:0;
}

.box_common dl
{
	width:80%;
	margin:0 auto 20px;
}

.box_common dt
{
	float:left;
	clear:left;
	font-size:120%;
	font-weight:bold;
	padding-top:10px;
}

.box_common dd
{
	margin-left:120px;
	margin-bottom:10px;
}

/* form */
.box_common form
{
	padding:0 15px 15px;
}

.box_common form input
{
	font-size:15px;
	line-height:160%;
	display:inline-block;
	max-width:80%;
	border:solid 1px #CCCCCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-right:10px;
	padding:5px 7px;
}

/*============================================================
/* ボタン関係
/*=========================================================*/
ul.btn_list_01
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
	text-align:center;
}
ul.btn_list_01 li
{
	display:inline-block;
	list-style:none;
	width:45%;
	text-align:center;
	padding:10px;
}
p.btn_list_01
{
	overflow:hidden;
	width:45%;
	text-align:center;
	margin:0 auto 15px;
	padding:10px;
}
.btn_list_01 a
{
	display:block;
	width: 50%;
	min-width: 200px;
	margin: 0 auto;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_02
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
}

ul.btn_list_02 li
{
	float:left;
	list-style:none;
	width:45%;
	text-align:center;
	padding:10px;
}

ul.btn_list_02 li a
{
	display:block;
	width: 50%;
	min-width: 200px;
	margin: 0 auto;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_03
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
}

ul.btn_list_03 li
{
	float:left;
	list-style:none;
	width:30%;
	text-align:center;
	padding:10px;
}

ul.btn_list_03 li a
{
	display:block;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_04
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
	text-align:center;
}

ul.btn_list_04 li
{
	display:inline-block;
	list-style:none;
	width:20%;
	text-align:center;
	padding:10px;
}

ul.btn_list_04 li a
{
	display:block;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

ul.btn_list_05
{
	overflow:hidden;
	width:90%;
	margin:0 auto 15px;
	text-align:center;
}

ul.btn_list_05 li
{
	display:inline-block;
	list-style:none;
	width:16%;
	text-align:center;
	padding:10px;
}

ul.btn_list_05 li a
{
	display:block;
	padding:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}

/*============================================================
/* COLOR
/*=========================================================*/
p.red,
span.red,
td.red{
color: #FF0000;
}
p.blue,
span.blue,
td.blue{
color: #000DFF;
}
a.red,
.red a,
input.red,
.red input
{
	color:  #FFF;
	background: #32A3D9;
}
a.red:hover,
.red a:hover,
input.red:hover,
.red input:hover
{
	background: #35B4F1;
}
a.gray,
.gray a,
input.gray,
.gray input
{
	color:  #FFF;
	background: #888;
}
a.gray:hover,
.gray a:hover,
input.gray:hover,
.gray input:hover
{
	background: #999;
}
a.dark,
.dark a,
input.dark,
.dark input
{
	font-size: 110%;
	font-weight:bold;
	color:#FFF;
	background: #19313D;
	cursor:pointer;
	text-decoration:none;
}
a.dark:hover,
.dark a:hover,
input.dark:hover,
.dark input:hover
{
	background: #325C70;
}
input.blue,
.blue input,
.blue a,
a.blue
{
	font-size: 110%;
	font-weight:bold;
	color:#FFFFFF;
	background: #2B7696;
	cursor:pointer;
	text-decoration:none;
}
input.blue:hover,
.blue input:hover,
.blue a:hover,
a.blue:hover
{
	background: #4099BC;
}

.bg_gray
{
	background:#C9C9C9;
}

/*============================================================
/* pager
/*=========================================================*/
.number
{
	font-size:15px;
	line-height:150%;
	width:96%;
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
	margin:0 auto 10px;
	padding:6px 0;
}

.number strong
{
	font-size:140%;
	line-height:150%;
	color:#EF383B;
	display:inline-block;
	padding:0 2px;
}

.pager
{
	font-size:14px;
	line-height:140%;
	overflow:hidden;
	text-align:center;
	margin:12px auto;
}

.pager span.pager_current,.pager a
{
	display:inline-block;
	border:solid 1px #CCCCCC;
	margin:2px;
	padding:2px 7px;
	text-decoration:none;
}

.pager span.pager_current
{
	background:#DCDCDC;
}

.pager a:hover
{
	background:#FFFB91;
}

.pager a.pager_prev,.pager a.pager_prev:hover,.pager a.nextprev,.pager a.nextprev:hover
{
	background:none;
	border:none;
	padding:0;
}

/*============================================================
/* 画像登録
/*=========================================================*/
th span.mini
{
	font-size: 85%;
	font-weight: lighter;
}
td .upload
{
	display: inline-block;
	margin-bottom: 20px;
	text-align: center;
	border: dotted 1px #CCC;
	padding: 0;
}

.text_error
{
	color: #FF0000;
	font-size: 150%;
}
