@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
　02. モジュール

******************************************************************************* */
/* ==

　01. 基本

=============================================================================== */
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#main {
	width: auto;
	min-width: 950px;
	padding-top: 0;
	padding-bottom: 40px;
	color: #000;
}
.fnFade img {
	transition: all 0.3s;
}
.fnOiAnchorT {
	margin-top: -75px;
	padding-top: 75px;
}
.fnOiAnchorT-sp {
	margin-top: -112px;
	padding-top: 112px;
}
.oiCaution01 {
	color: #f00;
}
.oiCaution02 {
	display: inline-block;
	line-height: 1.1;
	margin: 0 0 0 8px;
	padding: 4px 6px 3px 10px;
	border: 1px solid #f00;
	color: #f00;
}
/* ==

　02. モジュール

=============================================================================== */
/* 固定ヘッダ
------------------------------------------------------------------------------- */
#oiHeader {
	position: relative;
	height: 45px;
	color: #fff;
	z-index: 10;
}
#oiHeader a {
	color: #fff;
	text-decoration: none;
}
.funcFix .oiHeader_in {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.oiHeader_head {
	background-color: #10070e;
}
.oiHeader_contact a {
	display: block;
	position: relative;
	float: left;
	width: 48%;
	line-height: 45px;
	padding: 0 28px 0 0;
	border-right: 1px solid #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
}
.oiHeader_contact a:before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 0 4px 0 0;
	background: url(/open_innovation/images/ico_cv02.png) left top no-repeat;
	background-size: 21px auto;
	vertical-align: -5px;
}
.oiHeader_contact a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 7px;
	width: 28px;
	height: 8px;
	margin: -4px 0 0;
	background: url(/open_innovation/images/ico_header01.png) left top no-repeat;
	background-size: 28px auto;
}
.oiHeader_txt {
	float: left;
	width: 51.5%;
	padding: 9px 46px 0 0;
	line-height: 1.4;
	color: #e50012;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
}
.oiHeader_btn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	border-left: 1px solid #fff;
	background-image: url(/open_innovation/images/ico_header02.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 45px auto;
}
.oiHeader_body {
	display: none !important;
	position: absolute;
	top: 44px;
	left: 0;
	width: 100%;
	padding: 0 10px 20px;
	background-color: #000;
	font-size: 16px;
	z-index: 11;
	box-sizing: border-box;
}
.oiHeader_body-show {
	display: block !important;
}
#oiHeader .oiHeader_body li {
	display: block !important;
	float: none;
	margin: 5px 0 0;
	background: none;
	font-size: 16px;
}
#oiHeader .oiHeader_body li:first-child {
	margin-top: 0;
}
#oiHeader .oiHeader_body a {
	display: block;
	position: relative;
	min-height: 0;
	margin: 0;
	padding: 7px 40px 6px 20px;
	background: #3f3f3f;
}
#oiHeader .oiHeader_body a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 13px;
	height: 13px;
	margin: -7px 0 0;
	background: url(/open_innovation/images/ico_header03.png) left top no-repeat;
	background-size: 13px auto;
}
.oiHeader_close {
	display: block;
	margin: 20px 0 0;
	padding: 7px 40px 6px 20px;
	background-color: #3f3f3f;
	text-align: center;
}
.oiHeader_close:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 7px 0 0;
	background: url(/common/images/header_ico07.png) left center no-repeat;
	background-size: 16px 16px;
	vertical-align: -3px;
}
/* メインビジュアル
------------------------------------------------------------------------------- */
#main .oiMain {
	padding: 0 0 60px;
	background-color: #ffffff;
	overflow: hidden;
}
#main .oiMain_visual {
	position: relative;
	height: 670px;
	z-index: 1;
}
#main .oiMain_image {
	width: 100%;
	height: 671px;
}
#main .oiMain_tit {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#main .oiMain_tit-s1 {
	max-width: 550px;
	margin: 0 auto;
	padding: 161px 0 0;
}
#main .oiMain_txt-s1 {
	max-width: 550px;
	margin: 0 auto;
}
#main .oiMain_btn {
	display: block;
	max-width: 280px;
	line-height: 36px;
	padding: 2px 0 0;
	border: 1px solid #fff;
	border-radius: 30px;
	background-color: rgba(50, 50, 50, 0.5);
	background: rgba(50, 50, 50, 0.5);
	color: #fff;
	font-size: 167%;
	text-align: center;
	text-decoration: none;
}
#main .oiMain_btn-s1 {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#main .oiMain_front {
	position: relative;
	max-width: 591px;
	margin: -224px auto 0;
	padding: 56px 45px 35px 114px;
	background-color: #2E2E2D;
	background-color: rgba(46, 46, 45, 0.7);
	background: rgba(46, 46, 45, 0.7);
	z-index: 2;
}
#main .oiMain_front p {
	line-height: 2;
	margin: 0 0 28px;
	color: #fff;
	font-size: 117%;
}
#main .oiMain_front p:last-child {
	margin-bottom: 0;
}
/* お知らせ
------------------------------------------------------------------------------- */
#main .oiNews {
	margin: 0;
	padding: 80px 0 78px;
	background-color: #f2f2f2;
}
#main .oiNews_in {
	max-width: 950px;
	margin: 0 auto;
}
#main .oiTheme_in p {
	line-height: 2.1428571;
}
#main .oiNews_list {
	margin: 0;
	font-size: 100%;
}
#main .oiNews_item {
	float: left;
	width: 300px;
	margin: 20px 25px 0 0;
}
#main .oiNews_item-hide {
	display: none !important;
}
#main .oiNews_item:nth-child(3n) {
	margin-right: 0;
}
#main .oiNews_item a {
	display: block;
	color: #000;
	text-decoration: none;
}
#main .oiNews_img {
	display: block;
	margin: 0 0 21px;
	transition: all 0.3s;
}
.d_hover #main .oiNews_item a:hover .oiNews_img {
	opacity: 0.65;
}
#main .oiNews_txt {
	display: block;
	margin: 2px 0 0;
	font-size: 109%;
}
#main .oiNews_btn {
	display: block;
	position: relative;
	width: 7em;
	line-height: 28px;
	margin: 12px 0 0;
	padding: 0 5px 0 0;
	border: 1px solid #000;
	color: #000;
	font-size: 117%;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s;
}
.d_hover #main .oiNews_item a:hover .oiNews_btn {
	background-color: #ddd;
}

