@charset "utf-8";


/* base layout
--------- --------- --------- */

body {
	width: 100%;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4;
	background: #FFF;
	-webkit-font-smoothing: antialiased;
}

img {
	vertical-align: bottom;
}

strong {
	font-weight: bold;
}

input,
select{
	-webkit-appearance: none;
}
input[type="submit"],
input[type="button"]{
	cursor: pointer;
}

/* header
--------- --------- --------- */
#header{
	overflow: hidden;
}
#header a{
	text-decoration: none;
}

#header .headerWrapper{
	border-top: 10px solid rgb(0, 93, 85);
	background: url(../img/bg_grass.png) 0 bottom repeat-x;
	padding-bottom: 5px;
}

#header .innerWrap{
	max-width: 960px;
	padding:0 10px;
	margin: 0 auto;
}

#header .titleBox{
	margin-bottom: 15px;
}

#header .titleBox:after{ content : ''; display : block; clear : both; height:0; }

#header .titleBox .logo{
	float: left;
	margin-top: 15px;
	width: 126px;
}

#header .titleBox .logo img{
	max-width: 100%;
}


#header .titleBox .loginBox{
	float: right;
}

#header .titleBox .loginBox:after{ content : ''; display : block; clear : both; height:0; }

#header .titleBox .loginBox .loginName{
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
	font-size: 14px;
	color: rgb(0, 93, 85);
}

#header .titleBox .loginBox .loginBtn{
	display: inline-block;
	border-radius: 4px;
	background-color: rgb(0, 93, 85);
	color: #fff;
}

#header .titleBox .loginBox .loginBtn a{
	border-radius: 4px;
	background-color: rgb(0, 93, 85);
	color: #fff;
	display: block;
	padding: 12px 18px;
	line-height: 1;
	margin-top: -2px;
}

#header .titleBox .loginBox .snsBtn{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 3px;
	height: 28px;
	width: 28px;
}

#header .titleBox .loginBox .snsBtn img{
	max-height: 100%;
	max-width: 100%;
}

#header .naviWrapBox{
	margin-bottom: 5px;
}

#header .naviWrapBox ul.btnList:after{ content : ''; display : block; clear : both; height:0; }

#header .naviWrapBox ul.btnList > li{
	float:left;
	margin-right:30px;
}


/* naviWrapBox */

#header .naviWrapBox{
	display:-webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	width: 100%;
}

@media only screen and (max-width: 600px){
	#header .naviWrapBox{
		display: block;
	}
}

#header .mainPageBox{
	padding: 10px 0;
	width: 100px;
	color: rgb(0, 93, 85);
	font-size: 12px;
	flex: initial;
}
/* caseListBox */
#header .caseListBox{
	text-align: center;
	flex: 1;
}

#header .caseListBox .caseList{
	border-radius: 5px;
	width: 100%;
	margin: auto;
	max-width: 480px;
	height: 100%;
	box-shadow: 0 2px 0 rgb(191,204,188);
	display: table;
	table-layout: fixed;
}

#header .caseListBox .caseList .item{
	background: rgb(255,255,255);
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	border-top: 1px solid rgb(191,204,188);
	border-bottom: 1px solid rgb(191,204,188);
	border-right: 1px solid rgb(191,204,188);
	position: relative;
	height: 100%;
}

#header .caseListBox .caseList .item:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: 1px solid rgb(191,204,188);
}

#header .caseListBox .caseList .item:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#header .caseListBox .caseList .item:only-child .itemText{
	cursor: default;
}

#header .caseListBox input[type=radio].case-radio{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#header .caseListBox input[type=radio].case-radio:checked + .itemText {
	background-color: rgb(0, 93, 85);
	color: #fff;
}

#header .caseListBox .itemText{
	display: block;
	cursor: pointer;
	position: relative;
	color: #412d07;
	height: 100%;
}

#header .caseListBox .itemText .wrap{
	display:inline-block;
	padding:8px;
}

#header .caseListBox .caseList .item:first-child input[type=radio].case-radio:checked + .itemText{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#header .caseListBox .caseList .item:last-child input[type=radio].case-radio:checked + .itemText{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#header .caseListBox .itemText .icon{
	padding-left: 30px;
	position: relative;
}

#header .caseListBox .itemText .icon:before{
	content: '';
	position: absolute;
	left:4px;
	top:50%;
	width: 18px;
	height: 18px;
	margin-top: -10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#header .caseListBox .itemText .icon.icon-human:before{
	background-image: url(../img/icon_human.png);
}

#header .caseListBox .itemText .icon.icon-star:before{
	background-image: url(../img/icon_star2.png);
}

#header .caseListBox input[type=radio].case-radio:checked + .itemText .icon.icon-human:before{
	background-image: url(../img/icon_human_active.png);
}

#header .caseListBox input[type=radio].case-radio:checked + .itemText .icon.icon-star:before{
	background-image: url(../img/icon_star2_active.png);
}

#header .detailSearchBox{
	width: 100px;
	text-align: right;
}

@media only screen and (max-width: 600px){
	#header .detailSearchBox{
		width: 100%;
		margin-top: 10px;
	}
}

#header .detailSearchBox .btn{
	font-weight: bold;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	padding:8px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
	border-radius: 3px;
	background: #412d07;
}

#header .detailSearchBox .icon{
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

#header .detailSearchBox .icon:before{
	content: '';
	position: absolute;
	left:0;
	top:50%;
	width: 18px;
	height: 18px;
	margin-top: -10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#header .detailSearchBox .icon.icon-search:before{
	left:7px;
	background-image: url(../img/icon_search.png);
}

