
/* -----------------------------------------------------
		Pコンテンツ共通［common］
----------------------------------------------------- */
#page.p_cnt {
	background: #fff;
}

/* Layout */
.inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
h1 {
	margin: 20px 0;
	font-size: 1.25rem;
}
h2 {
	margin: 20px 0;
    padding: 10px 0;
	font-size: 1.25rem;
}
h3 {
	margin: 0 0 10px;
    padding: 10px 0;
	font-size: 1.25rem;
}
h4 {
	margin: 0 0 10px;
    padding: 10px 0 0;
	font-size: 1.125rem;
}
@media only screen and (max-width:960px) {
	.inner {
		max-width: none;
		width: 94%;
	}
	h1 {
		margin: 0;
	}
	h2 {
		margin: 10px 0;
	    padding: 5px 0;
	}
	h3 {
	    padding: 5px 0;
	}
	h4 {
	    padding: 5px 0 0;
	}
}

/*		ヘッダー
-----------------------------------------------------*/
.p_cnt #head {
	background: #e9e4da;
}
/*.p_cnt #navi .wrap .current a,*/
.p_cnt #navi .wrap > ul li:hover a,
.p_cnt #navi .wrap li.focus a {
	background-color: #f5f5f5;
	color: #202020;
}
.p_cnt #navi .wrap .current a {
	background: none;
}
#navi.navi_brand .wrap > ul {
	padding: 14px 0 0;
}
@media only screen and (max-width:960px) {
	#navi.navi_brand .wrap > ul {
		padding: 0;
	}
}
/*　各コンテンツのナビゲーション　カラー　*/
#navi.navi_brand .wrap > ul li a {
	color: #165ba2;
}
#navi.navi_kurashi .wrap > ul li a {
	color: #137511;
}
#navi.navi_furusato .wrap > ul li a {
	color: #d2511e;
}
#navi.navi_ikiiki .wrap > ul li a {
	color: #bf394b;
}

/* current */
#body--brand-index .p_cnt #navi .wrap .top,
.body--brand-see .p_cnt #navi .wrap .see,
.body--brand-acti .p_cnt #navi .wrap .acti,
.body--brand-expe .p_cnt #navi .wrap .expe,
.body--brand-hist .p_cnt #navi .wrap .hist,
.body--brand-fes .p_cnt #navi .wrap .fes,
.body--brand-eat .p_cnt #navi .wrap .eat,
.body--brand-stay .p_cnt #navi .wrap .stay,
.body--brand-souv .p_cnt #navi .wrap .souv,

#body--kurashi-index .p_cnt #navi .wrap .top,
.body--kurashi-ijyu .p_cnt #navi .wrap .ijyu,
.body--kurashi-kosodate .p_cnt #navi .wrap .kosodate,
.body--kurashi-kaigo .p_cnt #navi .wrap .kaigo,
.body--kurashi-shougai .p_cnt #navi .wrap .shougai,

#body--furusato-index .p_cnt #navi .wrap .top,

#body--kurashi-index .p_cnt #navi .wrap .top,
.body--kurashi-shogaigaku .p_cnt #navi .wrap .shogaigaku,
.body--kurashi-community .p_cnt #navi .wrap .community,
.body--kurashi-shisetsu .p_cnt #navi .wrap .shisetsu {
    background-color: #f5f5f5;
    color: #202020;
}


/*		メイン
-----------------------------------------------------*/
/* コンテンツトップのみ横幅100% */
#body--brand-index .p_cnt #wrap,
#body--kurashi-index .p_cnt #wrap,
#body--furusato-index .p_cnt #wrap,
#body--kurashi-index .p_cnt #wrap,
#body--en-index .p_cnt #wrap,
#body--cn-index .p_cnt #wrap,
#body--tw-index .p_cnt #wrap,
#body--ko-index .p_cnt #wrap {
	width: 100%;
}
#body--brand-index .p_cnt #main,
#body--kurashi-index .p_cnt #main,
#body--furusato-index .p_cnt #main,
#body--kurashi-index .p_cnt #main,
.p_lang #main_area {
	width: 100%;
}


