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




html,body {
	//background: #26886D;
	width: 100%;
	margin: 0px;
	-webkit-text-size-adjust: none;
}

body {
	background: #26886D;
}

.float_clear {
	clear: both;
	height: 0px;
	visibility: hidden;
	_margin-top: -23px;
}

.l {
	float: left;
}

.r {
	float: right;
}

.c {
	margin: 0px auto;
	text-align: center;
}

* {
	color: #333;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style:normal;
	letter-spacing: 0.07em;
	word-wrap:break-word;
	word-break: break-all;
	list-style: none;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

img {
	vertical-align: bottom;
}

br { letter-spacing:0; }

a, .article_box .in_box ul li a {
	text-decoration: none;
	transition-property: color, background;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: color, background;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: color, background;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: color, background;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
	color: #26886D;
	outline: none;
}

a:hover, .article_box .in_box ul li a:hover {
	text-decoration: underline;
	color: #26886D;
}

a, input.button, .shinseibtn, input.top_submit {
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
}

a:hover, input.button:hover, .shinseibtn:hover, input.top_submit:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.red {
	color: #C1272D !important;
	font-weight: bold !important;
}

.green {
	color: #258C20 !important;
	font-weight: bold !important;
}

.bl {
	color: #333 !important;
	font-weight: bold !important;
}




span.red {
	font-size: 14px;
	display: inline-block;
    color: #fff !important;
    background: #C1272D;
    margin: 0 0 10px;
    padding: 5px 10px;
    line-height: 18px;
    
    border: 1px solid #fff;
    
    border-radius: 4px;
	
}

span.post_red {
	font-size: 10px;
	display: inline-block;
    color: #C1272D;
}

.h1 {height:1px;width:100%;display:block;}
.h5 {height:5px;width:100%;display:block;}
.h10 {height:10px;width:100%;display:block;}
.h15 {height:15px;width:100%;display:block;}
.h20 {height:20px;width:100%;display:block;}

/* ▼▼▼▼▼▼▼▼▼▼▼▼common▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#wrap {
	width: 100%;
	min-width:0px;
	height: auto;
	margin: 0px auto;
}

header {
	background: #fff;
    padding: 0px 10px;
}

#header_inner {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1030px;
	padding: 0px 0px 3px;
	margin: 0px auto 0px;
}

#header_inner #logo_zone {
	float:left;
    margin-top:15px;
    margin-right:15px;
    margin-bottom:20px;
    margin-left:0px;
    position: relative;
}

#header_inner #nav_zone {
	float:right;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 23px;
    margin-left: 10px;
}

header #header_inner h1 {
	display: block;
	float: left;
	margin: 17px 0px 0px 0px;
}

header #header_inner h1 img {
	display: block;
	width: 152px;
}

header #header_inner p {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	font-size: 9px;
    
	color: #26886D;
	font-weight: normal;
    float: left;
    display: inline-block;
}

header #header_inner p.ttl {
	position: absolute;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	color: #26886D;
	font-weight: normal;
    top: 0px;
    left: 0px;
    display: inline-block;
    white-space: nowrap;
}

header #header_inner a.head_btn {
	display: none;
    background: #26886D;
	width: auto;
	height: auto;
	
    margin-left:20px;
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px;
    
    padding: 10px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	float: right;
    text-align: center;
    
    border-radius: 8px;

}



header #header_inner a.head_btn:hover {
	text-decoration: none;
}









header #header_inner a.btn_agency {
	display: none;
    background: #FFC82E;
	width: 150px;
	height: auto;
	margin: 0px 0px 0px 0px;
    padding: 10px;
	font-size: 12px;
	color: #26886D;
	font-weight: bold;
	float: right;
    text-align: center;
    
    border-radius: 8px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);

	-webkit-animation:blink 1.0s infinite linear;
    -moz-animation:blink 1.0s infinite linear;
    animation:blink 1.0s infinite linear;
}

/* 点滅 */
@-webkit-keyframes blink{
    0% {background:#fff92c;color:#527b3d;}
    50% {background:#ff972c;color:#26886D;}
    100% {background:#fff92c;color:#527b3d;}
}
@-moz-keyframes blink{
    0% {background:#fff92c;color:#527b3d;}
    50% {background:#ff972c;color:#26886D;}
    100% {background:#fff92c;color:#527b3d;}
}
@keyframes blink{
    0% {background:#fff92c;color:#527b3d;}
    50% {background:#ff972c;color:#26886D;}
    100% {background:#fff92c;color:#527b3d;}
}



header #header_inner a.btn_agency:hover {
	text-decoration: none;
}





#nav_box {
	margin: 5px 0px 0px;
}

nav#g_nav  {
	display: inline-block;
	float: right;
	margin: 0px 0px 0;
}

nav#g_nav ul li {
	float: left;
}

nav#g_nav ul li a {
	font-size: 12px;
	display: block;
	color: #26886D;
	letter-spacing: 0.1em;
	padding: 0px;
    font-weight: bold;
    margin: 20px 0px 0px 30px;
}

#logo_right_zone {
	float:left;
    height: 106px;
    width: auto;
    margin: 0px 0px 0px;
    display: table;
    max-width: 210px;
}

#header_inner #logo_right_zone .cell {
	display: table-cell;
	vertical-align: middle;
    text-align: center;
}

#header_inner #logo_right_zone p {
	background: #26886D;
    
    border-radius: 4px;
    
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px;
    padding: 10px 15px;
    text-align: center;
    float: none;
}

#title_zone {
	height: 355px;
	overflow: hidden;
	padding: 0px 0px 0px;
	margin: 0px 0px 0px;
    
    display: none;
}

.flexslider {
	
	margin: 0px auto;
	
	-moz-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	-ms-box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.5);
}

#title_zone img {
	width: 100%;
}

.flexslider .flex-control-paging li a {
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3), 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3), 0px 0px 2px rgba(255,255,255,0.7);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3), 0px 0px 2px rgba(255,255,255,0.7);
	-ms-box-shadow: inset 0 0 3px rgba(0,0,0,0.3), 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3), 0px 0px 2px rgba(255,255,255,0.7);
}

#contents_wrap {
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 0px;
	background: #e8e8e8;
}

#main_contents {
	position: relative;
	padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	height: auto;
	z-index: 1px;
	max-width: 1030px;
	min-width: 0px;
	margin: 0px auto;
}

ul#main_section {
	margin-right: -10px;
    overflow: visible !important;
}

ul#main_section li.section_item {
    margin: 0 10px 0px 0px;
    overflow: hidden;
}


.c_zone {
	
}

.section_item h1 {
	display: block;
	background: #26886D;
    color: #fff;
    text-align: center;
    padding: 15px 10px 15px;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    
    border-radius: 8px;

    
    
}

.box_one {
	width: 250px;
    overflow: hidden;
    margin: 0px 0px 25px;
}

.box_two {
	width: 510px;
    overflow: hidden;
    margin: 0px 0px 25px;
}

#job_box .box_two {
    min-height: 348px;
}

.box_three {
	width: 770px;
    overflow: hidden;
    margin: 0px 0px 25px;
}

.box_four {
	width: 1030px;
    overflow: hidden;
    margin: 0px 0px 25px;
}

