@charset "UTF-8";



@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"),
       local("Yu Gothic Medium"),
       local("YuGothic-Regular");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"),
       local("Yu Gothic");
}



* {
	margin: 0;
	padding: 0;
}
img {
	border-width: 0;
}
a {
}
a:visited {
}
a:hover {
}
a:active {
}
body {
	margin: 0 auto;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, メイリオ, Meiryo, "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "pwid";

}
hr {
	clear: both;
}
#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}
#contents {
	margin: 0 0;
	padding: 0;
	width: 950px;
	display: block;
	background: #fff;
}
#header {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}
#header h1 {
	height:1em;
	margin-top: 5px;
	padding:22px 0px 25px 275px;
	float: left;
	font-size:18px;
	text-indent: 0;
	line-height: 1.2;
	text-align:left;
	background:url(/img/logo.svg) no-repeat;
	background-size: 270px 54px;
}

#header a {
	float: right;
	padding: 5px 15px;
	font-size: 18px;
	margin: 10px 0 0;
	width: 200px;
	display: block;
}
#main {
	margin: 0 auto;
	clear: both;
	width: 950px;
	padding: 5px;
	display: block;
	text-align: left;
}
h2{
	padding: 5px;
	margin-bottom: 15px;
	clear: both;

}
/* =============================================== */
/** @ENTRANCE */
/* ----------------------------------------------- */

#entrance{
	clear: both;
	margin: 0 10px;
}

.box_3{
	width: 300px;
    height: 130px;
}

.box_3 .btn{
	width: 240px;
}
.box_3 p{
}
.box_4{
	width: 220px;
    height: 130px;
}

.box_4 .btn{
	width: 160px;
}
.box_4 p{
}



#entrance .blockl {
	padding: 10px 0;
	float: left;
	font-size: 18px;
	background: #fff;
	margin-bottom: 10px;
	margin-right: 12px;	
	border: 1px solid #dfd9c3;
}



#entrance .blockr {
	padding: 10px 0;
	float: right;
	font-size: 18px;
	background: #fff;
	margin-left: 0px;
	margin-bottom: 10px;
    border: 1px solid #dfd9c3;

}
#entrance .blockl .btn,#entrance .blockr .btn{
	padding: 5px 15px;
	font-size: 18px;
	margin:0 auto 10px;
	display: block;
	clear: both;
}

#entrance .blockl p,#entrance .blockr p{
	padding: 5px 15px;
	float: left;
	font-size: 16px;
	margin-bottom: 20px;
	line-height:1.2;
}

#entrance  p strong{
	color:#f00;
}


#entrance div .ui-button-text-only .ui-button-text {
    padding: 0.4em 0;
}




/* =============================================== */
/** @BASIC */
/* ----------------------------------------------- */

#basic{
	clear: both;
	margin: 0 10px;
	position: relative;
}
.c{

	text-align: center;
}
#basic h3{
	text-indent:5px;
	padding: 3px;
}
#basic table {
	margin: 0;
	border: 0 solid #ccc;
	width: 100%;
	clear: both;
	
}
#basic caption{
	padding: 2px 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}
#basic tbody th{
	padding: 12px 0;
	letter-spacing: 0.3em;
	border: 1px solid #ccc;
	text-align: center;
	min-width: 80px;
	vertical-align:top;
}
#basic th.ui-state-default{
}

#basic td {
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
	word-break:break-all;
}

.nonview td {
	background: #eee !important;
}
#basic td.mapbox {
	width: 450px;
}
#basic .ercom {
	font-weight: bold;
	float: left;
	color: #f00;
	width: 220px;
	background-color: #fff;
	margin: 10px;
	padding: 10px;
}
#basic .ercom li{
	display: block;
	width: 220px;
}

#basic td ul li{
	float: left;
	padding: 2px;
	display: block;
}

#basic td label {
	padding: 0 0 0 3px;
	display: inline-block;
}

#basic td label input{
	padding: 0 0 0 3px;
	display: inline-block;
}
#basic dl {
	float: left;
	margin: 0 10px 0 0;
	border: 0 solid #ccc;
}
#basic dt{
	float: left;
	text-indent: 5px;
	width: 130px;
	height:2em;
	line-height:2em;
	padding: 2px 0;
	border: 1px solid #ccc;
	background: #b5c6d0 url(../img/th.gif) repeat-x;
}
#basic dd{
	float: left;
	width: 450px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #e2ffdf url(../img/td.gif) repeat-x;
	text-align: left;
}

#basic ul li{
	padding: 2px 10px;
	list-style-position: inside;
}
.ar_0{float:left;padding: 0 0 30px;}
.ar_1{float:right;padding: 0 0 30px;}
.ar_2{float:left;clear:both;}
.ar_3{float:right;}

/* =============================================== */
/** @LOGIN */
/* ----------------------------------------------- */