/* メインヘッダー */
.p_cnt .main_header {
	height: 600px;
	margin: 0 0 100px;
	position: relative;
}

.p_cnt .main_header_txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 390px;
	height: 237px;
	margin: auto;
	padding: 45px 0;
	background: rgba(255,255,255,.8);
	text-align: center;
	box-sizing: border-box;
}
.p_cnt .main_header_ttl {
	margin: 0 0 27px;
}
@media only screen and (max-width:960px) {
	.p_cnt .main_header {
		height: auto;
		margin: 0 0 50px;
	}
	/* swiper */
	.p_cnt .swiper-slide img {
		left: auto;
		width: 100%;
		max-width: none !important;
		margin-left: 0;
	}
	.p_cnt .main_header_txt {
		position: static;
		top: 0;
		width: 100%;
		height: auto;
		margin: auto;
		padding: 35px 0;
		background: rgba(255,255,255,1);
	}
	.p_cnt .main_header_ttl {
		width: 70%;
		margin: 0 auto 27px;
	}
	.p_cnt .page_catch {
		width: 70%;
		margin: 0 auto;
	}
}


.p_cnt .section {
	padding: 0 0 50px;
}
#body--furusato-index .p_cnt h2,
#body--en-index .p_lang h2,
#body--cn-index .p_lang h2,
#body--tw-index .p_lang h2,
#body--kr-index .p_lang h2 {
	margin: 0 0 50px;
	font-size: 156.25%;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width:960px) {
		.p_cnt .section {
			padding: 0 0 20px;
		}
		#body--kurashi-index .p_cnt h2,
		#body--furusato-index .p_cnt h2,
		.p_lang h2 {
			margin: 0 0 10px;
			font-size: 125%;
		}
}



/* -----------------------------------------------------
		中間ページ
----------------------------------------------------- */

.p_cnt #category-list h2 {
	background: #ddc7a2;
}
.p_cnt #category-list h3 {
	border-bottom: #bba277 1px dotted;
}
.p_cnt #category-list h3 a {
	background: url(../image/arrow_br.png) no-repeat 20px 20px;
	background-size: 15px 15px;
}
@media only screen and (max-width:960px) {
		.p_cnt #category-list h3 a {
			background-position: 7px 15px;
		}
}

/* 九戸の暮らし */
.body--kurashi .category-pages article h2 {
    margin: 0;
}




/*		　h1見出し
-----------------------------------------------------*/
.p_cnt #ss-page-name {
	padding: 20px 0 30px;
	color: #000;
}



/*		　リスト(中間ページ)
-----------------------------------------------------*/
.p_cnt_list {
	/*width: 984px;*/
	margin: 0 auto;
}
.p_cnt_list .list_item {
	display: inline-block;
	width: 28.6%;
	margin: 0 2% 25px;
	background: none;
	vertical-align: top;
	letter-spacing: normal;
}
.p_cnt_list .list_item:hover {
	opacity: .7;
}
.p_cnt_list .list_item a {
	display: block;
	text-decoration: none;
}
.p_cnt_list .list_item img {
	width: 100%;
	margin: 0 0 13px;
	border-radius: 3px;
}
.p_cnt_list .list_item .external {
	display: none;
}
.p_cnt_list .list_item .list_ttl {
	text-align: center;
	font-size: 112.5%;
	color: #222;
}
.p_cnt_list .bnr_col_1 {
	display: block;
	width: 450px;
	margin: 0 auto 25px;
	background: none;
	vertical-align: top;
	letter-spacing: normal;
}
.p_cnt_list .bnr_col_1 img {
	width: 100%;
	margin: 0 0 13px;
	border-radius: 3px;
}
.p_cnt_list .bnr_col_1 img:last-of-type {
	display: none;
}
@media only screen and (max-width:960px) {
		.p_cnt_list {
			width: 94%;
		}
		.p_cnt_list .list_item {
			display: block;
			width: 100%;
			margin: 0 0 25px;
		}
		.p_cnt_list .bnr_col_1 {
			width: 100%;
			margin: 0 0 25px;
		}
}