.in_box {
	background: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 12px;
    
    border-radius: 8px;

    
    
}

section#pref_box .in_box {
	background: #fff;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 290px;
}

.c_zone .in_box {
	background: #fff;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 290px;
}


.in_box .text_zone h2 {
	color: #26886D;
	padding: 13px 15px 0px;
    font-size:14px;
    line-height:20px;
}

.in_box .text_zone p {
	padding:10px 15px 10px;
    line-height: 18px;
    font-size:12px;
}

a.contents_link:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}





.sp_none {
	display: block;
}

.pc_none {
	display: block;
}

.sp, .pc {
	display: none;
}



table {
	width: 100%;
}

table th {
	width: 40%;
	vertical-align: middle;
	background: #E6E6E6;
	color: #4d4d4d;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
}

table td {
	width: auto;
	vertical-align: middle;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 6px;
	line-height: 20px;
}

table td strong{
	color: #F15A24;
	font-weight: bold;
	font-size: 14px;
}

table td strong.mitei {
	color: #2f57a2;
	font-weight: bold;
	font-size: 14px;
}

table td a {
	display: inline-block;
	margin: 0px;
}

table td ul li {
	color: #4d4d4d;
	font-weight: normal;
	font-size: 14px;
}

table td ul li span {
	color: #4d4d4d;
	font-weight: bold;
	font-size: 14px;
}








a.oubo_btn {
	background: #faf3b0;
    border: medium none;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    
    color: #26886D;
    border: 4px solid #26886D;
    cursor: pointer;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0.2em;
    line-height: 29px;
    padding: 0;
    transition-duration: 0.1s;
    transition-property: background;
    transition-timing-function: linear;
    width: 200px;
    text-align: center;
    margin: 13px auto 0px;
    padding: 10px;
    text-indent: 0.3em;
}

a.oubo_btn:hover {
    background: #26886D;
    color: #fff;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


.sec h2 {
	display: block;
	background: #0B5447;
    color: #fff;
  
    padding: 10px;
    margin: 0px 0px 15px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.sec h2 p {
    color: #fff;
}

.sec .onegai .inner {
	border-radius: 4px;
    background: #fff;
    padding: 10px;
    margin: 0px 0px 10px;
}

.sec .onegai #top-comment-nav li {
	display: inline-block;
}

.sec .onegai #comment-nav li {
	display: inline-block;
}

.sec .onegai .author {
	color: #26886D;
}

.sec .l h2, .sec .r h2 {
	text-align: center;
}

.sec h2.sech2 {
	display: block;
	background: none;
    color: #fff;
  
    padding:13px 15px 0;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    
    border-radius: none;
    
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}



.sec .box_two h1 {
	background: #26886D;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.sec .box_two .in_box {
	padding: 15px;
}

.ml10 {
	margin-left: 10px;
}

.sec .ml10 {
	margin-left: 0px;
}



.sec .box_three h1 {
	background: #26886D;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.sec .box_three .in_box {
	padding: 15px;
}



.sec .box_four h1 {
	background: #26886D;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.sec .box_four .in_box {
	padding: 15px;
}



.sec p.center {
	text-align: center;
    margin: 15px 0px 0px;
}

.sec a.oubo_btn {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 24px;
    width: auto;
}
.sec a.oubo_btn span {
    color: #26886D;
    display: inline-block;
    letter-spacing: 0.2em;
    line-height: 29px;
    text-indent: 0;
    white-space: nowrap;
}
.sec a.oubo_btn:hover span {
    color: #fff;
}






.highlight {
color: #fff;
    background: #26886D !important;
}

.highlight span{
color: #fff !important;
}

.a {
    display: none;
    height: auto;
    width: auto;
    background: #f2e3cf;
    margin: 0px 0px 10px;
}
.q, .a {
    line-height: 23px !important;
    padding: 10px 10px 10px 44px !important;
    text-align: justify !important;
    text-indent: -32px !important;
    transition-duration: 0.1s;
    transition-property: opacity;
    transition-timing-function: linear;
    
    border-radius: 4px;
    
    font-size: 14px;
    line-height: 24px;
}
.q:hover {
    opacity: 0.7;
}
.a span, .q span {
    display: inline-block;
    font-weight: bold;
    text-indent: 0;
    width: 32px;
}
.q span {
    color: #26886D;
}
.q {
background: #f2f2f2;
    cursor: pointer;
    margin: 0px 0px 10px;
}
.onegai {
	border-radius: 4px;
    
    background: #f2f2f2;
    
    padding: 10px;
    text-align: justify;
    
    font-size: 14px;
    line-height: 24px;
}



span.ttl {
    background: #e3cdaf;
    border-radius: 4px;
    color: #0B5447;
    display: block;
    font-weight: bold;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    margin: 25px 0 10px;
    padding: 7px 8px;
}

p.date_p {
    color: #6d6d6d;
    
}







footer {
	width: 100%;
	text-shadow: 0px 1px 4px 0px 1px 2px rgba(0, 0, 0, 0.3);
}

footer p.copy {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 10px 20px 10px 20px;
}

footer p.copy span {
	white-space: nowrap;
	color: #fff;
	display: inline-block;
}

footer p {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	line-height: 22px;
}

#footer_inner {
	max-width: 1040px;
	margin: 0px auto;
	padding: 0px 10px 0px 0px;
}

#company_zone {
	display: inline-block;
	width: 260px;
	padding: 0px 10px;
	float: left;
}

#company_zone h1 {
	display: inline-block;
}

#company_zone h1 a {
	display: block;
	padding: 25px 0px 10px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

#company_zone h1 a img {
	width: 134px;
}

.footer_nav_box {
	float: left;
    margin: 20px 0 20px 10px;
    padding: 2px 0 0;
}

.footer_nav_box ul {
	margin: 0px 0px 0px;
}

.footer_nav_box li {
	border-left: 1px solid #faf3b0;
    float: left;
    margin: 0;
    padding: 5px 20px 10px;
    width: 195px;
	line-height: 24px;
    display: block;
}

.footer_nav_box a {
	color: #faf3b0 !important;
	font-size: 12px;
	font-weight: bold;
    display: inline-block;
}








.contact table th {
	width: auto;
	vertical-align: middle;
	background: none;
	color: ;
	font-weight: ;
	font-size: 14px;
	text-align: left;
	border: none;
	padding: 10px;
	line-height: 24px;
}

.contact table td {
	width: auto;
	vertical-align: middle;
	color: ;
	font-weight: normal;
	font-size: 12px;
	border: none;
	padding: 10px;
	line-height: 24px;
}



.contact table.list {
	font-size: 14px;
    line-height: 24px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 4px 0px 26px 0px;
	width: 100%;
}

.contact table.list th {
	width: auto;
	padding: 10px;
	white-space: nowrap;
	font-weight: bold;
}

.contact table.list th span {
	font-weight: normal;
	font-size:12px;
}

.contact table.list td {
	width: auto;
	padding: 10px;
}

form table.list select, form table.list option, form table.list optgroup, form table.list textarea, form table.list input, form table.list label {
	color: ;
}

.contact table.list select {
	width: auto;
    height: 26px;
}


