@charset "utf-8";  
/*------------------------------------------------------------ 
	デフォルトスタイル	全ページ共通css
------------------------------------------------------------*/  

/**** フォントサイズ　*************

基本を12pxに、サイズは％指定。

====偶数====　　　====奇数====
■10px = 84%      ■11px = 92%
■12px = 100%     ■13px = 109%
■14px = 117%     ■15px = 125%
■16px = 134%     ■17px = 142%
■18px = 150%     ■19px = 159%
■20px = 167%     ■21px = 175%
■22px = 184%     ■23px = 192%
■24px = 200%     ■25px = 209%
■26px = 217%     ■27px = 226%

**********************************/

html,
body { margin: 0; padding: 0;}
body {
	font-size: 76%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

html { font-size: 100%;}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 100%;
	color:#333;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}  

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
    display: block;
}

blockquote,
q { quotes: none;}

a {
	text-decoration: none;
	outline: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del { text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

input[type=text],
input[type=tel],
input[type=password],
textarea{ -webkit-appearance:none;}

input[type=checkbox],
input[type=radio]{
	position:relative;
	top:-1px;
}

ul { list-style-type: none;}
img { vertical-align: middle;}

.opacity { transition:all 0.2s ease-out;}

.opacity:hover { opacity: .7;}

.clear { clear: both;}
.clearfix { width: 100%;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

.fl { float: left;}
.fr { float: right;}

strong,
strong *,
.fwb { font-weight: bold;}

.clrr { color:#FF3333;}
.clrb { color: #333;}
.clrw { color: #fff;}

.il { display: inline;}
.bl { display: block;}
.no { display: none;}

.li2 { line-height: 2;}

/*------------------------------------------------------------ 
    ヘッダー 
------------------------------------------------------------*/

#header {
	width:auto;
	margin-bottom:50px;
	border-bottom:50px solid #FFDCF6;
	position:relative;
}

.navbar-nav .navi01{
	padding:25px 0;
}

.navbar-nav .navi01 > a{
	line-height:30px;
	font-size:125%;
	padding:0 20px;
	border-right:1px solid #AAAAAA;
}

.navbar-nav .navi02{
	padding:20px 0;
}

.navbar-nav .navi02 span{
	display:block;
	line-height:15px;
}

.navbar-nav .navi02 a{
	font-size:117%;
	line-height:25px;
	padding:0;
}

.navbar-default .navbar-nav > li > a{ color:#333;}

.navbar-nav .navi01 a:hover,
.navbar-nav .navi02 a:hover{ text-decoration:underline;}

/*------------------------------------------------------------ 
    コンテンツ 
------------------------------------------------------------*/ 

.headline{
	font-size:250%;
	line-height:50px;
}

.headlineWrap{
	width:100%;
	overflow:hidden;
}

.headlineWrap .headline{ float:left;}

.headlineWrap select{
	display:block;
	height:50px;
	float:right;
	font-size:184%;
	padding-left:15px;
	margin-left:10px;
	border:1px solid #DBDBDB;
	box-sizing:border-box;
	border-radius:3px;
}

.headlineWrap p{
	width:120px;
	float:right;
	text-align: center;
	line-height: 48px;
	font-size: 134%;
	border-radius:3px;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
}

#information{
	width:auto;
	padding:50px 60px 80px;
	margin-top:60px;
	border:10px solid #F8E250;
}

#information h2{
	color:#FBC900;
	font-size:209%;	
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:25px;
}

#information p{
	font-size:125%;
	line-height:2;
}

.list{
	width:100%;
	margin-top:60px;
}

.listHd{
	color:#FBC900;
	font-size:250%;
	margin-bottom:15px;
}

.table{ font-size:125%;}

.table-thumb{ width:70px;}
.table-close{ width:30px;}
.table-btn{ width:120px;}
.table-title{ width:25%;}
.table-user{ width:150px;}

.table-close a{
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#333;
	font-size:134%;
	background:#EEEEEE;
	border-radius:50%;
	text-decoration:none;
}

.table-flag{
	display:block;
	width:60px;
	text-align:center;
	line-height:20px;
	color:#fff;
	font-size:76%;
}

.table-flag.style1{ background:#767778;}
.table-flag.style2{ background:#FF6600;}
.table-flag.style3{ background:#FF6666;}
.table-flag.style4{ background:#003399;}

.table-status{
	display:inline-block;
	vertical-align:middle;
	width:60px;
	text-align:center;
	margin:5px 8px 5px 0;
	line-height:20px;
	color:#fff;
	font-size:76%;
}

.table-status.style1{ background:#BEA100;}
.table-status.style2{ background:#53C14D;}
.table-status.style3{ background:#FF6666;}
.table-status.style4{ background:#0033CC;}

.table.table-cleaning{ font-size:100%;}
.table.table-cleaning > tbody > tr > th{
	width:105px;
	vertical-align:top;
	font-size:125%;
	font-weight:bold;
	color:#FFCB33;
	padding:25px 15px 25px 0;
	border-bottom:none;
	border-right:1px solid #AAAAAA;
}

.table.table-cleaning > tbody > tr > td{
	padding:0 0 0 30px;
	vertical-align:top;
	border-bottom:none;
}

.listHdWrap{
	width:100%;
	margin-bottom:70px;
	display:table;
}

.listHdWrap .listHdImg{
	display:table-cell;
	vertical-align:middle;
	width:70px;
	padding-right:15px;
}

.listHdWrap .listHd{
	display:table-cell;
	vertical-align:middle;
}

.listHdWrap .listHdLink{
	display:table-cell;
	vertical-align:middle;
	width:30%;
	text-align:right;
}

.listHdWrap .listHdLink li{
	display:inline-block;
	vertical-align:middle;
	margin-left:25px;
}

.listHdWrap .listHdLink a{
	color:#339933;
	font-size:125%;
	text-decoration:underline;
}

.toggle-label{
	display:inline-block;
	vertical-align:middle;
	font-size:134%;
}

.pt15{ padding-top:15px;}
.mt15{ margin-top:15px;}
.mr15{ margin-right:15px;}
.ml15{ margin-left:15px;}

.form-half{ width:48.5%;}

#addWrap{
	width:100%;
	max-width:600px;
	margin-top:60px;
}


/* popup */

.popup-item{
	display:none;
	width:100%;
}

.popup-inner{
	width:auto;
	padding:50px 50px 80px;
	background:#fff;
}

.form-group > label{
	display:block;
	font-size:150%;
	margin-bottom:10px;
}

.form-textarea{
	width:100%;
	height:120px;
	padding:15px;
	font-size:125%;
	line-height:1.3;
	border:1px solid #DBDBDB;
	box-sizing:border-box;
}

.selectFile{
	width:100%;
	text-align:center;
	line-height:48px;
	margin-bottom:15px;
	position:relative;
	cursor:pointer;
	font-size:125%;
	box-sizing:border-box;
	border:1px solid #DBDBDB;
	border-radius:3px;
}

.selectFile input{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

.form-group{ padding-top:20px;}
.form-inline .form-control{ margin-right:10px;}
.form-inline label{ font-size:14px;}

.submitBtn{
	width:100%;
	padding-top:50px;
	border-top:1px solid #AAAAAA;
	text-align:center;
}

.popup-txt{
	font-size:125%;
	line-height:1.3;
	padding-bottom:40px;
	margin-bottom:20px;
	border-bottom:1px solid #AAAAAA;
}

.trigger {
    color: #339933;
    text-decoration: underline;
}

.table.table-style2{ margin-top:20px;}
.table.table-style2 td{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:none;
}

.popup-form{
	margin-top:15px;
	padding:15px;
	font-size:125%;
	border-top:1px solid #AAAAAA;
}

.uploadImg{
	display:inline-block;
	position:relative;
}

.uploadImg a{
	display:block;
	position:absolute;
	right:2px;
	top:2px;
	z-index:10;
}

/*------------------------------------------------------------ 
    フッター 
------------------------------------------------------------*/  

#pagetop{
	display:none;
	padding:25px 20px;
	text-align:center;
	cursor:pointer;
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:1000;
	background:#FF999A;
}

#footer{
	width:100%;
	margin-top:150px;
	padding-top:45px;
	background:#EEEEEE;
}

#ftNavi{
	float:left;
	overflow:hidden;
}

#ftNavi li{
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
}

#ftNavi a{
	display:block;
	line-height:80px;
	font-size:117%;
	padding-left:15px;
	position:relative;
}

#ftNavi a:before{
	display:block;
	content:"";
	width:6px;
	height:6px;
	border-top:2px solid #F5AB00;
	border-right:2px solid #F5AB00;
	transform:rotate(45deg);
	position:absolute;
	left:0;
	top:50%;	
	margin-top:-5px;
}

#ftBtn{
	width:450px;
	height:80px;
	float:right;
}

#ftBtn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:80px;
	color:#fff;
	font-size:184%;
	letter-spacing:1px;
	font-weight:bold;
	background:#999999;
}

#copyright{
	width:100%;
	margin-top:45px;
	padding:30px 0;
	text-align:center;
	background:#FF999A;
}

#copyright small{ color:#fff;}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  
 

/* TABLET */
@media screen and (max-width: 768px){

#header{
	margin-bottom:35px;
	border-bottom-width:35px;
}

.navbar-brand .img-responsive{ max-width:50%;}

.navbar-nav .navi01{ padding:5px 0;}
.navbar-nav .navi01 a{
	padding:0 15px;
	border-right:none;
}

.navbar-nav .navi02{ padding:5px 15px;}

/* contents */

.headline,
.listHd{ font-size:200%;}

.headline{ line-height:40px;}

.headlineWrap select{
	width:200px;
	height:40px;
	font-size:150%;
	padding-left:10px;
}

.headlineWrap p{
	width:100px;
	height:40px;
	line-height:38px;
	font-size:117%;
}

#information {
    padding:35px 40px 60px;
    margin-top:40px;
    border-width:8px;
}

#information h2{
	font-size:175%;
	margin-bottom:15px;
}

