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

	bread_crumb

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

#bread_crumb {
	width: 740px;
	padding-bottom: 8px;
	text-align: left;
	color: #000;
	clear: both;
	font-size: 0.8em;
}


#bread_crumb a {
	color:#000;
	text-decoration:underline;
}

#bread_crumb a:hover {
	color:#999;
}

#bread_crumb .home {
	color:#F00;
	text-decoration:underline;
}

#bread_crumb strong{
	font-weight: normal;
}

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

	content_link

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

#contents .link {
	width:220px;
	height:100%;
}

#contents .link ul {
	padding:0px 0 0 0px;
	text-align:left;
}

#contents .link li {
	padding:1em 0 0 0px;
}


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

	content_left_submenu

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

#contents .left_submenu {
	width: 220px;
	margin-top: 18px;
	height: 100%;
	border: #D1D1D1 solid 1px;
	font-weight: bold;
	font-size: 0.9em;
}
#contents .left_submenu_title_txt{
	margin: 0 auto;
	background: url(../images/sub_menu_main.jpg) no-repeat left top #f57617;
	padding: 10px 5px;
	overflow: hidden;
	color: #FFF;
	font-size: 1.1em;
	text-align: center;
}


/*リスト（第2階層）
------------------------*/
#sub_menu_list li,
#sub_menu_list2 li {
	line-height: 1em;
	border-top:1px solid #d2d2d2;
}

#sub_menu_list li a {
	display: block;
	font-weight: normal;
	padding: 10px 10px 10px 25px;
	text-decoration:none;
	background: url(../images/sidemenu_act_icon.png) no-repeat 9px 0.8em;
	color: #000;
}

#sub_menu_list li a:hover {
	text-decoration:none;
	background-color: #ffe8ce;
}


/*リストinリスト（第3階層）
------------------------*/
#sub_menu_list li ul,
#sub_menu_list2 li ul {
	display: none;
}
#sub_menu_list li li a, #sub_menu_list li li a:hover,
#sub_menu_list2 li li a, #sub_menu_list2 li li a:hover{
	padding-top: 10px;
	padding-bottom: 10px;
	background-position:23px 1.2em;
	background-repeat:no-repeat;
	border-style: none;
	font-weight: normal;
	text-decoration: underline;
	padding-left: 35px;
	line-height: 1.2;
}
#sub_menu_list li li a:hover,
#sub_menu_list2 li li a:hover {
	text-decoration: underline;
}
#sub_menu_list li li a,
#sub_menu_list2 li li a {
	background-color: #fff;
	background-image: url(../images/link_arrow.gif);
	text-decoration: none;
}
#sub_menu_list li li a:hover,
#sub_menu_list2 li li a:hover {
	background-image: url(../images/link_arrow.gif);
	background-color: #ffe8ce;
	text-decoration: none;
}

/*js制御部分=====================================

※「.selected」がaタグに追加されます。
===============================================*/

/*トグルオープン時のリスト（第2階層）*/
#sub_menu_list li a.selected,
#sub_menu_list2 li a.selected{
	text-decoration:none;
	background: url(../images/sidemenu_act_icon.png) no-repeat 9px 0.8em #ffcd8c;
}

/*トグルオープン時のリストinリスト（第3階層）*/
#sub_menu_list li li a.selected,
#sub_menu_list2 li li a.selected{
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/link_arrow.gif);
	background-position: 23px 1.2em;
	background-repeat: no-repeat;
	background-color: #ffe8ce;
	font-weight: normal;
	text-decoration: none;
	padding-left: 35px;
	line-height: 1.2;
}

/*
#contents .left_submenu li {
	padding: 0em 0 3px 6px;
	width: 208px;
	height: 24px;
	font-weight: normal;
}

#contents .left_submenu li a{
	color:#333;
	text-decoration:none;
	width:208px;
	height:24px;
	padding:3px 0 0 1.5em;
	display:block;
	overflow:hidden;
	background:url(../images/sub_menu.jpg) no-repeat left top;
}

#contents .left_submenu li a:hover{
	color:#FF5301;

}

#contents .left_submenu li a.current{
	color:#FF5301;
	text-decoration:none;
	width:208px;
	height:24px;
	padding:3px 0 0 1.5em;
	display:block;
	overflow:hidden;
}
*/

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

	news

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