.error_red {
    background: #c1272d;
    border-radius: 4px;
    color: #fff !important;
	font-weight: bold !important;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 10px 0;
    padding: 10px 15px;
}

.contact .bg_f2 {
	background: #f2f2f2;
}

.contact .bg_f {
	background: #fff;
}

.contact .red_s {
	color: #c00;
}

.contact table.list2 {
	font-size: 14px;
    line-height: 24px;
	border-top: none;
	border-bottom: none;
	margin: 0px;
	width: 100%;
}



.contact .tb_top_p {
	padding: 0px 0px 20px;
}

em.hissu_mark {
    color: #C1272D;
    font-size: 16px;
    text-shadow:1px 1px 0px #ffffff,-1px -1px 0px #ffffff,-1px 1px 0px #ffffff,1px -1px 0px #ffffff,0px 1px 0px #ffffff,1px 0px 0px #ffffff,0px -1px 0px #ffffff,-1px 0px 0px #ffffff;
    font-weight: bold;
}

.contact p.top_txt {
	margin: 0px 0px 30px;
}

.contact .form_btn_zone {
	text-align: center;
	margin: 20px 0px;
}

.contact .form_btn_zone2 {
	text-align: center;
	margin: 10px 0px;
}

.contact table.list th {
	vertical-align: top;
	width: 20%;
}



.contact table.list input#zip3 {
	width: 120px;
}

.contact table.list input#addr3 {
	margin: 10px 0px 0px;
}

.contact table.list textarea {
	width: 90%;
	max-width: 660px;
}

.contact table.list input#chk {
	width: auto;
}

.contact table.list input.button {
	display: inline-block;

	border-radius:4px;
	background: #808080;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: auto;
}

.contact table.list td.option_zone input {
	width: auto;
	max-width: 500px;
}

.contact table.list2 input.button {
	display: inline-block;

	border-radius:4px;
	background: #808080;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: auto;
}

.contact #hp_option {
    display: none;
    overflow: hidden;
    background: #d7d7d7;
    padding: 10px;
    
    border-radius: 4px;
}

.contact #hp_option_in {
    display: none;
    margin: 10px 0 0;
    overflow: hidden;
}

.contact #hp_option_in input#color {
    max-width: 200px;
    width: 100%;
}

.contact table.list td.w100 {
    width: 100%;
    padding: 0px;
}


.contact .hpop {
    display: none;
}

.contact table.list input {
	width: 90%;
	max-width: 500px;
}

.contact table.list input.chks {
	width: auto;
	max-width: auto;
}









#span_addr {margin: 10px 0px 0px;}

.contact a.g_map_btn {
	margin: 10px auto 10px;
}










.t_r {
	text-align: right;
	display:block;
}


.contents_box ul li {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.07em;
    line-height: 28px;
    margin: 0 0 20px 1em;
    list-style:square outside;
}

.contents_box ul.ul_ad li {
    margin: 0px !important;
    list-style:none !important;
}







/* ▼▼▼▼▼▼▼▼▼▼▼▼for_global_nav▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* styles for desktop */
	.tinynav { display: none }
/* styles for mobile */
@media screen and (max-width: 760px) {
	.tinynav { display: block }
	#nav, #nav2 { display: none }
    nav#g_nav {position: fixed;
    top: 0px;
    right: 0px;z-index:2000;}
}
select.tinynav {
	
    -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
    width: 50px;
    height: 50px;
    background: url(../../adcommon//img/menu_btn.png);
	background-repeat: no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
    
    text-indent:-9999px;
    overflow:hidden;
    z-index:1000;
}



select.tinynav:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

select.tinynav option {
	color: #666;
}

.footer_nav_box li.mds, .footer_nav_box li.menu_share, .footer_nav_box li.close {
display: none !important;
}



#g_nav .drawer-nav {
    background:#0B5447;
    
    -moz-box-shadow: ;
	-webkit-box-shadow: ;
	-o-box-shadow: ;
	-ms-box-shadow: ;
	box-shadow: ;
}


#g_nav .drawer-nav ul li {
	float: none;
    display: block;
    width: 100%;
}

#g_nav .drawer-nav ul li a {
	 width: 100%;
	font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    box-sizing: border-box;
    display: block;
    background:#e3cdaf;
    padding: 13px;
    color: #0B5447;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #C49A8B;
	margin: 0px;
}

#g_nav .drawer-nav ul li.mds {
font-size: 14px;
line-height: 20px;
font-weight: bold;
display: block;
background: #701912;
padding: 5px 13px;
width: calc(100% - 26px);
color: #fff;
text-align: left;
text-decoration: none;
border-bottom: 1px solid #6d6d6d;
}

#g_nav .drawer-nav ul li.omb a {
font-size: 14px;
line-height: 20px;
font-weight: bold;
display: block;
background:#FFD063;
padding: 13px;
color: #0B5447;
text-align: left;
text-decoration: none;
border-bottom: 1px solid #6d6d6d;
}

#g_nav .drawer-nav ul li.rbg a {
font-size: 14px;
line-height: 20px;
font-weight: bold;
display: block;
background: #26886D;
padding: 13px;
color: #fff;
text-align: left;
text-decoration: none;
border-bottom: 1px solid #6d6d6d;
}

#g_nav .drawer-nav ul li.close a {
font-size: 14px;
line-height: 20px;
box-sizing: border-box;
display: block;
background:#4d4d4d;
padding: 13px;
color: #fff !important;
text-align: center;
font-weight: bold;
text-decoration: none;
cursor: pointer;
border-bottom: 1px solid #6d6d6d;
}

#g_nav .drawer-nav ul li.close label {
	display: block !important;
    margin-bottom: 0px !important;
}

#g_nav .drawer-nav ul li.menu_share {
padding: 10px 0px 11px;
margin: 0px auto 0px;
max-width: 400px;
background: #f5f5f5;
}

#g_nav .drawer-nav ul li.menu_share p.ms_ttl {
font-size: 12px !important;
line-height: 20px !important;
font-weight: bold !important;
text-align: center !important;
padding: 10px 0px !important;
width: 100% !important;
color: #701912 !important;
}

#g_nav .drawer-nav ul li.menu_share .menu_share_in {
padding: 0px 10px;
margin: 0px auto 0px;
max-width: 400px;
text-align: center;
}

#g_nav .drawer-nav ul li.menu_share a {
    list-style: outside none none;
    margin-bottom: 5px;
    margin-right: 6px;
    margin-top: 5px;
    text-align: center;
    
    transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
}

#g_nav .drawer-nav ul li.menu_share a {
	color: #ffffff !important;
    display: inline-block;
    padding: 9px;
    text-decoration: none;
    width:40px;
    height:40px;
    border-radius: 20%;
    font-size: 22px;
    text-align: center;
    border:none;
    line-height:22px;
}

#g_nav .drawer-nav ul li.menu_share a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}


#g_nav .drawer-nav ul li.menu_share a.icon-twitter {
	background: #00acec !important;
}

#g_nav .drawer-nav ul li.menu_share a.icon-facebook {
	background: #265a96 !important;
}

#g_nav .drawer-nav ul li.menu_share a.icon-google-plus {
	background: #dd4b39 !important;
}