/* btn02 */
#main .oiNews_list02 {
	margin: 0;
	font-size: 100%;
}
#main .oiNews_item02 {
max-width: 950px;
margin: 0 auto;
text-align: center;
}
#main .oiNews_item-hide {
	display: none !important;
}
#main .oiNews_item:nth-child(3n) {
	margin-right: 0;
}
#main .oiNews_item02 a {
	color: #000;
	text-decoration: none;
}

.d_hover #main .oiNews_item02 a:hover {
	opacity: 0.65;
}
#main .oiNews_txt02 {
	display: block;
	margin: 2px 0 0;
	font-size: 109%;
}

#main .oiNews_btn02 {
	display: inline-block;
	position: relative;
	width: 22em;
	line-height: 28px;
	margin: 5px 0 15px;
	padding: 7px 5px 8px 0px;
	border: 1px solid #000;
	color: #000;
	font-size: 117%;
	font-weight: bold;
	text-align: center;
	transition: all 0.3s;
}
.d_hover #main .oiNews_item a:hover .oiNews_btn02 {
	background-color: #ddd;
}
#main .oiNews_btn02:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin: -6px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #000;
}
/* btn02 end */



#main .oiNews_btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin: -6px 0 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #000;
}
#main .oiNews_more {
	display: block;
	position: relative;
	line-height: 50px;
	margin: 46px 0 0;
	padding: 0 0 10px;
	background-color: #3f3f3f;
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#main .oiNews_more:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 13px;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -5px;
	border-style: solid;
	border-width: 9px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}