#contents .news {
	width:740px;
	height:100%;
	padding-bottom:30px;
	padding-top:14px;
}

#contents .news ul {
	width:740px;
	padding:12px 0em 0 0;
	color:#8B8B8B;
}

#contents .news li {
	padding:3px 0.2em 1em 1em;
	background:url(../images/information_icon.jpg) no-repeat left 5px;
}

#contents .news li a {
	color: #FE5200;
	
}

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

/* 20160803add */
#contents .news dl{
	padding: 12px 0 0 0;
}
#contents .news dl:after {
	content: "";
	clear: both;
	display: block;
}
#contents .news dl dt{
	padding:0 0 0 1em;
	background:url(../images/information_icon.jpg) no-repeat left 5px;
	float: left;
	width: 9em;
	
}
#contents .news dl dd{
	overflow: hidden;
	padding-bottom: 1em;
}
#contents .news dl a{
	color: #fe5200;
}
/* 20160803add end */

/*#contents .news_old a{
	background:url(../images/ichiran_icon.png) no-repeat left top;
	width:42px;
	height:12px;
	position:relative;
	top:20px;
	left:690px;
	text-indent:-999em;
	display:block;
}*/


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

	Three_points 

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

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

#contents .three_points .point {
	padding-top:20px;
}

/*#contents .three_points_old a{
	background:url(../images/ichiran_icon.png) no-repeat left top;
	width:42px;
	height:12px;
	position:relative;
	top:20px;
	left:690px;
	text-indent:-999em;
	display:block;

}*/



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

	entry 

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

#contents .entry {
	width:740px;
	height:115px;
	border:#CACACA solid 1px;
	margin-bottom:50px;
}

#contents .entry_imgs {
	display:block;
	width:288px;
	height:35px;
	float:left;
	padding-top:40px;
	padding-left:20px;
}

#contents .entry_submit{
	display:block;
	width:136px;
	height:35px;
	float:left;
	padding-top:27px;
	padding-left:60px;
}

#contents .contents_title {
	background:url(../images/sub_title_bg.jpg) no-repeat left top;
	display:block;
	width:740px;
	height:30px;
	color:#FFF;
	padding:8px 0 0 10px;
	font-weight:bold;
}


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

	ダウンロード

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

.dl_img01 {
	background:url(../images/dl_title_01.jpg) no-repeat left top;
	width:740px;
	height:36px;
	display:block;
}

.dl_img02 {
	background:url(../images/dl_title_02.jpg) no-repeat left top;
	width:740px;
	height:36px;
	display:block;
	}

.dl_img03 {
	background:url(../images/dl_title_03.jpg) no-repeat left top;
	width:740px;
	height:36px;
	display:block;
}

.bg_blue_line_blue {
	border:#6CCDFF solid 1px;
	background-color:#E7F8FF;
	width:728px;
	height:auto;
	overflow:hidden;
	padding:8px 0 8px 10px;
	margin-top:10px;
	clear:both;
}

.left_set {
	float:left;
	padding-right:25px;
}

.right_set {
	float:right;
}

.space_top {
	margin-top:20px;
}


/**** sawadatuiki ***/

.dl_img05 {
	background:url(../images/dl_title_05.jpg) no-repeat left top;
	width:700px;
	height:40px;
	background-color: #eeeeee;
	margin-bottom:10px;
	display:block;
}

.dl_img06 {
	background:url(../images/dl_title_06.jpg) no-repeat left top;
	width:700px;
	height:40px;
	background-color: #eeeeee;
	margin-bottom:10px;
	display:block;
}

.dl_img07 {
	background:url(../images/dl_title_07.jpg) no-repeat left top;
	width:700px;
	height:40px;
	background-color: #eeeeee;
	margin-bottom:10px;
	display:block;
}