#header .searchWindow{
	box-shadow: 0 -2px 2px rgba(0,0,0,0.4);
	background: #EEEEEE;
	border-top: 2px solid rgb(65, 47, 7);
	border-bottom: 2px solid rgb(65, 47, 7);
	display: none;
}

#header .searchWindow.active{
	display: block;
}

#header .searchWindowWrap{
	position: relative;
	max-width: 960px;
	margin: auto;
}

#header .searchWindow .innerWrap{
	max-width: 610px;
	padding-top:50px;
	margin: auto;
}

#header .searchWindow .searchItemBox{
	margin: 0 90px 12px 67px;
	padding: 0 0 12px 0;
	border-bottom: 1px dotted rgb(153, 153, 153);
}

#header .searchWindow .searchItemBoxaaa{
	margin: 0 90px 12px 67px;
	padding: 0 0 12px 0;
	border-bottom: 1px dotted rgb(153, 153, 153);
}


#header .searchWindow .searchItem {
	margin-bottom: 20px;
	width: 100%;
	display: table;
}

#header .searchWindow .searchItem > dt{
	display: table-cell;
	color:rgb(65, 47, 7);
	width: 90px;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 5px;
	vertical-align: top;
	font-weight: bold;
}

#header .searchWindow .searchItem > dd{
	display: table-cell;
	vertical-align: middle;
}

#header .searchWindow .searchItem.property input{
	background: rgb(255, 255, 255);
	padding: 8px;
	border: 1px solid rgb(204,204,204);
	border-radius: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header .searchWindow .searchItem select{
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff url(../img/icon_arrow_btn.png) right center no-repeat;
	padding: 6px 26px 6px  6px;
	border: 1px solid rgb(204,204,204);
	border-radius: 4px;
}

#header .searchWindow .searchItem select.multiple{
	background: #fff;
}


#header .searchWindow .searchItem label.checkbox {
	position: relative;
	cursor: pointer;
	padding-left: 20px;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}

#header .searchWindow .searchItem label.checkbox input[type=checkbox] {
	display: none;
	margin: 0;
}

#header .searchWindow .searchItem label.checkbox input[type=checkbox] + .icon {
	position: absolute;
	left: 0;
	top: 2px;
}

#header .searchWindow .searchItem label.checkbox input[type=checkbox] + .icon::before {
	top: 9px;
	left: 10px;
	border: 1px solid #969696;
}

#header .searchWindow .searchItem label.checkbox input[type=checkbox] + .icon::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 16px;
	height: 16px;
	background: #FFF;
	border: 1px solid #ccc;
}

#header .searchWindow .searchItem label.checkbox input[type=checkbox]:checked + .icon::after {
	content: "";
	position: absolute;
	top: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: 2px;
	width: 16px;
	height: 8px;
	border-left: 4px solid rgb(0, 93, 85);
	border-bottom: 3px solid rgb(0, 93, 85);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



#header .searchWindow .errorMsg{
	color: rgb(228, 69, 53);
	font-size: 14px;
}

#header .searchWindow .errorMsg .msg{
	margin-bottom: 10px;
}

#header .searchWindow .closeBtn{
	width: 30px;
	height: 30px;
	position: absolute;
	right:26px;
	top:10px;
	cursor: pointer;
}

#header .searchWindow .closeBtn:before,
#header .searchWindow .closeBtn:after{
	position: absolute;
	content: '';
	top:0;
	left:0;
	bottom: 0;
	right:0;
	display: block;
	margin: auto;
	width: 30px;
	height: 1px;
	background-color: rgb(159,159,159);
}

#header .searchWindow .closeBtn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header .searchWindow .closeBtn:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


#header .searchWindow .buttonBox{
	padding: 15px 0;
	border-top: 1px dotted #CCC;
}

#header .searchWindow .buttonBox .errorMsg{
	margin-bottom: 10px;
}

#header .searchWindow .buttonList{
	display: table;
	width: 100%;
	table-layout: fixed;
}

#header .searchWindow .buttonList .clearBtn{
	display: table-cell;
	text-align: left;
	padding-right: 5px;
}

#header .searchWindow .buttonList .searchBtn{
	text-align: right;
	padding-left: 5px;
}

#header .searchWindow .btn {
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	padding: 8px;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

#header .searchWindow .clearBtn .btn {
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
	width: 200px;
	max-width: 100%;
}

#header .searchWindow .searchBtn .btn {
	color: #fff;
	background: #412d07;
	text-decoration: none;
	padding: 10px 8px;
	width: 270px;
	max-width: 100%;
}




/* footer
--------------------------------------------------*/
#footer{
	padding-top: 130px;
	padding-bottom: 50px;
	text-align: center;
	background: url(../img/bg_grass.png) 0 10px repeat-x;
}

#footer a{
	text-decoration: none;
}

#footer .copyright{
	color: #333;
	font-size: 12px;
	text-align: center;
}


/* loginPage
--------------------------------------------------*/

body.loginPage {
	height: 100%;
}

body.loginPage #footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

/* footer
--------------------------------------------------*/
body.loginPage #footer{
	padding-top: 110px;
	padding-bottom: 0;
	background: url(../img/bg_grass.png) 0 10px repeat-x;
}

body.loginPage #footer .copyright{
	background: #e9f3e3;
	color: #333;
	font-size: 12px;
	text-align: center;
	padding: 10px;
}




/* align
--------- --------- --------- */
.alignCenter{
	text-align: center;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}