@charset "utf-8";

/*=================================================
	file name: base_layout.css
	release: 2015.May
	updated: 2016.1.29
===================================================*/
body {
	position: relative;
	left: 0;
	overflow-x: hidden;
	color: #5E5E5E;
	font-family: Meiryo, "メイリオ", "MS Pゴシック Ex+", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, arial, helvetica, sans-serif;
	-webkit-text-size-adjust : 100% ;
	word-break : break-word;
	overflow-wrap : break-word;
}
/* iPhoneでフォーム入力時に自動的に画面拡大するのを防ぐ */
@media screen and (max-width: 767px) {
	input, select, textarea {
		font-size:17px;
	}
}

/* common style
----------------------------------------------*/
a, a:hover {
	text-decoration: none;
}
.to_page-top {
	display: block;
	position: fixed;
	right: 220px;
	bottom: 56px;
	text-align: center;
	z-index: 1000;
}
.to_page-top img {
	background: rgba(0, 0, 0, 0.3);
	width: 50px;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
	opacity: 0.3;
}
.to_page-top:hover img {
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
	opacity: 1;
}
.ie8 .to_page-top img {
	display: none;
}
.ie8 .to_page-top {
	background: url(images/arrow_up-gray.gif) no-repeat center top;
	background-size: cover;
}
@media screen and (max-width: 991px) {
	.to_page-top img {
		width: 50px;
		height: auto;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		opacity: 1;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.to_page-top {
		right: 5px;
		bottom: 56px;
	}
}
@media screen and (max-width: 767px) {
	.to_page-top {
		right: 10px;
		bottom: 10px;
	}
	.to_page-top img {
		background: rgba(255, 255, 255, 0.5);
	}
}

/* header#page-top
----------------------------------------------*/
header#page-top {
	position: fixed;
	height: 50px;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10000;
}
header#page-top #gnav-box {
	background-color: rgba(58, 58, 58, 0.95);
	width: 100%;
	height: 50px;
	position: absolute;
	top: -50px;
	left: 0px;
}
.ie8 header#page-top #gnav-box {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99000000, EndColorStr=#99000000); /*IE8以下用*/
}
header#page-top #gnav-box ul {
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
header#page-top #gnav-box li {
	position: relative;
	float: left;
	height: 50px;
	margin: 0;
	padding: 12px 0 0 30px;
}
@media screen and (max-width: 911px) {
	header#page-top #gnav-box li {
		padding-left: 5px;
	}
}
header#page-top #gnav-box a {
	position: relative;
	color: #fff;
	height: 38px;
	padding: 6px 10px;
	white-space: nowrap;
}
header#page-top #gnav-box a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.3);
}
header#page-top #product-image {
	background-color: rgba(58, 58, 58, 0.8);
	-webkit-border-radius: 0 0 80px 80px;
	-moz-border-radius: 0 0 80px 80px;
	border-radius: 0 0 80px 80px;
	width: 126px;
	height: 62px;
	position: relative;
	top: 50px;
	left: -40px;
	z-index: 110;
}
.ie8 header#page-top #product-image {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99000000, EndColorStr=#99000000); /*IE8以下用*/
}
header#page-top #product-image img {
	max-width: 50px;
	max-height: 70px;
	position: relative;
	top: -32px;
	left: 54px;
}
@media screen and (max-width: 991px) {
	header#page-top #product-image {
		display: none;
	}
}
header#page-top #page-top-line {
	position: relative;
	width: 100%;
	height: 50px;
	padding: 15px 0 6px 100px;
	top: -62px;
	left: 0;
	background-color: rgba(58, 58, 58, 0.8);
	z-index: 100;
	color: #fff;
}
.ie8 header#page-top #page-top-line {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#99000000, EndColorStr=#99000000); /*IE8以下用*/
}
header#page-top #page-top-line h1 {
	margin: 0;
	font-size: 18px;
}
header#page-top #page-top-line h1 a {
	color: #fff;
}
@media screen and (max-width: 767px) {
	header#page-top #page-top-line h1 {
		margin-left: 20px;
		font-size: 14px;
	}
}

header#page-top #page-top-line h1 small {
	padding-left: 1em;
	color: #fff;
}
header#page-top #page-top-logo {
	position: absolute;
	width: 75px;
	height: 80px;
	top: -38px;
	right: 10px;
	z-index: 110;
	cursor: pointer;
	text-align: right;
}
/* IEでロゴがスクロールバーにかかる現象を回避 */
.ie header#page-top #page-top-logo {
	right: 28px;
}

header#page-top #page-top-logo .glyphicon {
	color: white;
	font-size: 150%;
}
header#page-top #page-top-logo.active {
	height: 80px;
	top: -38px;
}
header#page-top #page-top-logo img {
	display: block;
	width: auto;
	height: 32px;
	position: absolute;
	bottom: 0;
}
header#page-top #page-top-logo:hover {
	opacity: .8;
	-ms-filter: "alpha( opacity=80 )"; /* IE8対策 */
}
@media screen and (min-width: 992px) {
	header #sp-menu-open {
		display: none;
	}
}
/* [タブレット幅以下のheaderの表示設定] */
@media screen and (max-width: 991px) {
	header#page-top {
		position: fixed !important;
	}
	header#page-top #page-top-line {
		display: table;
		padding: 0;
		top: 0;
	}
	header#page-top #page-top-line h1 {
		display: table-cell;
		vertical-align: middle;
		padding-right: 33px;
		padding-left: 88px;
		text-align: left;
	}
	header#page-top #page-top-line h1 small {
		display: none;
	}
	header#page-top #page-top-logo {
		height: 32px;
		top: 10px;
		left: 5px;
	}
	header#page-top #page-top-logo .glyphicon {
		display: none;
	}
	header #sp-menu-open {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 24px;
		cursor: pointer;
	}
	.ie header #sp-menu-open {
		right: 28px;
	}
}
/* /[タブレット幅以下のheaderの表示設定] */

/* footer
----------------------------------------------*/
footer {
	clear: both;
	border-top: solid 1px #f2f2f2;
	background-color: #fcfcfc;
	padding: 30px 15px 0;
}