.dl_img08 {
	background:url(../images/dl_title_08.jpg) no-repeat left top;
	width:700px;
	height:50px;
	background-color: #eeeeee;
	margin-bottom:10px;
	display:block;
}

.install img{
	width:100%;
        max-width:510px;
}

.install_1 img{
	width:100%;
        max-width:740px;
}


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

	賞品一覧

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

.prize_box {
	width:730px;
	height:auto;
	overflow:hidden;
	padding:8px 0;
	margin:10px auto 20px;
	clear:both;
}

.prize_photo {
	width:250px;
	height:auto;
	padding-right:20px;
	float:left;
}

.prize_no {
	width:460px;
	height:auto;
	overflow:hidden;
	padding-left:0;
	padding-top:40px;
	float: right;
}

.bg_glay_line_glay{
	border:#E6E6E6 solid 1px;
	background-color:#F5F5F5;
	width:441px;
	padding:6px 6px 6px 8px;
	margin-top:20px;
	float: right;
}

.pritxtbox{
	width:457px;
	margin-top:20px;
	float: right;
}
.pritxtbox .bg_glay_line_glay{
	border:#E6E6E6 solid 1px;
	background-color:#F5F5F5;
	width:441px;
	padding:6px 6px 6px 8px;
	margin-top: 0;
	float: none;
}

.bg_yellow_line_glay {
	border:#E6E6E6 solid 1px;
	background-color:#fffbf0;
	width:441px;
	padding:6px 6px 6px 8px;
	margin-top:20px;
}

.ft09{
	font-size: 0.9em !important;
}

/* 20170510 */
#prize_box2clm{
	margin-top: 20px !important;
}
#prize_box2clm .amNote{
	padding: 0;
}
#prize_box2clm .mgn_b40{
	margin-bottom: 40px !important;
}
.pdT0{
	padding-top: 0!important;
}
#prize_box2clm .prize_box{
	padding: 0;
	margin: 0 auto 60px;
}
#prize_box2clm br.clear{
	display: none;
}

.prize_box3{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.prize_box3 div{
	margin-bottom: 20px;
	text-align: center;
	width: 32%;
}
.prize_box3 img{
	max-width: 100%;
}

/* 20190926 */
.prize_center {
	width: auto;
	height: auto;
	text-align: center;
}
.prize_left {
	width:auto;
	height:auto;
	float:left;
}
.prize_right {
	width:auto;
	height:auto;
	float: right;
}
.przNote{
	font-size: 90% !important;
	border: #CACACA solid 1px;
	padding: 15px;
}
#prize_box2clm .prize_box2{
	padding: 0;
	margin: 0px auto 40px;
}
.txt_s{
	font-size: 85%;
	line-height: initial;
}

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

	リスト

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

.content_2c ul {
	padding:0.5em 1em 0.5em 1em;
	text-align:left;
	list-style:disc;
}

.content_2c ol {
	padding:0.5em 1em 0.5em 1em;
	text-align:left;
}

.content_2c li {
	padding:0px 0 6px 0.2em;
	line-height:1.6em;
	list-style-position:outside;
	margin-left:2em;
}

.content_2c li li {
	padding:0px 0 6px 0.2em;
	line-height:1.6em;
	list-style:lower-alpha;
	list-style-position:outside;
	margin-left:2em;
}

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

	Q&A

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

.qa {
	padding:0 0.5em 0 0;
	text-align:left;
}

.qa dl {
	padding-left:1em;
}

.qa dt {
	background:url(../images/q_icon.jpg) no-repeat left top;
	padding:0 0 10px 22px;
	margin-top:24px;
	line-height:1.6em;
}

.qa dd {
	border-bottom:#999 solid 1px;
	padding:0 0 20px 22px;
	background:url(../images/a_icon.jpg) no-repeat left 3px;
	line-height:1.6em;
}


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

	ランキング

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

