@charset "utf-8";

/* ---------------------------------------------

	wrapper

--------------------------------------------- */

#wrapper {
	margin:0 auto;
	text-align:center;
}

#inner {
	margin:0 auto;
	width:1050px;
	height:100%;
}

/* ---------------------------------------------

   header

--------------------------------------------- */

#header {
	width:1050px;
	margin:0 auto;
	text-align:left;
	position:relative;
	background:url(../images/hd_inn_bg.jpg) no-repeat left top;
}

#header .site_id a{
	width:369px;
	height:67px;
	display:block;
	background:url(../images/site_id.jpg) no-repeat left top;
	text-indent:-999em;
	position:absolute;
	left:30px;
	top:20px;
}

#header .gaitame_id a{
	width:190px;
	height:21px;
	display:block;
	background:url(../images/gaitame_logo.jpg) no-repeat left top;
	text-indent:-999em;
	position:absolute;
	right:30px;
	top:40px;
}


#header .entry_s a{
	width:136px;
	/*height:35px;*/
	height: 37px;
	display:block;
	background:url(../images/entry_small_button.jpg?201901) no-repeat left top;
	text-indent:-999em;
	position:absolute;
	right:230px;
	top:34px;
}

#header .entry_s .entry_s2 a{
	background-image:url(../images/entry_small_button2.jpg?201901);
}
#header .entry_s .entry_s2 a:hover{
	opacity: 1;
}

#header h1 {
	width:940px;
	height:137px;
	display:block;
	text-indent:-999em;
}
#header .HeaderArea{
	width:940px;
	height:137px;
	display:block;
	text-indent:-999em;
}

#main_img{
	width:980px;
	height:369px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:30px;
}

#slide {
	width:980px;
	height:369px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:30px;
}

/* ---------------------------------------------

	footer

--------------------------------------------- */

#footer {
	margin:0 auto;
	background:url(../images/ft_bg.jpg) repeat-x left top;
	height:100px;
	clear:both;
}



#footer .footer_inner {
	width:1050px;
    height:100px;
    margin:0 auto;
}



#footer .copyright {
	padding-top: 44px;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	font-size: 0.9em;
}


/* ---------------------------------------------

	clearfix

--------------------------------------------- */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


.clearfix {
  	min-height: 1px;
}

* html .clearfix {
  	height: 1px;
}

.clear {
	clear:both;
	height: 1px;
	overflow:hidden;
	margin: 0 -1px -1px 0;
	padding: 0;
	font-size:0;
	line-height:0;
}


/* ---------------------------------------------

	content

--------------------------------------------- */

#contents {
	width:1050px;
	margin:0 auto;
	float:left;
	background:url(../images/content_bg.jpg) repeat-y left top;
	position: relative;
}

/* 20181126 */
.absmarket{
	position: fixed;
	left: 50%;
	margin-left: 500px;
	top: 150px;
	padding: 0;
}/* 20181126 */

/* ---------------------------------------------

	content_main

--------------------------------------------- */

#contents .main {
	float:left;
	text-align:left;
	width:740px;
	height:100%;
}

/* ---------------------------------------------

	content_2c

--------------------------------------------- */

#contents .content_2c {
	width:740px;
	height:100%;
	padding-top:18px;
	padding-bottom:50px;
}

/* ---------------------------------------------

	leftcontent

--------------------------------------------- */

#contents .left {
	float:left;
	text-align:left;
	width:220px;
	height:100%;
	padding-left:35px;
	padding-right:20px;
	padding-bottom:50px;
}

.info #contents .left {
	padding-bottom: 270px;
}

.content_2c a{
	color:#FE5200;
	}

.content_2c a:hover{
	color:#FE5200;
	text-decoration:underline;
}
.content_2c a:active {
	color:#FE5200;
	text-decoration: underline;
}
.content_2c a::visited {
	color:#FE5200;
	text-decoration: underline;
}



.opac a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* ---------------------------------------------

	add20171018 index

--------------------------------------------- */

#fx_pattern .mv_pattern {
  margin-bottom: 30px;
}

#fx_pattern .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#fx_pattern .card-container .card {
  width: 29%;
  height: 265px;
  padding: 13px;
  background-image: linear-gradient(-45deg, #d6d6d6 25%, #e5e5e5 25%, #e5e5e5 50%, #d6d6d6 50%, #d6d6d6 75%, #e5e5e5 75%, #e5e5e5);
  background-size: 8px 8px;
  text-decoration: none;
  color: #222222;
  -webkit-box-shadow: 0px 2px 2px #b2b2b2;
  box-shadow: 0px 2px 2px #b2b2b2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#fx_pattern .card-container .card:hover {
  text-decoration: none;
  opacity: 0.6;
}