/* -----------------------------------------------------
		詳細ページ
----------------------------------------------------- */
.body--docs .p_cnt #main {
	float: none;
	width: 1100px;
	margin: 0 auto;
}
@media only screen and (max-width:960px) {
		.body--docs .p_cnt #main {
			width: 100%;
		}
}


/*		見出し
-----------------------------------------------------*/
.body--docs .p_cnt #main_area h2,
.p_cnt .map-page h2 {
	padding: 10px;
    margin: 0 0 10px;
    color: #000;
    font-size: 1.25rem;
    background: #f8f8f8;
}
.p_cnt #main_area .category-nodes,
.page_cnt #main_area .category-nodes {
	margin: 20px auto;
}
.body--docs .p_cnt #main_area .categories h2 {
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	border-left: none;
	background: none;
}
.body--docs .p_cnt #main footer.contact h2 {
	margin: 0 0 30px;
	padding: 13px 0 13px 15px;
	font-size: 143.75%;
	letter-spacing: 0.1em;
}
.body--docs .p_cnt #main_area h3 {
	border-bottom: dashed 1px #6d6f71
}
.body--docs .p_cnt #main_area h4 {
	color: #000;
	position: relative;
	padding-left: 20px;
}
.body--docs .p_cnt #main_area h4:before {
	display: inline-block;
	content: '';
	position: relative;
	width: 18px;
	height: 18px;
	margin: 0 5px -2px -22px;
	background: #cadc5b;
}
.body--docs .p_cnt #main_area table caption {
	padding: 0 0 5px 0;
	color: #000;
	font-size: 1.2rem;
}
@media only screen and (max-width:960px) {
		.body--docs .p_cnt #main_area footer.contact h2 {
			font-size: 125%;
		}
}


/* -----------------------------------------------------
		九戸ブランド
----------------------------------------------------- */

