/*------------------------------------------------------------
	product: 冒頭のバナーの部分
------------------------------------------------------------*/

#net .product .listbox-disc {
	margin-bottom: 35px;
}


#net .product .listbox-disc ul {
	color: #1e366a;
	padding: 0.5em 0 0.5em 1.5em;
}

#net .product .listbox-disc ul li {
	list-style: disc;
	line-height: 1.5;
	padding: 0.5em 0;
	word-break: break-all;
}

#net .product .contact_btn_box {
	display: flex;
}

#net .product .contact_btn {
	margin: 30px 20px;
}

#net .product .contact_btn a {
	padding: 11px 10px 10px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 4px;
	border: 2px solid #238FFB;
	transition: color .5s ease,background .5s ease,border .5s ease;
	background: #238FFB;
	font-size: 20px;
	font-weight: 500;
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	width: 200px;
}

#net .product .contact_btn a:hover {
	color: #238FFB !important;
	background: #fff;
}

@media all and (max-width: 767px) {
	#net .product .contact_btn_box {
		display: block;
		margin: 0 auto;
	}

	#net .product .contact_btn {
		font-size: 1.75rem;
		margin: 10px 0 15px;
	}

	#net .product .contact_btn a {
		font-size: 17px;
	}
}

/*------------------------------------------------------------
	product: 冒頭のニュース表示部分
------------------------------------------------------------*/

#net .product .new_info {
	margin: 30px 0;
	text-align: center;
}

#net .product .new_info a {
	font-size: 1.9rem;
}

#net .product .new_info a:hover {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	#net .product .new_info a {
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
	product: FastReport .NETとは
------------------------------------------------------------*/

#net .img_sample {
	cursor: pointer;
	margin: 0 auto;
	width: 80%;
	max-width: 80%;
}

#net .img_sample img {
	height: auto;
	transition: transform .6s ease;
	box-shadow: 0 0 5px #333;
	margin-bottom: 41px;
}

/*------------------------------------------------------------
	product: 主な機能
------------------------------------------------------------*/

#net .product .fixed_modal {
	position: fixed;
	z-index: 99999;
	bottom: 75px;
	right: 40px;
}

#net .product .fixed_modal_pc {
	width: 150px;
}

#net .product .fixed_modal:hover {
	opacity: 0.7;
}

#net .product .fixed_modal_sp {
	display: none;
}

#net .product .main_func_outbox {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

#net .product .main_func_inbox {
	display: flex;
	width: 49%;
	margin-bottom: 35px;
}

#net .product .main_func_inbox:hover {
	background: lightpink;
}

#net .product .main_func_icon {
	width: 20%;
	padding:10px;
	flex-shrink: 0;
}

#net .product .main_func_icon:hover {
	padding:3px;
}

#net .product .main_func_txt {
	padding: 0 20px;
	word-break: break-all;
}

#net .product .main_func_txt .title {
	font-weight: 700;
	margin-bottom: 10px;
}

#net .product .more-detail {
	color: red;
	animation: blink 1.5s ease-in-out infinite alternate;
}

#net .product .marginb-0 {
	margin-bottom: 0;
}

@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
  }

@media all and (max-width: 767px) {
	#net .product .fixed_modal_sp {
		display: inline-block;
		width: 100vw; /* スマホの画面幅いっぱいに表示 */
	}

	#net .product .main_func_inbox {
		width: auto;
	}

	#net .product .main_func_outbox {
		display: block;
		margin: 0 0 46px;
		width: auto;
	}

	#net .product .main_func_icon {
		width: 35%;
	}

	#net .product .main_func_txt {
		width: auto;
	}
}


/*------------------------------------------------------------
	product: システム要件
------------------------------------------------------------*/

#net .system-env-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}

/* 項目列の幅設定 */
#net .system-env-table td:nth-child(1) {
	width: 40%;
}

#net .system-env-table td {
	font-size: 1.6rem;
	border: solid 1px #CCC;
	padding: 1em;
}

#net .system-env-table td.check {
	background: url(/fastreports/net/img/net/icon.png) no-repeat center center;
	background-size: 2.0rem auto;
}

/* 項目列は、センタリング */
#net .system-env-table td:nth-child(1) {
	text-align: center;
	background-color: #faf8f3;
}