/* 募集テーマ
------------------------------------------------------------------------------- */
#main .oiTheme {
	position: relative;
	margin: 0;
	padding: 80px 0 0;
	z-index: 2;
}
#main .oiTheme_in {
	max-width: 950px;
	margin: 0 auto 30px;
	text-align: center;
}
#main .oiTheme_col {
	padding: 50px 0;
	background-color: #f2f2f2;
}
#main .oiTheme_col-bgC {
	background-color: #fff;
}
#main .oiTheme_block {
	max-width: 950px;
	margin: 0 auto;
}
#main .oiTheme_info {
	float: right;
	width: 550px;
	padding: 11px 0 0;
}
#main .oiTheme_img {
	float: left;
	width: 340px;
}
#main .oiTheme_info-reverse {
	float: left;
}
#main .oiTheme_img-reverse {
	float: right;
}
#main .oiTheme_txt {
	line-height: 2;
	font-size: 117%;
}
#main .oiTheme_wrap {
	display: table;
	width: 100%;
	margin: 14px 0 0;
}
/* 応募要項
------------------------------------------------------------------------------- */
#main .oiEntry {
	margin: 0;
	padding: 80px 0 90px;
	background-color: #f2f2f2;
}
#main .oiEntry_in {
	max-width: 950px;
	margin: 0 auto;
}
#main .oiEntry_col {
	max-width: 924px;
	margin: 0 auto 52px;
}
#main .oiEntry_item {
	display: block;
	float: right;
	width: 433px;
}
#main .oiEntry_item:first-child {
	float: left;
}
/* よくある質問
------------------------------------------------------------------------------- */
#main .oiFaq {
	margin: 0;
	padding: 80px 0 123px;
	background-color: #eee;
}
#main .oiFaq_in {
	max-width: 800px;
	margin: 0 auto;
}
#main .oiFaq_in ol {
	font-size: 100%;
}
#main .oiFaq_in li {
	margin: 22px 0 0;
}
#main .oiFaq_in li:first-child {
	margin-top: 0;
}
#main .oiFaq_in a {
	display: table;
	position: relative;
	width: 100%;
	background-color: #A5A09C;
	background-color: rgba(128, 128, 128, 0.7);
	background: rgba(128, 128, 128, 0.7);
	text-decoration: none;
	transition: all 0.3s;
}
.d_hover #main .oiFaq_in a:hover {
	background-color: #777;
	background:  #777;
}
#main .oiFaq_num {
	display: table-cell;
	width: 69px;
	height: 69px;
	line-height: 1.1;
	background-color: #3F3F3F;
	color: #fff;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#main .oiFaq_txt {
	display: table-cell;
	line-height: 1.2;
	padding: 13px 35px 14px 28px;
	color: #fff;
	font-size: 167%;
	font-weight: bold;
	vertical-align: middle;
}
#main .oiFaq_txt:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 19px;
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	background: url(/open_innovation/images/ico_faq01.png) left top no-repeat;
}
/* 見出し1
------------------------------------------------------------------------------- */
#main .oiHeading01 {
	max-width: 950px;
	margin: 0 auto 35px;
	text-align: center;
}
#main .oiHeading01_in {
	display: inline-block;
	color: #333;
	text-decoration: none;
	vertical-align: top;
}
#main .oiHeading01-pt {
	padding-top: 44px;
}
#main .oiHeading01-mb1 {
	margin-bottom: 20px;
}
#main .oiHeading01-mb2 {
	margin-bottom: 46px;
}
#main .oiHeading01_tit {
	position: relative;
	line-height: 1.3;
	margin: 0 0 16px;
	padding: 0 0 14px;
	border: none;
	background: none;
	color: #000;
	font-size: 242%;
	font-weight: normal;
	letter-spacing: 0.2em;
}
#main .oiHeading01_tit:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 82px;
	height: 4px;
	margin: 0 0 0 -41px;
	background-color: #e50012;
}
#main .oiHeading01_sub {
	line-height: 1.1;
	color: #000;
	font-size: 150%;
}
/* 見出し2
------------------------------------------------------------------------------- */
#main .oiHeading02 {
	display: table;
	width: 100%;
	margin: 0 0 27px;
}
#main .oiHeading02_ico {
	display: table-cell;
	width: 54px;
	vertical-align: top;
}
#main .oiHeading02_sub {
	display: block;
	line-height: 1.1;
	color: #000;
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	letter-spacing: -0.01em;
}
#main .oiHeading02_num {
	display: block;
	line-height: 1.1;
	padding: 4px 0 1px;
	border-bottom: 4px solid #e50012;
	color: #000;
	font-size: 400%;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	letter-spacing: -0.05em;
}
#main .oiHeading02_tit {
	display: table-cell;
	line-height: 1.3;
	margin: 0;
	padding: 12px 0 0 28px;
	border: none;
	background: none;
	color: #000;
	font-size: 159%;
	font-weight: bold;
	vertical-align: middle;
}
/* 見出し3
------------------------------------------------------------------------------- */
#main .oiHeading03 {
	display: table-cell;
	width: 135px;
	height: 110px;
	margin: 0;
	padding: 6px 0 7px;
	border: none;
	background-color: #E50112;
	color: #fff;
	font-size: 117%;
	text-align: center;
	vertical-align: middle;
}
/* 見出し4
------------------------------------------------------------------------------- */
#main .oiHeading04 {
	position: relative;
	max-width: 950px;
	margin-right: auto;
	margin-bottom: 38px;
	margin-left: auto;
	padding-bottom: 11px;
	border: none;
	background: none;
	color: #000;
	font-size: 100%;
	text-align: center;
	letter-spacing: 0.06em;
}
#main .oiHeading04:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 82px;
	height: 2px;
	margin: 0 0 0 -41px;
	background-color: #e50012;
}
#main .oiHeading04_sub {
	display: block;
	padding: 5px 0 0;
	line-height: 1.1;
	font-size: 209%;
	font-weight: bold;
}
#main .oiHeading04_tit {
	display: block;
	line-height: 1.6315789;
	margin: 10px 0 0;
	font-size: 159%;
	font-weight: bold;
}
/* 見出し5
------------------------------------------------------------------------------- */
#main .oiHeading05 {
	max-width: 12.4em;
	line-height: 1.5;
	margin: 0 auto 40px;
	padding: 8px 0 7px;
	border: 1px solid #10070e;
	background: none;
	color: #000;
	font-size: 134%;
	font-weight: bold;
	text-align: center;
}
/* リスト1
------------------------------------------------------------------------------- */
#main .oiList01 {
	display: table-cell;
	padding: 0 0 0 24px;
	font-size: 109%;
	vertical-align: middle;
}
#main .oiList01 li {
	margin: 2px 0 0;
	padding: 0 0 0 19px;
	background: url(/open_innovation/images/ico_list01.png) left 0.4em no-repeat;
}
#main .oiList01 li:first-child {
	margin-top: 0;
}