/*		メニュー
-----------------------------------------------------*/
.p_cnt_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.p_cnt_menu article {
	width: 23.72%;
	min-width: 300px;
	max-width: 350px;
	height: 230px;
	margin: 0 13px 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: #fff 2px solid;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
@media only screen and (max-width:960px) {
		.p_cnt_menu article {
			width: 80%;
			min-width: 0;
			max-width: 300px;
			height: 180px;
		}
}
.p_cnt_menu article:hover {
	opacity: .7;
}
.p_cnt_menu article a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.p_cnt_menu article p {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	width: 180px;
	margin: auto;
	background-image: url(../image/p_cnt_arrow_wh.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 10px 9px;
	padding: 15px 0;
	border: #ddd 1px solid;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width:960px) {
		.p_cnt_menu article p {
			background-position: 96% center;
			font-size: 106.25%;
		}
}
/* 右下に三角形 */
.p_cnt_menu.corner article {
	position: relative;
	overflow: hidden;
}
.p_cnt_menu.corner article:before {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
  border-left: 25px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: #000 25px solid;
}

/*　九戸の暮らし　*/
.body--kurashi .p_cnt_menu.corner article:before {
	border-bottom: #eaff00 25px solid;
}


/* -----------------------------------------------------
		九戸ブランド
----------------------------------------------------- */
/* 中間ページh1見出し */
.body--brand-see .cate_name h1,
.body--brand-acti .cate_name h1,
.body--brand-expe .cate_name h1,
.body--brand-hist .cate_name h1,
.body--brand-fes .cate_name h1,
.body--brand-eat .cate_name h1,
.body--brand-stay .cate_name h1,
.body--brand-souv .cate_name h1 {
	border-radius: 3px;
	margin: 0 0 25px;
	padding: 18px 0 18px 25px;
	border-left: 0;
	font-size: 168.75%;
	color: #fff;
	background: #3d3d3d;
}
.body--brand .brand_cate article.cate_box_innr {
	padding: 20px 20px 0 !important;
}
.body--brand .brand_cate article.cate_box_innr a {
	display: block;
	text-decoration: none;
}
.body--brand .brand_cate article.cate_box_innr a > h2 {
	-webkit-transition: .3s;
	transition: .3s;
}
.body--brand .brand_cate article.cate_box_innr a:hover > h2 {
	color: #000;
	background: #cadc5b;
}
@media only screen and (max-width:960px) {
		.body--brand-see .cate_name h1,
		.body--brand-acti .cate_name h1,
		.body--brand-expe .cate_name h1,
		.body--brand-hist .cate_name h1,
		.body--brand-fes .cate_name h1,
		.body--brand-eat .cate_name h1,
		.body--brand-stay .cate_name h1,
		.body--brand-souv .cate_name h1 {
			margin: 20px auto 25px;
			box-sizing: border-box;
		}
	.body--brand .brand_cate article.cate_box_innr a:hover > h2 {
		color: #fff;
		background: #3d3d3d;
	}
}
.p_cnt_bnn {
	text-align: center;
}

/* ----------　　観光ガイド　　 ---------- */
.p_cnt_item {
	display: inline-block;
	width: 31.333%;
	height: auto;
	/*margin: 0 auto;*/
	margin: 0 1% 25px 0;
}
.p_cnt_item:last-of-type {
	margin: 0 0 25px 0;
}
.p_cnt_item .external {
	display: none;
}
@media only screen and (max-width:960px) {
		.p_cnt_item {
			width: 80%;
			min-width: 0;
			max-width: 280px;
			margin: 0 0 25px;
		}
}
.p_cnt_item img {
	width: 100%;
	height: auto;
}
.p_cnt_item img:hover {
	opacity: .7;
}


/* -----------------------------------------------------
		くらし応援
----------------------------------------------------- */
.body--kurashi .p_cnt .main_header {
	margin: 0;
}
.p_cnt .about_kunohe {
	display: block;
	width: 600px;
	margin: 0 auto 40px;
	border: #fff 2px solid;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.p_cnt .about_kunohe img {
	max-width: 600px;
	width: 100%;
}
@media only screen and (max-width:960px) {
		.p_cnt .about_kunohe {
			width: 94%;
		}
		.p_cnt .about_kunohe img {
			max-width: none;
			width: 100%;
		}
}

/*		メニュー
-----------------------------------------------------*/
.body--kurashi .about_kunohe:hover {
	opacity: .7;
}

.p_cnt_menu02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.p_cnt_menu02 article {
	width: 22.4%;
	min-width: 220px;
	max-width: 256px;
	height: 130px;
	margin: 0 13px 25px;
	border: #fff 2px solid;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.iju .p_cnt_menu02 article {
	background: #2e9614;
}
.kosodate .p_cnt_menu02 article {
	background: #C44860;
}
.kaigo .p_cnt_menu02 article {
	background: #DA721D;
}
.shougai .p_cnt_menu02 article {
	background: #3BA2AD;
}
.p_cnt_menu02 article a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.p_cnt_menu02 article p {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: auto;
	padding: 15px 0;
	background: url(../image/p_cnt_arrow_ye.png) no-repeat 94% center;
	background-size: 10px 9px;
}
@media only screen and (max-width:960px) {
		.p_cnt_menu02 {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
		.p_cnt_menu02 article {
			width: 45%;
			min-width: 0;
			max-width: none;
			height: 100px;
			margin: 0 5px 20px;
		}
		.p_cnt_menu02 article a {
			font-size: 106.25%;
			font-size: 93.75%;
		}
		.p_cnt_menu02 article p {
			background: url(../image/p_cnt_arrow_ye.png) no-repeat 96% center;
			background-size: 10px 9px;
		}

}

/* -----------------------------------------------------
		ふるさと応援 / インバウンド
----------------------------------------------------- */
.left_image img {
	float: left;
	margin-right: 75px;
}
.right_image img {
	float: right;
	margin-left: 75px;
}

/* -----------------------------------------------------
		ふるさと応援
----------------------------------------------------- */
.body--furusato .section {
	padding: 0 0 150px;
}
.body--furusato .left_image .txt_area {
	padding: 70px 0 0 531px;
}
.body--furusato .right_image .txt_area {
	padding: 70px 531px 0 0;
}
.body--furusato .txt_area p {
	margin: 0 0 50px;
	font-size: 100%;
	line-height: 2.2;
}
.body--furusato .link_btn {
	display: block;
	width: 210px;
	margin: 0 auto;
	padding: 15px 0;
	background: #d2511e url(../image/btn_arrow.png) no-repeat 15px center;
	background-size: 20px 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 93.75%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.body--furusato .link_btn:hover {
	background: #a3421b url(../image/btn_arrow.png) no-repeat 15px center;
	background-size: 20px 20px;
}
@media only screen and (max-width:960px) {
		.body--furusato .section {
			padding: 0 0 50px;
		}
		.body--furusato .left_image img {
			width: 150px;
			margin-right: 20px;
		}
		.body--furusato .right_image img {
			width: 150px;
			margin-left: 20px;
		}
		.body--furusato .left_image .txt_area {
			padding: 0;
		}
		.body--furusato .right_image .txt_area {
			padding: 0;
		}
		.body--furusato .txt_area p {
			margin: 0 0 25px;
			font-size: 93.75%;
			line-height: 1.9;
		}
		.body--furusato .link_btn {
			padding: 10px 0;
		}
}

/* -----------------------------------------------------
		村の紹介
----------------------------------------------------- */
#body--docs-320 .page_cnt article h2 {
    color: #fff !important;
    background: #3d3d3d !important;
}
#body--docs-320 .page_cnt article h3 {
	margin: 50px 0 10px;
	padding: 10px 20px;
	background: #cadc5b !important;
	border-bottom: none !important;
	border-radius: 20px 20px 0 0;
}
#body--docs-320 .page_cnt article h3.ttl_gray {
	background: #eaeaea !important;
}
#body--docs-320 .page_cnt article p.bottom_none {
	margin: 0 !important;
}
#body--docs-320 .page_cnt article p.bottom_none + ul {
	margin: 0 0 25px 0.5em;
}
#body--docs-320 .page_cnt .point {
	position: relative;
	padding: 0;
	font-weight: bold;
	margin: 0 0 10px;
}
#body--docs-320 .page_cnt .point:before {
	display: inline-block;
	content: '';
	position: relative;
	width: 0;
	height: 0;
	padding: 0 5px 0 0;
	margin-top: -7px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #cadc5b;
}
#body--docs-320 .page_cnt .point span {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 2px 5px;
	background: #cadc5b;
}
#body--docs-320 .page_cnt .drawing_box .float-left {
	width: 40%;
	margin: 0 1% 12px 0;
}
#body--docs-320 .page_cnt .drawing_box .float-right {
	width: 55%;
	margin: 0 0 12px 0;
}
#body--docs-320 .page_cnt .drawing_box .float-left img,
#body--docs-320 .page_cnt .drawing_box .float-right img {
	width: 100%;
	height: auto;
}
#body--docs-320 .page_cnt .profile_box {
	padding: 20px;
	background: #eaeaea;
	border-radius: 20px;
}