#net .system-env-table tr:hover {
	background: #dcdcdc;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#net .system-env-table td {
		font-size: 1.4rem;
	}

	#net .system-env-table td.check {
		background-size: 1.6rem auto;
	}
}

/*------------------------------------------------------------
	product以外のページの共通定義
------------------------------------------------------------*/

#net h1.sub-h1 {
	padding: 31px;
	text-align: center;
	color: #FFF;
	font-size: 4.4rem;
	font-weight: 700;
	background: #ff0404;
	line-height: 1.5;
	margin-bottom: 28px;
}

#net h2.sub-h2 {
	padding: 40px 0;
	line-height: 1.4;
	font-size: 3rem;
	color: #011D57;
}

#net h2.price-faq {
	margin: 80px 0 35px;
	font-size: 3rem;
	line-height: 1.3;
	font-weight: 700;
	color: #ff0404;
}

#net p.briefing {
	width: 90%;
	line-height: 2.15;
	font-weight: 600;
	font-size: 1.8rem;
	margin: auto;
}

#net span.txt-icon {
    background-color: #F93A3A;
    color: #fff;
    padding: 2px 4px;
}

#net .blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}

#net .right-arrow {
	display: inline-block;
	vertical-align: middle;
	color: #2b5486;
	line-height: 1;
	position: relative;
	width: 0.8em;
	height: 0.8em;
	border: 0.1em solid currentColor;
	background: currentColor;
	border-radius: 50%;
	box-sizing: content-box;
	margin: 0 5px 0;
}

#net .right-arrow::before {
	content: '';
	color: #fff;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.18em 0.31177em;
	border-left-color: currentColor;
	border-right: 0;
	transform: translateX(15%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


#net .slider-images {
	padding: 50px 0 67px;
}

#net .footnote {
	margin: 20px 0 20px !important;
	text-align: center;
}

#net .illustration {
	margin: 0 auto;
	width: 45%;
}

@media all and (min-width: 0) and (max-width: 767px) {

	#net h1.sub-h1 {
		font-size: 2.5rem;
	}

	#net h2.sub-h2 {
		font-size: 2.0rem;
	}

	#net p.briefing {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#net h2.price-faq {
		font-size: 2.5rem;
	}
}

/*------------------------------------------------------------
	report-designer: レポートデザイナー
	report-elements: レポート要素
------------------------------------------------------------*/
#net .report-designer-box,#net .report-elements-box {
	display: block;
	width: 70%;
	margin: 0 auto;
}

#net .platform p {
	font-size: 1.7rem;
}

/*------------------------------------------------------------
	vs-rdl, vs-crystal-reports: 機能比較
------------------------------------------------------------*/

#net .vs-box {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#net .vs-box img {
	width: 98%;
}

#net .comparison-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
}

#net .comparison-table th {
	text-align: center;
	font-size: 1.6rem;
	border: solid 1px #CCC;
	padding: 1em;
	background: #2b5486;
	color: #FFF;
	position: sticky;
	top: 0;
}

#net .comparison-table th.middle-label {
	position: unset;
}

/* 比較項目列の幅設定（残りの列幅は均等分割） */
#net .comparison-table th:nth-child(1) {
	width: 50%;
}

#net .comparison-table td {
	font-size: 1.6rem;
	border: solid 1px #CCC;
	padding: 1em;
}

#net .comparison-table td.check {
	background: url(/fastreports/net/img/net/icon.png) no-repeat center center;
	background-size: 2.0rem auto;
}

/* 比較項目列以降は、センタリング */
#net .comparison-table td:nth-child(n+2) {
	text-align: center;
}

#net .comparison-table tr:hover {
	background: #dcdcdc;
}

#net .img_sample_2 {
	cursor: pointer;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
}

#net .img_sample_2 img {
	height: auto;
	transition: transform .6s ease;
	box-shadow: 0 0 5px #333;
	margin-bottom: 41px;
	width: 98%;
}

#net .img_sample_2 ul.gallery-lists {
	display: flex;
	justify-content: space-around;
}


@media all and (min-width: 0) and (max-width: 767px) {

	#net .comparison-table th {
		font-size: 1.4rem;
	}

	#net .comparison-table td {
		font-size: 1.4rem;
	}

	#net .comparison-table td.check {
		background-size: 1.6rem auto;
	}
	#net .img_sample_2 ul.gallery-lists {
		display: block;
	}
}

