/* koken Document */
/* ----------------------------------------- */
/* ▼サイトメニュー（ナビゲーション）設定    */
/* ----------------------------------------- */

/* トップメインコンテンツメニュー */
#TopMenu {
	width:auto;
	height: 50px;
	position:absolute;
	top:15px;
    left:340px;
    z-index: 10;
    /*background: linear-gradient(transparent 3px,rgba(10,10,10,0.4) 5px,transparent 3px);*/
}
#TopMenu:after {
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
#TopMenu ul {
    width:1100px;
	margin:0;
	padding:0;
    /*width:auto !important;*/
	min-width:1100px;
    height:auto;
}
#TopMenu li {
	list-style-type:none;
	float:left;
	margin:0;
	padding:0;
	font-size:1em;
}
#TopMenu li em {
    font-style:normal;
    font-weight:normal;
}
#TopMenu li a {
    /*display: flex;
    align-items: center;
    justify-content: space-around;*/
	display:inline-block;
	width:auto;
	height:auto;
	padding:2px 12px;
	margin:0;
	text-align:center;
	line-height:1.4;
	letter-spacing:1px;
    font-family: 'Open Sans', sans-serif;
    font-weight:500;
    color:#000;
    /*border:1px solid #fff;
    background-color: rgba(0,0,0,0.6);*/
	text-decoration:none;
}
#TopMenu a:hover {
    color:#F9F9C8;
    background-color: rgba(0,0,0,0.8);
    /*border: 1px solid rgba(255,255,255,1);*/
}
#TopMenu li#sel a {
    text-decoration:none;
    color:#32a2ad;
    color:#fff;
    background-color: #1560a7;
    /*border: 1px solid rgba(255,255,255,1);*/
}



/* footer Menu ****** */
#footerMenu {
    /*display: none;*/
}
#footerMenu ul { 
	margin:0 15px;
	padding:0;
    column-count: 1;
}
#footerMenu li {
	list-style-type:none;
    margin:0;
	padding:0;
	font-size:0.9em;
}
#footerMenu li a {
    display: block;
    /*border-bottom:1px solid #2760ad;*/
	margin:0 10px 0 10px;
    padding:8px 12px;
    color:#fff;
    text-decoration:none;
}
#footerMenu li a:before {
    padding-right:5px;
    content:"\025b6";
}
#footerMenu li a:hover {
    color:orange;
}
#footerMenu li em { font-style:normal;	/*font-weight:bolder;*/ }

/* ご利用者の声サブメニュー */
#subMenu {
	width:100%;
	height:auto;
}
#subMenu:after {
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
#subMenu ul {
	margin:0;
	padding:0;
}
#subMenu li {
	list-style-type:none;
	float:left;
	margin:0 5px 8px 0;
	padding:0;
	font-size:100%;
}

#subMenu li a {
	display:inline-block;
	width:auto;
	height:auto;
	padding:8px 15px;
	margin:0;
	text-align:center;
	line-height:1.5;
	letter-spacing:0;
    color:#fff;
    /*border:1px solid #fff;*/
    /*background-color: rgba(0,0,0,0.6);*/
    /*background: linear-gradient(#d66e01, #ee923b);
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(79, 41, 22, .8);*/
    background:#32a2ad;
    border-radius: 20px;
	text-decoration:none;
}
#subMenu a:hover {
    color:#F9F9C8;
	filter:alpha(opacity=75);
	opacity:0.75; white-space:nowrap;
}

/* 実績サブメニュー */
#acvMenu {
	width:100%;
	height:auto;
    margin:20px 0;
    border-radius: 10px;
    background: #c9cbca;
}
#acvMenu:after {
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
#acvMenu ul {
	margin:0;
	padding:10px;
}
#acvMenu li {
	list-style-type:none;
	float:left;
	margin:0 5px 8px 0;
	padding:0;
	font-size:0.9em;
}

#acvMenu li a {
	display:inline-block;
	width:auto;
	height:auto;
	padding:5px 8px;
	margin:0;
	text-align:center;
	line-height:1.5;
	letter-spacing:0;
    color:#fff;
    background:#011b3c;
	text-decoration:none;
}
#acvMenu a:hover {
    color:#F9F9C8;
	filter:alpha(opacity=75);
	opacity:0.75; white-space:nowrap;
}
/* ----------------------------------------- */
/* ▼バナー・メニュー設定                    */
/* ----------------------------------------- */
/* TOPボタン */
#btn_top a {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 80px;
	height: 30px;
	display: block;
	background-image: url(../material/btn_top.png);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index: 10;
}
#btn_top a:hover { background-position:-80px 0; }
#btn_top a span { display:none; }


/* サイドメニュー */
#sideMenu {
    position: absolute;
    width:230px;
}
#sideMenu ul {
    margin:20px 0;
}

/* ページ内リンクのヘッダー位置調整 */
#c01,#c02,#c03,#c04,#c05,#c06,#c07,#c08,#c09,#c10 {
    display: block;
    padding-top: 10px;
    margin-top: -10px;
}

/* ページトップへ戻る */
.pageTop {
    position:relative;
    width:100%;
    /*max-width:950px;*/
    height:0;
    margin:0 auto;
    z-index: 20;
}