#fx_pattern .card-container .card_figure-box {
  position: relative;
  margin-bottom: 5px;
}

#fx_pattern .card-container .card_figure-box .figure {
  margin: 0 auto;
  background-color: #ffffff;
}

#fx_pattern .card-container .card_figure-box .label {
  position: absolute;
  top: -5%;
  left: -4%;
}

#fx_pattern .card-container .card_text-box {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

#fx_pattern .card-container .card_text-box .serial {
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 2px solid #ffa200;
}

#fx_pattern .card-container .card:not(:last-child) {
  margin-right: 10px;
}

/* ---------------------------------------------

	add20171018 detail

--------------------------------------------- */

.page-title {
  margin-bottom: 18px;
  padding: 10px;
  background-color: #000000;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.fx_pattern_intro {
	margin-top: 10px;
  margin-bottom: 10px;
}

#fx_pattern .fwb {
	font-weight: bold;
}

#fx_pattern .white {
	color: #ffffff!important;
}

#fx_pattern .main_head.failure {
  background-image: url("../images/pattern/bg_label_failure.png");
  background-repeat: no-repeat;
  padding: 25px 0px 22px 20px;
}

#fx_pattern .main_head.success {
  background-image: url("../images/pattern/bg_label_success.png");
  background-repeat: no-repeat;
  padding: 25px 0px 22px 20px;
}


#fx_pattern .main_head_num.failure {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #243d7d;
}

#fx_pattern .main_head_num.failure span {
  border-bottom: 1px solid #243d7d;
}

#fx_pattern .main_head_num.success {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #f76363;
}

#fx_pattern .main_head_num.success span {
  border-bottom: 1px solid #f76363;
}



#fx_pattern .main_head .main_head_title {
  font-size: 20px;
  font-weight: bold;
}

#fx_pattern .main_body .talk {
  margin-bottom: 30px;
	line-height: 1.4em;
}

#fx_pattern .main_body .talk_intro {
  padding: 10px 20px 30px;
}

#fx_pattern .main_body .talk .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

#fx_pattern .main_body .talk .row .figure {
	padding: 30px;
}

#fx_pattern .main_body .talk .row .balloon {
  width: 605px;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 2px #b2b2b2;
  box-shadow: 0px 2px 2px #b2b2b2;
  font-weight: bold;
}

#fx_pattern .main_body .talk .row .pink {
  border: 3px solid #fe5f5f;
}

#fx_pattern .main_body .talk .row .brightpink {
  border: 3px solid #ff6eb0;
}

#fx_pattern .main_body .talk .row .blue {
  border: 3px solid #0f5c9c;
}

#fx_pattern .main_body .talk .row .arrow {
  padding: 0px 6px;
}

#fx_pattern .main_body .column {
  margin-bottom: 20px;
}

#fx_pattern .main_body .column .column_head {
  padding: 14px 32px;
  font-size: 18px;
  color: #ffffff;
  background-color: #2e2f3b;
}

#fx_pattern .main_body .column .column_body {
  padding: 30px;
  background-color: #fde0a5;
}

#fx_pattern .main_body .column .column_body .column_body_head {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
	color: #f68b1f;
}

#fx_pattern .main_body .column .column_body .column_body_text:not(:last-child) {
	margin-bottom: 20px;
}

#fx_pattern .main_body .column .column_body p {
	padding: 0px;
}

#fx_pattern .main_body .column .column_body .figure {
	margin-bottom: 20px;
}

#fx_pattern .main_body .column .column_body .column_body_label {
  /*width: 145px;*/
  margin-bottom: 14px;
  /*padding: 10px;*/
	/*padding: 5px;*/
  /*font-size: 20px;*/
	/*font-size: 14px;*/
  /*color: #ffa200;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0px;
  border-style: solid;
  border-color: #ffa200;*/
}

#fx_pattern .main_body .column .column_body .column_body_label img {
  width: 116px;
}


/*#fx_pattern .main_body .column .column_body .column_body_label span {
  margin-left: 14px;
	margin-left: 5px;
  padding: 8px 16px;
	padding: 7.5px 10px;
  color: #ffffff;
  background-color: #ffa200;
}*/

