body{
	-webkit-text-size-adjust: 100%;
}
.contentsarea {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.contentsarea p {
	margin:1em 0;
}

/* タイトル */
.accent_h2 {
	background-color: #2E3092;
	color: #FFFFFF;
	margin-top: 2em;
	padding: .45em;
	font-size: 200%;
}
.accent1_h2 {
	background-color: #09a0e2;
	color: #FFFFFF;
	margin-top: 2em;
	padding: .75em;
	font-size: 200%;
}
.accent1_h2.mirai {
	background-color: #fff;
	color: #000;
	background-image: url(/fmv/usability/1605/img/mirai_back.png);
	background-position: left top;
}
.accent_h3 {
	border-left: 5px solid #2E3092 !important;
	margin-top: 1.5em;
	margin-bottom: 0px;
	margin-left: .25em;
	padding: 0.3em 10px;
	font-size: 150%;
}
.accent1_h3 {
	color: #2E3092;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0.3em 0px;
	font-size: 200%;
}
.accent2_h3 {
	border-left: 5px solid #09a0e2 !important;
	margin-top: 1.5em;
	margin-bottom: 0px;
	margin-left: .25em;
	padding: 0.3em 10px;
	font-size: 150%;
}
.accent2_h3.mirai {
	border-left: 5px solid #00b1c5 !important;
}
.accent3_h3 {
	margin-top: 1.5em;
	margin-bottom: 0px;
	margin-left: .25em;
	padding: 0.3em 0;
	font-size: 120%;
}
.accent_h4 {
	margin-bottom: 1em !important;
	margin-top: 2em !important;
	margin-left: 20px !important;
}
.accent4_h4 {
	font-size: 130%;
}

/* テキスト */
.cp_date {
	display: table;
	*display: inline;
	*zoom: 1;
	color: #C70300;
	font-size: 150%;
	font-weight: bold;
	background-color: #ffffcc;
	border: solid 1px #C70300;
	padding: 5px 10px !important;
}
.cp_limit {
	font-size: 125%;
	font-weight: bold;
}
.ctn_txt {
	display: table;
	*display: inline;
	*zoom: 1;
	font-size: 130%;
	font-weight: bold;
	border: solid 2px #ccc;
	padding: 5px 10px !important;
	margin-left: 1em !important;
}
.code_img {
	margin-left: 3em !important;
}
.code_img img {
	border: solid 2px #f00;
}
.small_bold {
	font-size: 95%;
	line-height: 130%;
	font-weight: bold;
	margin-left: 2em !important;
}

/* 型名 */
dl.pc_name {
	padding: 0 !important;
	margin: 0 !important;
	border: solid 1px #ccc;
}
dl.pc_name dt {
	padding: 8px 10px !important;
	text-align: center;
	font-weight: bold;
	font-size: 105%;
	border-bottom: solid 1px #ccc;
	background-color: #ffdddd;
	line-height: 130% !important;
}
dl.pc_name dd {
	padding: 10px 20px !important;
	margin: 0 !important;
	line-height: 130% !important;
}

/* 製品画像 */
.grtr {}
.grtr_line {
	border-bottom: solid 1px #ccc;
	padding-bottom: 2em !important;
}

span.photo_name {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
.grtr div {
	padding: 0 7px !important;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grtr1 div {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.grtr2 div {
	padding: 0 10px 0 15px !important;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*
.grtr .col_1 {
	width: 6.25%;
	*width: expression((this.parentNode.clientWidth/16 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_2 {
	width: 12.5%;
	*width: expression((this.parentNode.clientWidth/8 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_3 {
	width: 18.75%;
	*width: expression((this.parentNode.clientWidth/5.3 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
*/
.grtr .col_4 {
	width: 25%;
	*width: expression((this.parentNode.clientWidth/4 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
/*
.grtr .col_5 {
	width: 31.25%;
	*width: expression((this.parentNode.clientWidth/3.2 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_6 {
	width: 37.5%;
	*width: expression((this.parentNode.clientWidth/2.6 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_7 {
	width: 43.75%;
	*width: expression((this.parentNode.clientWidth/2.2 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
*/
.grtr .col_8 {
	width: 50%;
	*width: expression((this.parentNode.clientWidth/2 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
/*
.grtr .col_9 {
	width: 56.25%;
	*width: expression((this.parentNode.clientWidth/1.7 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_10 {
	width: 62.5%;
	*width: expression((this.parentNode.clientWidth/1.6 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_11 {
	width: 68.75%;
	*width: expression((this.parentNode.clientWidth/1.4 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_12 {
	width: 75%;
	*width: expression((this.parentNode.clientWidth/1.3 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_13 {
	width: 81.25%;
	*width: expression((this.parentNode.clientWidth/1.2 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_14 {
	width: 87.5%;
	*width: expression((this.parentNode.clientWidth/1.1 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_15 {
	width: 93.75%;
	*width: expression((this.parentNode.clientWidth/1.06 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_16 {
	width: 100%;
}
*/
.grtr .col_3cal {
	width: 33.3333%;
	*width: expression((this.parentNode.clientWidth/3 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_40pcal {
	width: 40%;
	*width: expression((this.parentNode.clientWidth/2.5 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.grtr .col_30pcal {
	width: 30%;
	*width: expression((this.parentNode.clientWidth/3.33 - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight'])) + 'px');
}
.pc_ph img {
	margin-bottom: 5px;
}

/* リスト */
ul.alpha_lst {
	list-style-type: none !important;
	margin-bottom: 2em;
	padding-left: 1em !important
}
ul.alpha_lst ul {
	margin: .5em 0 1em !important;
	padding: 0 0 0 3.3em !important;
}
ul.alpha_lst ul li {
	margin-bottom: .25em !important;
}

ul.bold_lst {
	font-weight: bold;
}
ul.normal_lst {
	font-weight: normal;
}
ol.step_lst {
	list-style-type: decimal !important;
	list-style-position: inside !important;
	margin-bottom: 3em;
	padding-left: 1.5em !important;
	*list-style-type: none !important;
}
ol.step_lst li {
	padding-left: 105px;
	height: 90px;
	line-height: 90px !important;
	margin-bottom: 1em !important;
}
ol.step_lst li span {
	display: none;
	*display: inline;
	*margin-right: .5em;
}
ol.step_lst li {
	background-repeat: no-repeat;
}
ol.step_lst li.step_1 {
	background-image: url(/fmv/special/1505/cashback/images/icon01.png);
}
ol.step_lst li.step_2 {
	background-image: url(/fmv/special/1505/cashback/images/icon02.png);
}
ol.step_lst li.step_3 {
	background-image: url(/fmv/special/1505/cashback/images/icon03.png);
}
ol.step_lst li.step_4 {
	background-image: url(/fmv/special/1505/cashback/images/icon04.png);
}
ol.step_lst li.step_5 {
	background-image: url(/fmv/special/1505/cashback/images/icon05.png);
	margin-bottom: 0 !important;
}
ul.cap_lst {
	font-size: 95%;
	padding-left: 1.5em !important;
}
ul.cap_lst li {
	margin-bottom: .5em !important;
}
ul.red_lst {
	list-style-type: none !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	color: #f00;
}
.nml_line_box {
	border: solid 1px #ccc;
	padding: 1em 1.5em;
	margin: 2em 0;
}
ol.num_lst {
	list-style-type: decimal !important;
	padding-left: 1.75em !important;
	font-size: 95%;
}
ol.num_lst li {
	margin-bottom: .5em;
}

/* ボタン */
.download_btn {
	text-align: center;
	margin-bottom: 2em;
}
.download_btn a {
	border: solid 2px #CCC;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd')";
	
	background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
	background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
	background-image: -o-linear-gradient(top, #ffffff, #dddddd);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
	background-image: linear-gradient(top, #ffffff, #dddddd);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 20px 70px;
	font-size: 150%;
	line-height: 100%;
	display: inline-block;
	color: #333;
	text-decoration: none;
}
.download_btn a:before {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	content: "";
	background-image: url(/images/common/fj/imgv4/common/icons/icon-pdf.gif);
	background-repeat: no-repeat;
}
.download_btn a:after{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	content: "";
	background-image: url(/fmv/special/1505/cashback/images/icon_try.png);
	background-repeat: no-repeat;
}
.download_btn a:hover {
	color: #C70300;
	border: solid 2px #C70300;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f8eae9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f8eae9')";
	background-image: -moz-linear-gradient(top, #ffffff, #f8eae9);
	background-image: -ms-linear-gradient(top, #ffffff, #f8eae9);
	background-image: -o-linear-gradient(top, #ffffff, #f8eae9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f8eae9));
	background-image: -webkit-linear-gradient(top, #ffffff, #f8eae9);
	background-image: linear-gradient(top, #ffffff, #f8eae9);
}
.download_btn a span.ie7_icn01 {
	display: none;
	*display: inline;
	*zoom: 1;
	width: 16px;
	height: 16px;
	background-image: url(/images/common/fj/imgv4/common/icons/icon-pdf.gif);
	background-repeat: no-repeat;
	margin-right: 5px;
}
.download_btn a span.ie7_icn02 {
	display: none;
	*display: inline;
	*zoom: 1;
	width: 16px;
	height: 16px;
	background-image: url(/fmv/special/1505/cashback/images/icon_try.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

/* アドレスBOX */
.adrs_box {
	margin: -15px 0 0 142px !important;
	padding: 10px 20px !important;
	border: solid 2px #ccc;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.adrs_box dt,
.adrs_box dd {
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold;
	line-height: 140% !important;
}

/* 数字アイコン */
.icn_nm01,
.icn_nm02,
.icn_nm03,
.icn_nm04 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: .1em .35em;
	color: #fff;
	margin-right: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 130%;
}
.icn_nm01 {
	background-color: #417b52;
}
.icn_nm02 {
	background-color: #2c77bb;
}
.icn_nm03 {
	background-color: #855fa8;
}
.icn_nm04 {
	background-color: #f1592a;
}
ul.alpha_lst li span {
	margin-right: 8px !important;
}

/* 強制マージン */
.ad_mb0 {
	margin-bottom: 0 !important;
}
.ad_mb1_5em {
	margin-bottom: 1.5em !important;
}
.pc_inline {
	display: inline;
}

/* キャンペーン終了BOX */
.cp_endbox {
	border: solid 3px #C70300;
	margin: 0 30px 20px;
}
.cp_endbox p {
	text-align: center;
}
.cp_endbox .end_tit {
	color: #C70300;
	font-size: 275%;
	margin: 0 15px;
	padding: 10px 0 5px;
	font-weight: bold;
	border-bottom: solid 1px #C70300;
}
.cp_endbox .end_lead {
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0;
}

.btnList {
	margin: 0 !important;
	padding: 0 0 5px !important;
}
.btnList.sfntsz {
	font-size: .9285em;
}
.btnList li {
	margin-bottom: 0;
}

.bun {
	display: inline-block;
	width: 100%;
	min-height: 77px;
	text-align: center;
	text-decoration: none;
	line-height: 23px;
	outline: none;
	color: #fff !important;
	background-color: #2E3092;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
	background-image: url(/fmv/usability/1605/img/btn_allow_under.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bun.sid_b {
	min-height: 53px;
	padding: 12px 0;
}
.bun:hover {
	background-color: #5759a7;
}
.bun1 {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	background-color: #09a0e2;
	font-size: 1.1396em;
	outline: none;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
	background-image: url(/fmv/usability/1605/img/btn_allow_under.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 12px 0;
}
.bun1.btntxtsmall {
	font-size: 1.0714em;
}
.bun1.mirai {
	background-color: #fff;
	color: #000 !important;
	background-image: url(/fmv/usability/1605/img/mirai_back.png);
	background-repeat: repeat;
	background-position: right bottom;
}
.bun1:hover {
	background-color: #4cbae9;
}
.bun1.mirai:hover {
	opacity: .8;
}
.bun2 {
	display: inline-block;
	width: 300px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	outline: none;
}
.bun2::before,
.bun2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.bun2,
.bun2::before,
.bun2::after {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bun2 {
	background-color: #09a0e2;
	color: #fff;
}
.bun2:hover {
	background-color: #4cbae9;
}
span.po {
	display: inline-block;
	padding: 8px 15px 7px;
	text-align: center;
	text-decoration: none;
	line-height: 110%;
	outline: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #09a0e2;
	color: #fff;
	margin-right: 1em;
}
span.po1 {
	display: inline-block;
	width: 140px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 38px;
	outline: none;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #09a0e2;
	color: #fff;
}
span.ccl {
	color: #00b1c5;
	margin-right: 5px;
}

.bdr_img {
	border: solid 1px #a4b8dc;
}
.kwsk_btn {
	background-color: #1976D2;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
	display: inline-block;
	padding: 10px 60px;
	position: relative;
	font-size: 125%;
}
.kwsk_btn:after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #1976D2;
	position: absolute;
	top: 30%;
	right: 10px;
}
.kwsk_btn:before {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 8px solid #fff;
	position: absolute;
	top: 30%;
	right: 8px;
}
a.kwsk_btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.kysMar0 {
	margin: 0 !important;
}
.ud_mar10 {
	margin: 10px 0 !important;
	padding-bottom: 0 !important;
}
.software_tit {
	font-size: 3.8461em;
	color: #2E3092;
	margin-bottom: 30px;
}
.software_linklist {
	font-size: 1.5384em;
}
.software_linklist .s13 {
	font-size: .65em;
}
.software_linklist .s16 {
	font-size: .8em;
}
.atok_img {
	margin-top: 15px !important;
}
.col_in_p {
	padding-right: 10px !important;
}
.forth_col_img {
	margin-top: 80px !important;
}
.pad_l_pc {
	padding-left: 1em !important;
}
.scry_qup {
	font-size: 1.2857em;
	margin-top: 15px !important;
}