.pageTop a {
    position: fixed;
    bottom: 5px;
    right:0;
    display: block;
    width: 75px;
    height:75px;
	background:url(../material/btn_top.png) 0 0 no-repeat;
}
.pageTop a:hover {
	filter:alpha(opacity=85);
	opacity:0.85; white-space:nowrap;
}
.pageTop a em { display:none; }


/* サイドメニュー */
#SideMenu {
	margin:0 5px 5px 3px;
	padding:0;
}
#SideMenu h3, #side_bn h3 {
	font-size:100%;
	letter-spacing:0;
	margin:0;
	padding:3px 0 0 3px;
	color:#000;
}
#SideMenu ul {
	margin:0;
	padding:0;
}
#SideMenu li {
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0;
	font-size:110%;
}
#SideMenu li a {
	display:block;
	width:90%;
	margin:0 0 10px 0;
	padding:23px 5px 23px 8px;
	line-height:1.35;
	font-size:100%;
	/*color:#000;
	border:1px solid #333;
    background-color: #fffef5;*/
    color:#96711d;
    border:1px solid #ead7ac;
    background: #fffae7;
    /*background: linear-gradient(#fffef5 30%,#fdfae0 70%,#fdfae0 30%);*/
}
#SideMenu a:hover {
	background-color: #fbf1ca;
}
#SideMenu .no_link {
	width:90%;
	margin:0 0 7px 5px;
	padding:15px 5px 15px 8px;
	border:1px solid #333;	
}

/* ----------------------------------------- */
/* ▼パンくずナビゲーション設定              */
/* ----------------------------------------- */

ol#PathNavi {
	margin:0 0 0 5px;
	padding:6px 0;
    height:1.2em;
	list-style: none;
    /*border-top: 1px solid #999;
    border-bottom: 1px solid #999;*/
}
ol#PathNavi li {
	float: left;
	padding: 0 6px 0 0;
	margin:0 0 5px 0;
	font-size: 85%;
}
ol#PathNavi li:before {
    content:"\03E";
    padding-right:5px;
    color:#666;
}
ol#PathNavi li:first-child:before {
    content: none;
}
ol#PathNavi li a:link,
ol#PathNavi li a:visited {
	color: #3aa;
	text-decoration: underline;
}

ol#PathNavi li a:hover,
ol#PathNavi li a:active {
	color: #f55;
	text-decoration: underline;
}
ol#PathNavi li em {
	color:#777;
	font-style: normal;
	font-weight: bold;
}

.sch_val, .sort, .record {
    font-size:0.8em;
    margin-bottom:5px;
}
/* 検索条件表示用 */
.sch_val a { font-weight:bold; }
.sch_val em {
    font-weight:bold;
    font-style:normal;
    background:#365e74;
    color:#fff
}
.sch_val em.date { font-weight:normal; }

/* リスト並び順（ソート） */
.sort ul {
	margin:3px 0;
	padding:0;
}
.sort:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
.sort li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	float:left;
	width:auto;
	height:auto;
	padding:0;
	margin:0 10px 0 0;
	/*color:#ACAAAA;
	border:1px solid #999;
	background:#E8E8E8;*/
}
.sort li.on {

}

.record {
    
}

/* ----------------------------------------- */
/* 検索ボックス装飾                          */
/* ----------------------------------------- */

#schb {
    margin-left:15px;
}
#schb h4 {
    margin-left:0 !important;
}
#schb h5 {
    padding-bottom:3px !important;
}
#schb input, #schb select {
    font-size:115%;
    padding:4px 5px;
}
#schb label span {
    font-size:110%;
}

.schb_match {
	margin:0;
	padding:0;
}
.schb_match li {
	list-style-type:none;
	margin:0 0 0 5px;
	padding:0;
	font-size:110%;
}
.schb_match li a {
	display:block;
	width:150px;
	margin:0 8px 7px 0;
	padding:5px 0;
	line-height:1.35;
    text-align: center;
    text-decoration:none;
	border:1px solid #333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    float: left;
}
.schb_match a:hover {
	background-color:#FBEDED;
}
.schb_match:after {
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}

.schb_lst {}
.schb_lst label {
    display:block;
    width:180px;
    margin-bottom:5px;
    float: left;
}
.schb_lst label input {
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin-right:5px;
}
.schb_lst label span {
    font-size:90%;
    color:#19552B;
}
.schb_lst:after { /* floatボックスの後処理 */
    content: "";
    display: block;
    clear: both;
    height:0;
    overflow: hidden;
}
.w_fac label {
    width:260px;
}
.w_wcmodel label {
    width:150px;
}
.s_fac li a {
    width:180px;
}

.schb_btn {
    margin:10px 0;
}
.schb_btn input {
    width:250px;
}

.schb_submit {
    width:100% !important;
    font-size:1.2em !important;
    font-weight:bold;
}

/* 確定ボタン */
#ConfirmBotton {
	display:block;
	height:40px;
	padding:5px 0 5px 25px;
	margin:8px 0;
	text-decoration:none;
	line-height:1.8;
	letter-spacing:3px;
	font-size:1.6em;
    font-weight:bold;
	color:#fff;
    background-color:#9F2B0B;
    border: 1px solid #F0D12D;
    box-shadow: 0 2px 3px rgba(172, 1, 22, .4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 1px #000;
}
#ConfirmBotton:hover {
    cursor:pointer;
	color:#ff9;
	background-color:#f25024;
}
#ConfirmBotton em {
	font-style:normal;
	line-height: 2;
}