#g_nav .drawer-nav ul li.menu_share a.icon-hatebu {
	background: #006fbb !important;
}

#g_nav .drawer-nav ul li.menu_share a.icon-line {
	background: #2cbf13 !important;
}

#g_nav .drawer-nav ul li.icon_zone {
display: block;
background:#f5f5f5;
padding: 13px;
color: #701912;
border-bottom: 1px solid #6d6d6d;
}

#g_nav .drawer-nav ul li.icon_zone p.icon_p {
display: inline-block !important;
color: #701912 !important;
margin: 0px 0px 2px !important;
line-height: 18px !important;
max-width: 155px !important;
}

#g_nav .drawer-nav ul li.icon_zone p.icon_p2 {
display: inline-block !important;
color: #701912 !important;
margin: 0px 0px 13px !important;
line-height: 16px !important;
max-width: 155px !important;
font-weight: normal !important;
float: left !important;
font-size: 9px !important;
}

#g_nav .drawer-nav ul li.icon_zone img {
margin: 0px !important;
}

#g_nav .drawer-nav ul li.icon_zone .icon_txt {
background: none !important;
color: #701912 !important;
font-size:10px !important;
margin: 0px 20px 10px 0px !important;
line-height: 23px !important;
}

#g_nav .drawer-nav ul li.icon_zone a.user_nam {
display: inline;
background: none;
color: #701912;
border: none;
padding: 0px;
text-decoration: underline;
}

#g_nav .drawer-nav ul li.icon_zone a.user_pt {
display: inline;
background: none;
color: #701912;
border: none;
padding: 0px;
font-weight: bold;
font-size:24px;
font-family: "Verdana";
text-decoration: underline;
letter-spacing: 0.03em;
word-break: break-word;
}

#g_nav .drawer-nav ul li.icon_zone a.icon_link {
display: block;
background: none;
color: #701912;
border: none;
padding: 0px;
margin: 0px 12px 10px 0px;
float: left;
width: auto;
}

#g_nav .drawer-nav ul li.icon_zone p.kigen {
font-size:10px !important;
color: #701912 !important;
margin: 0px 0px 0px !important;
font-weight: normal !important;
float: left !important;
display: inline-block !important;
}

#g_nav .drawer-nav ul li.icon_zone p.kigen strong {
color: #701912 !important;
}

a.icon_del_btn {
max-width: 260px;
    width: 100%;
    display: block;
    margin: 0 auto 15px;
    border: 1px solid #555;
    background-color: #8c8b8b;
    border-radius: 4px;
    text-align: center;
    line-height: 2;
    cursor: pointer;
color: #fff;
font-size: 18px;
}

a.icon_del_btn:hover {
    background-color: #8c8b8b;
	color: #fff;
	text-decoration: none;
}


@media screen and (min-width: 760px) {
#g_nav .drawer-nav  {
	display: inline-block;
	float: right;
	margin: 0px 0px 0;
}

#g_nav .drawer-nav {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
    
}


#g_nav .drawer-nav {
  position: inherit;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  color: inherit;
  background-color: inherit;
}

#g_nav .drawer-nav ul li {
	float: left;
    display: inline-block;
    max-width: auto;
    width: auto;
}

#g_nav .drawer-nav ul li a {
 	width: auto;
	font-size: 12px;
	display: block;
	color: #26886D;
	letter-spacing: 0.1em;
	padding: 0px;
    font-weight: bold;
    margin: 20px 0px 0px 30px;
    
    line-height: inherit;
    box-sizing: inherit;
    background:none;
    text-decoration: none;
    border-bottom: none;
}

#g_nav .drawer-nav ul li a:hover {
    text-decoration: underline;
}


nav#g_nav {
display: none;
}

#g_nav .drawer-nav ul li.pc {
    display: inline-block;
}
#g_nav .drawer-nav ul li.sp {
    display: none;
}
}

#scrollUp {
    background: url(../../adcommon//img/top.png);
	background-repeat: no-repeat;
    background-size: 38px auto;
}













.select-box {
  background: #26886D;
  border: 2px solid #d2ba85;
  border-radius: 4px;
  
  text-align:left;
  font-size:14px;
  color:#fff;
  padding: 0 6px 0 0;
  margin: 7px 7px 10px;
}

.input-box {
  padding: 0 6px 0 0;
  margin: 7px 7px 10px;
}

input.freeword {
    border: 3px solid #26886D;
    font-size: 12px;
    height: 33px;
    margin: 0;
    padding: 0 10px;
    width: 191px;
    border-radius: 4px;
}

.pc_none .box_one {
	margin: 0px 0px 10px;
}

.pc_none .box_two {
	margin: 0px 0px 0px;
}

.pc_none .c_zone {
	margin: 0px 0px 0px;
}

.pc_none .present .box_one {
	
}

.box_one h1 img, .box_two h1 img {
	width: 44px;
    margin: 0 0 0 4px;
    vertical-align: top;
}

.sp_none .box_one h2 span {
	background: #c1272d;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold !important;
    line-height: 12px;
    margin: 0 0 0 3px;
    padding: 2px 5px;
    vertical-align: top;
    border-radius: 3px;
}


.cont_imgzone {
	float: left;
    padding: 8px;
    background: #666;
    margin: 0px 9px 8px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 3px;
}

.cont_imgzone .drc_value img {
	width:100px;
    height: auto;
}

img.pic {
	width:100%;
    max-width: 200px;
}

p.comment_red {
    background: #FAFF58;
    border: 2px solid #c00;
    border-radius: 4px;
    color: #c00;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 10px 0 10px 0px;
    padding: 10px 15px;
    text-align: justify;
}

p.comment_red strong {
	color: #1c8b98;
    display: inline-block;
    font-size: 22px;
    margin: 7px 0;
    text-align: center;
    width: 100%;
}

p.comment {
    background: #fffedf none repeat scroll 0 0;
    border: 2px solid #1c8b98;
    border-radius: 4px;
    color: #1c8b98;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 10px 0 10px 0px;
    padding: 10px 15px;
    text-align: justify;
}

p.comment label {
    color: #1c8b98;
}

textarea.tarea-app {
	min-height: 10em;
}

textarea.tarea-app2 {
	min-height: 7em;
}

input.chks {
width:auto;
}

label.chkslabel {
display:inline-block;
min-width:50px;
width:auto;
height:1.5em;
white-space:nowrap;
margin: 0px 10px 10px 0px;
}

a.button {
	display: inline-block;

	border-radius:4px;
	background: #808080;
	color: #fff;
	border: none;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	width: auto;
    margin: 0px 0px 0px 15px;
}

a.pwbtn {
	display: inline-block;
	
	border-radius:3px;
	background: #26886D;
	color: #fff;
	border: none;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	cursor: pointer;
	width: auto;
    margin: 0px 0px 0px;
}


a.tophoto {
	background: #26886D;
	
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: block;
    font-size: 26px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 37px;
    margin: 0 auto 15px;
    padding: 18px 22px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
    max-width: 400px;
	font-weight:bold;
    text-align: center;
}

a:hover.tophoto {
	
	cursor:pointer;
}

a.tophoto span {
display:block;color:#fff;line-height: 25px; font-size: 14px; font-weight: normal;
text-align:center;margin: 10px 0 0;
}