/* リスト1　丸無し */
div#main.fnPAnchor section#theme.oiTheme div.oiTheme_col div.oiTheme_block div.oiTheme_info div.oiTheme_wrap ul.oiList01 li.oiList01-none {
	margin: 2px 0 0;
	padding: 0 0 0 0px;
	background:no-repeat;
}


/* リスト2
------------------------------------------------------------------------------- */
#main .oiList02 {
	font-size: 159%;
}
#main .oiList02 li {
	display: inline;
	margin: 0 24px 0 0;
	padding: 0 0 0 8px;
	background: url(/open_innovation/images/ico_list02.png) left 0.55em no-repeat;
}
#main .oiList02 li:last-child {
	margin-right: 0;
}
/* リスト3
------------------------------------------------------------------------------- */
#main .oiList03 {
	font-size: 109%;
}
#main .oiList03 li {
	margin: 7px 0 0;
	padding: 0 0 0 8px;
	background: url(/open_innovation/images/ico_list03.png) left 0.6em no-repeat;
}
#main .oiList03 li:first-child {
	margin-top: 0;
}
/* アンカー
------------------------------------------------------------------------------- */
#main .oiAnchor {
	position: relative;
	max-width: 933px;
	margin: 0 auto 28px;
	font-size: 100%;
	z-index: 1;
}
#main .oiAnchor li {
	display: table;
	float: left;
	width: 222px;
	margin: 10px 15px 0 0;
}
#main .oiAnchor li:nth-child(4n) {
	margin-right: 0;
}
#main .oiAnchor a {
	display: table-cell;
	line-height: 1.3571428;
	padding: 0 10px;
	border: 2px solid #3f3f3f;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
	vertical-align: top;
}
.d_hover #main .oiAnchor a:hover {
	background-color: #ddd;
}
#main .oiAnchor_num {
	display: block;
	padding: 7px 0 1px;
	font-size: 150%;
}
#main .oiAnchor_txt {
	display: block;
	padding: 0 0 8px;
	font-size: 117%;
}
/* 表組み
------------------------------------------------------------------------------- */
#main .oiData {
	max-width: 930px;
	margin: 0 auto;
}
#main .oiData th {
	width: 205px;
	line-height: 1.9375;
	padding: 21px 0 28px;
	border-right: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
	font-size: 134%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