#login{
	padding: 10px;
	font-size: 18px;
	width: 480px;
	background: #fff;
	margin: 10px auto;
}
#login h1{
	text-align: center;
	background: #b5c6d0 url(../img/th.gif) repeat-x;
}
#login p{
	clear: both;
	padding: 0 10px;
	margin: 0 auto;
	display: block;
	width: 500px;
	text-align: left;
}
#login p input{
	text-align: center;
	clear: both;
	padding: 0 10px;
	margin: 0 auto 10px;
	display: block;
	width: 4em;
}
#login .error{
	color: #c00;
	font-weight: bold;
}

#login table {
	width: 90%;
	margin: 5px auto;
	font-size: 16px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
#login th{
	text-align: right;
	height: 2em;
	line-height: 2em;
	padding: 2px 5px 2px 0;
	border: 1px solid #ccc;
}
#login td {
	height: 2em;
	line-height: 2em;
	padding: 2px;
	border: 1px solid #ccc;
}
#login td input{
	margin-top: 2px;
	line-height: 1.2em;
}
#login td input.form{
	height: 1.2em;
	width: 10em;

}

#output{
width: 60%;
margin:3px auto;
}
#output1{
width: 120px;
float:right;
}

#output1 p{
width: 86px;
height: 29px;
border: 1px solid #333;
text-align: center;
background-color: #fff;


}

/* =============================================== */
/** @MENU */
/* ----------------------------------------------- */

.menu ,#menu2{
	margin: 0 auto;
	clear: both;
	width: 100%;
	padding: 0;
	display: block;
	text-align: left;
}
.menu:after, #menu2:after {
	content:"";
	display:block;
	clear: both;
}

.menu a ,#menu2 a {
	display: block;
	margin: 0 0 5px 10px;
	padding: 5px;
	text-align: center;
	float: right;
}
.menu a.common:hover {
	background-position: right center;
	color: #fff;
}
.menu form {
    float: left;
}


#mvbox{
	width: 400px;

}

.pager{
	clear:both;
	margin: 10px 0
}
.pager a,.pager span{
	display: inline-block;
	padding: 0 1px;
	margin:0 2px 0;
	min-width: 2em;
	height: 2em;
	line-height: 2em;
	background: #eee;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
}

.pager span.now,.pager a:hover{

	background: #ee5a01;
	color: #fff;
}



.allresult{
    clear: both;
    display: inline-block;
    float: right;
    padding: 10px 0;
}



.allresult form{
    float: left;
    margin-right: 5px;
}
	
#answer_tab{
	clear:both;
	margin-top:10px;
	display:inline-block;}	
#answer_tab ul{
	margin-top:10px;
	float:left;
	width:190px;
}
#answer_tab ul li{
	margin:0 0 10px;
	display:block;
	float:left;
	width:100%;
	padding:0;
	list-style-type:none;
}
#answer_tab ul li a{
	padding:10px;
	display:block;
}
#answer_block{
	float:left;
	width:710px;
	background:#fafaf4;
	padding:10px;
	border:1px solid #dfd9c3}	

#answer_block .question{
	border:1px solid #0DBD00;
	padding:10px;
	margin:10px;}	


#answer_block .result_photo{
	width:140px;
}	


/* =============================================== */
/** @FUTTER */
/* ----------------------------------------------- */

#futter {
	font-size: 10px;
	clear: both;
	height: 30px;
	width: 800px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	vertical-align: bottom;
}

#tabs{clear:both}

/* =============================================== */
/** @SEARCH */
/* ----------------------------------------------- */

#search{
	clear: both;
	margin: 0 10px 10px;
	padding: 10px;
	background: #fff;
	border: 1px solid #DFD9C3;
}

#search table {
	margin: 0 0 10px;
	border: 0 solid #ccc;
	width: 100%;
	clear: both;
}
#search th{
	padding: 2px 5px;
	letter-spacing: 0.3em;
	border: 1px solid #ccc;
	text-align: center;
	min-width: 150px;
	white-space:nowrap;
}
#search td {
	border: 1px solid #ccc;
	background: #fff;
	padding:  5px;
}
#search td label{
	padding:  5px;
	display: inline-block;
}
#search td label input{
	display: inline-block;
	 margin: 0 5px 0 0;
}

#tabm,#tabs{
	clear: both;
	margin: 0 10px 10px;
	padding: 10px;
}

/* =============================================== */
/** @RESULT */
/* ----------------------------------------------- */

.result{
	clear: both;
	margin: 0 0 10px;
}