a.tophoto img.p_icon {
width:60px;display:block;margin: 0px auto 20px;vertical-align:middle;
}


.shinseibtn {
	background: #26886D;
	
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: block;
    font-size: 26px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 37px;
    margin: 0 auto 0px;
    padding: 18px 22px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
    max-width: 460px;
	font-weight:bold;
    text-align: center;
    border:none;
}

.shinseibtn:hover {
	color: #fff;
	cursor:pointer;
}

.idpw {
	background: #f5f5f5;
    color: #999;
    
}

a.head_btn {
		cursor: pointer;
}



.adm .box_four h1 {
	background: #9E3232;
}

.adm h2 {
	background: #521010;
}

.adm #header_inner #logo_right_zone p {
		background: #9E3232;
}

.adm header #header_inner a.head_btn {
		background: #9E3232;
}

.adm header #header_inner a.btn_agency {
	background: #FFC82E;
		color: #9E3232;
}

.adm nav.drawer-nav ul li a {
	color: #9E3232;
}

.adm header #header_inner p.ttl {
	color: #521010;
}

.adm {
	background: #9E3232;
}

.adm a.pwbtn, .adm a.tophoto {
	background: #9E3232;
}

.adm #contents_wrap {
	background: #DCA6A6;
}

.adm select.tinynav {
	background: #521010;
}

.upphoto {
	font-size:10px;
    color: #fff;
}

.up .cont_imgzone {
	float: none;
    padding: 8px;
    background: #666;
    margin: 0px 9px 8px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    width: auto;
}

.up .cont_imgzone .drc_value img {
	width:200px;
    height: auto;
}

.up .button {
	background: #26886D;
    margin: 0px 10px;
}

.up .photoup {
	display: none !important;
}

.adm .button {
	background: #9E3232;
    margin: 0px 10px;
}

.adm .shinseibtn {
	background: #9E3232;
}


#error_title {
	display: none;
}

h2.bgred {
	background: #a6251a;
}

.bgyellow {
	background: #E4A486;
}

.bgyellow p.onegai {
	background: #fff;
}

.adm .box_one h1 {
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.adm .box_one .in_box {
	padding: 15px;
}

.adm .box_one table.list th {
	display: block !important;
    padding: 10px 10px 0px 10px !important;
}

.adm .box_one table.list td {
	float: left !important;
}

.adm .section_item {
	float: left;
}

.adm .csvs input {
	font-size: 10px;
}

.adm .adlist {
	display: block;
    max-height: 300px;
    overflow: auto;
}

.adm .adlist li {
	padding: 5px;
    font-size: 12px;
    line-height: 16px;
}

.adm .adlist li a strong {
	color: inherit;
}

#head_login {
	position: relative;
    width: 100%;
	text-align: center;
    height: auto;
    margin: 0px 0px 0px -10px;
    padding: 0 10px;
	background: #26886D;
}

.adm #head_login {
	background: #9E3232;
}

#head_login p {
	color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    margin: 3px 0;
}

#head_login p a, #head_login p span {
	color: #faf3b0;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
}

#del_zone h1 {
	background: #9E3232;
}

#del_zone h2 {
	background: #521010;
}

#del_zone .shinseibtn {
	background: #9E3232;
}

#rec_timeview {
position: fixed;
left: 10px;
bottom: 0px;
display: none;
background: blue;
padding: 10px;
color: #fff;
font-size: 14px;
z-index: 100;
}

#rec_timeview span {
color: inherit;
font-weight: normal;
font-size: 10px;
}


.kakin_table {
max-height: 300px;
overflow: auto;

}







.resultuser .box_four h1 {
	background: #2f57a2;
}

.resultuser .box_four h1.redh1 {
	background: #9E3232;
}

.resultuser h2 {
	background: #06206F;
}

.resultuser h2.bgred {
	background: #a6251a;
}

.resultuser #header_inner #logo_right_zone p {
		background: #2f57a2;
}

.resultuser header #header_inner a.head_btn {
		background: #2f57a2;
}

.resultuser header #header_inner a.btn_agency {
	background: #FFC82E;
		color: #2f57a2;
}

.resultuser nav.drawer-nav ul li a {
	color: #2f57a2;
}

.resultuser header #header_inner p.ttl {
	color: #06206F;
}

.resultuser {
	background: #2f57a2;
}

.resultuser a.pwbtn, .resultuser a.tophoto {
	background: #2f57a2;
    color: #fff;
}

.resultuser #contents_wrap {
	background: #e8e8e8;
}

.resultuser select.tinynav {
	background: #06206F;
}

.resultuser .button {
	background: #2f57a2;
    margin: 10px 10px;
    color: #fff;
}

.resultuser .shinseibtn {
	background: #2f57a2;
    color: #fff;
}

.resultuser .box_one h1 {
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    line-height: 22px;
}

.resultuser .box_one .in_box {
	padding: 15px;
}

.resultuser .box_one table.list th {
	display: block !important;
    padding: 10px 10px 0px 10px !important;
}

.resultuser .box_one table.list td {
	float: left !important;
}

.resultuser .section_item {
	float: left;
}

.resultuser .csvs input {
	font-size: 10px;
}

.resultuser .adlist {
	display: block;
    max-height: 300px;
    overflow: auto;
}

.resultuser .adlist li {
	padding: 5px;
    font-size: 12px;
    line-height: 14px;
}

.resultuser #head_login {
	background: #2f57a2;
}

.resultuser a {
	color: #2f57a2;
}

.resultuser table.list {
	margin: 0px;
}

.resultuser .adlist {
	display: block;
    max-height: 300px;
    overflow: auto;
}

.resultuser .adlist li {
	padding: 5px;
    font-size: 12px;
    line-height: 16px;
}

.resultuser .adlist li a strong {
	color: inherit;
}

table.plist tr.bg_hikoukai td {
	background: #F8B29D !important;
}

table.plist tr.bg_koukai td {
	background: #BDE89B !important;
}

table.plist tr.bg_yoyaku td {
	background: #EDD472 !important;
}

.newcrebtn {
	background: #2f57a2;
	
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    display: block;
    font-size: 20px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 27px;
    margin: 10px auto 10px;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
    max-width: 460px;
	font-weight:bold;
    text-align: center;
    border:none;
}

.newcrebtn:hover {
	color: #fff;
	cursor:pointer;
    text-decoration: none;
}

.sousa_btn_01, .sousa_btn_02, .sousa_btn_03, .sousa_btn_04, .sousa_btn_05 {
	border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    display: block;
    font-size: 12px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 16px;
    margin: 5px;
    padding: 6px 10px;
    text-decoration: none  !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
	font-weight:bold;
    text-align: center;
    border:none;
}

.sousa_btn_01:hover, .sousa_btn_02:hover, .sousa_btn_03:hover, .sousa_btn_04:hover, .sousa_btn_05:hover {
	color: #fff;
	cursor:pointer;
    text-decoration: none;
}

.sousa_btn_01 {
	background: #2f57a2;
}

.sousa_btn_02 {
	background: #2A9649;
}

.sousa_btn_03 {
	background: #BE1B87;
}