/*------------------------------------------------------------
	movies: 動画集
------------------------------------------------------------*/
#net .youtube-ratio {
	width: 100%;
	aspect-ratio: 16 / 9;
}
#net .youtube-ratio iframe {
	width: 100%;
	height: 100%;
}
#net .mv-recommend-outbox {
	margin: 80px auto 15px;
	background-color: #fafafa;
	padding: 2em 2em 1.7em;
	position: relative;
	border: 1px solid #2b5486;
}
#net .mv-recommend-outbox-title {
	background-color: #2b5486;
	font-size: 1.9rem;
	color: #fff;
	padding: 15px 20px;
	line-height: 1.5;
	position:absolute;
	top: -25px;
	left: 20px;
}
#net .mv-recommend-midbox {
	display: flex;
	align-items: center;
}
#net .mv-recommend-inbox {
	margin: 0 15px;
}

#net .mv-recommend-inbox:nth-of-type(1) {
	width: 80%;
}

#net .mv-recommend-inbox img {
	transform: scale(1);	
}
#net .mv-recommend-inbox a:hover img {
	opacity: 0.7;
	transform: scale(1.1);	
}
#net .mv-recommend-h2 {
	padding: 2px 8px 10px 8px;
	background-color: transparent;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	border-color: #0057B8;
	font-size: 2.0rem;
}

#net p.mv-recommend {
	margin: 15px 10px;
}

#net p.mv-recommend_1 {
	margin: 10px 10px 20px;
}

#net p.mv-recommend_2 {
	margin: 10px 10px 0px;
	font-size: 1.5rem;
	text-align: center;
}

#net p.mv-recommend_3 {
	margin: 0px 10px 0px;
	font-size: 1.5rem;
	text-align: center;
	color: #0000008f;
}

#net .mv-recommend-button {
	cursor: pointer;
	background-color: #ff0404;
	font-size: 1.75rem;
	color: #fff;
	border: solid 1px #ff0404;
	border-radius: 999px;
	height: auto;
	line-height: 1;
	text-align: center;
	width: 70%;
	margin: 1.5em auto 0;
	padding: 15px 0;
}

#net a:hover .mv-recommend-button {
	background-color: #fff;
	color: #ff0404;
}

#net .mv-outbox {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 95%;
	align-items: stretch;
}

#net .mv-inbox {
	width: 30%;
	margin: 2% 1%;
	padding: 1%;
	background-color: #f8f8ff;
}

#net .mv-inbox a {
	cursor: pointer;
}


#net .mv-inbox .mv-thumbnail {
	display: block;
	line-height: 0;
	overflow: hidden;
}

#net .mv-inbox .mv-thumbnail img {
	transform: scale(1);	
}

#net .mv-inbox a:hover .mv-thumbnail img {
	transform: scale(1.2);	
}

#net .mv-inbox .mv-title {
	overflow: hidden;
	height: 8rem;
	font-size: 1.5rem;
	font-weight: 800;
	color: #000000;
	border-bottom: solid 1px #DDDDDD;
	padding: 4% 0 4%;
}

#net .mv-inbox .mv-detail {
	overflow: hidden;
	height: 8rem;
	font-size: 1.5rem;
	font-weight: 500;
	color: #000000;
	padding: 4% 2%;
}

#net .mv-button {
	cursor: pointer;
	background-color: #ff0404;
	font-size: 1.5rem;
	color: #fff;
	border: solid 1px #ff0404;
	border-radius: 999px;
	height: auto;
	line-height: 1;
	text-align: center;
	width: 70%;
	margin: 1.5em auto;
	padding: 15px 0;
}

#net a:hover .mv-button {
	background-color: #fff;
	color: #ff0404;
}

#net .mv-trial-box {
	margin: 50px 0 60px;
}

#net .mv-trial-box p.footnote {
	margin: 0 0 25px;
}

.dblue-button a {
	color: #fff !important;
	background: #2b5486;
	border: 1px solid #2b5486;
}