#ranking_date {
	float: left;
}
#ranking_sel {
	float: right;
	height: 26px;
	font-size: 14px;
	padding: 0 5px;
	margin: 0.5em;
}
table.ranking {
	margin: 0 auto 20px;
	border-collapse: collapse;
	border:#E3CBAC solid 2px;
	width:740px;
}
#ranking_tbl-2,
#ranking_tbl-3,
#ranking_tbl-4,
#ranking_tbl-5 {
	display: none;
}
table.ranking th {
	padding:10px;
	vertical-align: middle;
	text-align:center;
	color:#FFF;
	background-color:#F59B29;
	border:#E3CBAC solid 1px;
	font-size:1.2em;
	font-weight:bold;
}
table.ranking td {
	padding: 10px;
	vertical-align: middle;
	text-align:center;
	border:#E3CBAC solid 1px;
	font-size:1.2em;
	font-weight:bold;
}
table.ranking td.r1 {
	background-color:#FDF5E2;
}
table.ranking td.r2 {
	background-color:#FFFFFF;

}

.prize_winner_bnr {
	padding:0 0 20px 0;
}


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

	エントリー

--------------------------------------------- */
	
.entry_img01 {
	background:url(../images/entry_title_01.jpg) no-repeat left top;
	width:740px;
	height:36px;
	display:block;
}
.entry h3.entry_img01 {
	margin-top: 2em;
}

.entry_img02 {
	background:url(../images/entry_title_02.jpg) no-repeat left top;
	width:740px;
	height:36px;
	display:block;
}

.entry_img03 {
	background:url(../images/entry_title_03.jpg) no-repeat left top;
	width:740px;

	height:36px;
	display:block;
}

.entry_img04 {
	background:url(../images/entry_title_04.jpg) no-repeat left top;
	width:740px;
	height:36px;
	display:block;
}

.entry_img05 {
	background:url(../images/entry_title_05.jpg) no-repeat left top;
	width:740px;
	height:36px;
	display:block;
}

.img_area {
	width:740px;
	overflow:hidden;
	padding:10px 0 20px 0;
}


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

	お問合わせ

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

.btn_info {
	padding-top: 50px;
}


/* tab
--------------------------------------------- */
.vfxtab{
	width: 740px;
	margin: 0 auto;
	border-bottom: 5px solid #f67a18;
	padding: 0 !important;
	list-style: none;
}
.vfxtab li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0!important;
	vertical-align: top;
	margin-left: 0 !important;
	margin-right: 5px;
	color: #ffffff;	
	line-height: 1.4;
	list-style: none !important;
}
.vfxtab li a{	
	background-color: #000000;
	display: block;
	padding: 7px 25px 5px!important;
	color: #ffffff;
	text-align: center;
}
.vfxtab li a:hover,
.vfxtab li a.on{
	background-color: #f67a18;
	color: #ffffff;
	text-decoration: none;
}

/* 過去コンテスト
--------------------------------------------- */
.side_listlink{
	padding: 0 6px;
	margin-top: 5px;
}
.side_listlink li,
#contents .linkicon{
	line-height: 1.4;
	text-align: right;
}
.side_listlink li a{
	background: url(../images/link_arrow.gif) no-repeat left center;
	display: inline-block;
	_display: inline;
	zoom: 1;
	padding-left: 0.8em;
	color: #333333;
	font-size: 0.9em;
}
#contents .linkicon a{
	background: url(../images/link_arrow.gif) no-repeat left center;
	display: inline-block;
	_display: inline;
	zoom: 1;
	padding-left: 0.8em;
	font-size: 0.9em;
}
.side_listlink li a:hover,
#contents .endlist .BlockA .right a:hover,
#contents .a_link:hover{
	color: #ff5301;
	text-decoration: none;
}