/* [ul.bread-crumb : パンくずリスト] */
ul.bread-crumb {
	display: table;
	margin: 0 0 30px;
	padding: 0;
}
@media (min-width: 992px) {
	ul.bread-crumb {	padding-right: 225px;}
}
ul.bread-crumb li {
	display: table-cell;
	background: url(images/arrow_right-lightgrey.png) no-repeat right center;
	height: 29px;
	padding-left: 12px;
	padding-right: 24px;
	vertical-align: middle;
	list-style: none;
	font-size: 14px;
}
ul.bread-crumb li:first-child {
	padding-left: 0;
	white-space: nowrap;
}
ul.bread-crumb li:nth-child(2) {
	white-space: nowrap;
}
ul.bread-crumb li:last-child {
	background: none;
}
ul.bread-crumb li a {
	display: block;
	padding: 6px 10px;
	color: #5e5e5e;
}
ul.bread-crumb li a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #E9E9E9;
	color: #5e5e5e;
}
ul.bread-crumb li.go-home a:hover {
	background: none;
	padding: 0;
}
ul.bread-crumb li.go-home img {
	width: 68px;
}
@media screen and (max-width: 767px) {
	ul.bread-crumb {
		display: none;
	}
}
/* /[ul.bread-crumb : パンくずリスト] */

/* [.sns-box : SNSボタン配置] */
.sns-box {
	margin-left: 10px;
	padding: 15px 0;
}
.sns-box > div {
	display: inline-block;
	vertical-align: top;
	padding-right: 12px;
}
.sns-box .google {
	padding-top: 1px;
}
/* /[.sns-box : SNSボタン配置] */

footer .site-information {
	clear: both;
	background-color: #3a3a3a;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 12px;
	color: #fff;
}
@media screen and (min-width: 992px) {
	footer .site-information {
		padding-right: 220px;
	}
}
footer .site-information span {
	padding: 0 5px;
}
footer .site-statement {
	text-align: right;
}
footer .site-statement a {
	padding: 6px 10px;
	color: #fff;
}
footer .site-statement a:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.3);
}
footer .footer-logo-justsystem img {
	width: auto;
	height: 12px;
}

@media screen and (max-width: 767px) {
	footer .site-information {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	footer .footer-logo-justsystem {
		display: block;
		margin-bottom: 16px;
	}
	footer .footer-logo-justsystem img {
		height: 14px;
	}
	footer .site-information {
		text-align: center;
	}
	footer .site-statement {
		margin-top: 16px;
		text-align: center;
	}
}


/* aside
----------------------------------------------*/
aside {
	background: rgba(255,255,255,0.94);
	border-left: solid 1px #3a3a3a;
	width: 210px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.ie8 aside {
	background-color: #fff;
	-ms-filter: "alpha(opacity=94)";
}

/*ナビゲーション修正にて追加*/
.aside-inner {
	position: relative;
	top: 0;
	height: 100%;
}
.aside-inner-resumer {
	position: relative;
	top: 15px;
 }
.aside-inner-keepr {
	position: fixed;
	bottom: 20px;
}
.aside-inner-keeptop {
	position: fixed;
	top: 70px;
}
/*ここまで*/

aside a, aside a:focus, aside a:hover {
	text-decoration: none;
}
aside ul {
	margin: 0;
	padding: 0;
}
aside li {
	list-style: none;
}
aside nav li a {
	display: block;
	width: 100%;
}

/* [.go-jms] */
aside nav.go-jms {
	margin: 0 10px 15px;
}
aside nav.go-jms .campaign {
	margin-top: 5px;
}
@media screen and (max-width: 991px) {
	aside nav.go-jms {
		max-width: 14em;
		margin: 0 auto 15px;
	}
}
/*aside nav.go-jms li a {
	display: block;
	background-color: rgba(0,0,0,0.6);
	background-image: url(/jp/lib/images/arrow_right-white.png);
	background-repeat: no-repeat;
	background-position: right 4px center;
	background-size: auto 20px;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	color: #fff;
}
.ie8 aside nav.go-jms li a {
	background-color: #8B8B8B;
	background-image: none;
}
aside nav.go-jms li a:hover {
	opacity: 0.5;
	-ms-filter: "alpha( opacity=50 )"; /* IE8対策 */
}
aside nav.go-jms li.shop a {
	background-color: #E90019;
}*/
aside nav.go-jms li.campaign a {
	background-color: #FF8100;
	padding: 14px 0;
	font-size: 18px;
	font-weight: bold;
}

/* [.menu-feature] */
aside .menu-feature h3 {
	background-color: #333;
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
aside .menu-feature ul {
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}
aside .menu-feature li {
	border-top: solid 1px #ccc;
}
aside .menu-feature li a {
	padding: 10px 3px 10px 8px;
	color: #3a3a3a;
}
.ie aside .menu-feature li a {
	padding-right: 20px; /* IEで右メニューがスクロールバーにかかる現象を回避 */
}
aside .menu-feature li.active {
	background-color: rgba(0,0,0,0.1);
}
aside .menu-feature li:hover {
	background-color: rgba(0,0,0,0.06);
}
aside .menu-feature li.new-feature,
aside .menu-feature li.update-feature,
aside .menu-feature li.limitation-feature {
	background-size: 29px 29px;
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 27px;
}
aside .menu-feature li.new-feature {
	background-image: url(images/fig_new_new.png);
}
aside .menu-feature li.update-feature {
	background-image: url(images/fig_update_new.png);
}
aside .menu-feature li.limitation-feature {
	background-image: url(images/fig_limitation.png);
}
/* IE8対策 */
.ie8 aside .menu-feature li.new-feature {
	background-image: url(images/fig_new-ie8.png);
}
.ie8 aside .menu-feature li.update-feature {
	background-image: url(images/fig_update-ie8.png);
}
.ie8 aside .menu-feature li.limitation-feature {
	background-image: url(images/fig_limitation-ie8.png);
}

/* [.menu-basic:spec.html内へのリンク設定] */
aside .menu-basic ul {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	width: 100%;
}
.menu-basic-row {
	display: table-row;
}
.menu-basic-row li span.menu-icon {
	display: block;
	margin-bottom: 3px;
}
aside .menu-basic li {
	display: table-cell;
	border-bottom: solid 1px #ccc;
	padding: 0;
	text-align: center;
	font-size: 11px;
}
aside .menu-basic li:nth-child(odd) {
	border-right: solid 1px #ccc;
}
aside .menu-basic li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 8px 3px;
	color: #3a3a3a;
}
aside .menu-basic li a:hover {
	background-color: rgba(0,0,0,0.1);
}
aside .menu-basic li img {
	display: block;
	width: auto;
	height: 25px;
	margin: 0 auto;
}
aside .menu-basic li.shop span {
	color: #E90019;
}
aside .menu-basic li[rel=no-link] {
	opacity: 0.3;
}

.overflow-scroll {
	-webkit-overflow-scrolling: touch;
}
/* /[.menu-basic:spec.html内へのリンク設定] */

/* [タブレット幅以下のasideの表示設定] */
@media screen and (max-width: 991px) {
	aside {
		display: none;
	}
	.sp-menu-open aside {
		position: fixed;
		top: 50px;
		left: 5%;
		width: 90%;
		border: none;
		box-shadow: 0 0 7px #333;
		padding: 0;
		z-index: 99999;
	}
	.sp-menu-open .aside-inner {
		height: 100%;
		padding: 10px;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 100;
		/*width: 99.4%; */
		/*-webkit-overflow-scrolling: touch;*/
		/* IE表示時のスクロールバー設定 */
		scrollbar-shadow-color:#efefef;
		scrollbar-track-color:#efefef;
		scrollbar-base-color: #ccc;
		scrollbar-face-color:#ccc;
	}
	.sp-menu-open .aside-inner::-webkit-scrollbar {
		width: 8px;
		background-color: #efefef;
	}
	.sp-menu-open .aside-inner::-webkit-scrollbar-thumb {
		border-radius: 3px;
		background-color: #ccc;
	}
	aside .go-jms {
		width: 80%;
		margin-right: auto!important;
		margin-left: auto!important;
	}
	aside .menu-feature h3 {
		margin: 5px 0 3px;
		text-align: center;
		font-size: 14px;
	}
	aside .menu-feature ul {
		margin: 0 0 15px;
		border-bottom: solid 1px #3a3a3a;
	}
	aside .menu-feature li {
		border: solid 1px #3a3a3a;
		border-bottom: none;
		margin-bottom: 0;
	}
	aside .go-trial h3 {
		text-align: center;
		font-size: 14px;
	}
	aside .go-trial li {
		background: url(images/arrow_right-lightgrey.png) no-repeat right center;
		background-size: contain;
		width: 17em;
		margin: 0 auto 5px;
		padding-right: 2.5em;
	}
	aside .go-trial li a {
		display: block;
		text-align: right;
		font-size: 16px;
	}
	aside .menu-basic ul {
		/*border: solid 1px rgba(58,58,58,0.4);*/
	}
	aside .menu-basic li {
		border-left: solid 1px rgba(58,58,58,0.4);
		border-right: solid 1px rgba(58,58,58,0.4);
	}
	aside .menu-basic .menu-icon img {
		width: auto;
		height: 31px;
	}
	aside .menu-basic .menu-text {
		font-size: 14px;
	}
}
/* /[タブレット幅以下のasideの表示設定] */

/* aside .menu-feature_title
------------------------------------*/
aside .menu-feature_title {
	margin-top: 20px;
	position: relative;
}

/* 機能紹介メニューボタン */
/*aside .menu-feature_title #right-menu {
	display: block;
	background-image: url(images/arrow_right-white.png);
	background-repeat: no-repeat;
	background-position: right 4px center;
	background-size: auto 20px;
	border: solid 1px #fff;
	width: 100%;
	margin-bottom: 10px;
	padding: 14px 18px 14px 10px;
	text-align: left;
	color: #fff;
	cursor: pointer;
	position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	aside .menu-feature_title #right-menu {
		padding-right: 16px;
		padding-left: 5px;
		line-height: 1.3;
	}
}
aside .menu-feature_title #right-menu:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
aside .menu-feature_title .menu-feature_title_badge {
	position: absolute;
	top: -11px;
	left: 5px;
}
aside .menu-feature_title .badge {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin-left: 3px;
	padding: 3px 5px;
	border-radius: 50%;
	color: #444;
	vertical-align: middle;
	font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	aside .menu-feature_title .hidden-lg .badge {
		display: block;
		position: absolute;
		top: -11px;
		left: 5px;
	}
}
aside .menu-feature_title .badge.new,
aside .menu-feature_title .badge.up {
	padding: 3px 6px;
	border-radius: 8px;
	text-align: center;
}
aside .menu-feature_title .badge.new {
	color: #e00b44;
}
aside .menu-feature_title .badge.up {
	color: #ff8b00;
}*/

/* aside .page-generator
------------------------------------*/
.page-generator {
	clear: both;
	margin-top: 30px;
}
/*@media screen and (min-width: 768px) and (max-width: 1199px) {
	.menu-open .page-generator {
		display: block !important;
	}
}*/
#sc {
	position: relative;
	left: 0px;
	top: 0px;
	background: #bbbbbb;
	width: 60px;
	height: 120px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
}
#sc-marker {
	width: 84px;
	height: 69px;
	margin: 0 -12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	top: 0px;
}