@media only screen and (max-width:960px) {
	#body--docs-320 .page_cnt article h3 {
		margin: 30px 0 10px;
	}
	#body--docs-320 .page_cnt .drawing_box .float-left,
	#body--docs-320 .page_cnt .drawing_box .float-right {
		float: none;
		width: 90%;
		margin: 0 auto 12px;
	}
}


/* -----------------------------------------------------
		村の子育て支援制度
----------------------------------------------------- */
#body--docs-1691 h1#ss-page-name {
	text-align: center;
}
.shien_box {
	margin: 50px 0;
	padding: 30px 0;
	border-bottom: 2px solid #cadc5b;
}
.shien_box:last-of-type {
	border-bottom: none;
}
.shien_box h3 {
	position: relative;
	font-size: 1.6rem;
	border-bottom: none !important;
}
.shien_box h3 > span.ttl_back {
	position: relative;
	z-index: 1;
}
.shien_box h3 > span.ttl_back::after {
	content: '';
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: #cadc5b;
	z-index: -1;
}
.shien_box:first-of-type h3 > span.ttl_back::after {
	right: 0;
	left: 0;
}
.shien_box .float-left,
.shien_box .float-right {
	width: 45%;
}
.shien_box .float-left img,
.shien_box .float-right img {
	width: 100%;
	height: auto;
}
.shien_box_item {
	margin: 0 0 20px;
	border-bottom: 2px solid #eaeaea;
}
.shien_box_item:last-of-type {
	border-bottom: none;
}
.shien_box_item h4::before {
	border-radius: 50%;
}
.shien_box .bg_w {
	background: #fff;
}
.shien_box .bg_pink {
	background: #e7bcbf;
}
.shien_box .bg_ly {
	background: #fff7a5;
}
.shien_box .bg_lg {
	background: #e4e8b0;
}
.shien_box .bg_lg_2 {
	background: #f1f5de;
}
.shien_box .bg_lb {
	background: #c2e2f6;
}
.shien_box .bg_dred {
	background: #ba9ca3;
}
.shien_box .bg_red {
	color: #fff;
	background: #e85c69;
}
.shien_box_table {
	overflow-x: scroll;
}
.shien_box_table table {
	border-collapse: collapse;
	white-space: normal;
	table-layout: fixed;
}
.shien_box_table table th,
.shien_box_table table td {
	/*overflow-wrap: break-word;*/
	width: 110px !important;
	padding: 3px 5px !important;
	text-align: center;
	font-size: 0.88rem !important;
	line-height: 1.4em;
	vertical-align: middle;
	border: 1px solid #000 !important;
}
.shien_box_table table tr:last-of-type td {
	vertical-align: top;
	text-align: left;
}
.shien_box_table table thead th:nth-of-type(2),
.shien_box_table table td:first-of-type {
	width: 70px !important;
}