/* 20141218 */
.endlist{
	width: 740px;
	margin: 0 aut;
}
.right_fix {
	text-align: right !important;
}
#contents .endlist .BlockA{
	width: 740px;
	margin: 20px auto 30px;
}
#contents .endlist .BlockA .left{
	float: left;
	display: inline;
	width: 220px;
	padding: 0;
}
#contents .endlist .BlockA .right{
	float: right;
	display: inline;
	width: 500px;
	padding: 0;
	font-size: 0.9em;
}
#contents .endlist .BlockA .right a,
#contents .a_link{
	background: url(../images/link_arrow.gif) no-repeat left 0.6em;
	display: inline-block;
	_display: inline;
	zoom: 1;
	padding-left: 0.8em;
	color: #333333;
}

.pd15{ padding-left: 1.5em!important;}
#sideall{ display: none;}
#contents{ background-color: #ffffff;}

.mgn_t0{ margin-top: 0 !important;}
.mgn_b0{ margin-bottom: 0px !important;}
.mgn_b10{ margin-bottom: 10px !important;}
.mgn_b20{ margin-bottom: 20px !important;}
.mgn_b30{ margin-bottom: 30px !important;}
.mgn_b50{ margin-bottom: 50px !important;}


.ft12,.copyright{ font-size: 0.9em;}

.smlink{
	display: none;
}
.pagelink{
	padding: 20px 0 0 0 !important;
}
.pagelink li{
	margin: 0;
	list-style: none !important;
	display: inline-block;
	/display: inline;
	zoom: 1;
}

.download,
.downloadttl{
	display: none;
}


/* 2015/03/09 start */
/* ---------------------------------------------

	FX入門講座

--------------------------------------------- */
.vfx_guide .left_text{
	width: 410px;
	float: left;
}

.vfx_guide .pic_right{
	width: 320px;
	margin: 0 0 5px 5px;
	float: right;
	text-align: center;
}

.vfx_guide .type01 .left_text{
	width: 420px;
}

.vfx_guide .type01 .pic_right{
	width: 308px;
}

.vfx_guide .type02 .left_text{
	width: 480px;
}

.vfx_guide .type02 .pic_right{
	width: 241px;
}

.vfx_guide .imgCenter{
	text-align: center;
}

.vfx_guide h3{
	padding:0 0 0 10px;
	background:url(../images/h3.jpg) no-repeat left top;
	margin-top:2em;
	margin-bottom:2em;
	line-height:1.7em;
	color:#000;
	font-weight:bold;
}

.vfx_guide .riekiTit{
	width:740px;
	height:36px;
	display:block;
	padding: 0.6em 0 0 2.3em;
	color: #000;
	font-weight: bold;
	box-sizing: border-box;
}

.vfx_guide .riekiTit.no01{
	background:url(../images/dl_title_01.jpg) no-repeat left top;
	
}

.vfx_guide .riekiTit.no02{
	background:url(../images/dl_title_02.jpg) no-repeat left top;
}


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

	howto.html

--------------------------------------------- */
.stepblock{
	width: auto;
}
.stepblock .BlockL{
	float: left;
	display: inline;
	width: 510px;
}
.stepblock .BlockR{
	float: right;
	display: inline;
	width: 219px;
	padding: 0;
	text-align: center;
}

.stepblock.shinki .BlockL{
	width: 425px;
}
.stepblock.shinki .BlockR{
	width: 300px;
}

.stepblock.kesai .BlockL{
	width: 475px;
}
.stepblock.kesai .BlockR{
	width: 250px;
}

.txt_org_bld{
	color: #f88803;
	font-weight: bold;
}
#stepbtn{
	width: 669px;
	margin: 0 auto;
	padding: 0;
}
#stepbtn li{
	width: auto;
	float: left;
	display: inline;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0;
}
body.dl .dl_img04 {
	background:url(../images/dl_title_04.jpg) no-repeat left top;
	width:740px;
	height:36px;
	display:block;
}

/* 2015/03/09 end */

/* 20160803 */
/* ---------------------------------------------

	info

--------------------------------------------- */
#info_area h3{
	padding: 0.5em 0.5em 0px;
	font-size: 0.9em;
}
#info_area p{
	background:url(../images/hr1.gif) repeat-x left bottom;
	padding: 1em 0.5em 1.8em;
	font-size: 0.95em;
}
.pcnone{
	display: none;
}
.prize_box .spnone{
	display: block;
}