#main .oiData td {
	padding: 20px 30px;
	border-bottom: 1px solid #3f3f3f;
	vertical-align: middle;
	font-size: 100%;
}
#main .oiData tr:last-child th,
#main .oiData tr:last-child td {
	border-bottom: none;
}
#main .oiData_tit {
	margin: 23px 0 4px;
	font-size: 159%;
}
#main .oiData_tit:first-child {
	margin-top: 0;
}
#main .oiData_txt {
	font-size: 125%;
}
/* ボタン
------------------------------------------------------------------------------- */
#main .oiCv {
	max-width: 880px;
	margin: 82px auto 0;
}
#main .oiCv ul {
	font-size: 100%;
}
#main .oiCv_item {
	width: 100%;
	max-width: 418px;
}
#main .oiCv_item-entry {
	float: left;
}
#main .oiCv_item-contact {
	float: right;
}
#main .oiCv_item a {
	display: block;
	position: relative;
	line-height: 76px;
	padding: 4px 58px 0 0;
	color: #fff;
	font-size: 200%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
	transition: all 0.3s;
}
#main .oiCv_item-entry a {
	background-color: #e50012;
}
#main .oiCv_item-contact a {
	background-color: #000;
}
.d_hover #main .oiCv_item-entry a:hover {
	background-color: #E84855;
}
.d_hover #main .oiCv_item-contact a:hover {
	background-color: #484848;
}
#main .oiCv_item a:before {
	content: "";
	display: inline-block;
	width: 52px;
	height: 52px;
	margin: 0 14px 0 0;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: -15px;
}
#main .oiCv_item-entry a:before {
	background-image: url(/open_innovation/images/ico_cv01.png);
}
#main .oiCv_item-contact a:before {
	background-image: url(/open_innovation/images/ico_cv02.png);
}
#main .oiCv_item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 17px;
	width: 82px;
	height: 20px;
	margin: -10px 0 0;
	background: url(/open_innovation/images/ico_cv03.png) left top no-repeat;
}
#main .oiCv_note {
	margin: 10px 0 0 0;
	color: #e50012;
	font-size: 134%;
	font-weight: bold;
	text-align: center;
}
/* ナビ
------------------------------------------------------------------------------- */
#main .oiNav {
	position: fixed;
	top: 41%;
	right: 0;
	font-size: 14px;
	z-index: 9;
}
#main .oiNav_item {
	position: absolute;
	right: 0;
}
#main .oiNav_item-entry {
	top: 0;
}
#main .oiNav_item-contact {
	top: 98px;
}
#main .oiNav_item a {
	display: block;
	width: 89px;
	height: 74px;
	padding: 15px 0 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s;
}
#main .oiNav_item-entry a {
	height: 80px;
	padding-top: 9px;
	line-height: 1.3;
}
#main .oiNav_item-entry a {
	background-color: #e50012;
}
#main .oiNav_item-contact a {
	background-color: #000;
}
.d_hover #main .oiNav_item-entry a:hover {
	background-color: #E84855;
}
.d_hover #main .oiNav_item-contact a:hover {
	background-color: #484848;
}
#main .oiNav_item a:before {
	content: "";
	display: block;
	width: 33px;
	height: 33px;
	margin: 0 auto 2px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 33px auto;
}
#main .oiNav_item-entry a:before {
	background-image: url(/open_innovation/images/ico_cv01.png);
}
#main .oiNav_item-contact a:before {
	background-image: url(/open_innovation/images/ico_cv02.png);
}
/* よくある質問【回答】
------------------------------------------------------------------------------- */
#main .oiAnswer {
}
#main .oiAnswer_in {
}
#main .oiAnswer_list {
	max-width: 900px;
	margin: 0 auto 63px;
}
#main .oiAnswer_list dt {
	display: table;
	width: 100%;
	margin: 30px 0 16px;
	font-size: 100%;
}
#main .oiAnswer_list dt:first-child {
	margin-top: 0;
}
#main .oiAnswer_q {
	display: table-cell;
	width: 50px;
	height: 50px;
	background-color: #3f3f3f;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#main .oiAnswer_tit {
	display: table-cell;
	line-height: 1.33333;
	padding: 10px 20px 8px 23px;
	background-color: #a6a6a6;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	vertical-align: middle;
}
#main .oiAnswer_list dd {
	display: table;
	width: 100%;
	font-size: 100%;
}
#main .oiAnswer_a {
	display: table-cell;
	width: 48px;
	padding: 0 2px 0 0;
	color: #e60012;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