#information p,
.listTbl,
.table{ font-size:117%;}

.list{ margin-top:40px;}

.popup-inner{ padding:50px 25px 60px;}

.form-group{ padding-top:10px;}
.form-group > label{ font-size:134%;}

.selectFile{
	line-height:38px;
	font-size:117%;
}

.submitBtn{ padding-top:40px;}

.popup-txt{
	font-size:117%;
	padding-bottom:30px;
	margin-bottom:15px;
}

.form-inline select.form-control{ margin-bottom:15px;}
.form-inline input.form-control{
	display:inline-block;
	vertical-align:middle;
	width:auto;
}


/* footer */

#pagetop{ padding:22px 20px;}

#footer{
	margin-top:100px;
	padding-top:30px;
}

#ftNavi{
	float:none;
	text-align:center;
}

#ftNavi li{ margin:0 8px;}
#ftNavi a{ line-height:2;}

#ftBtn{
	width:350px;
	height:60px;
	float:none;
	margin:20px auto 0;
}

#ftBtn a{
	font-size:150%;
	line-height:60px;
}

#copyright{
	margin-top:30px;
	padding:20px 0;
}

}


/* SP */
@media screen and (max-width: 560px){

.sp-hide{ display:none!important;}

#header{
	margin-bottom:25px;
	border-bottom-width:15px;
}