.sousa_btn_04 {
	background: #CF7A0B;
}

.sousa_btn_05 {
	background: #878787;
}

.sousa_gray {
	border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    display: block;
    font-size: 12px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 16px;
    margin: 5px;
    padding: 6px 10px;
    text-decoration: none  !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
	font-weight:bold;
    text-align: center;
    border:none;
    background: #666;
}

select.top_select {
	display: inline-block;
    margin: 3px;
	width: auto;
    height: 26px;
}

input.top_submit {
	display: inline-block;
	border-radius:4px;
	background: #808080;
	color: #fff;
	border: none;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	cursor: pointer;
	width: auto;
}

select.kensu_select {
	display: inline-block;
    margin: 3px;
	width: auto;
    padding: 0px 0px 5px;
    height: 26px;
    float: right;
}

label#kensu_label {
    float: right;
    line-height: 30px;
}

.btn_red {
	background: #A22F2F;
	border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    display: block;
    font-size: 12px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 16px;
    margin: 2px auto;
    padding: 6px 10px;
    text-decoration: none  !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
    max-width: 280px;
	font-weight:bold;
    text-align: center;
    border:none;
}

.btn_red:hover {
	color: #fff;
	cursor:pointer;
    text-decoration: none;
}

.btn_red_num {
	background: #A22F2F;
	border-radius: 12px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    display: block;
    font-size: 12px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 14px;
    margin: 2px auto;
    padding: 6px 6px;
    text-decoration: none  !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
    max-width: 200px;
	font-weight:bold;
    text-align: center;
    border:none;
}

.btn_red_num:hover {
	color: #fff;
	cursor:pointer;
    text-decoration: none;
}

.btn_red_head {
	background: #A22F2F;
	border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 16px;
    margin: 5px;
    padding: 6px 10px;
    text-decoration: none  !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
    max-width: 200px;
	font-weight:bold;
    text-align: center;
    border:none;
}

.btn_red_head:hover {
	color: #fff;
	cursor:pointer;
    text-decoration: none;
}

.btn_green_head {
	background: #2fa23d;
	border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 16px;
    margin:5px;
    padding: 6px 10px;
    text-decoration: none  !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
    max-width: 200px;
	font-weight:bold;
    text-align: center;
    border:none;
}

.btn_green_head:hover {
	color: #fff;
	cursor:pointer;
    text-decoration: none;
}


.btn_blue_head {
	background: #2F72A2;
	border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px -1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 16px;
    margin: 5px;
    padding: 6px 10px;
    text-decoration: none  !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    width: auto;
    max-width: 200px;
	font-weight:bold;
    text-align: center;
    border:none;
}

.btn_blue_head:hover {
	color: #fff;
	cursor:pointer;
    text-decoration: none;
}


input#new_account {
background: #f2f2f2;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼p_adm▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */







.p_adm #all_com .box_four .in_box p.result_title {
	background: #f2e3cf;
    
    border-radius: 4px;
    
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    

    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    margin: 0 0 3px;
    padding: 10px;
    text-align: left;
}

.p_adm #all_com .box_four .in_box p.result_title span {
    color: #FF7E00;
    font-weight: bold;
}

.p_adm #all_com .box_four .in_box p.result_text {
    
    background: #f2f2f2;
    color: #26886D;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin: 10px 0px 0px;
    padding: 10px;
    text-align: center;
    border: 1px solid #E2E2E2;
}

.p_adm #all_com .box_four .in_box p.result_ptxt {
    
    background: #f2f2f2;
    color: #666;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 21px;
    margin: 0px 0px 1px;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #E2E2E2;
}

.p_adm #all_com .box_four .in_box p.result_ptxt span {
    color: #ff7e00;
    font-size: 14px;
    font-weight: bold;
}

.p_adm #all_com .box_four .in_box p.result_ptxt span.bred {
    color: #ff7e00;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.p_adm #all_com .box_four .in_box p.result_ptxt span.bbold {
    color: #c00;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}



.p_adm .box_four .in_box .nodisps {
	background: #26886D;
    color: #fff;
}

.p_adm .box_four .in_box .nodisps span, .p_adm .box_four .in_box .nodisps strong, .p_adm .box_four .in_box .nodisps strong a {
    color: #fff;
}

.p_adm .box_four .in_box .nodisps strong a {
    text-decoration: underline;
    color: #fffc00;
}

.p_adm table.ulist {
	border-top: #cacaca solid 1px;
    background: #e3e3e3;
    white-space: normal;
    word-wrap: break-word;
}

.p_adm table.ulist tr {
	display: block;
    float: left;
    line-height: 13px;
    white-space: normal;
    word-wrap: break-word;
}


.p_adm table.ulist th {
	background: #8D9ED0;
    border-bottom: #cacaca solid 1px;
    border-left: #cacaca solid 1px;
    border-right: #cacaca solid 1px;
    color: #fff;
    font-size: 14px;
    width: auto;
    min-height: 13px;
    padding: 7px !important;
    line-height: 17px;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: 0.03em;

}

.p_adm table.ulist td {
	background: #f2f2f2;
    border-bottom: #cacaca solid 1px;
    border-left: #cacaca solid 1px;
    border-right: #cacaca solid 1px;
    color: #383838;
    font-size: 14px;
    width: auto;
    min-height: 13px;
    
    padding: 7px !important;
    line-height: inherit;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: 0.03em;
}

.p_adm h2 {
    background: #701912 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin: 0 0 15px;
    padding: 10px;
    text-align: left;
}

.p_adm table.ulist td strong {
    color: #f15a24;
    font-size: 10px;
    font-weight: bold;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: -0.03em;
}

.p_adm .nodisps_in_box {
	background: #ffcfcf;
}

.p_adm .nodisps_in_box table.ulist th {
	background: #ad6262;
}

.p_adm table.ulist td strong.bl {
    color: #383838;
    font-size: 10px;
    font-weight: bold;
}

.p_adm table.ulist td strong.ao {
    color: #487FCB;
    font-size: 10px;
    font-weight: bold;
}

.p_adm table.ulist td strong.pr {
    color: #b311b2;
    font-size: 10px;
    font-weight: bold;
}

.p_adm table.ulist td a {
    text-decoration: underline;
}



.p_adm .noname_in_box {
	background: #7aa4bf;
}

.p_adm .noname_in_box table.ulist th {
	background: #5275a0;
}

.p_adm .kaisetsu_box {
	text-align: center;
    margin: 0px 0px 15px;
}

.p_adm .kaisetsu_box div {
	display: inline-block;
    margin: 3px;
}


.p_adm span.kaisetsu_normal {
	background: #fff;
    border: #cacaca solid 1px;
    display:inline-block;
    width:15px;
    height:15px;
    margin: 0px 2px -3px 0px;
}

.p_adm span.kaisetsu_nodisp {
	background: #ffcfcf;
    border: #cacaca solid 1px;
    display:inline-block;
    width:15px;
    height:15px;
    margin: 0px 2px -3px 0px;
}

.p_adm span.kaisetsu_noname {
	background: #7aa4bf;
    border: #cacaca solid 1px;
    display:inline-block;
    width:15px;
    height:15px;
    margin: 0px 2px -3px 0px;
}