/* 20160817 */
.st0{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.amNote{
	font-size: 90% !important;
}
.mgn_b50{
	margin-bottom: 50px !important;
}
/* 20161122 */
.txt_red{
	color: #C60000;
}
.mg_b_15{
	margin-bottom: 15px;
}
#NoteBlock{
	width: 938px;
	margin: 10px auto;
	padding: 10px 20px;
	border: 1px solid #C60000;
	text-align: left;
}
#NoteBlock p{
	padding: 0;
}
#NoteBlock p.txt_red{
	text-align: center;
	margin: 10px 0;
}

#NoteBlock_r{
	width: 698px;
	margin: 0 auto 20px;
	padding: 10px 20px;
	border: 1px solid #C60000;
	text-align: left;
}
#NoteBlock_r p{
	padding: 0;
}
#NoteBlock_r p.txt_red{
	text-align: center;
	margin: 10px 0;
}

#NoteBlock_r.NoteBlock_r2{
	font-size: 0.9em;
	margin-bottom: 10px;
}
#NoteBlock_r.NoteBlock_r2 p.txt_red{
	text-align: left;
	margin-top: 0;
}

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

beginner

--------------------------------------------- */
body#vfxgbeginner .begibox,
body#vfxgbeginner .begiboxInner{
	overflow: hidden;
}
body#vfxgbeginner .begiboxInner{
	margin-bottom: 40px;
}
body#vfxgbeginner .begibox .left{
	float:left;
	text-align:left;
	width:359px;
	height:auto;
	padding: 0;
}
body#vfxgbeginner .begibox .right{
	float:right;
	text-align:left;
	width:359px;
	padding: 0;
}
body#vfxgbeginner h3{
	padding:0 0 0 10px;
	background:url(../images/h3.jpg) no-repeat left top;
	margin-top:0;
	margin-bottom:0;
	line-height:1.7em;
	color:#000;
	font-weight:bold;
}
#contents .left_submenu li.bg2 {
	height: 45px;
}

#contents .left_submenu li.bg2 a{
	height:45px;
	background:url(../images/sub_menu2.jpg) no-repeat left top;
}
body#vfxgbeginner .center,
body#vfxgbeginner .text-center{
	text-align: center;
}
body#vfxgbeginner .mgn_b15{
	margin-bottom: 15px !important;
}
body#vfxgbeginner .mgn_b35{
	margin-bottom: 35px !important;
}
body#vfxgbeginner .mgn_t40{
	margin-top: 40px !important;
}
body#vfxgbeginner .mgn_t45{
	margin-top: 45px !important;
}
.summaryBox{
	padding: 10px;
	background: #cae8f2;
}
body#vfxgbeginner .BoxInner{
	margin-bottom: 35px;
}
body#vfxgbeginner .right_pict{
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}
body#vfxgbeginner .right_pict_b30{
	float:right;
	margin-bottom:30px;
	margin-left:10px;
}
body#vfxgbeginner .imgbeg2clmL{
	float: left;
	text-align: center;
	padding: 0;
}
body#vfxgbeginner .imgbeg2clmR{
	float: right;
	text-align: center;
	padding: 0;
}
body#vfxgbeginner h4 {
	font-size: 1.0em;
	color:#333333;
	border-bottom:2px solid #36aacc;
	padding-bottom: 5px;
	margin-bottom:0;
	clear:both;
}
body#vfxgbeginner .box_l {
	width: 365px;
	position: relative;
	float: left;
	margin-bottom:15px;
	padding: 0px;
	overflow: hidden;
}
body#vfxgbeginner .box_r {
	width: 365px;
	float: right;
	position: relative;
	margin-bottom:15px;
	padding: 0px;
	overflow: hidden;
}
body#vfxgbeginner .ratefont .box_l,
body#vfxgbeginner .ratefont .box_r{
	line-height: 2;
}
body#vfxgbeginner .BoxInner .attention,
body#vfxgbeginner .lineH13{
	line-height: 1.3 !important;
}
.mgn_r5{
	margin-right:5px !important;
}