/* .section-inner
------------------------------------*/
#contents {
	position: relative;
	padding: 100px 0 0;
	font-size: 16px;
}

/* [ul.passage-nav : ページ渡りナビ] */
ul.passage-nav {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0 240px 30px 30px;
	font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	ul.passage-nav {
		padding-right: 50px;
		padding-left: 50px;
		box-sizing: border-box;
		overflow-x: hidden;
	}
}
@media screen and (max-width: 767px) {
	ul.passage-nav {
		padding-right: 10px;
		padding-left: 10px;
		box-sizing: border-box;
		overflow-x: hidden;
	}
}
@media screen and (min-width: 1200px) {
	ul.passage-nav {
		margin-right: auto;
		margin-left: auto;
	}
}
ul.passage-nav li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	height: 40px;
}
ul.passage-nav li a {
	display: block;
	padding: 10px 10px;
	color: #5e5e5e;
}
ul.passage-nav li:first-child a {
	text-align: left;
	background: url(images/arrow_left-lightgrey.png) no-repeat left center;
	background-size: auto 32px;
	background-position: 6px center;
	padding-right: 28px;
	padding-left: 38px;
}
ul.passage-nav li:last-child a,
ul.passage-nav > *:first-child + * a {
	text-align: right;
	background: url(images/arrow_right-lightgrey.png) no-repeat right center;
	background-size: auto 32px;
	background-position: right 6px center;
	padding-right: 38px;
	padding-left: 28px;
}
ul.passage-nav li[rel$=no-link],
ul.passage-nav li[rel$=no-link]:hover {
	background: none;
}
ul.passage-nav li:hover {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #E9E9E9;
	color: #5e5e5e;
}
@media screen and (max-width: 767px) {
	ul.passage-nav li a {
		padding-left: 0;
		padding-right: 0;
		font-size: 12px;
	}
	ul.passage-nav li a:hover {
		background-color: transparent;
	}
}
/* /[ul.passage-nav : ページ渡りナビ] */