.p_adm input[type="text"][disabled]{
    background:#f5f5f5;
    color:#999;
    cursor:not-allowed; /* 禁止カーソル */
}

.p_adm form input.sakujo {
	background: #C10000;
}

.p_adm form input.henshu {
	background: #2D7B6D;
}

.p_adm form input.seigen {
	background: #B88E1D;
}

.p_adm .box_four .in_box {
	padding: 10px !important;
}

.p_adm #page_navi .box_four .in_box {
	padding: 15px 15px 0px 15px !important;
}

.p_adm table.plist {
	border-top: #676161 solid 1px;
    background: #e3e3e3;
    white-space: normal;
    word-wrap: break-word;
}

.p_adm table.plist tr {
    line-height: 13px;
    white-space: normal;
    word-wrap: break-word;
}


.p_adm table.plist th {
	background: #8d9ed0;
    border-left: #676161 solid 1px;
    border-right: #676161 solid 1px;
    color: #fff;
    font-size: 10px;
    min-height: 13px;
    padding: 4px 7px !important;
    line-height: inherit;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: -0.03em;

}

.p_adm table.plist td {
	background: #f2f2f2;
    border-top: #676161 solid 1px;
    border-bottom: #676161 solid 1px;
    border-left: #676161 solid 1px;
    border-right: #676161 solid 1px;
    color: #383838;
    font-size: 10px;
    min-height: 13px;
    
    line-height: 17px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: -0.03em;
    padding: 10px 5px !important;
    text-align: center;
}

.p_adm table.plist tr.bg_f td {
	background: #e0e0e0;
}

.p_adm table.plist td strong {
    color: #f15a24;
    font-size: 12px;
    font-weight: bold;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: -0.03em;
}

.p_adm table.plist td strong.bl {
    color: #5E5E5E;
    font-size: 12px;
    font-weight: bold;
}

.p_adm table.plist td strong.ao {
    color: #487FCB;
    font-size: 12px;
    font-weight: bold;
}

.p_adm table.plist td strong.ao2 {
    color: #487FCB;
    font-size: 14px;
    font-weight: bold;
}

.p_adm table.plist td strong.nml {
    color: inherit;
    font-size: 12px;
    font-weight: bold;
}

.p_adm table.plist td strong.std {
	border-radius: 8px;
    background: #2a9649;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    padding: 2px 8px;
}

.p_adm table.plist td strong.hw {
	border-radius: 8px;
    background: #8f8f8f;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    padding: 2px 8px;
}

.p_adm table.plist td strong.gc {
	border-radius: 8px;
    background: #356aea;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    padding: 2px 8px;
}

.p_adm table.plist td strong.add {
	border-radius: 8px;
    background: #dd8512;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    padding: 2px 8px;
}

.p_adm table.plist td strong.green {
    color: #258C20;
    font-size: 12px;
    font-weight: bold;
}

.p_adm table.plist td strong.pr {
    color: #b36b00;
    font-size: 12px;
    font-weight: bold;
}

.p_adm table td strong.bl {
    color: #5E5E5E;
    font-size: 12px;
    font-weight: bold;
}

.p_adm table td strong.red {
    color: #c1272d;
    font-size: 12px;
    font-weight: bold;
}

.p_adm table.plist td a {
    text-decoration: underline;
}

table.plist td.w100 {
    width: 100%;
    padding: 0px;
}
table.plist input.button {
	display: inline-block;

	border-radius:4px;
	background: #808080;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: auto;
    margin: 10px 0px;
}

span.fs10gl {
font-size: 10px !important;
color:#a0a0a0;
}

span.fs12gl {
font-size: 12px !important;
color:#a0a0a0;
}

span.fsdttl {
font-size: 16px !important;
font-weight: bold !important;
color: inherit !important;
margin: 0px 10px 0px 0px;
}

span.fsyk {
font-size: 14px !important;
color: inherit !important;
margin: 0px 10px 0px 0px;
}

span.fsyk strong {
font-size: 14px !important;
}

.fslink {
font-size: 24px !important;
color: inherit !important;
}

.h_menu_st {
	background: #fff;
	border-radius: 4px;
    color: #9E3232 !important;
    display: inline-block;
    font-size: 14px;
    height: auto;
    letter-spacing: 0.03em;
    line-height: 16px;
    margin: 5px;
    padding: 6px 10px;
    text-decoration: none  !important;
    text-shadow: none;
    width: auto;
	font-weight:bold;
    text-align: center;
    border:1px solid #9E3232;
}

.st_y {
background: #ffed4c !important;
}

#all_c_label {
	font-size: 10px;
    display: inline-block;
}

.p_adm table.plist tr.bg_blnk td {
	background: #a5a5a5 !important;
}

.p_adm table.plist tr.bg_adm td {
	background: #f9db48 !important;
}

.p_adm table.plist tr td.tdr {
    width: 24%;
    text-align:left;
}

.p_adm table.plist tr td.tdc {
    width: 30%;
    text-align:left;
}

.p_adm table.plist tr td.tdc2 {
    width: 20%;
    text-align:left;
}

.p_adm table.plist tr td.tdc3 {
    width: 40%;
    text-align:left;
}

.p_adm table.plist tr td.tdr strong {
	display: inline-block;
	margin: 2px 5px 0px;
}

.p_adm .bg_hdn {
	background: #fff;
    background: rgba(255,255,255,0.8);
    border-radius: 4px;
    margin: 5px auto 3px;
    padding: 3px;
    line-height: 14px;
}

.p_adm .bg_hdn, .p_adm .bg_hdn p {
    padding: 3px;
	font-size:12px;
    line-height: 14px;
}

.p_adm .bg_hdn li {
	text-align: right;
    padding: 3px;
	font-size:12px;
    line-height: 14px;
}

.p_adm .morebtn {
	background: #666;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    font-size: 10px;
    padding: 0px 5px;
    float: right;
    margin: 0px 0px 0px 5px;
    box-shadow: 0 1px #222;
    
    border: none;
    cursor: pointer;
    
    display: inline-block;
    font-weight: bold;
    
    height: 17px;
    line-height: 18px;
}

.p_adm .morebtn:hover {
    text-decoration: none;
    box-shadow: 0 1px #222;
    color: #fff;
}

.p_adm .bg_hdn2 {
	background: #fff;
    background: rgba(255,255,255,0.8);
    border-radius: 4px;
    margin: 5px auto 3px;
    padding: 3px;
    line-height: 14px;
}

.p_adm .bg_hdn2, .p_adm .bg_hdn2 p {
    padding: 3px;
	font-size:12px;
    line-height: 14px;
}

.p_adm .bg_hdn2 li {
	text-align: right;
    padding: 3px;
	font-size:12px;
    line-height: 14px;
}

.p_adm .morebtn2 {
	background: #666;
    border-radius: 3px;
    color: #fff;
    text-decoration: none !important;
    font-size: 10px;
    padding: 0px 5px;
    float: right;
    margin: 0px 0px 0px 5px;
    box-shadow: 0 1px #222;
    
    border: none;
    cursor: pointer;
    
    display: inline-block;
    font-weight: bold;
    
    height: 17px;
    line-height: 18px;
}