/* contents */

.headline,
.listHd{ font-size:175%;}

.headline{ line-height:38px;}
.headlineWrap .headline{ float:none;}

.headlineWrap select{
	display:block;
	width:100%;
	height:30px;
	float:none;
	font-size:134%;
	margin:10px 0 0;
}

.headlineWrap p{
	height:38px;
	line-height:36px;
}

.headlineWrap .btn{ margin-top:10px;}

#information {
    padding:25px 15px;
    margin-top:15px;
    border-width:5px;
}

#information h2{
	font-size:150%;
}

#information p{
	font-size:109%;
	line-height:1.6;
}

.list{ margin-top:30px;}
.listHd{ margin-bottom:5px;}

.table.table-cleaning > tbody > tr > td{ padding-left:15px;}

.form-group-lg .form-control{
	height:36px;
	padding:6px 12px;
	font-size:14px;
	border-radius:4px;
}

.listHdWrap{
	display:block;
	margin-bottom:35px;
}

.listHdWrap .listHdLink{
	display:block;
	width:100%;
}

.listHdWrap .listHdLink li{ margin-left:15px;}
.listHdWrap .listHdLink a{ font-size:109%;}

.form-group > label{ font-size:117%;}

.form-half{
	width:100%;
	float:none;
}

#addWrap{ margin-top:30px;}

.popup-inner{ padding:50px 10px 25px;}

.submitBtn{ padding-top:25px;}

.popup-inner .headlineWrap .headline{ float:left;}

.popup-txt{
	font-size:109%;
	padding-bottom:20px;
	margin-bottom:10px;
}


/* footer */

#footer{
	margin-top:75px;
	padding-top:20px;
}

#ftNavi li{ margin:0 5px;}
#ftNavi a{
	line-height:1.6;
	font-size:109%;
}

#ftBtn{
	width:100%;
	max-width:300px;
	height:50px;
}

#ftBtn a{
	font-size:125%;
	line-height:50px;
}

#copyright{
	margin-top:20px;
	padding:15px 0;
	font-size:92%;
}


}