/* [.section-inner] */
.section-inner {
	position: relative;
	margin: 0 auto;
}
@media screen and (min-width: 992px) {
	.section-inner {
		max-width: 1100px;
		padding: 0 240px 120px 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.section-inner {
		padding-right: 50px;
		padding-left: 50px;
		padding-bottom: 60px;
		box-sizing: border-box;
		overflow-x: hidden;
	}
}
@media screen and (max-width: 767px) {
	.section-inner {
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 60px;
		box-sizing: border-box;
		overflow-x: hidden;
	}
}
.page-index .section-inner:after {
	content: '';
	clear: both;
	display: block;
	width: 70%;
	height: 120px;
	margin: 0 auto;
	border-bottom: solid 1px rgba(58, 58, 58, 0.5);
}
.page-index .block-campaign .section-inner:after {
	display: none;
}
/* /[.section-inner] */

/* [.new-feature, .update-feature : new,updateマーク設定] */
#contents .new-feature:before,
#contents .update-feature:before,
#contents .limitation-feature:before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: -70px;
	margin-left: -26px;
}
#contents .new-feature:before {
	background: url(images/page-parts.png) no-repeat 0 0;
}
#contents .update-feature:before {
	background: url(images/page-parts.png) no-repeat 0 -110px;
}
#contents .limitation-feature:before {
	background: url(images/page-parts.png) no-repeat 0 -220px;
}
@media screen and (max-width: 991px) {
	#contents .new-feature:before {
		width: 50px;
		height: 50px;
		background: url(images/page-parts.png) no-repeat 0 0;
		background-size: 250px 250px;
		margin-right: -50px;
		margin-left: 0;
	}
	#contents .update-feature:before {
		width: 50px;
		height: 50px;
		background: url(images/page-parts.png) no-repeat 0 -55px;
		background-size: 250px 250px;
		margin-right: -50px;
		margin-left: 0;
	}
	#contents .limitation-feature:before {
		width: 50px;
		height: 50px;
		background: url(images/page-parts.png) no-repeat 0 -110px;
		background-size: 250px 250px;
		margin-right: -50px;
		margin-left: 0;
	}
}
@media screen and (max-width: 640px) {
	#contents .new-feature:before,
	#contents .update-feature:before,
	#contents .limitation-feature:before {
		float: none;
		margin: 0 auto 5px;
	}
}
/* /[new,updateマーク設定] */

/* [.section-inner h1 : h1タグ関連] */
.section-inner h1 {
	text-align: center;
	font-size: 38px;
	font-weight: lighter;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}
.new-feature h1,
.update-feature h1,
.limitation-feature h1 {
	line-height: 100px;
}
.new-feature h1.multiline,
.update-feature h1.multiline,
.limitation-feature h1.multiline {
	line-height: 1.3em;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
	.section-inner h1 {
		font-size: 32px;
	}
	.new-feature h1.multiline,
	.update-feature h1.multiline,
	.limitation-feature h1.multiline {
		line-height: 1.5em;
	}
}
@media screen and (max-width: 991px) {
	.section-inner h1 {
		font-size: 26px;
	}
	.new-feature h1,
	.update-feature h1,
	.limitation-feature h1 {
		line-height: 50px;
	}
	.new-feature h1.multiline,
	.update-feature h1.multiline,
	.limitation-feature h1.multiline {
		line-height: 1.2em;
	}
}
@media screen and (max-width: 767px) {
	.section-inner h1 {
		font-size: 22px;
		line-height: 36px;
	}
	.new-feature h1.multiline,
	.update-feature h1.multiline,
	.limitation-feature h1.multiline {
		line-height: 1.2em;
	}
}
@media screen and (max-width: 320px) {
	.section-inner h1 {
		font-size: 18px;
		line-height: 24px;
	}
}
/* /[.section-inner h1 : h1タグ関連] */

/* [.section-inner h2 : h2タグ関連] */
.section-inner h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
	margin: 0 0 1.5em;
}
.new-feature h2,
.update-feature h2,
.limitation-feature h2 {
	margin: 0 auto 1.5em;
	line-height: 100px;
}
.new-feature h2.multiline,
.update-feature h2.multiline,
.limitation-feature h2.multiline {
	line-height: 1.6em;
}
@media screen and (max-width: 991px) {
	.section-inner h2 {
		font-size: 24px;
	}
	.new-feature h2,
	.update-feature h2 {
		line-height: 50px;
	}
	.new-feature h2.multiline,
	.update-feature h2.multiline,
	.limitation-feature h2.multiline {
		line-height: 1.3em;
	}
}
@media screen and (max-width: 640px) {
	.section-inner h2 {
		font-size: 20px;
		line-height: 1.3em;
	}
}
/* /[.section-inner h2 : h2タグ関連] */

/* [.section-inner h3 : h3タグ関連] */
.section-inner h3 {
	border-bottom: dashed 1px #a9a9a9;
	margin: 40px 0 12px 0;
	padding-bottom: 3px;
	font-size: 20px;
	line-height: 1.6;
}
.ie .section-inner h3 {
}
@media screen and (max-width: 991px) {
	.section-inner h3 {
		font-size: 18px;
	}
}
/* /[.section-inner h3 : h3タグ関連] */

/* [.section-inner p : pタグ関連] */
.section-inner p {
	line-height: 1.8;
	margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
	.section-inner p.lead br {
		display: none;
	}
}
/* /[.section-inner p : pタグ関連] */

/* [.section-inner .note-text : 補足・注意書き] */
.section-inner .note-text {
	border-top: dotted 1px rgba(94, 94, 94, 0.8);
	margin-top: 24px;
	padding-top: 12px;
	font-size: 12px;
	color: rgba(94, 94, 94, 0.8);
}
.section-inner .note-text p {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 1em;
	line-height: 1.35em;
	text-indent: -0.7em;
	font-weight: normal !important;
}
.section-inner .note-text p span {
	display: inline-block;
	width: 0.7em;
}
/* /[.section-inner .note-text : 補足・注意書き] */

/* [.label : ラベル] */
.label {
	margin-right: .5em;
}
.label-new {
	background-color: #e00b44;
	padding: .1em .4em;
}
.label-update {
	background-color: #ff8b00;
	padding: .1em 1em;
}
/* /[.label : ラベル] */

.section-inner .bg-step {
	background: #5e5e5e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	padding: 2px 7px;
	font-size: 76%;
	color: #fff;
	vertical-align: 10%;
}
.section-inner .row {
	margin-bottom: 0;
}
.section-inner .row:last-child {
	margin-bottom: 0;
}
.section-inner .img-responsive {
	width: 100%;
	margin: 0 auto;
}
.section-inner .text-caption {
	display: block;
	padding: 12px 3.5% 15px;
	font-size: 12px;
	color: rgba(94, 94, 94, 0.8);
}