.result table {
	margin: 0;
	border: 0 solid #ccc;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}
.result th{
	padding: 2px 5px;
	letter-spacing: 0.2em;
	border: 1px solid #ccc;
	text-align: center;
}
.result th.ui-state-default{
}
.result .gray td {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #999;
}
.result td {
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
}

.result .page {
	padding: 2px 5px;
	margin: 2px 0 10px;
	border: 1px solid #ccc;
	background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	clear: both;
}
.result .page li{
	list-style-type: none;
	display: inline;
}

.result .page li a{
	padding: 2px 0;
	margin: 2px 0;
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
    text-align: center;
    width: 2em;
}
.result .page li a:hover{
	border: 1px solid #ccc;
	background: #67B021;
	color:#fff;
	font-weight: bold;
}

.result .page li strong{
	padding: 2px 0;
	margin: 2px 0;
	display: inline-block;
	border: 1px solid #ccc;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
    text-align: center;
    width: 2em;
	background:#459E00;
	color:#fff;
	font-weight: bold;
}



/* 写真+ボタン */
.file {
	display: inline-block;
	overflow: hidden;
	position: relative;
	padding: .5em;
	background: #d0f2ff;
	border: 2px solid #c0eeff;
	clear: both;
	font-size: 1.5em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	color: #24bb00;
	margin:0 10px 0 0;

}

.file input[type="file"] {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
	font-size: 2em;
  width:100%;
  height:30px;
  cursor: pointer;
}

.new_ph{
	clear:both;}
.new_ph button{
	clear:both;
	display:block;}
	
.alert {
    display: none; /* 初期状態は非表示 */
    width: 300px;
    /* 画面上部に表示 */
    position: absolute;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}
.alert {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    color: #c09853;
    margin-bottom: 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert .close {
    line-height: 18px;
    position: relative;
    right: -21px;
    top: -2px;
}
.handle {
	font-size:2em;
	cursor: move;
	text-align:center;
}
.handle span{
    background: rgba(0, 0, 0, 0) url("../img/narabikae.png") no-repeat scroll center center / 20px auto;
    cursor: move;
    display: block;
    height: 20px;
    margin: 0 auto;
    text-indent: -9999px;
    width: 30px;
}
.handle:before {
    font-family: 'LigatureSymbols';
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.handle:before {
    content: attr(title);
    font-size: 130%;
}
.color_1 td{
	background:#def !important;}
	
	
#help{
	margin:0 0 10px;
	width:100%;
	
}

#help th{
	padding:5px;
	width:12em;
	text-align:left;
	
}
#help td{
	border: 1px solid #ccc;
	padding:5px;
	background:#FFFFFF;
}
#header .help{
	clear:both;
	text-decoration:none;
	
    display: block;
    float: right;
	text-align:right;
    font-size: 18px;
    margin: -10px 0 0;
    padding: 5px 15px;
    width: 7em;	
	color:#2779aa;	
	}
	
.answer_check{
	background:#CD0003;
	padding:3px;
	color:#FFFFFF;}
	
#basic .even-row td{
	background:#fafafa;
	
}

#answer_tabs td.response{
	position: relative;
	vertical-align:top;
	
}

#answer_tabs td.response p:first-child{
	padding-bottom:40px;
}
#answer_tabs td.response textarea{
	margin-bottom:40px;
}

#answer_tabs td.response p:last-child{
	position: absolute;bottom: 0;
}



#array_plus,#result_plus,.time_plus{
	padding:5px 0;
	margin-left:10px;}

.delete_map,.delete_photo,.trim{
	    clear: both;
    float: left;
    margin: 5px 0 0;
}
#Calender table{
	width:200px;}

#Calender table th{
	min-width:4em;
	padding :3px 0 ;
	background:#E4F1FB;}
#Calender table td p{
	text-indent:0;
	padding:0;
}

#Calender table td.on{
	background-color:#FFA4A5;
}

#back_month{
	text-align:center;
	float:left;
	display:block;
	width:25%;
	background-color:#007FC5;
	border-radius:2px;
	cursor:pointer;
	padding:5px 0;
	color:#fff;
	
	}
#view_month{
	text-align:center;
	display:block;
	width:50%;
	padding:5px 0;
	margin:0 auto;}
#next_month{
	text-align:center;
	float:right;
	display:block;
	width:25%;
	background-color:#007FC5;
	border-radius:2px;
	cursor:pointer;
	padding:5px 0;
	color:#fff;
	}
#calbox{
	vertical-align:top;}
#DateList{
	vertical-align:top;}
#DateList table td{
	vertical-align:top;}

#cal_link{
    display: block;
    padding: 5px;	
	border:1px solid #bbb;
	background-color:#eee;
}

.mail_template textarea{
	width:400px;
}
#create textarea{
	width:300px;
	height:150px;}

.small .audiojs .scrubber,.small .audiojs .time{display: none;}

.small .audiojs .play-pause {
    margin: auto !important;
    right: 0;
}
#userdata{
	padding: 10px;
	margin:0 10px 10px;
}
.chkcnt{
	margin-bottom: 5px;
}
#com{
	position: absolute;
	top:0px;
	padding: 5px;
	
}
#sortlist{
	padding-left: 3em;
}


#sortlist li{
	margin: .5em;
}