.dblue-button a:hover {
	color: #2b5486 !important;
	background: #fff;
	border: 1px solid #2b5486;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#net .mv-recommend-outbox {
		padding: 2.5em 0;
	}

	#net .mv-recommend-outbox-title {
		font-size: 1.5rem;
		padding: 10px 15px;
		top: -20px;
	}

	#net .mv-recommend-midbox {
		display: block;
	}
	#net .mv-recommend-inbox {
		width: auto;
	}
	#net .mv-recommend-inbox:nth-of-type(1) {
		width: auto;
	}
	#net p.mv-recommend_1 {
		font-size: 1.5rem;
	}
	#net p.mv-recommend_2 {
		margin: 10px;
	}
	#net .mv-recommend-button {
		font-size: 1.5rem;
	}
	#net .mv-outbox {
		display: block;
	}

	#net .mv-inbox {
		width: auto;
		margin: 20px auto;
	}
}

*/==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
	width:94%;
	margin:0 auto;
}

.slider img {
	width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
	height:auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
	position: absolute;/*絶対配置にする*/
	top: 42%;
	cursor: pointer;/*マウスカーソルを指マークに*/
	outline: none;/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #666;/*矢印の色*/
	border-right: 2px solid #666;/*矢印の色*/
	height: 15px;
	width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
	left: -1.5%;
	transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
	right: -1.5%;
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
	display:inline-block;
	margin:0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width:8px;/*ドットボタンのサイズ*/
	height:8px;/*ドットボタンのサイズ*/
	display:block;
	border-radius:50%;
	background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
	background:#333;/*ドットボタンの現在地表示の色*/
}

.txt-slider{
	text-align: center;
}


/*------------------------------------------------------------
	モーダル
------------------------------------------------------------*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*------------------------------------------------------------
	価格表: Tabの切り替えなど
------------------------------------------------------------*/
.tab-panel {
	margin: 40px 0;
}
.tab-group {
	display: flex;
	justify-content: center;
}

.tab-group li {
	display: flex;
	justify-content: center;
}


.tab-group li::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin: 10px;
}

.tab {
	list-style: none;
	border: solid 1px #CCC;
	text-align: center;
	cursor: pointer;
	width: 30%;
	margin: 0 10px;
	padding: 20px 30px 20px 10px;
	display: flex;
	border-radius: 50vh;
}
.panel-group {
	margin: 30px 0;
}
.panel {
	display: none;
}

.tab.is-active{
	background: #2b5486;
	color: #FFF;
	transition: all 0.2s ease-out;
}
.panel.is-show {
	display: block;
}

.panel ul {
	display: flex;
	justify-content: space-around;
}
.panel li {
	border: 1px solid #2b5486;
	width: calc(50% - 40px);
	box-shadow: 4px 4px 15px 2px rgba(0,0,0,0.1);
}
.panel h2 {
	padding: 10px;
	border-top: 5px solid #2b5486;
	background: #DFF1F6;
	font-size: 2.3rem;
	margin: 40px 20px 0px;
	text-align: center;
}
.panel h3 {
	font-size: 1.6rem;
	color: #fff;
	background-color: #2b5486;
	padding: 10px;
}
.panel .edition-price {
	padding: 20px;
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
}
.panel .edition-price span {
	display: block;
	font-size: 1.03rem;
}
.panel .edition-detail {
	display: block;
	margin: 30px 0;
}
.panel .edition-detail li {
	list-style: disc;
	margin: 0 10%;
	line-height: 2.0;
	text-align: left;
	border: none;
	box-shadow: none;
	width: auto;
}

.panel .edition-note {
	margin: 30px;
}

.panel .edition-note ul {
	display: block;
}

.panel .edition-note li {
	list-style: disc;
	text-align: left;
	line-height: 2.0;
	border: none;
	box-shadow: none;
	width: auto;
}

.important-notice {
	width: 90%;
	margin: 30px auto;
	background-color: #faf8f3;
	padding: 20px;
	border: solid 1px;
	border-color: #F93A3A;
}

p.important-notice-title {
	text-align: center;
	line-height: 1.4;
	font-weight: 600;
	font-size: 2.5rem !important;
}

p.important-notice-detail {
	text-align: center;
	line-height: 1.4;
	font-weight: 600;
	font-size: 2.0rem;
}

p.price-info {
	margin: 10px 0 20px;
	text-align: center;
	font-size: 2.4rem !important;
	font-weight: 600;
	color: #F93A3A;
}