.shien_manager {
	padding: 80px 0;
	margin: 0 0 100px;
	background: #cadc5b;
}
.manager_inner {
	position: relative;
	width: 860px;
	margin: 0 auto;
}
.manager_inner::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 75px;
	height: 68px;
	background: url(../image/icon_bubble.svg) no-repeat center/cover;
}
.manager_inner .float-left {
	float: left;
	width: 235px;
}
.manager_inner .float-right {
	float: right;
	width: calc(100% - 275px);
	margin: 50px 0 0;
}
.manager_inner .float-left img,
.manager_inner .float-right img {
	width: 100%;
	height: auto;
}
.manager_inner .float-left p {
	text-align: center;
}
.manager_inner .ttl {
	font-size: 1.6rem;
	margin: 0 0 1em;
}

@media only screen and (max-width:960px) {
	.shien_box {
		margin: 30px 0;
		padding: 20px 0;
	}
	.shien_box .float-left,
	.shien_box .float-right {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.shien_manager {
		padding: 50px 0 30px;
		margin: 0 0 50px;
	}
	.manager_inner {
		width: 90%;
		margin: 0 auto;
	}
	.manager_inner .float-left,
	.manager_inner .float-right {
		float: none;
		width: 90%;
		margin: 0 auto 20px;
	}
}