/* [.section-inner .box-text] */
.section-inner .box-text {
	margin-top: 6px;
}
/* /[.section-inner .box-text] */

/* [.section-inner .box-image] */
.section-inner .box-image {
	padding-top: 6px;
	padding-bottom: 12px;
}
/* /[.section-inner .box-image] */

/* [.page-link : ページ内リンクナビゲーション] */
.page-link .row {
	margin-bottom: -10px;
}
.page-link .row .row {
	margin: 0 -15px;
}
.page-link h3 {
	display: table;
	width: 100%;
	border: none;
	margin: 8px auto;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}
.page-link h3 span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
}
.page-link li {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.page-link h3 {
		margin-top: 3px;
	}
}
.page-link ul {
	padding: 0;
}
.page-link li {
	list-style: none;
	margin-bottom: 5px;
}
.page-link li a {
	display: block;
	background: url(images/arrow_down-lightgrey.png) no-repeat 5px 46%;
	margin: 0 4px 0 6px;
	padding: 5px 5px 5px 38px;
}
.page-link li a:hover {
	background-color: #E9E9E9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-link li.feature-new:before {
	content: 'NEW';
	display: block;
	background-color: #fff;
	border: solid 1px #e00b44;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 30px !important;
	height: 30px !important;
	margin-left: -26px;
	color: #e00b44;
	font-size: 11px;
	line-height: 30px;
	text-align: center;
	float: left;
}
.page-link li.feature-update:before {
	content: 'UP';
	display: block;
	background-color: #fff;
	border: solid 1px #ff8b00;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 30px !important;
	height: 30px !important;
	margin-left: -26px;
	color: #ff8b00;
	font-size: 11px;
	line-height: 30px;
	text-align: center;
	float: left;
}
/* /[.page-link : ページ内リンクナビゲーション] */