@media all and (max-width: 767px) {
	.tab-group {
		display: block;
	}
	.tab-group li {
		margin: 10px auto;
	}
	.tab {
		display: block;
		width: 80%;
	}
	.panel li {
		width: auto;
		margin: 20px 0;
		font-size: 1.4rem;
	}
	.tab-group li::before {
		margin: 6px 10px;
	}
	.panel ul {
		display: block;
	}
	p.price-info {
		font-size: 1.8rem !important;
	}
	.panel h2 {
		margin: 80px 0 0px;
		font-size: 2rem;
	}
}



/*アコーディオン全体*/
.frfaq {
	width: 100%;
	padding: 10px 10px 20px;
}
.frfaq input {
	display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.frfaq label {
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 1.8;
	position: relative;
	margin: 0 0 25px;
	background-color: #2b5486;
	text-align: left;
	padding: 2% 5% 2% 2%;
}
/*開いたときに表示される部分*/
.frfaq ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1px;
	display: block;
}
.frfaq li {
	height: 0;
	overflow-y: hidden;
	transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
	-webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
	-moz-transition: padding-bottom 0.5s, padding-top 0.5s;
	-ms-transition: padding-bottom 0.5s, padding-top 0.5s;
	-o-transition: padding-bottom 0.5s, padding-top 0.5s;
	background: none;
	border: none;
	box-shadow: none;
	width: auto;
	text-align: left;
}
#frfaq_title01:checked ~ #links01 li,
#frfaq_title02:checked ~ #links02 li,
#frfaq_title03:checked ~ #links03 li,
#frfaq_title04:checked ~ #links04 li {
	height: auto; /*開いたときに表示されるliの高さ*/
	opacity: 1;
	background: #f1f1f1;
	padding: 10px;
}
 /*開いたときの下の余白*/
#frfaq_title01:checked ~ #links01 li:last-child,
#frfaq_title02:checked ~ #links02 li:last-child,
#frfaq_title03:checked ~ #links03 li:last-child,
#frfaq_title04:checked ~ #links04 li:last-child {
	margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.frfaq label:after{
	content:"";
	display: block;
	width: 8px;
	height: 8px;
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 2%;
	top: 0;
	bottom: 15%;
	margin: auto;
}
/*開いた状態の矢印描画*/
.frfaq input[type=checkbox]:checked + label:after{
	content:"";
	display: block;
	width: 8px;
	height: 8px;
	border-top: #fff 2px solid;
	border-right: #fff 2px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 2%;
	top: 7%;
	bottom: 0;
	margin: auto;
}

@media all and (max-width: 767px) {
	.frfaq label {
		font-size: 1.4rem;
		padding: 2% 7% 2% 4%;
	}
	.frfaq li {
		font-size: 1.4rem;
	}
}

/*------------------------------------------------------------
	vs-table: 製品比較(Crystal Report, RDL)
------------------------------------------------------------*/

#net .h2ttl {
	margin-bottom: 58px;
	padding: 31px;
	text-align: center;
	color: #FFF;
	font-size: 3.6rem;
	font-weight: 700;
	background-color: #ff0404;
}


#net .vs-table .vs-table-overview {
	margin: 0 auto 35px;
	width: 860px;
	font-size: 1.7rem;
	line-height: 2.15;
	font-weight: 700;
}

#net .vs-table .vs-table-photo {
	text-align: center;
	margin: 69px auto 0;
	width: 816px;
}


#net .vs-table .vs-table-photoTBL {
	text-align: center;
	margin: 69px auto 0;
	border: none;
	width: 100%;
	word-break: break-all;
	font-size: 1.4rem;
	font-weight: 400;
}


#net .vs-table .vs-table-photoTBL tbody {
	text-align: left;
	border-top: 3px solid #000;
}

#net .vs-table .vs-table-photoTBL tr {
	border-bottom: 1px solid #CCC;
}

#net .vs-table .vs-table-photoTBL th {
	text-align: left;
	font-size: 12px;
	font-weight: bold !important;
	padding: 20px 0;
	vertical-align: middle;
	font-family: inherit;
}

#net .vs-table .vs-table-photoTBL td:first-child {
	width: 46%;
}

#net .vs-table .vs-table-photoTBL td {
	padding: 20px 10px 20px 3px;
	text-align: left;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
}

/*------------------------------------------------------------
評価版ダウンロードページのバナー
------------------------------------------------------------*/
#main .youtube-banner {
	text-align: center;
	margin: 41px 0;
}

#main .youtube-banner a:hover {
	opacity: 0.7;
}