.p_adm .morebtn2:hover {
    text-decoration: none;
    box-shadow: 0 1px #222;
    color: #fff;
}

.p_adm .postdel {
    background: #666;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    padding: 0px 5px;
    float: right;
    margin: -3px 0px 7px 10px;
    box-shadow: 0 1px #222;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 17px;
    line-height: 18px;
    -webkit-appearance: none;
    }

.p_adm table.plist .nowrap {
	white-space: nowrap;
}

.p_adm table.plist .resnum {
	font-size: 14px;
}

.p_adm table.plist .resnum_blk {
	font-size: 14px;
    color: #666;
}

.p_adm table.plist .nor {
	font-size: 12px;
}

.p_adm table.plist .nor_blk {
	font-size: 12px;
    color: #666;
}

.p_adm table.plist td a.noline {text-decoration:none;}

.p_adm table.list td input.ikei {width:150px;}

/* ▼▼▼▼▼▼▼▼▼▼▼▼nml▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */




.nml #all_com .box_four .in_box p.result_ptxt {
    
    background: #f2f2f2;
    color: #666;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 21px;
    margin: 0px 0px 1px;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #E2E2E2;
}

.nml #all_com .box_four .in_box p.result_ptxt span {
    color: #ff7e00;
    font-size: 14px;
    font-weight: bold;
}

.nml #all_com .box_four .in_box p.result_ptxt span.bred {
    color: #ff7e00;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}


.mes_btn {
background: #26886D;
    border-radius: 3px;
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
    box-shadow: 0 1px #222;
    
    border: none;
    cursor: pointer;
    
    display: inline-block;
    font-weight: bold;
    
    height: 17px;
    line-height: 18px;
    text-decoration: none;
}


.mes_btn:hover {
    text-decoration: none;
}

.mes_btn_open {
    background: #666;
}

.mes_edit_open {
    display: block;
}

.resultuser .cont_foot .box_four h1 {
background: #a22f59;
}

.resultuser .cont_foot .box_four h2 {
background: #6f0640;
}

.adm .tablewrap, .resultuser .tablewrap, .nu .tablewrap {
overflow: auto;
width: 100%;
}

.adm form#f_frm td.tdc, .adm form#f_frm td.tdc2, .adm form#f_frm td.tdc3, .adm form#f_frm td.tdr,
.resultuser form#f_frm td.tdc, .resultuser form#f_frm td.tdc2, .resultuser form#f_frm td.tdr,
.nu form#f_frm td.tdc, .nu form#f_frm td.tdc2, .nu form#f_frm td.tdr {
min-width: 100px;
}

.strzn .red, .strzn .green, .strzn .bl {
	font-size: 18px !important;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼pagenation_box▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#pagenation_box {
    text-align: center;
}
#pagenation_box ul.list_nav {
    display: inline-block;
    float: none;
    height: auto;
    line-height: 19px;
    padding: 0 0 0px;
    text-align: center;
}
#pagenation_box ul.list_nav li {
    color: #701912;
    display: inline-block;
    font-size: 10px;
    margin: 0 10px 15px 0;
}
#pagenation_box ul.list_nav li a {
    background: none;
    border-radius: 4px;
    color: #701912;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    margin: 0;
    padding: 3px 8px;
}
#pagenation_box ul.list_nav li b {
    background: #faf3b0;
    border-radius: 4px;
    color: #701912;
    border: 1px solid #701912;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
}
#pagenation_box ul.list_nav li.next a, #pagenation_box ul.list_nav li.past a {
    background: #701912;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 18px;
    padding: 3px 8px;
}
#pagenation_box ul.list_nav li a:hover {
    background: #2f57a2;
    color: #faf3b0;
    text-decoration: none;
    
    opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


/* ▼▼▼▼▼▼▼▼▼▼▼▼loading用▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #26886D;
  z-index: 1000;
}

.adm #loader-bg {
	background: #9E3232;
}

.resultuser #loader-bg {
	background: #2f57a2;
}

#loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -50px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 200;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼jobmap用▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
#loading{
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f2e3cf;
  z-index: 1000;
}
  
#loading .loadingMsg{
      display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -80px;
  margin-left: -100px;
  text-align: center;
  color: #701912;
  font-size:10px;
  line-height:16px;
  z-index: 200;
  padding: 120px 0px 0px;
    background-image:url("/common/img/loading.svg");
    background-position: center top;
    background-repeat: no-repeat;
}
#map_canvas .info a.com_a { display:inline-block;margin: 0 0 3px; font-size: 14px;font-weight:bold; text-decoration:underline;line-height:18px;}
#map_canvas .info img { margin: 0px 0px 5px; width: 100%;height:auto; }
#map_canvas .info p { margin: 0px 0px 3px; font-size: 10px;line-height:14px; }
#map_canvas .info p strong { margin: 0px 0px 3px; font-size: 12px;font-weight:bold; line-height:16px;}
#map_canvas .info a.btn_a { background: #26886D;display:block;border-radius: 8px;margin: 5px 0px; font-size: 14px;font-weight:bold;color:#fff;text-align:center;padding: 3px;}
#map_canvas .info a.btn_a:hover { text-decoration:none;}


/* グローバルメニュー */
.scroll-prevent {
position: fixed;
z-index: -1;
width: 100%;
height: 100%;
}
#nav-tgl {
display: none;
}
.nav-tgl-btn {
cursor: pointer;
position: fixed;
top: 0;
right: 0;
margin: 0;
}
.dr_open {
z-index: 2;
width: 48px;
height: 46px;
background: #701912;
transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
border-radius: 0px 0px 0px 40px;
box-shadow: -1px 1px 3px rgba(0,0,0,0.4);
}
.dr_open::before,
.dr_open::after {
content: "";
}
.dr_open span,
.dr_open::before,
.dr_open::after {
content: "";
position: absolute;
top: calc(50% - 4px);
right: 26%;
width: 37%;
border-bottom: 2px solid white;
transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dr_open::before {
transform: translateY(-8px);
}
.dr_open::after {
transform: translateY(8px);
}
.dr_close {
z-index: 1;
width: 100%;
height: 100%;
pointer-events: none;
transition: background .6s;
}
#nav-tgl:checked + .dr_open {
background: #701912;
transform: translateX(-260px);
}
#nav-tgl:checked + .dr_open span {
transform: scaleX(0);
}
#nav-tgl:checked + .dr_open::before {
transform: rotate(45deg);
}
#nav-tgl:checked + .dr_open::after {
transform: rotate(-45deg);
}
#nav-tgl:checked ~ .dr_close {
pointer-events: auto;
background: rgba(0,0,0,.3);
}

/* メニューデザイン */
.drawer-menu {
z-index: 999;
position: fixed;
overflow: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
top: 0;
right: 0;
width: 260px;
height: 100%;
margin: 0;
padding: 0 0 10px;
box-sizing: border-box;
background: #333;
transform: translateX(100%);
transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
line-height:1;
}
.drawer-menu a {
display: block;
color: white;
padding: 10px;
text-decoration: inherit;
transition: background .6s;
font-size: 1.4rem;
}
.drawer-menu a:hover {
background: black;
}
#nav-tgl:checked ~ .drawer-menu {
transform: none;
}