#main .oiAnswer_txt {
	display: table-cell;
	line-height: 1.9285714;
	padding: 3px 20px 0 23px;
	font-size: 117%;
	vertical-align: top;
}
#main .oiAnswer_mb {
	display: inline-block;
	margin-bottom: 10px;
}
/* ポップアップ
------------------------------------------------------------------------------- */
.mfp-container {
	padding-right: 25px;
}
.mfp-iframe-holder .mfp-content {
	max-width: 950px;
}
.mfp-iframe-scaler {
	padding-top: 45%;
}
.mfp-iframe-scaler iframe {
	background-color: #fff;
}
.mfp-iframe-holder .mfp-close {
	top: 4px;
	right: 8px;
	width: 44px;
	height: 44px;
	padding: 0;
	background: url(/open_innovation/images/ico_popup01.png) center center no-repeat;
	font-size: 0;
	text-indent: -999999px;
	overflow: hidden;
	opacity: 1;
}
.mp_noOpen .mfp-close {
	display: none !important;
}
/* ソーシャル上部設置
------------------------------------------------------------------------------- */
#socialAreaC {
	position: absolute;
	top: -1px;
	right: 0;
	overflow: hidden;
}
#socialAreaC ul {
	float: right;
}
#socialAreaC li {
	float: left;
	line-height: 1;
	margin-right: 11px;
	vertical-align: top;
}
#socialAreaC li a {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#socialAreaC .twitter {
	width: 75px;
	height: 20px;
	overflow: hidden;
}



/* colorbox
------------------------------------------------------------------------------- */
#cboxContent {
	overflow: visible!important;
	margin-top: 30px!important;
}
#cboxTopLeft, #cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTopCenter, #cboxBottomCenter {height:21px!important;background:none!important;}
#cboxClose {
	top: -51px!important;
	bottom: auto!important;
	background: url(../images/btn_close01.png) no-repeat 0 0!important;
	width: 44px!important;
	height: 44px!important;
}
#cboxClose:hover{background-position:0!important;}
#cboxLoadedContent {
	margin-bottom: 0!important;
}