#fx_pattern .main_body .summary {
  padding: 20px;
  color: #ffffff;
  background-color: #f68b1f;
  font-size: 20px;
  font-weight: 500;
}

#fx_pattern .main_body .summary .summary_head {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

#fx_pattern .main_body .summary .summary_body {
  line-height: 1.4;
}

#fx_pattern .main_body .summary-notes {
  padding: 20px;
  color: #444444;
	font-weight: 500;
	line-height: 1.4;
}
#attentionBlock {
	background: #f7f7f8 url(../images/attention.gif) no-repeat 10px 10px;
	padding: 35px 10px 10px 10px;
	margin: 0 0 20px;
	font-size:0.8em;
	clear:both;
}
#attentionBlock dl {
	background-color: #f7f7f8;
}
#attentionBlock dt {
	font-weight: bold;
	background-color: #f7f7f8;
}
#attentionBlock dd {
	margin-bottom: 10px;
	margin-left:12px;
	background-color: #f7f7f8;
}
#attentionBlock a.textlink1{
	font-size:1.0em;
}

/* 19.11.29 Start */
#ad-area {
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 16px;
}

.ad-area {
	display: block;
	padding: 10px;
	background-color: #EBF1F5;
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}
.ad-area:after {
	content: '';
	display: block;
	clear: both;
}
.ad-area img {
	max-height: 100px;
	float: left;
	margin-right: 10px;
}
.ad-area span {
	display: block;
	font-size: 15px;
	line-height: 140%;
	margin-top: 5px;
}
/* 19.11.29 End */


/* 20.8.13 Start */
#fx_pattern .pagebottomlink{
	width: calc(100% + 40px);
	display: table;
	font-size: 15px;
	table-layout: fixed;
	margin-left: -20px;
	vertical-align: middle;
	border-collapse: separate;
	position: relative;
	border-spacing: 20px 0;
}
#fx_pattern .pagebottomlink a{
	padding: 15px;
	color: #444;
	display: block;
}
#fx_pattern .pagebottomlink a:hover{
	text-decoration: none;
	border-color: #FE5200;
	color: #FE5200;
}
#fx_pattern .pagebottomlink .link_left,
#fx_pattern .pagebottomlink .link_right{
	display: table-cell;
	height: auto;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	text-align: left;
	vertical-align: middle;
}
#fx_pattern .pagebottomlink .link_left{
	background: url(../images/org_arrow_left.png) no-repeat center;
	background-position: 2%;
}
#fx_pattern .pagebottomlink .link_right{
	background: url(../images/org_arrow.png) no-repeat center;
	background-position: 98%;
}
#fx_pattern .pagebottomlink .link_left{
	padding-left: 25px;
}
#fx_pattern .pagebottomlink .link_right{
	padding-right: 25px;
}
#fx_pattern .pagebottomlink.pagebottomlinkright{
	margin-right: 0;
	width: 360px;
	margin-left: 0;
	border-spacing: 0;
	float: right;
}
#fx_pattern .pagebottomlink.pagebottomlinkleft{
	margin-right: 0;
	width: 360px;
	margin-left: 0;
	border-spacing: 0;
}
/* 20.8.13 End */


/* add20210910 beginner */
.SPnone{
	display:  block;
}
.PCnone{
	display: none;
}
/* add20210910 End */

.InrArea img{
	margin: auto;
	display: block;
	max-height: 400px;
}
.fxAppDlBnrArea{
	text-align: center;
	margin: 20px 0px;
	width: 740px;
}
.content_2c .fxAppDlBnrArea ul{
	padding: 0 140px;
	list-style: none;
}
.fxAppDlBnrArea p{
	line-height: 1.4;
	padding: 0;
}
.fxAppDlBnrArea ul li{
	width: 200px;
	line-height: 0;
	padding: 0;
	margin: 0;
}
.gfxdownloadBlock{
	border: 1px solid #0e254c;
	text-align: center;
	line-height: 1.7;
}
.gfxdownloadBlockttl{
	background: #0e254c;
	color: #fff;
	margin-bottom: 15px;
	padding: 10px 0;
	font-size: 1.1em;
}
.gfxdownloadBlockttl p{
	color: #fff;
	padding: 0;
}
.fxAppDlBnrArea .f_left{
	float: left;
}
.fxAppDlBnrArea .f_right{
	float: right;
}