/* glossary */
body.glossary .icon_en {
	background-image: url(../images/english.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 60px;
	margin-left: 5px;
	font-weight: bold;
}
body.glossary .box {
	width: 738px;
	border: 1px solid #cccccc;
	margin-bottom:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	font-size:0.8em;
}
body.glossary .left_pict{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
body.glossary #box_left {
	float: left;
	width: 200px;
	padding: 10px;
}
body.glossary #box_left  dl,#box_right dl {
	clear: both;
}

body.glossary #box_left dt,
body.glossary #box_right dt {
	float:left;
	clear:both;
	font-weight: bold;
	width: 3.3em;
	margin-bottom: 3px;
}
body.glossary #box_left dd,
body.glossary #box_right dd {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 1em;
	padding-right: 5px;
	padding-left: 7px;
	margin-bottom: 3px;
	width: 1em;
}
body.glossary #box_right {
	float: left;
	padding: 10px;
}

body.glossary .wordbox{
	/*	padding-left: 35px;*/
	padding: 0px;
	font-size:0.8em;
	list-style: none;
}
body.glossary .wordbox ul{
	padding: 0 10px 10px;
	overflow: hidden;
}
body.glossary .wordbox li{
	width: 176px;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;

}
body.glossary .pagetop_gl{
	padding-bottom: 50px;
	font-size:0.8em;
	text-align: right;
}
{
	
}
body#vfxgbeginner.glossary h4{
	padding-left: 10px;
}
body#vfxgbeginner.glossary h3 a,
body#vfxgbeginner.glossary h4 a{
	color: #000000;
	text-decoration: none;
}
body#vfxgbeginner.glossary h3 a:hover,
body#vfxgbeginner.glossary h4 a:hover{
	text-decoration: none;
}
h2.glo_h2{
	background: none;
	color: #000000;
	font-size: 1.4em;
	line-height: 1.3;
	margin-bottom: 5px;
}
.hr_line1_b15{
	background:url(../images/hr1.gif) repeat-x;
	clear:both;
	height:1px;
	margin:5px 0pt 15px 0px;
}

/*　20170802追加　*/
.textlink1 {
    background: url("/images/link_arrow.gif") no-repeat scroll 0 0.6em;
    font-size: 0.9em;
    font-weight: normal;
    padding-left: 8px;
    line-height: 1.2;
}

.annot{ font-size: 0.8em;}

.CompTable {
	border: 1px solid #CCCCCC;
	width: 100%;
	margin-bottom: 35px;
}
.CompTable th {
	border: 1px solid #CCCCCC;
	height:35px;
	font-weight: bold;
	color:white;
	background:#0099CC;
	padding: 5px 5px;	
	text-align: center;	
}
.CompTable td {
	border: 1px solid #CCCCCC;
	height:35px;
	padding: 5px 5px;	
	text-align: center;	
	font-size: 0.95em;
}

/* 注釈関連
#attention {
	background: #f7f7f8 url(../images/attention.gif) no-repeat 10px 10px;
	padding: 35px 10px 10px 10px;
	margin: 10px 0px;
	font-size:0.8em;
	clear:both;
}
#attention dl {
	background-color: #f7f7f8;
}
#attention dt {
	font-weight: bold;
	background-color: #f7f7f8;
}
#attention dd {
	margin-bottom: 10px;
	margin-left:12px;
	background-color: #f7f7f8;
}
 */
#attention{
	margin-top: 30px;
}
#attention p{
	font-size:0.9em;
	text-indent: -2em;
	padding-left: 2em;
}
span.txt_red{
	font-size:0.9em;
}
/* pagetop */
#pagetop{
	display: none;
	bottom: 10px;
	left: 50%;
	margin-left: 530px;
	position: fixed;
	width: auto;
	background-color: transparent !important;
}