@charset "UTF-8";

#header-fixed {
	position: static;            /* ヘッダーの固定 */
	top: 0px;                   /* 位置(上0px) */
	left: 0px;                  /* 位置(右0px) */
	width: 100%;                /* 横幅100% */
	height: 72px;               /* 縦幅140px */
	z-index: 200;
	background-color: #fff;
}
#header-bk {
	margin:10px;
}
.head_logo_img{
	width:180px;
}
.header-fixed_back{
	display:none;
	background-color:#fff;
}
.head_left{
	float:left;
	margin:0px;
	padding:7px 0 0 10px;
}
.head_right{
	float:right;
	padding:5px 15px 0 0;
}
.header-fixed_h1 {
	left: 0px;
}
.header_menu_up1 {
	float:right;
}
.header_menu_up_sub1 {
	float:left;
	padding-left:20px;
	vertical-align: middle;
}
.header_menu_up_sub1 img.header_menu_up_sub_img1{
	vertical-align:middle;
}

/* menu */
#menu_res1 {
	margin-top:10px;
}
	#menu_res1 ul {
		list-style:none;
		margin: 0px;
		/*padding-top: 10px;*/
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		/*height:30px;*/
	}
	#menu_res1 li {
		float:left;
	}
	#menu_res1 li h1 {
		position:relative;
	}
	#menu_res1 li a {
		display:block;
		padding-right:15px;
		margin-top:4px;
		margin-right:5px;
		color:#000;
	}
	#menu_res1 li a:hover {
		color:#363;
	}
	.three_ijou_div {
		display:block;
	}
	.three_miman_div {
		display:none;
	}
.menu_tiny1 {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
	#smp_menu_list_nav > ul:before,
	#smp_menu_list_nav > ul:after {
		content: " ";
		display: table;
	}
	#smp_menu_list_nav > ul:after {clear: both;}
	#smp_menu_list_nav > ul { *zoom: 1;}

	#smp_menu_list_head_nav > ul:before,
	#smp_menu_list_head_nav > ul:after {
		content: " ";
		display: table;
	}
	#smp_menu_list_head_nav > ul:after {clear: both;}
	#smp_menu_list_head_nav > ul { *zoom: 1;}

@media screen and (max-width: 1200px) {
	/*  ２＋１ 列  水 */
}
@media screen and (max-width: 900px) {
	/*  １＋１ 列  緑 */
	#menu_res1 li a {
		display:block;
		padding-right:5px;
		margin-top:4px;
		margin-right:3px;
	}
	.three_ijou_div {
		display:none;
	}
	.three_miman_div {
		display:block;
	}
	.head_left{
		padding:7px 0 0 10px;
	}
	.head_right{
		float:right;
		/*padding:7px 15px 0 0;*/
		padding:7px 5px 0 0;
	}


}
/*  １列  黄 */
/*@media screen and (max-width: 700px) {*/
@media screen and (max-width: 600px) {

	.header_menu_up1 {
		float:none;
	}
	.header_menu_up_sub1 {
		float:none;
		padding-left:0px;
		padding-top:5px;
		padding-bottom:5px;
	}

	#menu_res1 {
		width:190px;
		text-align:left;
		margin-left:40px;
	}
		#menu_res1 ul {
			margin: 0px;
		}
		#menu_res1 li {
			clear: both;
			padding:5px;
			width:100%;
		}
	/*-----------------------------スマホメニュー-----------------------------*/
	#header-fixed {
		/*height: 62px;*/               /* 縦幅140px */
		height: 50px;
		position: fixed;            /* ヘッダーの固定 */
		background-color: rgba(255,255,255,0.7);
	}
	.head_logo_img{
		width:100px;
	}
	.head_left{
		padding:10px 0 0 10px;
	}
	.head_right{
		/*padding:12px 5px 0 0;*/
		padding:7px 5px 0 0;
	}

	.header-fixed_back{
		height:62px;
		display:block;
	}
	#smp_menu_list_nav {
		display: none;
	}
	#smp_menu_list_head_nav {
		display: none;
	}
	/*スマホメニュー開いた後の メニュー外*/
	#smp_menu_soto_div {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.7);
		display: none;
		position: fixed;
		z-index: 9997;
	}

	/* 三メニューボタンの周り */
	#switchBtnArea {
		background-color: rgba(0,0,0,1);
		display:none;
	}
	/* 三メニューボタン 側*/
	#switchBtnArea #switchBtn {
		top: 10px;
		left: 10px;
		width: 40px;
		height: 40px;
		display: block;
		/*background: #a7a7a7;*/
		background-color: rgba(0,0,0,1);
		position: absolute;
		border-radius: 5px;
		z-index: 9998;
		display:none;
	}

	/* 三メニューボタン 三*/
	#switchBtnArea #switchBtn span {
		left: 20%;
		width: 60%;
		height: 4px;
		display:none;
		position: absolute;
		background-color: #fff;
		border-radius: 5px;
		transition: all 0.2s linear;
		display:none;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 18px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 10px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	/* 三メニューボタン ×*/
	#switchBtnArea #switchBtn.btnClose {
		background: transparent;
		display: block;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 18px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/*スマホメニュー開いた後の メニュー上下の暗い部分*/
	#smp_menu_div {
		top: 0;
		left: -210px;
		/*width: 210px;*/
		width: 210px;
		height: 100%;
		background: #666;
		overflow: auto;
		position: fixed;
		z-index: 9999;
	}

	/*スマホメニュー メニュー部分*/
	#smp_menu_div ul {
		width: 100%;
		padding-left:0px;
		list-style:none;
	}
	#smp_menu_div ul li {
		width: 100%;
		border-bottom: #ccc 1px solid;
		background: #eee;
	}
	#smp_menu_div ul li a {
		text-align: left;
		display: block;
		position: relative;
		padding: 10px 10px;
		color:#000;
	}

	#smp_menu_div ul li a.search_button{
		background-color:#666;
		color:#fff;
	}
	#smp_menu_div ul li .smp_menu_list_nav_li_div {
		padding: 10px 10px;
	}
	#smp_menu_div ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #bbb;
		border-right: 2px solid #bbb;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#smp_menu_div ul li td a {
		padding: 3px 3px;
	}
	#smp_menu_div ul li td a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 0px solid #bbb;
		border-right: 0px solid #bbb;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		padding: 3px 3px;
	}
	#contents {
		width: 100%;
	}
	#contents p {
		padding: 0 20px 2em 20px;
	}

}