/* [block-page-link : ページ内リンクナビゲーションNEW] */
.block-page-link {
	border-top: dotted 1px #B0B2B4;
	border-bottom: dotted 1px #B0B2B4;
	width: 100%;
}
.block-page-link ul {
	margin: 0;
	padding: 10px 0 3px;
	vertical-align: middle;
}
.block-page-link li {
	background-color: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0.5em 7px;
	padding: 3px 8px;
	list-style: none;
}
@media (min-width: 768px) {
	.block-page-link li {
		display: inline-block;
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.block-page-link li {
		margin: 0 0 10px;
		padding: 8px 1.2em;
		/*text-align: center;*/
		font-size: 14px;
	}
}
.block-page-link li:hover {
	background-color: #ddd;
}
.block-page-link li a {
	display: block;
}
.block-page-link li a:after {
	content: '';
	display: inline-block;
	background: url(/jp/lib/images/arrow_down-lightgrey.png) no-repeat 0 80%;
	background-size: 16px auto;
	width: 16px;
	height: 10px;
	margin: 0 0 0 5px;
}
/* /[block-page-link : ページ内リンクナビゲーションNEW] */

/* [.go-feature : 詳しく見るボタン] */
.go-feature {
	margin-top: 1em;
	padding-right: 0;
	padding-left: 0;
}
.go-feature a {
	display: block;
	background-color: #fff;
	background-image: url(images/arrow_right-grey.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: right 20px center;
	width: 100%;
	padding: 10px 0;
	border: solid 1px #3a3a3a;
	font-size: 16px;
	text-align: center;
	color: #3a3a3a;
}
.ie8 .go-feature a {	background-image: none;} /* IE8対策 */
.go-feature a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 991px) {
	.go-feature {
		width: 90%;
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
	}
}
/* /[.go-feature : 詳しく見るボタン] */

/* [.go-shop : 購買ボタン] */
.go-shop {
	margin-top: 1em;
}
.go-shop a {
	display: block;
	background-color: #fff;
	background-image: url(images/arrow_right-grey.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: right 20px center;
	width: 100%;
	padding: 10px 15px 10px 0;
	border: solid 1px #3a3a3a;
	font-size: 16px;
	text-align: center;
	color: #3a3a3a;
}
.ie8 .go-shop a {
	background-image: none;
}
.go-shop a:hover {
	background-color: #ccc;
}
@media screen and (max-width: 767px) {
	.go-shop {
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 320px) {
	.go-shop a {
		font-size: 12px;
	}
}
/* /[.go-shop : 購買ボタン] */

/* [.link-button : リンクボタン] */
.link-button a {
	display: block;
	background-color: #fff;
	background-image: url(images/arrow_right-grey.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: 90% 50%;
	width: 100%;
	padding: 10px 15px 10px 0;
	border: solid 1px #3a3a3a;
	font-size: 16px;
	text-align: center;
	color: #3a3a3a;
}
.link-button a:hover {
	background-color: #ccc;
}
@media screen and (min-width: 769px) and (max-width: 991px) {
	.link-button {
		width: 50%;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 767px) {
	.link-button {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}
/* /[.link-button : 購買ボタン] */

/* index.html ============================================== */
/* [.block-product_info : 商品情報box] */
.block-product_info h1 {
	font-size: 40px;
	font-weight: lighter;
	line-height: 1.7em;
	margin: 0 0 0 0;
}
@media screen and (max-width: 991px) {
	.block-product_info h1 {
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.block-product_info h1 {
		font-size: 24px;
	}
}
.block-product_info .section-inner {
	padding-bottom: 50px;
}
.block-product_info .section-inner:after {
	height: 0;
	border: none;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 991px) {
	.block-product_info .section-inner:after {
		height: 20px;
	}
}
@media screen and (max-width: 767px) {
	.block-product_info .section-inner:after {
		display: none;
	}
}
.block-product_info .product-header-area {
	margin: 0 0 30px;
	color: #fff;
}

@media screen and (min-width: 1199px) {
	.block-product_info .product-header-area {
		max-height: 400px;
	}
}
.block-product_info .product-header-area .row {
	margin: 0;
	padding: 0;
}
@media screen and (min-width: 991px) {
	.block-product_info .product-header-area .row {
		padding: 0 220px 0 30px;
	}
}
@media screen and (max-width: 991px) {
	.block-product_info .product-header-area .row {
		padding-right: 0;
		padding-left: 0;
	}
}
.block-product_info .product-image {
	border-right: solid 10px #fff;
}
@media screen and (min-width: 992px) {
	.block-product_info .product-image {
		padding: 0 !important;
	}
}
.block-product_info .product-image img {
	display: block;
	width: 98%;
	max-width: 850px;
	height: auto;
	margin: 0 auto;
}
@media screen and (min-width: 1199px) {
	.block-product_info .product-image img {
		float: right;
	}
}
.block-product_info .product-header-area .product-header-menu {
	text-align: center;
}
@media screen and (max-width: 992px) {
	.block-product_info .product-header-area .product-header-menu {
		padding-top: 0;
	}
	.block-product_info .product-image {
		border-right: none;
		padding: 0;
	}
}
.block-product_info .product-header-menu ul {
	margin: 8px auto 20px;
	padding: 0;
	list-style: none;
}
@media screen and (min-width: 1400px) {
	.block-product_info .product-header-menu ul {
		margin: 20px 0 60px;
	}
}
.block-product_info .product-header-menu li {
	list-style: none;
}
.block-product_info .product-header-menu li a {
	display: inline-block;
	padding: 12px 0;
	vertical-align: text-bottom;
}
.block-product_info .product-header-menu li a:after {
	content: " ";
	display: inline-block;
	background: url(/jp/lib/images/arrow_right-white.png) no-repeat 100% 50%;
	width: 18px;
	height: 20px;
	background-size: auto 18px;
	vertical-align: top;
}
.block-product_info .product-header-menu li:after {
	display: block;
	content: "";
	height: 1px;
	width: 70px;
	margin: 0 auto;
	border-bottom: solid 1px #fff;
}
.block-product_info .product-header-menu a {
	color: #fff;
}
.block-product_info .product-header-menu li:hover {
	background: rgba(255, 255, 255, 0.3);
}
.block-product_info .product-header-menu .infomation-date {
	margin-bottom: 16px;
}
.block-product_info .product-header-menu .infomation-date p {
	margin-bottom: 5px;
	font-size: 16px;
	text-align: center;
}
.block-product_info .product-header-menu .infomation-date p.go-old-version {
	margin-top: 20px;
	padding: 6px 12px;
	font-size: 12px;
}
.block-product_info .product-header-menu .infomation-date p.go-old-version:hover {
	background: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 992px) {
	.block-product_info .product-header-menu .infomation-date span {
		display: block;
	}
}
.block-product_info .lead-text {
	width: 70%;
	text-align: left;
}
@media screen and (min-width: 992px) {
	.block-product_info .lead-text {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 992px) {
	.block-product_info .lead-text {
		margin: 0 auto 30px;
	}
}
/* /[.block-product_info : 商品情報box] */

/* [.block-campaign : キャンペーン情報box] */
.block-campaign {
	margin-bottom: 60px;
	padding: 20px 0;
	color: #fff;
}
.block-campaign .section-inner {
	padding-bottom: 0;
}
@media screen and (max-width: 991px) {
	.block-campaign .section-inner .row {
		margin-bottom: 0;
	}
}
.block-campaign .section-inner:after {
	border: none;
	margin: 0;
	padding: 0;
}
.block-campaign .section-inner .img-responsive {
	border: solid 3px #fff;
}
@media screen and (min-width: 1200px) {
	.block-campaign .box-text {
		margin-top: 12%;
	}
}
@media screen and (max-width: 991px) {
	.block-campaign .go-campaign {
		width: 300px;
		margin: 0 auto 30px;
	}
}
.block-campaign .go-campaign a {
	display: block;
	background: #fff url(images/arrow_right-green.png) no-repeat right 20px center;
	width: 100%;
	padding: 10px 15px 10px 0;
	font-size: 16px;
	text-align: center;
}
.block-campaign .go-campaign a:hover {
	background-color: rgba(255, 255, 255, 0.7);
}
/* /[.block-campaign : キャンペーン情報box] */

/* [.block-relation : 関連情報] */
.block-relation h2 {
	display: table;
	width: 100%;
	margin: 15px auto;
	font-size: 16px;
	line-height: 1.4;
}
.block-relation h2 span {
	display: table-cell;
	vertical-align: middle;
	font-size: 21px;
	line-height: 1.4;
}
.block-relation .row {
	margin-bottom: -10px !important;
}
.block-relation .row .row {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 0 !important;
}
/* /[.block-relation : 関連情報] */

/* [.block-promotion : JMSへの誘導] */
.block-promotion .section-inner:after {
	display: none;
}
.block-promotion .block-promotion-box {
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 16px 36px;
}
.block-promotion .block-promotion-box h3 {
	margin: 0;
	border: none;
	font-size: 28px;
	line-height: 1.26;
}
@media screen and (max-width: 767px) {
	.block-promotion .block-promotion-box {
		padding: 16px 10px;
	}
	.block-promotion .block-promotion-box h3 small {
		display: block;
		line-height: 1.3;
		margin-bottom: -1.6em;
	}
}
.block-promotion .block-promotion-box p {
	margin: 0;
}
.block-promotion .block-promotion-box .go-shop {
	margin: 48px auto 0;
}
.block-promotion .block-promotion-box .go-shop a {
	background-color: #E90019;
	background-image: url(/jp/lib/images/arrow_right-white.png);
	color: #fff;
}
.ie8 .block-promotion .block-promotion-box .go-shop a {
	background-image: none;
}
.block-promotion .block-promotion-box .go-shop a:hover {
	background-color: #F56171;
}
@media screen and (max-width: 991px) {
	.block-promotion .block-promotion-box h3,
	.block-promotion .block-promotion-box p {
		text-align: center;
	}

	.block-promotion .block-promotion-box .go-shop {
		margin: 16px auto 0;
	}
}
/* /[.block-promotion : JMSへの誘導] */

/* [.go-latest-version : 販売終了後、最新バージョンへの誘導] */
.go-latest-version {
	background: #efefef;
	width: 80%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 auto 60px;
	padding: 15px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.go-latest-version {
		width: 96%;
	}
}
/* /[.go-latest-version : 最新バージョンへの誘導] */


/* featureXX.html ============================================== */
.page-header-block {
	text-align: center;
}
.page-header-block .section-inner {
	margin-bottom: 50px;
	padding-bottom: 0;
}
.page-header-block img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
@media screen and (min-width: 992px) {
	.page-header-block img {
		max-height: 150px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 991px) {
	.page-header-block {
		margin-top: -50px;
	}
	.page-header-block .section-inner {
		margin-bottom: 30px;
		padding-right: 0;
		padding-left: 0;
	}
	.page-header-block img {
		width: 100%;
		height: auto;
	}
}

p.lead-text {
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
	.new-feature p.lead-text,
	.update-feature p.lead-text {
		/*	margin-top: -30px;*/
	}
}
p.lead-text:last-child {
	margin-bottom: 0;
}

/* [.gallery : ギャラリー表示用] */
body.noscroll {
	width: 100%;
	position: fixed;
	overflow-y: scroll;
}
.view-gallary {
	text-align: center;
	cursor: pointer;
	position: relative;
}
.view-gallary .gallary-glyphicon {
	font-size: 400%;
	color: #ffffff;
	text-shadow: 0 0 5px #000;
	position: absolute;
	top: 60px;
	right: 30px;
	cursor: pointer;
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80 )"; /* IE8対策 */
}
.gallary {
	width: 94%;
	background: rgba(0, 0, 0, .8);
	overflow: hidden;
	position: fixed;
	top: 100px;
	left: 3%;
	margin: 0 auto 0 auto;
	z-index: 1;
	display: none;
}
@media screen and (max-width: 992px) {
	.gallary {
		width: 94%;
		position: fixed;
		top: 80px;
	}
}
.gallary-list {
	overflow: hidden;
}
.gallary-list ul {
	background: rgba(0, 0, 0, .8);
	width: 124%;
	padding: 0 12% 0 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.gallary-list li {
	list-style: none;
	padding: 0 15%;
	margin: 10% 0 0 0;
	background: rgba(0, 0, 0, .8);
	position: relative;
}
.gallary-list li img {
	width: 100%;
	padding: 5px;
	cursor: pointer;
}
.gallary-list .gallary-glyphicon {
	font-size: 270%;
	color: #ffffff;
	position: relative;
	top: -30px;
	left: 0;
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )"; /* IE8対策 */
}
.gallary-list li.select img {
	border: 1px solid #ffffff;
}
.gallary-detail {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 992px) {
	.gallary-detail {
		padding: 0 0 0 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
.gallary-detail-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.gallary-detail-box {
	padding: 3% 10% 10% 5%;
	margin: 0 auto;
	text-align: center;
	max-width: 920px;
}
@media screen and (max-width: 992px) {
	.gallary-detail-box {
		padding: 10% 8% 10% 8%;
	}
}
@media screen and (max-width: 767px) {
	.gallary-detail-box {
		padding-top: 20%;
	}
}
.gallary-detail-box img {
	width: 100%;
}
.gallary-detail-box .iframebox {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gallary-detail-box .iframebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gallary-detail-box-title {
	color: #ffffff;
	font-size: 180%;
	margin: 1.5% 0;
!important;
	padding: 0;
!important;
}
.gallary-detail-box-caption {
	color: #ffffff;
}
.gallary-close {
	width: 30px;
	position: absolute;
	top: 2.5%;
	right: 2.5%;
	z-index: 10;
	cursor: pointer;
}
@media screen and (max-width: 992px) {
	.gallary-close {
		position: fixed;
		top: 100px;
		right: 70px;
	}
}
/* /[.gallery : ギャラリー表示用] */

/* [.block-column] */
.section-inner .block-column {
	background: #efefef;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 30px;
	margin-bottom: 6px;
	padding: 1px 36px 20px;
}
@media screen and (max-width: 767px) {
	.section-inner .block-column {
		padding-right: 15px;
		padding-left: 15px;
	}
	.section-inner .block-column .row {
		margin-right: 0;
		margin-left: 0;
	}
}
.section-inner .block-column h4 {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
}
.section-inner .block-column p {
	margin-bottom: 3px;
}
/* /[.block-column] */


/* spec.html ============================================== */
.page-spec #contents {
	font-size: 14px;
}
.page-spec h2 {
	border-bottom: dashed 1px #a9a9a9;
	margin: 30px 0 16px;
	font-size: 36px;
	font-weight: lighter;
	line-height: 1.6;
	text-align: left;
}
.page-spec #contents li {
	line-height: 1.3;
	margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
	.page-spec h2 {
		font-size: 24px;
	}
}
.page-spec p.spec-text {
	width: 96%;
	max-width: 860px;
	margin-right: 2%;
	margin-left: 2%;
}
@media screen and (min-width: 1200px) {
	.page-spec p.spec-text {
		margin-right: auto;
		margin-left: auto;
	}
}
.sub-text {
	font-size: 12px;
	color: rgba(94, 94, 94, 0.8);
	font-weight: normal;
}
.flag-new {
	background-color: #fff;
	border: solid 1px #e00b44;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 34px !important;
	height: 34px !important;
	margin: 0 auto;
	color: #e00b44;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
}
.flag-update {
	background-color: #fff;
	border: solid 1px #ff8b00;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 34px !important;
	height: 34px !important;
	margin: 0 auto;
	color: #ff8b00;
	font-size: 12px;
	line-height: 34px;
	text-align: center;
}
.flag-limitation {
	background-color: #fff;
	border: solid 1px #008C00;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 34px !important;
	height: 34px !important;
	margin: 0 auto;
	color: #008C00;
	font-size: 11px;
	line-height: 34px;
	text-align: center;
}

/* [.spec-system : 動作環境] */
.spec-system-title {
	width: 96%;
	max-width: 860px;
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom: none !important;
	margin: 30px auto 8px !important;
	padding: 3px 5px;
	font-size: 14px !important;
	font-weight: bold;
}
/*.spec-system-text {
	width: 96%;
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}*/
.spec-system {
	width: 96%;
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.spec-system dt {
	border-bottom: solid 1px #656565;
	padding: 16px 10px 5px;
	line-height: 1.8;
}
.spec-system dd {
	padding: 16px 10px;
	line-height: 1.8;
}
.spec-system dd ul {
	margin: 0;
	padding-left: 1.2em;
}
.spec-system dd .note-text {
	width: 98%;
	margin: 0.5em 0 1.5em 2%;
}
@media screen and (min-width: 768px) {
	.spec-system {
		display: table;
		border-bottom: solid 1px #656565;
	}
	.spec-system .dl-row {
		display: table-row;
	}
	.spec-system dt {
		display: table-cell;
		vertical-align: top;
		width: 230px;
		padding: 16px 10px;
		border-top: solid 1px #656565;
		border-bottom: none;
	}
	.spec-system dd {
		display: table-cell;
		vertical-align: top;
		border-top: solid 1px #656565;
		border-bottom: none;
	}
}
/* /[.spec-system : 動作環境] */

/* [.spec-table : table表記用] */
.spec-table {
	width: 860px;
	margin-right: auto;
	margin-left: 2%;
	font-size: 14px;
}
@media screen and (min-width: 1200px) {
	.spec-table {
		margin-right: auto;
		margin-left: auto;
	}
}
.spec-table th,
.spec-table td {
	border-bottom: solid 1px #656565;
	padding: 16px 0;
	vertical-align: middle;
}
.spec-table td {
	width: 180px;
	text-align: center;
}
.spec-table thead th {
	vertical-align: top;
	padding-top: 5px;
	text-align: center;
}
.spec-table thead th .product-name {
	padding: 6px 1em 0;
	font-size: 12px;
}
.spec-table thead th img {
	height: 90px;
}
.spec-table tbody th {
	padding-right: 10px;
	padding-left: 10px;
}
.spec-table .spec-sub-body th {
	min-width: 12em;
}
@media screen and (max-width: 1036px) {
	.table-responsive {
		border: 1px solid #ddd;
	}
}
/* /[.spec-table : table表記用] */

/* [.spec-table .spec-sub-body : サブ項目] */
.spec-table .spec-sub-head th,
.spec-table .spec-sub-head td {
	border-bottom: solid 1px #ccc;
}
.spec-table .spec-sub-body th,
.spec-table .spec-sub-body td {
	border-bottom: none;
	padding-right: 0;
	padding-bottom: 0;
}
.spec-table .spec-sub-body th > div {
	border-bottom: solid 1px #ccc;
	margin-left: 1.5em;
	padding-bottom: 16px;
}
.spec-table .spec-sub-body td > div {
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
	padding-bottom: 16px;
}
/* /[.spec-table .spec-sub-body : tサブ項目] */

/* [.spec-faq : qa用] */
.spec-faq {
	width: 96%;
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-bottom: solid 1px #656565;
}
.spec-faq .row {
	margin-left: 0;
}
.spec-faq .row .col-xs-offset-1 {
	margin-left: 16px;
}
@media screen and (max-width: 787px) {
	.spec-faq .row .col-xs-offset-1 {
		margin-left: 6px;
	}
}
.spec-faq .go-others {
	margin: 0;
}
.spec-faq .go-others li {
	margin-bottom: 6px!important;
}
.spec-faq .go-others a {
	background-size: auto 16px;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.spec-faq .go-others a {
		padding: 2px 2px 2px 20px;
	}
}
.spec-faq dt {
	padding: 10px 6px 0;
	line-height: 1.8;
}
.spec-faq dd {
	padding: 4px 0px 8px;
	line-height: 1.8;
}
.spec-faq .font-list ul {
	padding-left: 1.5em;
}
.col-freecall {
	background-color: #efefef;
	padding: 15px;
	text-align: center;
	font-size: 16px;
}
.col-freecall .phone {
	font-size: 28px;
	font-weight: bold;
}
.col-freecall .period {
	display: block;
	margin-top: .8em;
	font-size: 86%;
}
/* /[.spec-faq : qa用] */

/* [.spec-structure : 製品構成] */
.spec-structure {
	width: 96%;
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}
/* /[.spec-structure : 製品構成] */

.go-others {
	margin-top: 10px;
	padding-left: 0;
}
.go-others li,
.go-others div {
	margin-bottom: 16px !important;
	list-style: none;
}
.go-others a {
	display: block;
	background: url(images/arrow_right-grey.png) no-repeat 5px 50%;
	background-size: auto 26px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 10px 6px 24px;
	color: rgba(94, 94, 94, 0.8);
}
.go-others a:hover {
	background-color: rgba(94, 94, 94, 0.2);
}

/* [.nav-tab : タブメニュー] */
.nav-tab {
	margin-top: 8px;
	padding-left: 0;
	border-bottom: 1px solid #555;
}
.nav-tab:after {
	content: '';
	display: table;
	clear: both;
}
.nav-tab li {
	border: 1px solid #ccc;
	border-bottom-color: transparent;
	border-radius: 4px 4px 0 0;
	margin: 0 6px -1px 0!important;
	padding: 12px 12px 6px;
	list-style: none;
	font-size: 12px;
	text-align: center;
	line-height: 1.2;
	color: #aaa;
	position: relative;
	float: left;
	cursor: pointer;
}
.nav-tab li.active,
.nav-tab li.active:hover {
	background-color: #fff;
	border: 1px solid #555;
	border-bottom-color: transparent;
	color: #555;
	cursor: default;
}
.nav-tab.tab3 li {	width: 32%;}
.nav-tab.tab4 li {	width: 24%;}
.nav-tab.tab5 li {	width: 19%;}
@media screen and (max-width: 767px) {
	.nav-tab li {
		margin-right: 3px!important;
		font-size: 12px;
		padding: 8px 3px 6px;
	}
}
.nav-tab li:hover {
	background-color: #efefef;
	border-bottom-color: #555;
	color: #555;
}
.tab-content.row {
	clear: both;
	margin-right: 0;
	margin-left: 0;
	padding-top: 16px;
}
/* /[.nav-tab : タブメニュー] */

/* [.spec-price : 価格・購入] */
.box-price {
	padding-top: 20px;
}
.box-price dt {
	margin-bottom: 8px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	position: relative;
}
.box-price dt img {
	margin: 0 auto 6px;
	height: 90px;
}
.box-price dt.j_license {
	/*width: 90%;*/
	border: solid 1px #666;
	margin: 0 auto;
	padding: 14px 0;
	font-size: 18px;
	font-weight: bold;
}
.box-price.slide dt.j_license {
	width: 70%;
}
.box-price dt.j_license span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}
.box-price .price {
	margin-top: 16px;
	text-align: center;
	font-size: 14px;
}
.box-price .price div {
	display: block;
	font-size: 18px;
}
.box-price .price span {
	font-size: 11px;
}
.box-price .go-shop {
	max-width: 160px;
	margin: 6px auto auto;
}
.box-price .go-shop a {
	background-image: url(images/arrow_right-lightgrey.png);
	background-position: right 4px center;
	background-size: 8px;
	border-color: #BFBEBE;
	padding: 5px 0;
	font-size: 12px;
}
.ie8 .box-price .go-shop a {
	background-image: none; /* IE8対策 */
}
.box-price .go-shop a:hover {
	background-color: #EDEDED;
}
/* bxsliderの表示設定 */
#price .bx-wrapper .bx-viewport {
	box-shadow: none;
}
#price .bx-wrapper .bx-pager.bx-default-pager a {
	background: #999;
}
@media screen and (min-width: 768px) {
	#price .bx-viewport,
	#price .bx-controls {
		display: none;
	}
}
/* /[.spec-price : 価格・購入] */


