@charset "utf-8";

/*---------- common ----------*/
html,body{margin:0;padding:0;height:100%;background:transparent;}body{font:13px/1.231 "メイリオ", Meiryo, Helvetica,verdana,arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Lucida Grande","ＭＳ Ｐゴシック","Osaka",sans-serif;*font-size:small;*font:x-small;color:#000000;text-align:left;background:#ffffff;line-height:1.6;}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}table{font-size: inherit;font:100%;width:100%;border-collapse:collapse;border:0;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}img{vertical-align:bottom;}strong{font-weight:bold;}p{margin-bottom:1em;}object{margin:0;padding:0;}
html, body {
    background: #ffffff;
    font-size: 12px;
    color: #000000;
    line-height: 1.4;
}
a { color: #314da4; text-decoration: none; outline: none; }
a:hover { color: #314da4; text-decoration: none; outline: none; }
a:visited { color: #314da4; text-decoration: none; outline: none; }
#wrapper {
    padding-top: 120px;
}


/*---------- contents ----------*/
#contents {
    width:auto;
}
#contents .footpath {
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #555555;
}
#contents .footpath .footpath_in {
    margin: 0 auto;
    width: 980px;
	padding-left: 20px;
}
#contents .footpath ul li {
    display: inline;
}
#contents .footpath ul li a {
    color: #555555;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents .footpath ul li a:hover {
    color: #bbbbbb;
}
#contents .pager {
    padding: 50px 0;
}
#contents .pager ul {
    text-align: center;
}
#contents .pager ul li {
    display: inline-block;
    padding: 0 !important;
    border: 1px solid #aaaaaa;
    width: 33px; height: 33px;
    line-height: 35px;
    font-size: 17px;
    font-weight: bold;
}
#contents .pager ul li a {
    color: #333333;
}
#contents .pager ul .cur {
    background: #3350a2;
}
#contents .pager ul .cur a {
    color: #ffffff;
}

/*---------- bottom_contents ----------*/
#bottom_contents {
}
#bottom_contents .bottom_contents_trial {
    background: #3350a2 url(../images/common/bg_bottom_contents_trial.jpg) center 0 no-repeat;
}
#bottom_contents .bottom_contents_trial .bottom_contents_trial_in {
    margin: 0 auto;
    padding: 50px 0;
    padding-left: 334px;
    width: 666px;
    font-size: 15px;
    color: #ffffff;
}
#bottom_contents .bottom_contents_trial .ttl {
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: bold;
}
#bottom_contents .bottom_contents_trial ul {
    display: inline-block;
    margin-bottom: 30px;
    padding: 15px 30px;
    background: #25408c;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#bottom_contents .bottom_contents_trial ul li {
    display: inline-block;
    padding-left: 30px;
    padding-right: 25px;
    background: url(../images/common/ico_check01.png) 0 0 no-repeat;
    font-weight: bold;
    line-height: 23px;
}
#bottom_contents .bottom_contents_trial .btn {
    display: block;
    background: #fbf31f url(../images/common/ico_arrow01.png) 330px center no-repeat;
    width: 390px; height: 62px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 19px;
    font-weight: bold;
    color: #3350a2;
    line-height: 62px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#bottom_contents .bottom_contents_trial .btn:hover {
    background-color: #fffca3;
}



#bottom_contents .bottom_contents_nav {
}
#bottom_contents .bottom_contents_nav .bottom_contents_nav_in {
	margin: 60px auto;
	width: 1000px;
}
#bottom_contents .bottom_contents_nav .bottom_contents_nav_in h3 {
	margin-bottom: 40px;
	font-size: 34px;
	font-weight: bold;
	color: #3350a2;
	text-align: center;
}

#bottom_contents .bottom_contents_nav .bottom_contents_nav_in nav {
	border-left: 1px dotted #333333;
}
#bottom_contents .bottom_contents_nav .bottom_contents_nav_in nav ul {
	overflow: hidden;
}
#bottom_contents .bottom_contents_nav .bottom_contents_nav_in nav ul li {
	float: left;
	width: 33.22%;
}
#bottom_contents .bottom_contents_nav .bottom_contents_nav_in nav ul li {
	padding-bottom: 10px;
	border-right: 1px dotted #333333;
	text-align: center;
}
#bottom_contents .bottom_contents_nav .bottom_contents_nav_in nav ul li a {
    display: block;
    margin: 20px auto 0 auto;
    width: 200px; height: 42px; line-height: 42px;
    background: #3350a2 url(../images/common/ico_arrow04.png) 170px center no-repeat;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
#bottom_contents .bottom_contents_nav .bottom_contents_nav_in nav ul li a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#bottom_contents .bottom_contents_nav .bottom_contents_nav_in nav ul li img {
	margin: 20px 0 25px;
}
#bottom_contents .bottom_contents_nav .bottom_contents_nav_in nav ul li p {
	margin: 0;
	font-size: 15px;
	color: #333333;
}
#bottom_contents .bottom_contents_nav .bottom_contents_nav_in nav ul li .ttl {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	color: #3350a2;
}

#bottom_contents .gdw{
	background-color:#f2f2f2;
	padding:25px 40px;
}
#bottom_contents .gdtxt {
	line-height:1.875;
	font-size: 14px;

	width: 920px;
	margin: 0px auto;
}



/*---------- footer ----------*/

#page-top,
#page-top2 {
    position: fixed;
    bottom: 14px;
    right: 28px;
    text-indent:-9999px;
    background: url(../images/common/btn_pagetop.png) top center no-repeat;
}
#page-top a,
#page-top2 a {
    text-decoration: none;
    width: 48px;
    height:34px;
    display: block;
		outline:none;
}
#page-top a:hover,
#page-top2 a:hover {
    text-decoration: none;
		outline:none;
}


#footer {
}
#footer .footer_news {
    background: #3350a2;
    border-bottom: 1px solid #6f87cb;
}
#footer .footer_news .footer_news_in {
    margin: 0 auto;
    padding: 25px 0;
    width: 1000px;
    color: #ffffff;
    overflow: hidden;
}
#footer .footer_news .footer_news_in p {
    float: left;
    margin: 0 20px 0 0;
    line-height: 36px;
}
#footer .footer_news .footer_news_in a {
    text-decoration: underline;
    color: #ffffff;
}
#footer .footer_news .footer_news_in .ttl {
    margin-right: 20px;
    width: 180px; height: 36px;
    background: url(../images/common/ttl_footer_news.png) 0 0 no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #3350a2;
    text-align: center;
    text-indent: -13px;
}
#footer .footer_sitemap {
    background: #3350a2;
}
#footer .footer_sitemap .footer_sitemap_in {
    margin: 0 auto;
    padding: 35px 0 0;
    width: 1000px;
    color: #ffffff;
    overflow: hidden;
}

#footer .footer_sitemap .footer_sitemap_in .left {
	float: left;
	padding: 30px 35px;
	background: #324b93;
	width: 420px; height: 370px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#footer .footer_sitemap .footer_sitemap_in .right {
    float: right;
    padding: 30px 35px;
    background: #324b93;
	width: 420px; height: 370px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
#footer .footer_sitemap .footer_sitemap_in .ttl {
	margin-bottom: 25px;
    padding-bottom: 10px;
    background: url(../images/common/border01.gif) 0 bottom repeat-x;
    font-size: 24px;
    font-weight: bold;
}
#footer .footer_sitemap .footer_sitemap_in .ttl span {
    display: block;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: normal;
}

#footer .footer_sitemap .footer_sitemap_in ul {
    font-size: 13px;
    line-height: 2em;
    overflow: hidden;
	padding-left: 10px;
}
#footer .footer_sitemap .footer_sitemap_in ul li {
    float: left;
    width: 50%;
}
#footer .footer_sitemap .footer_sitemap_in ul li .liright{
    padding-left:50px;
}
#footer .footer_sitemap .footer_sitemap_in .right ul li {
    width: auto;
}
#footer .footer_sitemap .footer_sitemap_in ul li a {
    color: #ffffff;
    text-decoration: underline;
}
#footer .footer_sitemap .footer_sitemap_in ul li ul {
    margin-bottom: 2em;
}
#footer .footer_sitemap .footer_sitemap_in ul li ul li {
    float: none;
    width: auto;
	line-height:1.2em;
		margin-bottom: 1em;
}
#footer .footer_products {
    background: #3350a2;
}
#footer .footer_products .footer_products_in {
    margin: 0 auto;
    padding: 50px 0;
    width: 1000px;
    color: #ffffff;
/*    overflow: hidden;*/
}
#footer .footer_products .footer_products_in .ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

#footer .footer_products .footer_products_in nav {
}
#footer .footer_products .footer_products_in nav ul {
    zoom:1;
}
#footer .footer_products .footer_products_in nav ul:after {
    content:"";
    display: block;
    clear:both;
}



#footer .footer_products .footer_products_in nav ul li {
    position: relative;
    float: left;
    margin: 0 4px;
}
#footer .footer_products .footer_products_in nav ul li .hide {
    display: none;
    position: absolute;
    top: -100px; left: 0;
    background: url(../images/common/balloon01.png) 0 0 no-repeat;
    padding: 10px 15px;
    width: 128px; height: 79px;
    color: #333333;
    text-align: center;
    font-size:10px;
}
#footer .footer_products .footer_products_in nav ul li a {
    display: block;
    padding-top: 60px;
    background: #2f478d;
    width: 192px;
    height: 98px;
    border-radius: 79px;
    -webkit-border-radius: 79px;
    -moz-border-radius: 79px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#footer .footer_products .footer_products_in nav ul li a:hover {
    background: #ffffff;
    color: #3350a2;
}
#footer .footer_products .footer_products_in nav ul .footer_products01 a {
	padding-top: 70px;
	height: 88px;
}
#footer .footer_products .footer_products_in nav ul .footer_products03 a {
	padding-top: 70px;
	height: 88px;
}
/*#footer .footer_products .footer_products_in nav ul .footer_products02 a {
	padding-top: 70px;
	height: 88px;
}
*/#footer .footer_utility {
}
#footer .footer_utility .footer_utility_in {
    margin: 0 auto;
    padding: 25px 0 10px;
    width: 1000px;
    color: #ffffff;
    overflow: hidden;
}

#footer .footer_utility .footer_utility_in .left {
    float: left;
	display:none;
}
#footer .footer_utility .footer_utility_in .right {
    float: right;
}
#footer .footer_utility .footer_utility_in .left input[type="text"] {
    float: left;
    margin-right: 6px;
    width: 260px; height: 32px;
    padding: 0 5px;
    background: #eeeeee;
    border: 1px solid #3350a2;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#footer .footer_utility .footer_utility_in #searchbox{
    width: 40px;
    height: 38px;
    background: url(../images/common/footer_search.png) no-repeat left top;
    border: 0;
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    vertical-align:top;
}

#footer .footer_utility .footer_utility_in .right nav {
}
#footer .footer_utility .footer_utility_in .right nav ul {
}
#footer .footer_utility .footer_utility_in .right nav ul li {
    display: inline;
    padding-left: 15px;
    font-size: 13px;
}
#footer .footer_utility .footer_utility_in .right nav ul li div{
    display: inline;
}
#footer .footer_utility .footer_utility_in .right nav ul li a {
    padding-left: 12px;
    background: url(../images/common/ico_arrow02.png) 0 center no-repeat;
    color: #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#footer .footer_utility .footer_utility_in .right nav ul li a:hover {
    color: #999999;
}
#footer .footer_utility .footer_utility_in .right .copyright {
    padding-top: 7px;
    font-size: 11px;
    color: #333333;
    text-align: right;
}



/*---------- faq ----------*/
/* contents_faq_top */
#contents_faq_top {
}
#contents_faq_top .pagetitle {
    background: #f2f2f2;
    overflow: hidden;
}
#contents_faq_top .pagetitle .pagetitle_in {
    position: relative;
    margin: 0 auto;
    width: 980px; height: 260px;
	padding-left: 20px;
    overflow: hidden
}
#contents_faq_top .pagetitle h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 580px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 23px;
    font-weight: bold;
    color: #3350a2;
}
#contents_faq_top .pagetitle .copy {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
#contents_faq_top .pagetitle .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_faq_top .pagetitle .icon {
    position: absolute;
    top: 0; right: 0;
}
#contents_faq_top .tab_list {
	margin: 30px auto;
	clear: both;
	padding-top: 14px;
	width: 1000px;
	zoom: 1;
}
#contents_faq_top .tab_list:after {
	clear: both;
	content: '';
	display: block;
}
#contents_faq_top .tab_list li {
	float: left;
	display: block;
	width: 326px;
	background-color: #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	padding: 25px 0;
	margin-right: 11px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}
#contents_faq_top .tab_list li.break {margin-right: 0;}
#contents_faq_top .tab_list li:hover {
	background-color: #3350a2;
	color: #FFFFFF;
}
#contents_faq_top .tab_list li.select {
	background-color: #3350a2;
}
#contents_faq_top .tab_list .select span {
	color: #fef712;
}
#contents_faq_top .tab_list .one_line {
	line-height: 42px;
}
#contents_faq_top .tab_list .select {position: relative;}
#contents_faq_top .tab_list .select::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-top: 12px solid #3350a2;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#contents_faq_top .contents_faq_top01 {
}
#contents_faq_top .contents_faq_top01_in {
    margin: 50px auto 0;
    width: 1000px;
    background: #f2f2f2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
}
#contents_faq_top .contents_faq_top01_in .left {
    float: left;
    width: 538px;
    border-right: 2px solid #ffffff;
}
#contents_faq_top .contents_faq_top01_in .right {
    float: right;
    width: 300px;
}
#contents_faq_top .contents_faq_top01_in .left,
#contents_faq_top .contents_faq_top01_in .right {
    padding: 30px 40px;
}
#contents_faq_top .contents_faq_top01_in .left h3,
#contents_faq_top .contents_faq_top01_in .right h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
#contents_faq_top .contents_faq_top01_in .left form {
    overflow: hidden;
}
#contents_faq_top .contents_faq_top01_in .left #text01 {
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    width: 430px; height: 54px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 18px;
}
#contents_faq_top .contents_faq_top01_in .left #button01 {
    display: block;
    width: 70px; height: 55px;
    background: url(../images/faq/btn_search01.png) 0 0 no-repeat;
    border: none;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_faq_top .contents_faq_top01_in .left #button01:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_faq_top .contents_faq_top01_in .left .cat {
    margin-top: 10px;
    font-size: 16px;
}
#contents_faq_top .contents_faq_top01_in .left .cat ul {
    display: inline;
}
#contents_faq_top .contents_faq_top01_in .left .cat li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-right: 1px solid #999999;
    padding-right: .4em;
}
#contents_faq_top .contents_faq_top01_in .left .cat li.break {
    border-right: none;
    padding-right: 0;
}
#contents_faq_top .contents_faq_top01_in .left .cat li a.current {
    color: #333;
    font-weight: bold;
}
#contents_faq_top .contents_faq_top01_in .right a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_faq_top .contents_faq_top01_in .right a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
.inline_contents_faq_top01 {
    padding: 40px 50px;
    width: 750px;
    overflow: hidden;
}
.inline_contents_faq_top01 h4 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}
.inline_contents_faq_top01 .left,
.inline_contents_faq_top01 .center,
.inline_contents_faq_top01 .right {
    float: left;
    width: 33.33%;
}
.inline_contents_faq_top01 h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #3350a2;
}
.inline_contents_faq_top01 h6 {
    margin-bottom: 10px;
    padding: 2px 5px;
    width: 150px;
    border: 1px solid #333333;
    font-size: 13px;
    font-weight: bold;
}
.inline_contents_faq_top01 ul {
    margin-bottom: 30px;
}
.inline_contents_faq_top01 ul li {
    margin-bottom: 5px;
}
.inline_contents_faq_top01 ul li a {
    padding-left: 15px;
    background: url(../images/common/ico_arrow02.png) 0 5px no-repeat;
    font-size: 13px;
    color: #333333;
}
.inline_contents_faq_top01 ul li a:hover {
    text-decoration: underline;
}
#contents_faq_top .contents_faq_top02 {
}
#contents_faq_top .contents_faq_top02_in {
    margin: 0 auto 100px;
    width: 1000px;
    overflow: hidden;
}
#contents_faq_top .contents_faq_top02_in .left {
    float: left;
    width: 490px;
}
#contents_faq_top .contents_faq_top02_in .right {
    float: right;
    width: 490px;
}
#contents_faq_top .contents_faq_top02_in h3 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 70px;
    height: 56px;
    font-size: 22px;
    font-weight: bold;
    line-height: 56px;
}
#contents_faq_top .contents_faq_top02_in .ico {
    position: absolute;
    top: 0; left: 0;
}
#contents_faq_top .contents_faq_top02_in .detail {
    margin-bottom: 20px;
    padding: 20px 40px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contents_faq_top .contents_faq_top02_in .detail ul {
}
#contents_faq_top .contents_faq_top02_in .detail ul li {
    padding: 15px 0;
    border-top: 1px solid #d2d2d2;
}
#contents_faq_top .contents_faq_top02_in .detail ul li:first-child {
    border-top: none;
}
#contents_faq_top .contents_faq_top02_in .detail ul li a {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #3350a2;
}
#contents_faq_top .contents_faq_top02_in .detail ul li p {
    margin: 0;
}
#contents_faq_top .contents_faq_top02_in .btn_more {
    display: block;
    float: right;
    width: 200px; height: 35px;
    background: #3350a2 url(../images/common/ico_arrow04.png) 160px center no-repeat;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    color: #ffffff;
    text-indent: -1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_faq_top .contents_faq_top02_in .btn_more:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_faq_top .contents_faq_top03 {
}
#contents_faq_top .contents_faq_top03_in {
    margin: 0 auto 100px;
    width: 1000px;
    overflow: hidden;
}
#contents_faq_top .contents_faq_top03_in h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}
#contents_faq_top .contents_faq_top03_in .detail {
    margin-bottom: 20px;
    padding: 20px 40px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contents_faq_top .contents_faq_top03_in .detail ul {
}
#contents_faq_top .contents_faq_top03_in .detail ul li {
    padding: 15px 0;
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
}
#contents_faq_top .contents_faq_top03_in .detail ul li:first-child {
    border-top: none;
}
#contents_faq_top .contents_faq_top03_in .detail ul .left {
    float: left;
    padding-right: 50px;
    width: 650px;
}
#contents_faq_top .contents_faq_top03_in .detail ul li a {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #3350a2;
}
#contents_faq_top .contents_faq_top03_in .detail ul li p {
    margin: 0;
}
#contents_faq_top .contents_faq_top03_in .btn_more {
    display: block;
    float: right;
    width: 200px; height: 35px;
    background: #3350a2 url(../images/common/ico_arrow04.png) 160px center no-repeat;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    color: #ffffff;
    text-indent: -1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_faq_top .contents_faq_top03_in .btn_more:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_faq_top .contents_faq_top04 {
}
#contents_faq_top .contents_faq_top04_in {
    margin: 0 auto 100px;
    width: 840px;
    overflow: hidden;
}
#contents_faq_top .contents_faq_top04_in h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}
#contents_faq_top .contents_faq_top04_in .detail {
    position: relative;
    margin-bottom: 20px;
    padding: 25px 50px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contents_faq_top .contents_faq_top04_in .detail h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #1b8c4d;
}
#contents_faq_top .contents_faq_top04_in .detail p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
#contents_faq_top .contents_faq_top04_in .detail span {
    display: block;
    margin-bottom: 20px;
    font-size: 11px;
}
#contents_faq_top .contents_faq_top04_in .detail ul {
    overflow: hidden;
}
#contents_faq_top .contents_faq_top04_in .detail ul li {
    float: left;
    padding-right: 20px;
}
#contents_faq_top .contents_faq_top04_in .detail ul li a {
    display: block;
    width: 270px; height: 40px;
    background: #1b8c4d url(../images/common/ico_arrow04.png) 240px center no-repeat;
    line-height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-indent: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_faq_top .contents_faq_top04_in .detail ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_faq_top .contents_faq_top04_in .detail .pic {
    position: absolute;
    bottom: 0; right: 0;
}

/* contents_faq_list */
#contents_faq_list {
}
#contents_faq_list .pagetitle {
    background: #f2f2f2;
    overflow: hidden;
}
#contents_faq_list .pagetitle .pagetitle_in {
    position: relative;
    margin: 0 auto;
    width: 980px; height: 260px;
	padding-left: 20px;
    overflow: hidden
}
#contents_faq_list .pagetitle h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 580px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 23px;
    font-weight: bold;
    color: #3350a2;
}
#contents_faq_list .pagetitle .copy {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
#contents_faq_list .pagetitle .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_faq_list .pagetitle .icon {
    position: absolute;
    top: 0; right: 0;
}
#contents_faq_list .contents_faq_list01 {
}
#contents_faq_list .contents_faq_list01_in {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
#contents_faq_list .contents_faq_list01_in h3 {
    margin: 60px 0 20px;
    font-size: 34px;
    font-weight: bold;
}
#contents_faq_list .contents_faq_list01_in .detail {
    margin-bottom: 0;
    padding: 50px 40px 0;
    background: #f2f2f2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contents_faq_list .contents_faq_list01_in .detail .search {
}
#contents_faq_list .contents_faq_list01_in .detail .search .top {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: right;
}
#contents_faq_list .contents_faq_list01_in .detail .search .middle {
    line-height: 38px;
    overflow: hidden;
}
#contents_faq_list .contents_faq_list01_in .detail .search .middle h4 {
    float: left;
    font-size: 16px;
    font-weight: bold;
}
#contents_faq_list .contents_faq_list01_in .detail .search .middle #text01 {
    float: left;
    margin-right: 5px;
    margin-left: 15px;
    padding: 0 10px;
    width: 300px; height: 38px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 18px;
    border:1px solid #3350a2;
}
#contents_faq_list .contents_faq_list01_in .detail .search .middle #button01 {
    display: block;
    float: left;
    margin-right: 40px;
    width: 41px; height: 38px;
    background: url(../img/faq/btn_search02.png) 0 0 no-repeat;
    border: none;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_faq_list .contents_faq_list01_in .detail .search .middle #button01:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_faq_list .contents_faq_list01_in .detail .search .middle ul {
    float: left;
    padding-left: 20px;
}
#contents_faq_list .contents_faq_list01_in .detail .search .middle ul li {
    display: inline;
}
#contents_faq_list .contents_faq_list01_in .detail .search .middle ul li a {
    font-size: 16px;
    color: #333333;
}
#contents_faq_list .contents_faq_list01_in .detail .search .middle ul li a:hover {
    text-decoration: underline;
}
#contents_faq_list .contents_faq_list01_in .detail .search .bottom {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 12px;
    padding-left: 174px;
    border-bottom: 1px solid #aaaaaa;
    font-size: 14px;
}
#contents_faq_list .contents_faq_list01_in .detail .search .bottom ul {
    display: inline;
}
#contents_faq_list .contents_faq_list01_in .detail .search .bottom li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-right: 1px solid #999999;
    padding-right: .4em;
}
#contents_faq_list .contents_faq_list01_in .detail .search .bottom li.break {
    border-right: none;
    padding-right: 0;
}
#contents_faq_list .contents_faq_list01_in .detail .search .bottom li a.current {
    color: #333;
    font-weight: bold;
}
#contents_faq_list .contents_faq_list01_in .detail .result {
    overflow: hidden;
}
#contents_faq_list .contents_faq_list01_in .detail .result ul {
    margin-bottom: 20px;
    overflow: hidden;
}
#contents_faq_list .contents_faq_list01_in .detail .result ul li {
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}
#contents_faq_list .contents_faq_list01_in .detail .result ul li .left {
    float: left;
    background: url(../images/common/ico_arrow05.png) 20px center no-repeat;
    padding: 30px 30px 30px 70px;
    width: 590px;
    border-right: 2px solid #ededed;
    font-size: 14px;
    color: #3350a2;
}
#contents_faq_list .contents_faq_list01_in .detail .result ul li .left a {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #3350a2;
}
#contents_faq_list .contents_faq_list01_in .detail .result ul li .left p {
    margin: 0;
}
#contents_faq_list .contents_faq_list01_in .detail .result ul li .left div {
	color: #bbbbbb;
	margin-top: 10px;
	text-align: right;
}
#contents_faq_list .contents_faq_list01_in .detail .result ul li .right {
	float: left;
	padding: 30px 0 0 20px;
}
#contents_faq_list .contents_faq_list02 {
}
#contents_faq_list .contents_faq_list02_in {
    margin: 0 auto 60px;
    padding: 60px 60px 40px;
    width: 878px;
    background: #f0f5fc;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}
#contents_faq_list .contents_faq_list02_in h4 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}
#contents_faq_list .contents_faq_list02_in .left,
#contents_faq_list .contents_faq_list02_in .center,
#contents_faq_list .contents_faq_list02_in .right {
    float: left;
    width: 33.33%;
}
#contents_faq_list .contents_faq_list02_in h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #3350a2;
}
#contents_faq_list .contents_faq_list02_in h6 {
    margin-bottom: 10px;
    padding: 2px 5px;
    width: 150px;
    border: 1px solid #333333;
    font-size: 13px;
    font-weight: bold;
}
#contents_faq_list .contents_faq_list02_in ul {
    margin-bottom: 30px;
}
#contents_faq_list .contents_faq_list02_in ul li {
    margin-bottom: 5px;
}
#contents_faq_list .contents_faq_list02_in ul li a {
    padding-left: 15px;
    background: url(../images/common/ico_arrow02.png) 0 5px no-repeat;
    font-size: 13px;
    color: #333333;
}
#contents_faq_list .contents_faq_list02_in ul li a:hover {
    text-decoration: underline;
}
#contents_faq_list .contents_faq_list03 {
}
#contents_faq_list .contents_faq_list03_in {
    margin: 0 auto 60px;
    width: 1000px;
    overflow: hidden;
}
#contents_faq_list .contents_faq_list03_in .left {
    float: left;
    width: 600px;
}
#contents_faq_list .contents_faq_list03_in .right {
    float: right;
    width: 370px;
}
#contents_faq_list .contents_faq_list03_in h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}
#contents_faq_list .contents_faq_list03_in .left .detail {
    position: relative;
    margin-bottom: 20px;
    padding: 21px 25px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contents_faq_list .contents_faq_list03_in .left .detail h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #1b8c4d;
}
#contents_faq_list .contents_faq_list03_in .left .detail p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
#contents_faq_list .contents_faq_list03_in .left .detail p strong {
    font-size: 25px;
}
#contents_faq_list .contents_faq_list03_in .left .detail span {
    display: block;
    margin-bottom: 20px;
    font-size: 11px;
}
#contents_faq_list .contents_faq_list03_in .left .detail ul {
    overflow: hidden;
}
#contents_faq_list .contents_faq_list03_in .left .detail ul li {
    float: left;
    padding-right: 20px;
}
#contents_faq_list .contents_faq_list03_in .left .detail ul li a {
    display: block;
    width: 200px; height: 40px;
    background: #1b8c4d url(../images/common/ico_arrow04.png) 240px center no-repeat;
    line-height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-indent: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_faq_list .contents_faq_list03_in .left .detail ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_faq_list .contents_faq_list03_in .left .detail .pic {
    position: absolute;
    bottom: 0; right: 0;
}
#contents_faq_list .contents_faq_list03_in .right {
}
#contents_faq_list .contents_faq_list03_in .right ul li {
    margin-bottom: 20px;
}
#contents_faq_list .contents_faq_list03_in .right ul li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_faq_list .contents_faq_list03_in .right ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}

/* contents_faq_detail */
#contents_faq_detail {
}
#contents_faq_detail .pagetitle {
    background: #f2f2f2;
    overflow: hidden;
}
#contents_faq_detail .pagetitle .pagetitle_in {
    position: relative;
    margin: 0 auto;
    width: 980px; height: 260px;
	padding-left: 20px;
    overflow: hidden
}
#contents_faq_detail .pagetitle h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 580px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 23px;
    font-weight: bold;
    color: #3350a2;
}
#contents_faq_detail .pagetitle .copy {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
#contents_faq_detail .pagetitle .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_faq_detail .pagetitle .icon {
    position: absolute;
    top: 0; right: 0;
}
#contents_faq_detail .contents_faq_detail01 {
}
#contents_faq_detail .contents_faq_detail01_in {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
#contents_faq_detail .contents_faq_detail01_in .detail {
    margin: 50px 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f2f2f2;
    overflow: hidden;
}
#contents_faq_detail .contents_faq_detail01_in .detail .left {
    display: table-cell;
    padding: 50px;
    width: 640px;
    background: #ffffff;
    border-right: 1px solid #cccccc;
    font-size: 14px;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
#contents_faq_detail .contents_faq_detail01_in .detail .left h4 {
    display: inline-block;
    margin-bottom: 15px;
    padding: 2px 8px;
    font-weight: bold;
    background: #fef712;
}
#contents_faq_detail .contents_faq_detail01_in .detail .left h3 {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
}
#contents_faq_detail .contents_faq_detail01_in .detail .left a {
    color: #333333;
    text-decoration: underline;
}
#contents_faq_detail .contents_faq_detail01_in .detail .left img {
    border: 1px solid #cccccc;
}
#contents_faq_detail .contents_faq_detail01_in .detail .right {
    display: table-cell;
    padding: 50px 0 0 40px;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
#contents_faq_detail .contents_faq_detail01_in .detail .right dl {
    font-size: 14px;
}
#contents_faq_detail .contents_faq_detail01_in .detail .right dl dt {
}
#contents_faq_detail .contents_faq_detail01_in .detail .right dl dd {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bold;
}
#contents_faq_detail .contents_faq_detailbtn {
    margin-bottom: 50px;
}
#contents_faq_detail .contents_faq_detailbtn_in {
}
#contents_faq_detail .contents_faq_detailbtn_in .btn_back {
    display: block;
    margin: 0 auto 50px;
    width: 160px; height: 40px;
    background: url(../images/common/ico_arrow06.png) 25px center no-repeat;
    border: 2px solid #3350a2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
    color: #3350a2;
    text-align: center;
    line-height: 40px;
    text-indent: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_faq_detail .contents_faq_detailbtn_in .btn_back:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_faq_detail .contents_faq_detailbtn_in .large {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#contents_faq_detail .contents_faq_detail02 {
}
#contents_faq_detail .contents_faq_detail02_in {
    margin: 0 auto 60px;
    width: 1000px;
    overflow: hidden;
}
#contents_faq_detail .contents_faq_detail02_in .left {
    float: left;
    width: 600px;
}
#contents_faq_detail .contents_faq_detail02_in .right {
    float: right;
    width: 370px;
}
#contents_faq_detail .contents_faq_detail02_in h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}
#contents_faq_detail .contents_faq_detail02_in .left .detail {
    position: relative;
    margin-bottom: 20px;
    padding: 21px 25px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contents_faq_detail .contents_faq_detail02_in .left .detail h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #1b8c4d;
}
#contents_faq_detail .contents_faq_detail02_in .left .detail p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
#contents_faq_detail .contents_faq_detail02_in .left .detail p strong {
    font-size: 25px;
}
#contents_faq_detail .contents_faq_detail02_in .left .detail span {
    display: block;
    margin-bottom: 20px;
    font-size: 11px;
}
#contents_faq_detail .contents_faq_detail02_in .left .detail ul {
    overflow: hidden;
}
#contents_faq_detail .contents_faq_detail02_in .left .detail ul li {
    float: left;
    padding-right: 20px;
}
#contents_faq_detail .contents_faq_detail02_in .left .detail ul li a {
    display: block;
    width: 200px; height: 40px;
    background: #1b8c4d url(../images/common/ico_arrow04.png) 240px center no-repeat;
    line-height: 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-indent: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_faq_detail .contents_faq_detail02_in .left .detail ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_faq_detail .contents_faq_detail02_in .left .detail .pic {
    position: absolute;
    bottom: 0; right: 0;
}
#contents_faq_detail .contents_faq_detail02_in .right {
}
#contents_faq_detail .contents_faq_detail02_in .right ul li {
    margin-bottom: 20px;
}
#contents_faq_detail .contents_faq_detail02_in .right ul li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_faq_detail .contents_faq_detail02_in .right ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_faq_detail .contents_faq_detail03 {
}
#contents_faq_detail .contents_faq_detail03_in {
    margin: 0 auto 60px;
    padding: 60px 60px 40px;
    width: 878px;
    background: #f0f5fc;
    border: 1px solid #cccccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}
#contents_faq_detail .contents_faq_detail03_in h4 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
}
#contents_faq_detail .contents_faq_detail03_in .left,
#contents_faq_detail .contents_faq_detail03_in .center,
#contents_faq_detail .contents_faq_detail03_in .right {
    float: left;
    width: 33.33%;
}
#contents_faq_detail .contents_faq_detail03_in h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #3350a2;
}
#contents_faq_detail .contents_faq_detail03_in h6 {
    margin-bottom: 10px;
    padding: 2px 5px;
    width: 150px;
    border: 1px solid #333333;
    font-size: 13px;
    font-weight: bold;
}
#contents_faq_detail .contents_faq_detail03_in ul {
    margin-bottom: 30px;
}
#contents_faq_detail .contents_faq_detail03_in ul li {
    margin-bottom: 5px;
}
#contents_faq_detail .contents_faq_detail03_in ul li a {
    padding-left: 15px;
    background: url(../images/common/ico_arrow02.png) 0 5px no-repeat;
    font-size: 13px;
    color: #333333;
}
#contents_faq_detail .contents_faq_detail03_in ul li a:hover {
    text-decoration: underline;
}




/*---------- download ----------*/
#contents_download {
}
#contents_download p {
    margin-bottom: 0;
}
#contents_download .pagetitle {
    background: #f2f2f2;
    overflow: hidden;
}
#contents_download .pagetitle .pagetitle_in {
    position: relative;
    margin: 0 auto;
    width: 980px; height: 300px;
	padding-left: 20px;
    overflow: hidden
}
#contents_download .pagetitle h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 580px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 22px;
    font-weight: bold;
    color: #3350a2;
}
#contents_download .pagetitle .copy {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
#contents_download .pagetitle .txt span {
    width: 200px;
    display: inline-block;
}
#contents_download .pagetitle .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_download .pagetitle nav {
}
#contents_download .pagetitle nav ul {
    width: 500px;
    overflow: hidden;
}
#contents_download .pagetitle nav ul li {
    float: left;
    margin: 0 0 10px 0;
    padding-right: 5px;
}
#contents_download .pagetitle nav ul li a {
    display: block;
    padding: 0 30px 0 40px;
    height: 25px;
    background: #64bed5 url(../images/common/ico_arrow19.png) 10px center no-repeat;
    font-size: 13px;
    color: #ffffff;
    line-height: 25px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}
#contents_download .pagetitle .icon {
    position: absolute;
    top: 0; right: 0;
}
#contents_download .footpath {
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #555555;
}
#contents_download .footpath .footpath_in {
    margin: 0 auto;
    width: 980px;
	padding-left: 20px;
}
#contents_download .footpath ul li {
    display: inline;
}
#contents_download .footpath ul li a {
    color: #555555;
	-webkit-transition: all 0.3s ease;
 	-moz-transition: all 0.3s ease;
}
#contents_download .footpath ul li a:hover {
    opacity: 0.6; filter: alpha(opacity=60);
}
#contents_download .contents_download01 {
    margin: 70px 0 0 0;
}
#contents_download .contents_download01_in {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
#contents_download .contents_download01_in .detail {
    margin-bottom: 50px;
    padding: 30px 30px 20px;
    background: #f2f2f2;
}
#contents_download .contents_download01_in .detail .tab {
    margin: 0 0 20px 0;
}
#contents_download .contents_download01_in .detail .tab ul {
    padding-bottom: 25px;
    overflow: hidden;
}
#contents_download .contents_download01_in .detail .tab ul li {
    float: left;
    width: 33.33%;
}
#contents_download .contents_download01_in .detail .tab ul li a {
    display: block;
    position: relative;
    margin: 0 5px;
    padding: 15px 0 0 85px;
    background: #bdbdbd;
    height: 80px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-indent: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_download .contents_download01_in .detail .tab ul li span.ver_open {
	color:#fef712;
	font-size:85%;
}

#contents_download .contents_download01_in .detail .tab ul li span {
	font-size:85%;
}
#contents_download .contents_download01_in .detail .tab ul li.cur a span,
#contents_download .contents_download01_in .detail .tab ul li a:hover span {
	color:#fef712;
}

#contents_download .contents_download01_in .detail .tab ul li a .ico {
    position: absolute;
    top: 20px; left: 15px;
}
#contents_download .contents_download01_in .detail .tab ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px; left: 50%;
    margin-left: -10px;
    width: 20px; height: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_download .contents_download01_in .detail .tab ul li a:hover,
#contents_download .contents_download01_in .detail .tab ul .cur a {
    background-color: #3350a2;
}
#contents_download .contents_download01_in .detail .tab ul .cur a:after {
    background: url(../images/common/ico_arrow08.png) 0 0 no-repeat;
}
#contents_download .contents_download01_in .detail .search {
    margin: 0 5px 50px;
		padding: 15px 30px;
    background: #ffffff;
    border: 1px solid #f80606;
}
#contents_download .contents_download01_in .detail .search h3 {
    color: #f80606;
    font-size: 16px;
    font-weight: bold;
}
#contents_download .contents_download01_in .detail .search h3 a {
    color: #333333;
    text-decoration: underline;
}
#contents_download .contents_download01_in .detail .search h3 span {
    color: #333333;
}
#contents_download .contents_download01_in .detail .txt {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 30px 5px;
}
#contents_download .contents_download01_in .detail .txt span {
    color: #f80606;
}

#contents_download .contents_download01_in .detail .result {
}
#contents_download .contents_download01_in .detail .result h3 {
    margin: 0 5px 10px;
    font-size: 22px;
    font-weight: bold;
}
#contents_download .contents_download01_in .detail .result .box {
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0;
    position: relative;
    overflow: hidden;
}
#contents_download .contents_download01_in .detail .result .mb_120 {
    margin: 0 0 120px 0;
}
#contents_download .contents_download01_in .detail .result .box .left {
    color: #3350a2;
    float: left;
    font-size: 20px;
    font-weight: bold;
	padding: 30px 10px 0 55px;
	width: 280px;
	height: 55px;
    border-right: 2px solid #f2f2f2;
}
#contents_download .contents_download01_in .detail .result .box .right {
    font-size: 14px;
    font-weight: bold;
    float: left;
	padding: 22px 30px 0 25px;
}
#contents_download .contents_download01_in .detail .result .box .right p.btn {
    bottom: 25px;
    position: absolute;
    right: 20px;
    margin: 0;
}
#contents_download .contents_download01_in .detail .result .box .right a.btn {
    border-radius: 4px;
    display: block;
    height: 30px;
    line-height: 32px;
    text-indent: 30px;
    transition: all 0.3s ease 0s;
    width: 180px;
}
#contents_download .contents_download01_in .detail .result .box_02 {
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0;
    position: relative;
    overflow: hidden;
}
#contents_download .contents_download01_in .detail .result .box_02 .left {
    color: #f28d20;
    float: left;
    font-size: 20px;
    font-weight: bold;
	padding: 30px 10px 0 55px;
	width: 280px;
	height: 55px;
    border-right: 2px solid #f2f2f2;
}
#contents_download .contents_download01_in .detail .result .box_02 .right {
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 20px 35px 0 35px;
}
#contents_download .contents_download01_in .detail .result .box_02 .right p.btn {
    bottom: 25px;
    position: absolute;
    right: 20px;
    margin: 0;
}
#contents_download .contents_download01_in .detail .result .box_02 .right a.btn {
    border-radius: 4px;
    display: block;
    height: 30px;
    line-height: 32px;
    text-indent: 30px;
    transition: all 0.3s ease 0s;
    width: 180px;
}
#contents_download .contents_download01_in .detail .result .box .right a.btn_detail {
    background: #3350a2 url("../images/download/arrow_download_01.png") no-repeat scroll 158px center;
    border: 1px solid #3350a2;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}
#contents_download .contents_download01_in .detail .result .box .right a.btn_detail:hover {
    opacity: 0.65;
}
#contents_download .contents_download01_in .detail .result .arrow_gray {
	margin: 5px 0 10px 120px;
}
#contents_download .contents_download01_in .detail .result .box_02 .right a.btn_detail {
    background: #f28d20 url("../images/download/arrow_download_01.png") no-repeat scroll 158px center;
    border: 1px solid #f28d20;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}
#contents_download .contents_download01_in .detail .result .box_02 .right a.btn_detail:hover {
	opacity: 0.65;
}
#contents_download .contents_download01_in .cv_btn a {
    background: #3450a3 url("../images/download/arrow_btn_01.png") no-repeat scroll 450px 28px;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 120px;
    padding: 20px 0;
    text-align: center;
    width: 510px;
}
#contents_download .contents_download01_in .cv_btn:hover {
	opacity: 0.65;
}
#contents_download .contents_download01_in .box .left span.icon_new,
#contents_download .contents_download01_in .box_02 .left span.icon_new{
	padding:3px;
	background:#fef712;
	color:#314da4;
	font-size:12px;
	position:absolute;
	top: 30px;
	left:12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}





/*================================================

　　　　* 20150601 追加修正

================================================*/



/*---------- available_client ----------*/

#contents_available_client {
    width: 100%;
}

#contents_available_client .noc {
	font-size:12px;
    margin: 5px 0 0 0;
}
#contents_available_client .noc_r {
	font-size:12px;
    margin: 5px 0 5px 0;
    color: #E91C24;
}
#contents_available_client .noc_r2 {
	font-size:14px;
    margin: 5px 0 5px 0;
}
#contents_available_client .txt_lh{
	margin-top: 0px;
	color: #B3B3B3;
	text-decoration: line-through;
}
#contents_available_client .txt_r{
    color: #E91C24;
	margin-top: 0px;
}

#contents_available_client .pagetitle {
    background: #f2f2f2;
    overflow: hidden;
}
#contents_available_client .pagetitle .pagetitle_in {
    position: relative;
    margin: 0 auto;
    width: 980px; /*height: 200px;*/
    height: 250px;
	padding-left: 20px;
    overflow: hidden
}
#contents_available_client .pagetitle h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    width: 580px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 23px;
    font-weight: bold;
    color: #3350a2;
}
#contents_available_client h3 {
    margin-bottom: 10px;
    font-size: 18px;
	font-weight: bold;
}
#contents_available_client h4 {
    margin-bottom: 10px;
    font-size: 18px;
	font-weight: bold;
}
#contents_available_client h5 {
    margin-bottom: 10px;
    font-size: 18px;
	font-weight: bold;
}

#contents_available_client .pagetitle .copy {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
#contents_available_client .pagetitle em {
	font-size:13px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#contents_available_client .pagetitle .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_available_client .pagetitle .bottom {
    overflow: hidden;
}
#contents_available_client .pagetitle .bottom .ico_rss01 {
    float: left;
    padding-right: 25px;
}
#contents_available_client .pagetitle .bottom p {
/*    float: left;*/
    padding-right: 20px;
    line-height: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_available_client .pagetitle .bottom ul {
/*    float: left;*/
}
#contents_available_client .pagetitle .bottom ul li {
    float: left;
    padding-right: 5px;
}
#contents_available_client .pagetitle .bottom ul li a {
    display: block;
    padding: 0 20px 0 30px;
    height: 25px; line-height: 25px;
    background: #64bed5 url(../images/common/ico_arrow19.png) 10px center no-repeat;
    color: #ffffff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_available_client .pagetitle .bottom ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_available_client .pagetitle .icon {
    position: absolute;
    top: 15px; right: 0;
}
#contents_available_client .footpath {
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #555555;
}
#contents_available_client .footpath .footpath_in {
    margin: 0 auto;
    width: 980px;
	padding-left: 20px;
}
#contents_available_client .footpath ul li {
	display: inline;
}
#contents_available_client .footpath ul li a {
    color: #555555;
	-webkit-transition: all 0.3s ease;
 	-moz-transition: all 0.3s ease;
}

#contents_available_client .contents_available_client01 {
    margin: 0 auto;
    padding: 0 3.125%;
    /* max-width: 1000px; */
}
#contents_available_client .contents_available_client01_in {
	margin: 50px auto 0;
	max-width: 1000px;
}
#contents_available_client .contents_available_client01_in .navBox{
	margin-left: 0px;
	margin-bottom: 30px;
}
#contents_available_client .contents_available_client01_in .navBox .nav_info{
    margin: 15px 0 0;
	font-size: 16px;
}
#contents_available_client .contents_available_client01_in .infoBox {
    /*margin: 0 0 0 55px;*/
    margin: 40px auto 0  auto;
}
#contents_available_client .contents_available_client01_in .infoBox table{
    width: 100%;
    margin: 10px 0 10px 0;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    font-size:14px;
    line-height: 1.5;
}
#contents_available_client .contents_available_client01_in .infoBox table.co_tbl{
    margin-top: 30px;
}

#contents_available_client .contents_available_client01_in .infoBox th{
    font-weight: normal;
    text-align: center;
    background-color: #DDDDDD;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:center;
}
#contents_available_client .contents_available_client01_in .infoBox td{
    vertical-align: top;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:center;
}
#contents_available_client .contents_available_client01_in .infoBox ul {
	text-indent: -1em;
    margin: 5px 0 0  2em;
	width:90%;
}
#contents_available_client .contents_available_client01_in .infoBox li {
	line-height: 1.5;
	font-size:13px;
	font-style: normal;
	margin-bottom: 20px;
}
#contents_available_client .contents_available_client01_in .infoBox li:last-child {
  margin-bottom: 0;
}
#contents_available_client .contents_available_client01_in .infoBox02 {
    /* width: 980px; */
    /*margin: 0 0 0 55px;*/
    margin: 40px auto 0  auto;
}
#contents_available_client .contents_available_client01_in .infoBox02 table{
    /* width: 980px; */
    margin: 10px 0 10px 0;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
    line-height: 1.5;
    font-size:14px;
}

#contents_available_client .contents_available_client01_in .infoBox02 th{
    font-weight: normal;
    background-color: #DDDDDD;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:center;
}
#contents_available_client .contents_available_client01_in .infoBox02 td{
    vertical-align: top;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:left;
}
#contents_available_client .contents_available_client01_in .infoBox03 {
    /* width: 980px; */
    /*margin: 0 0 0 55px;*/
    margin: 40px auto 0  auto;
}
#contents_available_client .contents_available_client01_in .infoBox03 table{
    width: 100%;
    margin: 10px 0 10px 0;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    border-right: 1px solid #B3B3B3;
    line-height: 1.5;
    font-size:14px;
}

#contents_available_client .contents_available_client01_in .infoBox03 th{
    font-weight: normal;
    background-color: #DDDDDD;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:left;
}
#contents_available_client .contents_available_client01_in .infoBox03 td{
    vertical-align: top;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:left;
}
#contents_available_client .contents_available_client01_in .infoBox03 table.nst_tbl{
	width: 630px;
	margin-top: 5px;
	border: 1px solid #2F2F2F;
	border-collapse: collapse;
	font-size: 108%;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
}

#contents_available_client .contents_available_client01_in .infoBox03 .nst_tbl th{
	font-weight: normal;
	text-align: left;
	background-color: #C3C3C3;
	padding: 8px 10px 8px 10px;
	border: 1px solid #2F2F2F;
	border-collapse: collapse;
	font-size: 12px;
}
#contents_available_client .contents_available_client01_in .infoBox03 .nst_tbl td{
    vertical-align: top;
	padding: 8px 10px 8px 10px;
	text-align:center;
	border: 1px solid #2F2F2F;
	border-collapse: collapse;
	font-size: 12px;
}

#contents_available_client .contents_available_client01_in .infoBox th.s01,
#contents_available_client .contents_available_client01_in .infoBox02 th.s01,
#contents_available_client .contents_available_client01_in .infoBox03 th.s01{
    width: 86px;
}
#contents_available_client .contents_available_client01_in .infoBox th.os,
#contents_available_client .contents_available_client01_in .infoBox02 th.os,
#contents_available_client .contents_available_client01_in .infoBox03 th.os{
    width: 563px;
}
#contents_available_client .contents_available_client01_in .infoBox tr.w20 th,
#contents_available_client .contents_available_client01_in .infoBox02 tr.w20 th,
#contents_available_client .contents_available_client01_in .infoBox03 tr.w20 th{
    width: 20%;
}
#contents_available_client .contents_available_client01_in .infoBox tr.w25 th,
#contents_available_client .contents_available_client01_in .infoBox02 tr.w25 th,
#contents_available_client .contents_available_client01_in .infoBox03 tr.w25 th{
    width: 25%;
}
#contents_available_client .contents_available_client01_in .infoBox tr.s02 th,
#contents_available_client .contents_available_client01_in .infoBox02 tr.s02 th,
#contents_available_client .contents_available_client01_in .infoBox03 tr.s02 th{
    width: 192px;
    text-align: left;
    vertical-align: top;
}
#contents_available_client .contents_available_client01_in .infoBox03 ul {
	text-indent: -1em;
    margin: 0px 0 0  1em;
	line-height: 1.5;
}
#contents_available_client .contents_available_client01_in .infoBox03 li {
    margin-top: 0px;
	margin-bottom: 20px
}
#contents_available_client .contents_available_client01_in .infoBox03 li:last-child {
  margin-bottom: 0;
}
#contents_available_client .contents_available_client01_in .infoBox03 tr th.w25 {
    width: 25%;
}


/*---------- available_client ----------*/

#contents_available_server {
    width: 100%;
}

#contents_available_server .pagetitle {
    background: #f2f2f2;
    overflow: hidden;
}
#contents_available_server .pagetitle .pagetitle_in {
    position: relative;
    margin: 0 auto;
    width: 980px; height: 260px;
	padding-left: 20px;
    overflow: hidden
}
#contents_available_server .pagetitle h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    width: 580px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 23px;
    font-weight: bold;
    color: #3350a2;
}
#contents_available_server h3 {
    margin-bottom: 5px;
    font-size: 18px;
	font-weight: bold;
}
#osdb_nav{display: flex;/* flex-wrap: wrap; */}
#osdb_nav li span{
	font-size:14px;
}
#osdb_nav li {
	display: block !important;
	border-radius: 8px 8px 0 0;
	border:1px solid #4C62A3;
	font-weight:bold;
	font-size: 16px;
	padding: 9px !important;
	width: 50%;
	text-align: center;
	color: #4C62A3;
	line-height: 1.4;
	float: left !important;
	cursor: pointer !important;
	margin-bottom: 0 !important;
}

#osdb_nav li.active {
	background: #4C62A3;
	color: #ffffff;
	cursor: default;
}
#contents_available_server h4 {
    margin-bottom: 5px;
    font-size: 16px;
	font-weight: bold;
}
#contents_available_server h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}

#contents_available_server .pagetitle .copy {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
#contents_available_server .pagetitle em {
	font-size:13px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
#contents_available_server .pagetitle .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_available_server .pagetitle .bottom {
    overflow: hidden;
}
#contents_available_server .pagetitle .bottom .ico_rss01 {
    float: left;
    padding-right: 25px;
}
#contents_available_server .pagetitle .bottom p {
/*    float: left;*/
    padding-right: 20px;
    line-height: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_available_server .pagetitle .bottom ul {
/*    float: left;*/
}
#contents_available_server .pagetitle .bottom ul li {
    float: left;
    padding-right: 5px;
}
#contents_available_server .pagetitle .bottom ul li a {
    display: block;
    padding: 0 20px 0 30px;
    height: 25px; line-height: 25px;
    background: #64bed5 url(../images/common/ico_arrow19.png) 10px center no-repeat;
    color: #ffffff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_available_server .pagetitle .bottom ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_available_server .pagetitle .icon {
    position: absolute;
    top: 15px; right: 0;
}
#contents_available_server .footpath {
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #555555;
}
#contents_available_server .footpath .footpath_in {
    margin: 0 auto;
    width: 980px;
	padding-left: 20px;
}
#contents_available_server .footpath ul li {
	display: inline;
}
#contents_available_server .footpath ul li a {
    color: #555555;
	-webkit-transition: all 0.3s ease;
 	-moz-transition: all 0.3s ease;
}
#contents_winauth .footpath ul li a:hover {
    opacity: 0.6; filter: alpha(opacity=60);
}

#contents_available_server .contents_available_server {
    margin: 0 auto;
    padding: 0 3.125%;
}
#contents_available_server .contents_available_server_in {
	padding-top: 32px;
	padding-bottom: 10px;
	max-width: 1000px;
	margin: 0 auto;
}
#contents_available_server .contents_available_server .contents_available_server_in #osdb_box {
    width: 100%;
    /*margin: 0 0 0 55px;*/
    margin: 0 auto 0  auto;
}
#contents_02 .content {
    display: none;
  }
#contents_02 .content.show {
    display: block;
  }
#contents_available_server .contents_available_server .contents_available_server_in #osdb_small,
#contents_available_server .contents_available_server .contents_available_server_in #osdb_enterprise {
    width: 100%;
    /*margin: 0 0 0 55px;*/
    margin: 0 auto 40px auto;
    float: none;
}
#contents_available_server .contents_available_server .contents_available_server_in #osdb_small .noc {
	font-size:12px;
    margin: 5px 0 0 0;
	text-align:right;
}

#contents_available_server .contents_available_server .contents_available_server_in #osdb_small table,
#contents_available_server .contents_available_server .contents_available_server_in #osdb_enterprise table{
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    font-size:108%;
    line-height: 1.5;
}

#contents_available_server .contents_available_server .contents_available_server_in #osdb_small th,
#contents_available_server .contents_available_server .contents_available_server_in #osdb_enterprise th{
    font-weight: normal;
    background-color: #DDDDDD;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:left;
}
#contents_available_server .contents_available_server .contents_available_server_in #osdb_small td,
#contents_available_server .contents_available_server .contents_available_server_in #osdb_enterprise td{
    vertical-align: top;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:left;
}

#contents_available_server .contents_available_server .contents_available_server_in .svinfoBox {
    width: 100%;
    /*margin: 0 0 0 55px;*/
    margin: 70px auto 0 auto;
}
#contents_available_server .contents_available_server .contents_available_server_in .svinfoBox .noc {
	font-size:12px;
    margin: 5px 0 0 0;
	text-align:right;
}

#contents_available_server .contents_available_server .contents_available_server_in .svinfoBox table{
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    font-size:108%;
    line-height: 1.5;
}

#contents_available_server .contents_available_server .contents_available_server_in .svinfoBox th{
    font-weight: normal;
    background-color: #DDDDDD;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:left;
}
#contents_available_server .contents_available_server .contents_available_server_in .svinfoBox td{
    vertical-align: top;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:left;
}
#contents_available_server .contents_available_server .contents_available_server_in .svinfoBox ul.websvr {
    margin: 0px 0 0  2em;
	line-height: 1.5;
}
#contents_available_server .contents_available_server .contents_available_server_in .svinfoBox .websvr li {
	list-style-type: disc;
	font-size: 14px;
	list-style-position: outside;
}
#contents_available_server .contents_available_server .contents_available_server_in .svinfoBox ul.imapsvr {
    margin: 0px 0 0  2em;
	line-height: 1.5;
}
#contents_available_server .contents_available_server .contents_available_server_in .svinfoBox .imapsvr li {
	list-style-type: circle;
	font-size: 14px;
	list-style-position: outside;
}

#contents_available_server .contents_available_server .contents_available_server_in th.s01{
    width: 15%;
}

#contents_available_server .contents_available_server .contents_available_server_in th.os{
    width: 45%;
}

#contents_available_server .contents_available_server .contents_available_server_in tr.w20 th{
    width: 20%;
}

#contents_available_server .contents_available_server .contents_available_server_in tr.w25 th{
    width: 25%;
}

#contents_available_server .contents_available_server .contents_available_server_in tr.s02 th{
    width: 20.0%;
    text-align: left;
    vertical-align: top;
}
#contents_available_server .contents_available_server .contents_available_server_in .prereqBox {
    width: 100%;
    /*margin: 0 0 0 55px;*/
    margin: 0 auto 0  auto;
    margin-bottom:40px;
}

#contents_available_server .contents_available_server .contents_available_server_in .prereqBox ul {
}

#contents_available_server .contents_available_server .contents_available_server_in .prereqBox li {
	font-size: 14px;
	line-height: 1.6;
}
#contents_available_server .contents_available_server .contents_available_server_in .addinfo{
    border: 1px solid #B3B3B3;
    width: 100%;
    /*margin: 0 0 0 55px;*/
    margin: 40px auto 20px auto;
    padding: 20px;
    clear: both;
    box-sizing: border-box;
}
#contents_available_server .contents_available_server .contents_available_server_in .addinfo p{
	font-size: 14px;
	line-height: 1.5;
	margin-top:10px;
}
#contents_available_server .contents_available_server .contents_available_server_in .addinfo ul {
    margin: 0px 0 0  2em;
	line-height: 1.5;
}
#contents_available_server .contents_available_server .contents_available_server_in .addinfo li {
	margin-top: 10px;
	list-style-type: disc;
	font-size: 14px;
	list-style-position: outside;
}
#contents_available_server .contents_available_server .contents_available_server_in .svlimitBox {
    /* width: 870px; */
    /*margin: 0 0 0 55px;*/
    margin: 70px auto 0 auto;
}

#contents_available_server .contents_available_server .contents_available_server_in .svlimitBox table{
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    line-height: 1.5;
}

#contents_available_server .contents_available_server .contents_available_server_in .svlimitBox th{
    font-weight: normal;
    background-color: #DDDDDD;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:left;
    font-size:108%;
}
#contents_available_server .contents_available_server .contents_available_server_in .svlimitBox td{
    vertical-align: top;
    padding: 8px 10px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	text-align:left;
    font-size:108%;
}
#contents_available_server .contents_available_server .contents_available_server_in .svlimitBox ul {
	text-indent: -1em;
    margin: 0px 0 0  1em;
	line-height: 1.5;
}
#contents_available_server .contents_available_server .contents_available_server_in .svlimitBox li {
    margin-bottom: 20px;
    font-size:13px;
}







/* パンくず */
#contents_02 .footpath {
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #555555;
}
#contents_02 .footpath .footpath_in {
    margin: 0 auto;
    width: 980px;
	padding-left: 20px;
}
#contents_02 .footpath ul li {
    display: inline;
}
#contents_02 .footpath ul li a {
    color: #555555;
	-webkit-transition: all 0.3s ease;
 	-moz-transition: all 0.3s ease;
}
#contents_02 .footpath ul li a:hover {
	opacity: 0.6; filter: alpha(opacity=60);
}
/* /パンくず */





/*================================================

　　　　* /20150601 追加修正

================================================*/




/*---------- お客さまサポート ----------*/
/* contents_support */
#contents_support {
}
#contents_support .pagetitle {
    background: #f2f2f2;
    overflow: hidden;
}
#contents_support .pagetitle .pagetitle_in {
    position: relative;
    margin: 0 auto;
    width: 980px; height: 200px;
	padding-left: 20px;
    overflow: hidden
}
#contents_support .pagetitle h2 {
    margin-top: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #a2a2a2;
    width: 580px;
    font-size: 23px;
    font-weight: bold;
    color: #3350a2
}
#contents_support .pagetitle .copy {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
#contents_support .pagetitle .bottom {
    overflow: hidden;
}
#contents_support .pagetitle .bottom .ico_rss01 {
    float: left;
    padding-right: 25px;
}
#contents_support .pagetitle .bottom p {
    float: left;
    padding-right: 20px;
    line-height: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_support .pagetitle .bottom ul {
    float: left;
}
#contents_support .pagetitle .bottom ul li {
    float: left;
    padding-right: 5px;
}
#contents_support .pagetitle .bottom ul li a {
    display: block;
    padding: 0 20px 0 30px;
    height: 25px; line-height: 25px;
    background: #64bed5 url(../images/common/ico_arrow19.png) 10px center no-repeat;
    color: #ffffff;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_support .pagetitle .bottom ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_support .pagetitle .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_support .pagetitle .icon {
    position: absolute;
    top: 0; right: 0;
}
#contents_support .contents_support01 {
    overflow: hidden;
}
#contents_support .contents_support01_in {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
#contents_support .contents_support01_in .wrapper_btn {
    margin: 20px 0;
    overflow: hidden;
}
#contents_support .contents_support01_in .wrapper_btn .btn_more {
    display: block;
    float: right;
    width: 290px; height: 32px;
    background: url(../images/common/ico_arrow10.png) 17px center no-repeat;
    border: 2px solid #52bd91;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 15px;
    font-weight: bold;
    color: #52bd91;
    text-align: center;
    text-indent: 1em;
    line-height: 32px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_support .contents_support01_in .wrapper_btn .btn_more:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_support .contents_support01_in .detail {
    padding: 30px 30px 20px;
    background: #f7f7f7;
}
#contents_support .contents_support01_in .detail .tab {
}
#contents_support .contents_support01_in .detail .tab ul {
    padding-bottom: 40px;
    overflow: hidden;
}
#contents_support .contents_support01_in .detail .tab ul li {
    float: left;
    width: 50%;
}
#contents_support .contents_support01_in .detail .tab ul li a {
    display: block;
    position: relative;
    margin: 0 10px;
    height: 105px;
    background: #d4d4d4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_support .contents_support01_in .detail .tab ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_support .contents_support01_in .detail .tab ul .cur a {
    background: #52bd91;
}
#contents_support .contents_support01_in .detail .tab ul .cur a:after {
    content: "";
    position: absolute;
    bottom: -12px; left: 50%;
    margin-left: -10px;
    width: 20px; height: 12px;
    background: url(../images/common/ico_arrow11.png) 0 0 no-repeat;
}
#contents_support .contents_support01_in .detail .tab ul li a .ico {
    position: absolute;
    top: 50%; left: 15px;
    margin-top: -38px;
}
#contents_support .contents_support01_in .detail .tab ul li a p {
    margin-bottom: 0;
    padding: 20px 0 5px 125px;
    font-size: 20px;
    font-weight: bold;
}
#contents_support .contents_support01_in .detail .tab ul li a span {
    display: block;
    padding: 0 0 0 125px;
    font-size: 13px;
}
#contents_support .contents_support01_in .detail .sttl {
    margin: 0 10px 40px;
    overflow:hidden;
}
#contents_support .contents_support01_in .detail .sttl .left {
    float: left;
    font-size: 15px;
}
#contents_support .contents_support01_in .detail .sttl .right {
    float: right;
}
#contents_support .contents_support01_in .detail .sttl .right a {
    padding-right: 20px;
    background: url(../images/common/ico_arrow12.png) right 2px no-repeat;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #333333;
}
#contents_support .contents_support01_in .detail .news {
    margin-bottom: 40px;
    overflow: hidden;
}
#contents_support .contents_support01_in .detail .news .left {
    float: left;
    width: 50%;
}
#contents_support .contents_support01_in .detail .news .right {
    float: right;
    width: 50%;
}
#contents_support .contents_support01_in .detail .news .wrapper_news {
    margin: 0 10px 10px;
    padding: 30px 40px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#contents_support .contents_support01_in .detail .news .wrapper_news h3 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 70px;
    height: 56px;
    font-size: 22px;
    font-weight: bold;
    line-height: 56px;
}
#contents_support .contents_support01_in .detail .news .wrapper_news h3 .ico {
    position: absolute;
    top: 0; left: 0;
}
#contents_support .contents_support01_in .detail .news .wrapper_news ul {
}
#contents_support .contents_support01_in .detail .news .wrapper_news ul li {
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
}
#contents_support .contents_support01_in .detail .news .wrapper_news ul li p {
    margin-bottom: 5px;
}
#contents_support .contents_support01_in .detail .news .wrapper_news ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #555555;
    text-decoration: underline;
}
#contents_support .contents_support01_in .detail .news .btn_more {
    display: block;
    float: right;
    background: #ffffff url(../images/common/ico_arrow13.png) right center no-repeat;
    margin-right: 10px;
    padding: 0 35px 0 25px;
    height: 30px; line-height: 30px;
    border: 2px solid #52bd91;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    color: #52bd91;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_support .contents_support01_in .detail .news .btn_more:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_support .contents_support01_in .detail .contact {
    margin: 0 10px 20px;
    padding: 30px 55px;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
}
#contents_support .contents_support01_in .detail .contact h3 {
    position: relative;
    margin-bottom: 40px;
    padding-left: 70px;
    height: 56px;
    font-size: 22px;
    font-weight: bold;
    line-height: 56px;
}
#contents_support .contents_support01_in .detail .contact h3 .ico {
    position: absolute;
    top: 0; left: 0;
}
#contents_support .contents_support01_in .detail .contact .left {
    float: left;
    width: 373px;
}
#contents_support .contents_support01_in .detail .contact .right {
    float: right;
    width: 373px;
}
#contents_support .contents_support01_in .detail .contact h4 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    font-size: 22px;
    font-weight: bold;
}
#contents_support .contents_support01_in .detail .contact h5 {
    margin-bottom: 1em;
    font-size: 18px;
    font-weight: bold;
}
#contents_support .contents_support01_in .detail .contact .tel_cloud {
    margin-bottom: 15px;
    padding-left: 75px;
    background: url(../images/common/ico_tel01.png) 0 0 no-repeat;
    font-size: 38px;
    font-weight: bold;
    line-height: 55px;
}
#contents_support .contents_support01_in .detail .contact .tel_pack {
    margin-bottom: 15px;
    font-size: 38px;
    font-weight: bold;
    line-height: 55px;
}
#contents_support .contents_support01_in .detail .contact p {
    margin-bottom: 2em;
    font-size: 13px;
}
#contents_support .contents_support01_in .detail .contact a {
    color: #16348b;
    text-decoration: underline;
}
#contents_support .contents_support01_in .detail .contact .small {
    font-size: 11px;
}
#contents_support .contents_support01_in .detail .contact .btn_contact01,
#contents_support .contents_support01_in .detail .contact .btn_contact02,
#contents_support .contents_support01_in .detail .contact .btn_contact03,
#contents_support .contents_support01_in .detail .contact .btn_contact04 {
    display: block;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_support .contents_support01_in .detail .contact .btn_contact01:hover,
#contents_support .contents_support01_in .detail .contact .btn_contact02:hover,
#contents_support .contents_support01_in .detail .contact .btn_contact03:hover,
#contents_support .contents_support01_in .detail .contact .btn_contact04:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_support .contents_support01_in .detail .contact .btn_contact01 {
    height: 55px; line-height: 55px;
    background: #52bd91 url(../images/common/ico_arrow04.png) 350px center no-repeat;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}
#contents_support .contents_support01_in .detail .contact .btn_contact02 {
    height: 30px; line-height: 30px;
    background: #ffffff url(../images/common/ico_arrow14.png) 350px center no-repeat;
    border: 2px solid #52bd91;
    font-size: 16px;
    font-weight: bold;
    color: #52bd91;
}
#contents_support .contents_support01_in .detail .contact .btn_contact03,
#contents_support .contents_support01_in .detail .contact .btn_contact04 {
    height: 35px; line-height: 35px;
    background: #52bd91 url(../images/common/ico_arrow04.png) 350px center no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
#contents_support .contents_support01_in .detail .contact .btn_contact04 {
    margin-bottom: 10px;
}
#contents_support .contents_support01_in .detail .contact .bnr {
}
#contents_support .contents_support01_in .detail .contact .bnr li {
    margin-bottom: 10px;
}
#contents_support .contents_support01_in .detail .contact .bnr li a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_support .contents_support01_in .detail .contact .bnr li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_support .contents_support01_in .detail .contact .address {
    padding: 15px 20px;
    border: 1px solid #cccccc;
}
#contents_support .contents_support02 {
    margin-bottom: 50px;
    padding-top: 150px;
}
#contents_support .contents_support02_in {
    margin: 0 auto;
    padding-top: 21px;
    width: 1000px;
    overflow: hidden;
}
#contents_support .contents_support02_in .left {
    float: left;
}
#contents_support .contents_support02_in .right {
    float: right;
}
#contents_support .contents_support02_in .left,
#contents_support .contents_support02_in .right {
    width: 490px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#contents_support .contents_support02_in h3 {
    margin-top: -21px;
    text-align: center;
}
#contents_support .contents_support02_in ul {
    padding: 35px;
}
#contents_support .contents_support02_in ul li {
    position: relative;
    padding: 0 0 40px 100px;
    overflow: hidden;
}
#contents_support .contents_support02_in ul li .ico {
    position: absolute;
    top: 0; left: 0;
}
#contents_support .contents_support02_in ul li a {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #3350a2;
}



/*---------- trial ----------*/
#contents_trial {
}
#contents_trial .pagetitle {
    background: #f2f2f2;
    overflow: hidden;
}
#contents_trial .pagetitle .pagetitle_in {
    position: relative;
    margin: 0 auto;
    width: 980px; height: 260px;
	padding-left: 20px;
    overflow: hidden
}
#contents_trial .pagetitle h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 580px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 23px;
    font-weight: bold;
    color: #3350a2;
}
#contents_trial .pagetitle .copy {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
#contents_trial .pagetitle .txt {
    margin-bottom: 20px;
    font-size: 13px;
    color: #333333;
    line-height: 1.2;
}

#contents_trial .pagetitle .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_trial .pagetitle nav {
}
#contents_trial .pagetitle nav ul {
    overflow: hidden;
}
#contents_trial .pagetitle nav ul li {
    float: left;
    padding-right: 5px;
}
#contents_trial .pagetitle nav ul li a {
    display: block;
    padding: 0 30px 0 40px;
    height: 25px;
    background: #64bed5 url(../images/common/ico_arrow19.png) 10px center no-repeat;
    font-size: 13px;
    color: #ffffff;
    line-height: 25px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}
#contents_trial .pagetitle nav ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_trial .pagetitle .icon {
    position: absolute;
    top: 0; right: 0;
}
#contents_trial .contents_trial01 {
    margin: 30px 0 0 0;
}
#contents_trial .contents_trial01_in {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
#contents_trial .contents_trial01_in .detail {
    margin-bottom: 0;
    padding: 30px 30px 20px;
}
#contents_trial .contents_trial01_in .detail .tab {
    margin: 0 0 20px 0;
}
#contents_trial .contents_trial01_in .detail .tab ul {
    padding-bottom: 25px;
    overflow: hidden;
}
#contents_trial .contents_trial01_in .detail .tab ul li {
    float: left;
    width: 42%;
}
#contents_trial .contents_trial01_in .detail .tab ul li.online_demo {
    width: 16%;
}
#contents_trial .contents_trial01_in .detail .tab ul li a {
    display: block;
    text-align:center;
    position: relative;
    margin: 0 5px;
    padding: 25px 10px 20px 10px;
    background: #bdbdbd;
    line-height: 1.6;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    text-indent: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	height:65px;
}
#contents_trial .contents_trial01_in .detail .tab ul li.cur a {
    color: #fef712;
}
#contents_trial .contents_trial01_in .detail .tab ul li a.last {
    display: block;
    position: relative;
    margin: 0 5px;
    padding: 40px 10px 20px 10px;
    background: #bdbdbd;
    line-height: 1.6;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    text-align:center;
    text-indent: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	height:50px;
}
#contents_trial .contents_trial01_in .detail .tab ul li a .ico {
	float: left;
    top: 0; right: 0;
}
#contents_trial .contents_trial01_in .detail .tab ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px; left: 50%;
    margin-left: -10px;
    width: 20px; height: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_trial .contents_trial01_in .detail .tab ul li a:hover,
#contents_trial .contents_trial01_in .detail .tab ul .cur a {
    background-color: #3350a2;
}
#contents_trial .contents_trial01_in .detail .tab ul .cur a:after {
    background: url(../images/common/ico_arrow08.png) 0 0 no-repeat;
}
#contents_trial .contents_trial01_in .detail .ttl {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
#contents_trial .contents_trial01_in .detail .sttl {
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px 0;
	}
#contents_trial .contents_trial01_in .detail .ul_trial_01 {
    width: 510px;
    margin: 0 auto 30px auto;
    overflow: hidden;
}
#contents_trial .contents_trial01_in .detail .ul_trial_01 li {
		width: 170px;
		float: left;
		text-align:center;
		margin:0;
}
#contents_trial .contents_trial01_in .detail .ul_trial_01 li.last {
    margin: 0;
}
#border {
  margin: 0 auto;
	padding:50px 30px;
}
#border .ttl {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
		margin: 0 0 30px 0;
}
#border .txt {
    font-size: 13px;
    line-height: 2;
}
#border span {
    font-weight: bold;
}
#border a {
    color: #314da4;
    text-decoration: none;
    outline: none;
}
#border a:hover {
    color: #314da4;
    text-decoration: underline;
}

#contents_trial .contents_trial01_in .detail .txt_02 {
    color: #333333;
    font-size: 13px;
    text-align: center;
    margin: 0 0 20px 0;
}
#contents_trial .contents_trial01_in .detail .txt_02 a, #contents_trial .contents_trial01_in .detail .txt_02 a:visited {
  color: #3350a2;
  text-decoration: none;
}

#contents_trial .contents_trial01_in .detail .txt_02 a:hover {
    text-decoration: underline;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_trial .contents_trial01_in .detail .txt_03 {
    color: #333333;
    font-size: 15px;
    text-align: center;
    margin: 40px 0 80px 0;
	line-height: 1.5;
}
#contents_trial .contents_trial01_in .detail .txt_03 a:hover {
    text-decoration: underline;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_trial .contents_trial01_in .detail .txt_03 a {
	font-weight: bold;
}
#contents_trial .contents_trial01_in .detail .bnr_wrapper {
    width: 822px;
    margin: 0 auto;
}
#contents_trial .contents_trial01_in .detail .bnr_wrapper .ttl {
    font-size: 22px;
    text-align: left;
}
#contents_trial .contents_trial01_in .detail .bnr_wrapper .bnr {
    background: #3450a3 url("../images/trial/bnr_trial_01.jpg") no-repeat;
    width: 822px;
    height: 223px;
    margin: 0 0 60px 0;
    position: relative;
    overflow: hidden;
}
#contents_trial .contents_trial01_in .detail .bnr_wrapper .btn {
    position: absolute;
    top: 152px;
    left: 255px;
}
#contents_trial .contents_trial01_in .detail .bnr_wrapper .btn a:hover {
	opacity: 0.6; filter: alpha(opacity=60);
}
#contents_trial .contents_trial01_in .detail .cv_btn a {
    background: #3450a3 url("../images/trial/arrow_btn_02.png") no-repeat scroll 450px center;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 35px;
    line-height:104px;
    height:104px;
    font-weight: bold;
    margin: 30px auto 90px;
    width: 480px;
    text-align:center;
}

#contents_trial .contents_trial01_in .detail .cv_btn a:hover {
	opacity: 0.6; filter: alpha(opacity=60);
}




/*---------- trial_package ----------*/
#contents_trial_package {
}
#contents_trial_package .pagetitle {
    background: #f2f2f2;
    overflow: hidden;
}
#contents_trial_package .pagetitle .pagetitle_in {
    position: relative;
    margin: 0 auto;
    width: 980px; height: 260px;
	padding-left: 20px;
    overflow: hidden
}
#contents_trial_package .pagetitle h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 580px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 23px;
    font-weight: bold;
    color: #3350a2;
}
#contents_trial_package .pagetitle .copy {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
#contents_trial_package .pagetitle .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_trial_package .pagetitle nav {
}
#contents_trial_package .pagetitle nav ul {
    overflow: hidden;
}
#contents_trial_package .pagetitle nav ul li {
    float: left;
    padding-right: 5px;
}
#contents_trial_package .pagetitle nav ul li a {
    display: block;
    padding: 0 30px 0 40px;
    height: 25px;
    background: #64bed5 url(../images/common/ico_arrow19.png) 10px center no-repeat;
    font-size: 13px;
    color: #ffffff;
    line-height: 25px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}
#contents_trial_package .pagetitle nav ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .pagetitle .icon {
    position: absolute;
    top: 0; right: 0;
}
#contents_trial_package .contents_trial_package01 {
    margin: 30px 0 0 0;
}
#contents_trial_package .contents_trial_package01_in {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
#contents_trial_package .contents_trial_package01_in .detail {
    margin-bottom: 50px;
    padding: 30px 30px 20px;
}
#contents_trial_package .contents_trial_package01_in .detail .tab {
    margin: 0 0 50px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .tab ul {
    padding-bottom: 25px;
    overflow: hidden;
}
#contents_trial_package .contents_trial_package01_in .detail .tab ul li {
    float: left;
    width: 42%;
}
#contents_trial_package .contents_trial_package01_in .detail .tab ul li.online_demo {
    width: 16%;
}
#contents_trial_package .contents_trial_package01_in .detail .tab ul li a {
    display: block;
    text-align:center;
    position: relative;
    margin: 0 5px;
    padding: 25px 10px 20px 10px;
    background: #bdbdbd;
    line-height: 1.6;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    text-indent: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	height:65px;
}
#contents_trial_package  .contents_trial_package01_in .detail .tab ul li.cur a {
    color: #fef712;
}
#contents_trial_package .contents_trial_package01_in .detail .tab ul li a.last {
    display: block;
    position: relative;
    margin: 0 5px;
    padding: 40px 10px 20px 10px;
    background: #bdbdbd;
    line-height: 1.6;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    text-align:center;
    text-indent: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	height: 50px;
}
#contents_trial_package .contents_trial_package01_in .detail .tab ul li a .ico {
	float: left;
    top: 0; right: 0;
}

#contents_trial_package .contents_trial_package01_in .detail .tab ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px; left: 50%;
    margin-left: -10px;
    width: 20px; height: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_trial_package .contents_trial_package01_in .detail .tab ul li a:hover,
#contents_trial_package .contents_trial_package01_in .detail .tab ul .cur a {
    background-color: #3350a2;
}
#contents_trial_package .contents_trial_package01_in .detail .tab ul .cur a:after {
    background: url(../images/common/ico_arrow08.png) 0 0 no-repeat;
}
#contents_trial_package .contents_trial_package01_in .detail h3.ttl {
    font-size: 36px;
    color: #475b98;
    text-align: center;
    font-weight: normal;
    position: relative;
    line-height: 1.4em;
    margin: 0 0 60px;
}
#contents_trial_package .contents_trial_package01_in .detail .ttl:after{
	content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #6e82c1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
#contents_trial_package .contents_trial_package01_in .detail .sttl {
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin: 0 0 60px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .sttl a, #contents_trial_package .contents_trial_package01_in .detail .sttl a:visited{
  color: #3350a2;
  text-decoration: none;
}
#contents_trial_package .contents_trial_package01_in .detail .sttl a:hover {
  color: #314da4;
  text-decoration: underline;
}
#contents_trial_package .contents_trial_package01_in .detail .sttl_02 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 30px;
		text-align:center;
}
#contents_trial_package .contents_trial_package01_in .detail .txt_02 {
    color: #333333;
    font-size:14px;
    margin:0 0 40px 0;
	text-align:center;
}
#contents_trial_package .contents_trial_package01_in .detail .txt_02_g{
    color: #333333;
    font-size:14px;
	text-align:center;
	border:1px solid #ccc;
	padding:10px;
	width:80%;
	margin:0 auto 40px;
}
#contents_trial_package .contents_trial_package01_in .detail .txt_02 a, #contents_trial_package .contents_trial_package01_in .detail .txt_02_g a{
  color: #3350a2;
  text-decoration: none;
}
#contents_trial_package .contents_trial_package01_in .detail .txt_02_g a:hover{
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .txt_02 a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .ttl_02 {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .img {
    width: 460px;
    margin: 0 auto 40px auto;
}
#contents_trial_package .contents_trial_package01_in .detail .note_01 {
    color: #ca0101;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    margin: 0 auto 50px auto;
}
#contents_trial_package .contents_trial_package01_in .detail .note_01 a {
    color: #ca0101;
    text-decoration: underline;
}
#contents_trial_package .contents_trial_package01_in .detail .note_02 {
    color: #ca0101;
    font-size: 13px;
    line-height: 2;
    width: 599px;
    margin: 0 auto 50px auto;
}
#contents_trial_package .contents_trial_package01_in .detail .border {
    border: 1px solid #cccccc;
    width: 808px;
    height: 120px;
    margin: 0 auto 70px auto;
    padding: 25px 35px 25px 35px;
    overflow-y: scroll;
}
#contents_trial_package .contents_trial_package01_in .detail .border span {
    font-weight: bold;
}
#contents_trial_package .contents_trial_package01_in .detail .border .ttl {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-align: center;
    margin: 0 0 30px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .border .txt {
    font-size: 13px;
    line-height: 2;
}
#contents_trial_package .contents_trial_package01_in .detail .tab_wrapper {
    width: 980px;
    margin: 0 -40px 60px 0;
    overflow: hidden;
}
#contents_trial_package .contents_trial_package01_in .detail .tab_wrapper li {
    border: 2px solid #3350a2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 446px;
    margin: 0 40px 0 0;
    float: left;
}
#contents_trial_package .contents_trial_package01_in .detail .tab_wrapper li a {
    color: #3350a2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    display: block;
}
#contents_trial_package .contents_trial_package01_in .detail .windows {
    border: 1px solid #9aa6cb;
    padding: 40px 0 0 0;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .ttl {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sttl {
    color: #3350a2;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 {
    border-bottom: 1px solid #cccccc;
    width: 800px;
    margin: 0 auto 40px auto;
    padding: 0 0 30px 0;
    overflow: hidden;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 .left {
    width: 480px;
    line-height: 1.6;
    margin: 0 20px 0 0;
    float: left;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 .left .txt {
    font-size: 16px;
    margin: 0 0 15px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 .left .txt_02 {
    font-size: 16px;
    margin: 0 0 10px 0;
	text-align: left;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 .left .installation {
    margin: 0 0 10px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 .left .installation a {
    color: #3350a2;
    font-size: 14px;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 .left .installation a:hover{
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 .left .ico_external_01 {
    background: rgba(0, 0, 0, 0) url("../images/trial/icn_03.gif") no-repeat scroll right 0.2em;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0 18px 0 0;
    vertical-align: top;
}
.ico_external_10 {
    background: rgba(0, 0, 0, 0) url("../images/trial/icn_03.gif") no-repeat scroll right 0.2em;
    display: inline-block;
    margin: 10px 0;
    padding: 0 18px 0 0;
    vertical-align: top;
		font-size:14px;
}
a.ico_external_10:hover {
    text-decoration: underline;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 .right {
    width: 300px;
    float: left;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 .right .link a, #contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 .right .link a:visited {
  color: #3350a2;
  text-decoration: none;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_01 .right .link a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 {
    width: 800px;
    margin: 0 auto 40px auto;
    padding: 0 0 20px 0;
    overflow: hidden;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .left {
    width: 390px;
    line-height: 1.6;
    margin: 0 20px 0 0;
    float: left;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .left .ttl {
    color: #3350a2;
    font-size: 18px;
    text-align: left;
    margin: 0 0 5px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .left .txt {
    font-size: 14px;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .left .installation {
    margin: 0;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .left .installation a {
    color: #3350a2;
    font-size: 14px;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .left .installation a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .left .ico_external_01 {
    background: rgba(0, 0, 0, 0) url("../images/trial/icn_03.gif") no-repeat scroll right 0.2em;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0 18px 0 0;
    vertical-align: top;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .left .old_version {
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .left .old_version a {
    color: #333333;
    text-decoration: underline;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .left .old_version a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .right {
    width: 390px;
    line-height: 1.6;
    float: left;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .right .ttl {
    color: #3350a2;
    font-size: 18px;
    text-align: left;
    margin: 0 0 5px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .right .txt {
    font-size: 14px;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .right .installation {
    margin: 0;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .right .installation a {
    color: #3350a2;
    font-size: 14px;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .right .installation a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .right .ico_external_01 {
    background: rgba(0, 0, 0, 0) url("../images/trial/icn_03.gif") no-repeat scroll right 0.2em;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0 18px 0 0;
    vertical-align: top;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .right .old_version {
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .right .old_version a {
    color: #333333;
    text-decoration: underline;
}
#contents_trial_package .contents_trial_package01_in .detail .windows .sec_02 .right .old_version a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .linux {
    border: 1px solid #9aa6cb;
    padding: 40px 0 40px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .ttl {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sttl {
    color: #3350a2;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 40px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 {
    border-bottom: 1px solid #cccccc;
    width: 800px;
    margin: 0 auto 40px auto;
    padding: 0 0 30px 0;
    overflow: hidden;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 .left {
    width: 480px;
    line-height: 1.6;
    margin: 0 20px 0 0;
    float: left;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 .left .txt {
    font-size: 16px;
    margin: 0 0 15px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 .left .txt_02 {
    font-size: 16px;
    margin: 0 0 10px 0;
	text-align: left;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 .left .installation {
    margin: 0 0 10px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 .left .installation a {
    color: #3350a2;
    font-size: 14px;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 .left .installation a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 .left .ico_external_01 {
    background: rgba(0, 0, 0, 0) url("../images/trial/icn_03.gif") no-repeat scroll right 0.2em;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0 18px 0 0;
    vertical-align: top;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 .right {
    width: 300px;
    float: left;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 .right .link a, #contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 .right .link a:visited {
  color: #3350a2;
  text-decoration: none;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_01 .right .link a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 {
    width: 800px;
    margin: 0 auto 40px auto;
    overflow: hidden;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .left {
    width: 390px;
    line-height: 1.6;
    margin: 0 20px 0 0;
    float: left;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .left .ttl {
    color: #3350a2;
    font-size: 18px;
    text-align: left;
    margin: 0 0 5px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .left .txt {
    font-size: 14px;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .left .installation {
    margin: 0;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .left .installation a {
    color: #3350a2;
    font-size: 14px;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .left .installation a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .left .ico_external_01 {
    background: rgba(0, 0, 0, 0) url("../images/trial/icn_03.gif") no-repeat scroll right 0.2em;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0 18px 0 0;
    vertical-align: top;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .left .old_version {
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .left .old_version a {
    color: #333333;
    text-decoration: underline;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .left .old_version a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .right {
    width: 390px;
    line-height: 1.6;
    float: left;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .right .ttl {
    color: #3350a2;
    font-size: 18px;
    text-align: left;
    margin: 0 0 5px 0;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .right .txt {
    font-size: 14px;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .right .installation {
    margin: 0;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .right .installation a {
    color: #3350a2;
    font-size: 14px;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .right .installation a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .right .ico_external_01 {
    background: rgba(0, 0, 0, 0) url("../images/trial/icn_03.gif") no-repeat scroll right 0.2em;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 0 18px 0 0;
    vertical-align: top;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .right .old_version {
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .right .old_version a {
    color: #333333;
    text-decoration: underline;
}
#contents_trial_package .contents_trial_package01_in .detail .linux .sec_02 .right .old_version a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_package .contents_trial_package01_in .detail .cv_btn a {
    background: #3450a3 url("../images/trial/arrow_btn_01.png") no-repeat scroll 250px 13px;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 120px;
    padding: 10px 0 10px 50px;
    width: 500px;
}
#contents_trial_package .contents_trial_package01_in .detail .cv_btn a:hover{
	opacity: 0.6; filter: alpha(opacity=60);
}
#contents_trial_package .contents_trial_package01_in .detail .cv_btn_02 a {
    background: #3450a3 url("../images/trial/arrow_btn_01.png") no-repeat scroll 270px 40px;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 20px 0;
    width: 300px;
}
#contents_trial_package .contents_trial_package01_in .detail .cv_btn_02 a:hover{
	opacity: 0.6; filter: alpha(opacity=60);
}
#contents_trial_package .contents_trial_package01_in .detail .cv_btn_03 a {
    background: #3450a3 url("../images/trial/arrow_btn_01.png") no-repeat scroll 340px 28px;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    width: 380px;
}
#contents_trial_package .contents_trial_package01_in .detail .cv_btn_03 a:hover{
	opacity: 0.6; filter: alpha(opacity=60);
}
#contents_trial_package .contents_trial_package01_in .detail .cv_btn_03_arrow a{
    background: #3450a3 url("../images/download/arrow_btn_01.png") no-repeat scroll 340px 28px;
}
#contents_trial_package .contents_trial_package01_in .detail .cv_btn_04 a {
    background: #3450a3 url("../images/trial/arrow_btn_01.png") no-repeat scroll 270px 25px;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 20px 0;
    width: 300px;
}
#contents_trial_package .contents_trial_package01_in .detail .cv_btn_04 a:hover{
	opacity: 0.6; filter: alpha(opacity=60);
}
#contents_trial_package .contents_trial_package01_in .detail .btn a {
    background: rgba(0, 0, 0, 0) url("../images/trial/arrow_btn_01.gif") no-repeat scroll 310px 13px;
    border: 2px solid #3450a3;
    border-radius: 3px;
    color: #3450a3;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 50px;
    width: 301px;
}
#contents_trial_package .contents_trial_package01_in .detail .btn a:hover {
	opacity: 0.6; filter: alpha(opacity=60);
}

#contents_trial_package .package02 .bnr_wrapper {
    width: 822px;
    margin: 0 auto;
}
#contents_trial_package .package02 .bnr_wrapper .ttl {
    font-size: 22px;
    text-align: left;
		color: #333;
		font-weight: bold;
		margin: 0 0 10px 0;
}
#contents_trial_package .package02 .bnr_wrapper .bnr {
    background: #3450a3 url("../images/trial/bnr_trial_02.jpg") no-repeat;
    width: 822px;
    height: 192px;
    margin: 0 0 60px 0;
    position: relative;
    overflow: hidden;
}
#contents_trial_package .package02 .bnr_wrapper .btn {
    position: absolute;
    top: 90px;
    left: 60px;
}
#contents_trial_package .package02 .bnr_wrapper .btn a:hover {
	opacity: 0.6; filter: alpha(opacity=60);
}

#contents_trial_package #trial_bnr_p {
    margin-top:-100px;
    padding-top:100px;
}



/*---------- trial_online ----------*/
#contents_trial_online {
}
#contents_trial_online .pagetitle {
    background: #f2f2f2;
    overflow: hidden;
}
#contents_trial_online .pagetitle .pagetitle_in {
    position: relative;
    margin: 0 auto;
    width: 980px; height: 260px;
	padding-left: 20px;
    overflow: hidden
}
#contents_trial_online .pagetitle h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 580px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 23px;
    font-weight: bold;
    color: #3350a2;
}
#contents_trial_online .pagetitle .copy {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
#contents_trial_online .pagetitle .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_trial_online .pagetitle nav {
}
#contents_trial_online .pagetitle nav ul {
    overflow: hidden;
}
#contents_trial_online .pagetitle nav ul li {
    float: left;
    padding-right: 5px;
}
#contents_trial_online .pagetitle nav ul li a {
    display: block;
    padding: 0 30px 0 40px;
    height: 25px;
    background: #64bed5 url(../images/common/ico_arrow19.png) 10px center no-repeat;
    font-size: 13px;
    color: #ffffff;
    line-height: 25px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}
#contents_trial_online .pagetitle nav ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_trial_online .pagetitle .icon {
    position: absolute;
    top: 0; right: 0;
}
#contents_trial_online .contents_trial_online01 {
    margin: 30px 0 0 0;
    padding: 0 3.125%;
}
#contents_trial_online .contents_trial_online01_in {
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
}
#contents_trial_online .contents_trial_online01_in .detail {
    margin-bottom: 50px;
    padding: 30px 0px 20px;
}
#contents_trial_online .contents_trial_online01_in .detail .tab {
    margin: 0 0 50px 0;
}
#contents_trial_online .contents_trial_online01_in .detail .tab ul {
    padding-bottom: 25px;
    overflow: hidden;
}
#contents_trial_online .contents_trial_online01_in .detail .tab ul li {
    float: left;
    width: 42%;
}
#contents_trial_online .contents_trial_online01_in .detail .tab ul li.online_demo {
    width: 16%;
}
#contents_trial_online .contents_trial_online01_in .detail .tab ul li a {
    display: block;
    text-align:center;
    position: relative;
    margin: 0 5px;
    padding: 25px 10px 20px 10px;
    background: #bdbdbd;
    line-height: 1.6;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    text-indent: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	height: 65px;
}

#contents_trial_online .contents_trial_online01_in .detail .tab ul li a.last {
    display: block;
    position: relative;
    margin: 0 5px;
    padding: 40px 10px 20px 10px;
    background: #bdbdbd;
    line-height: 1.6;
    font-size: 17px;
    font-weight: bold;
    text-align:center;
    text-indent: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
	height: 50px;
}
#contents_trial_online .contents_trial_online01_in .detail .tab ul li.cur a {
	background-color: #3350a2;
    color: #fef712;
}

#contents_trial_online .contents_trial_online01_in .detail .tab ul li a .ico {
	float: left;
    top: 0; right: 0;
}
#contents_trial_online .contents_trial_online01_in .detail .tab ul li a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -12px; left: 50%;
    margin-left: -10px;
    width: 20px; height: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
#contents_trial_online .contents_trial_online01_in .detail .tab ul li a:hover,
#contents_trial_online .contents_trial_online01_in .detail .tab ul .cur a {
    background-color: #3350a2;
}
#contents_trial_online .contents_trial_online01_in .detail .tab ul .cur a:after {
    background: url(../images/common/ico_arrow08.png) 0 0 no-repeat;
}
#contents_trial_online .contents_trial_online01_in .detail .ttl{
	font-size: 36px;
    color: #475b98;
    text-align: center;
    font-weight: normal;
    position: relative;
    line-height: 1.4em;
    margin: 0 0 60px;

}
#contents_trial_online .contents_trial_online01_in .detail .ttl:after{
	content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #6e82c1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
#contents_trial_online .contents_trial_online01_in .detail .sttl {
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin: 0 0 40px 0;
}
#contents_trial_online .contents_trial_online01_in .detail .ttl_02 {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
#contents_trial_online .contents_trial_online01_in .detail .img {
    width: 599px;
    margin: 0 auto 20px auto;
}
#contents_trial_online .contents_trial_online01_in .detail .note_01 {
    color: #ca0101;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
    margin: 0 auto 50px auto;
}
#contents_trial_online .contents_trial_online01_in .detail .note_02 {
    color: #ca0101;
    font-size: 13px;
    line-height: 2;
    width: 599px;
    margin: 0 auto 50px auto;
}
#contents_trial_online .contents_trial_online01_in .detail .border {
    border: 1px solid #cccccc;
    width: 808px;
    margin: 0 auto 120px auto;
    padding: 25px 35px 25px 35px;
}
#contents_trial_online .contents_trial_online01_in .detail .border .ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}
#contents_trial_online .contents_trial_online01_in .detail .border .txt {
    font-size: 13px;
    line-height: 2;
}
#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper {
    max-width: 1000px;
    margin: 0 0px 60px 0;
    overflow: hidden;
}
#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper li {
    width: 49%;
    text-align: center;
    margin: 0 2% 0 0;
    float: left;
}
#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper li:nth-of-type(2) {
    margin: 0 0% 0 0;

}
#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper li .tab_wrapper_btn a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 96% center;
	background-image: url("../images/trial/arrow_btn_02.png");
	background-color: #3399A2;
	background-attachment: scroll;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	display: block;
}
#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper li .tab_wrapper_btn a:hover {
	opacity: 0.6; filter: alpha(opacity=60);
}
#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper li .tab_wrapper_btn_sp a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 96% center;
	background-image: url("../images/trial/arrow_btn_02.png");
	background-color: #3399A2;
	background-attachment: scroll;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	display: block;
}
#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper li .tab_wrapper_btn_sp a:hover {
	opacity: 0.6; filter: alpha(opacity=60);
}
#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper li .txt {
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
}
#contents_trial_online .contents_trial_online01_in .detail .table_ttl {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0px;
}
#contents_trial_online .contents_trial_online01_in .detail .table_wrapper {
    max-width: 1000px;
    margin: 0 auto 40px auto;
    position: relative;
    overflow: hidden;
}
#contents_trial_online .contents_trial_online01_in .detail .table_wrapper .left {
    width: 49%;
    margin: 0 2% 0 0;
    float: left;
}
#contents_trial_online .contents_trial_online01_in .detail .table_wrapper .right {
    width: 49%;
    float: left;
}
.sp-table-scroll{
	
overflow: visible !important;
}
#contents_trial_online .contents_trial_online01_in .detail .table_wrapper .map {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
#contents_trial_online .contents_trial_online01_in .detail .table_wrapper .map a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#contents_trial_online .contents_trial_online01_in .detail .annotation {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0 10px;
}
#contents_trial_online .contents_trial_online01_in .detail .annotation span {
    margin: 0 0 0 13px;
}
#contents_trial_online .contents_trial_online01_in .detail .annotation span a {
	color: #314da4;
}
#contents_trial_online .contents_trial_online01_in .detail .annotation span a:hover {
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_trial_online .contents_trial_online01_in .detail .cv_btn a {
    background: #3450a3 url("../images/trial/arrow_btn_01.png") no-repeat scroll 250px 13px;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 120px;
    padding: 10px 0 10px 50px;
    width: 500px;
}
#contents_trial_online .contents_trial_online01_in .detail .cv_btn_02 a {
    background: #3450a3 url("../images/img/trial/arrow_btn_01.png") no-repeat scroll 270px 40px;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 120px;
    padding: 20px 0;
    width: 300px;
}
#contents_trial_online .contents_trial_online01_in .detail .cv_btn_03 a {
    background: #3450a3 url("../images/trial/arrow_btn_01.png") no-repeat scroll 340px 28px;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    width: 380px;
}
#contents_trial_online .contents_trial_online01_in .detail .btn a {
    background: rgba(0, 0, 0, 0) url("../images/trial/arrow_btn_01.gif") no-repeat scroll 310px 13px;
    border: 2px solid #3450a3;
    border-radius: 3px;
    color: #3450a3;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 50px;
    width: 301px;
}
#contents_trial_online .contents_trial_online01_in .detail .map a {
    background: #fff url("../images/trial/arrow_btn_01.gif") no-repeat scroll 270px 13px;
    border-radius: 3px;
    color: #3450a3;
    border: 2px solid #3450a3;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    width: 300px;
    display: block;
}
/*---------- package_V4 ----------*/
#contents_package_V4 {
}
#contents_package_V4 .pagetitle {
    background: #f2f2f2;
    overflow: hidden;
}
#contents_package_V4 .pagetitle .pagetitle_in {
    position: relative;
    margin: 0 auto;
    width: 980px; height: 260px;
	padding-left: 20px;
    overflow: hidden
}
#contents_package_V4 .pagetitle h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 580px;
    border-bottom: 1px solid #a2a2a2;
    font-size: 23px;
    font-weight: bold;
    color: #3350a2;
}
#contents_package_V4 .pagetitle .copy {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
}
#contents_package_V4 .pagetitle .ttl {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
}
#contents_package_V4 .pagetitle nav {
}
#contents_package_V4 .pagetitle nav ul {
    overflow: hidden;
}
#contents_package_V4 .pagetitle nav ul li {
    float: left;
    padding-right: 5px;
}
#contents_package_V4 .pagetitle nav ul li a {
    display: block;
    padding: 0 30px 0 40px;
    height: 25px;
    background: #64bed5 url(../images/common/ico_arrow19.png) 10px center no-repeat;
    font-size: 13px;
    color: #ffffff;
    line-height: 25px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}
#contents_package_V4 .pagetitle nav ul li a:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
}
#contents_package_V4 .pagetitle .icon {
    position: absolute;
    top: 0; right: 0;
}
#contents_package_V4 .contents_package_V4 {
	width: 1000px;
    margin: 30px auto 0 auto;
}
#contents_package_V4 .contents_package_V4_in {
    width: 980px;
    margin-bottom: 50px;
    padding: 30px 10px 20px;
}

#contents_package_V4 .contents_package_V4_in table {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
}
#contents_package_V4 .contents_package_V4_in th,
#contents_package_V4 .contents_package_V4_in td{
    padding: 20px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
	width: 50%;
}
#contents_package_V4 .contents_package_V4_in th{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: #e5edff;
}
#contents_package_V4 .contents_package_V4_in td{
    font-size: 16px;
	line-height: 1.8;
	text-align: center;
}
#contents_package_V4 .contents_package_V4_in td.nbb{
	padding-bottom: 0;
    border-bottom: none;
	text-align: left;
}
#contents_package_V4 .contents_package_V4_in td span{
    margin-top: 10px;
    font-size: 14px;
	display: block;
}
#contents_package_V4 .contents_package_V4_in .ttl {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
}
#contents_package_V4 .contents_package_V4_in .txt_02 {
    color: #333333;
    font-size:14px;
    margin:0 0 40px 0;
	text-align:center;
}
#contents_package_V4 .contents_package_V4_in .txt_02_g{
    color: #333333;
    font-size:14px;
	text-align:center;
	border:1px solid #ccc;
	padding:10px;
	width:80%;
	margin:0 auto 40px;
}
#contents_package_V4 .contents_package_V4_in .txt_02 a, #contents_package_V4 .contents_package_V4_in .txt_02_g a{
  color: #3350a2;
  text-decoration: none;
}
#contents_package_V4 .contents_package_V4_in .txt_02_g a:hover,
#contents_package_V4 .contents_package_V4_in .txt_02 a:hover{
	text-decoration: underline;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}
#contents_package_V4 .contents_package_V4_in .cv_btn_03 a {
    background: #3450a3 url("/neo/images/trial/arrow_btn_01.png") no-repeat scroll 340px 40px;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 20px 0;
    width: 380px;
}
#contents_package_V4 .contents_package_V4_in .cv_btn_03 a:hover{
	opacity: 0.6; filter: alpha(opacity=60);
}

.modTable_12{
    width: 437px;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    font-size:93%;
    line-height: 1.5;
}
.modTable_12 th,
.modTable_12 td,
.modTable_15 th,
.modTable_15 td{
    padding: 7px;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
}
.modTable_12 th,
.modTable_15 th{
    font-weight: normal;
    background-color: #dedede;
}




.bottom_contents_nav_in_trial {
    margin: 60px auto;
    width: 820px;
}
.bottom_contents_nav_in_trial nav {
    border-left: 1px dotted #333333;
}
.bottom_contents_nav_in_trial h3 {
	margin-bottom: 40px;
	font-size: 34px;
	font-weight: bold;
	color: #3350a2;
	text-align: center;
}
.bottom_contents_nav_in_trial nav ul {
    overflow: hidden;
}
.bottom_contents_nav_in_trial nav ul li {
    float: left;
    width: 400px;
}
.bottom_contents_nav_in_trial nav ul li {
	padding-bottom: 10px;
	border-right: 1px dotted #333333;
	text-align: center;
}
.bottom_contents_nav_in_trial nav ul li a {
    display: block;
    margin: 20px auto 0 auto;
    width: 200px; height: 42px; line-height: 42px;
    background: #3350a2 url(../images/common/ico_arrow04.png) 170px center no-repeat;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.bottom_contents_nav_in_trial nav ul li a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-ms-filter: "alpha(opacity=65)";
}

.bottom_contents_nav_in_trial nav ul li img {
    margin: 20px 0 25px;
}
.bottom_contents_nav_in_trial nav ul li p {
    margin: 0;
    font-size: 15px;
    color: #333333;
}
.bottom_contents_nav_in_trial nav ul li .ttl {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #3350a2;
}


#license_contents{
		width:720px;
		margin: 0 auto 20px;
		overflow: hidden;
}
#license_contents .ttl {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
		margin: 0 0 30px 0;
}
#license_contents .txt {
    font-size: 13px;
    line-height: 2;
}

ul.download_link {
		width:720px;
    margin: 30px auto 50px;
    padding: 0;
    overflow: hidden;
}
ul.download_link li {
		float: left;
		margin: 0px 0px 10px;
		padding-right: 5px;
}
ul.download_link li a {
    display: block;
    padding: 0px 30px 0px 40px;
    height: 25px;
    background: #64BED5 url("../images/common/ico_arrow19.png") no-repeat scroll 10px center;
    font-size: 13px;
    color: #FFF;
    line-height: 25px;
    border-radius: 13px;
}

#contents_download .contents_download01_in .box_txt{
	float:left;
	width:63%;
	height:auto;
}
#contents_download .contents_download01_in .box_img{
	float:left;
	width:30%;
	padding-left:20px;
	height:auto;
}
#contents_download .contents_download01_in .column_d{
	width:100%; height:280px;
}

.mt0{margin-top:0px !important; }
.mt20{margin-top:20px !important; }
.mt40{margin-top:40px !important; }
.mr10{margin-right:10px !important; }

.mb50{margin-bottom: 50px !important; }
.mgn_b60{margin-bottom:60px !important;}

.pb4{padding-bottom:4px;}
.pr10{padding-right:10px;}
.p30{padding:30px;}

.tmBox {
	width: 700px;
	border: 1px solid #D1D1D1;
	padding: 20px;
	text-align: center;
	margin: 80px auto 0 auto;
	font-size: 12px;
}

.txt05{
    color: #E91C24;
}

/*右寄せ*/
.t_right{
	text-align:right;
}

/*枠*/
.box_b540{
	width:540px;
	margin:20px auto;
	padding:10px 0 0;
	border:3px solid #849CCE;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.box_b540 p{
	padding:0;
	margin:0;
}

/*オレンジ強調*/
.emp{
	color:#f56302;
	font-weight:bold;
}

.link_b a:hover {
    color: #3350a2;
    text-decoration: underline;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-moz-opacity: 0.65;
		-ms-filter: "alpha(opacity=65)";
}
.link_b a {
    color: #3350a2;
    text-decoration: none;
}
.bottom_relatedlink {
	margin-bottom: 40px;
}
.bottom_relatedlink {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding: 0 3.125%;
}
.bottom_relatedlink .bottom_relatedlink_in {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  border: 2px solid #c0c7dc;
  font-size: 18px;
}
.bottom_relatedlink .bottom_relatedlink_in::before {
  position: absolute;
  top: 50%;
  left: 220px;
  display: block;
  margin-top: -11px;
  border: solid #edf1ff;
  border-color: transparent transparent transparent #edf1ff;
  border-width: 11px 0 11px 15px;
  width: 0;
  content: '';
  z-index: 100;
}
.bottom_relatedlink .bottom_relatedlink_in p {
  display: table-cell;
  padding: 16px 20px;
  width: 220px;
  background: #edf1ff;
  color: #314da4;
  font-weight: bold;
  vertical-align: middle;
  white-space: nowrap;
}
.bottom_relatedlink .bottom_relatedlink_in ul {
  display: table-cell;
  padding: 10px 10px 10px 10px;
  vertical-align: middle;
  text-align: left;
}
.bottom_relatedlink .bottom_relatedlink_in ul > li {
  display: inline-block;
  margin: 5px 5px 5px 40px !important;
  padding-left: 28px;
  /* text-indent: -28px; */
}
.bottom_relatedlink .bottom_relatedlink_in ul > li a {
  position: relative;
  padding-left: 28px;
  color: #3350a2;
}

.bottom_relatedlink .bottom_relatedlink_in ul > li a:hover {
  text-decoration: underline;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -ms-filter: 'alpha(opacity=65)';
}
.bottom_relatedlink .bottom_relatedlink_in ul > li a::before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(/neo/images/client/ico_arrow25.png) no-repeat 0 0;
  content: '';
}

/*---------- MAPP ----------*/
.mapp-toggle-btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    background: #f5f5f5;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}

.mapp-toggle-btn span {
    color: #666;
    font-size: 18px;
    line-height: 1.4;
}

.mapp-toggle-btn:after,
.mapp-toggle-btn:before {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 12px;
    height: 2px;
    background: #333;
    content: "";
}
.mapp-toggle-btn:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mapp-toggle-btn span:after {
    content: none;
}
.mapp-toggle-set.open .mapp-toggle-btn:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* コピーライト 年号更新 */
.copyright-year:after{
    content: '2012-2025';
}
.l-footer__link a {
    color: #fff;
    text-decoration: underline;
}
/* コピーライト 年号更新 ここまで */
@media (max-width: 63.75em) and (min-width: 48em){
	#contents_trial_online .contents_trial_online01_in .detail .table_wrapper .map {
    margin: 20px 0 0;
    position: relative;
    clear: both;
    float: right;
}
#contents_02 img {
    max-width: 100%;
    height: auto;
}
}
@media only screen and (max-width: 47.9375em){
	#contents_trial_online .contents_trial_online01_in {
    overflow: visible;
}
	
	#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper li {
    width: 100%;
    margin: 0 00% 0 0;
}
#contents_trial_online .contents_trial_online01_in .detail .table_wrapper,
#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper {
    overflow: visible;
}
#contents_trial_online .contents_trial_online01_in .detail .table_wrapper .left {
    width: 100%;
    margin: 0 0% 30px 0;
}
#contents_trial_online .contents_trial_online01_in .detail .table_wrapper .right {
    width: 100%;
    margin: 0 0% 30px 0;
}
#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper li .tab_wrapper_btn a,
#contents_trial_online .contents_trial_online01_in .detail ul.tab_wrapper li .tab_wrapper_btn_sp a{
	
box-sizing: border-box;
	
width: 100%;
	
font-size: 18px;
}
.sp-table-scroll {
  overflow: auto !important;
  margin-bottom:30px;
  }
.scroll-hint-icon-wrap {
	display: block;
}
.sp-table-scroll::-webkit-scrollbar{
	 height: 5px;
}
.sp-table-scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
}
.sp-table-scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
}
.sp-table-scroll th{
	white-space: normal;
}
.sp-table-scroll td{
	width: auto;
}
.scroll-hint-icon {
  top: 50px !important;
}
	.bottom_relatedlink .bottom_relatedlink_in p {
    display: block;
    padding: 16px 20px;
    width: 100%;
}
.bottom_relatedlink .bottom_relatedlink_in::before {
    position: absolute;
    top: 3.7em;
    left: 47%;
    border: solid #edf1ff;
    border-color: transparent transparent transparent #edf1ff;
    border-width: 11px 0 11px 15px;
    transform: rotate(90deg);
}
.bottom_relatedlink .bottom_relatedlink_in ul > li {
    display: block;
    margin: 5px 5px 5px 0px !important;
}
#contents_trial_online .contents_trial_online01_in .detail .table_wrapper .map {
    box-sizing: border-box;
    position: relative;
}
#contents_trial_online .contents_trial_online01_in .detail .map a {
    box-sizing: border-box;
    background: #fff url(../images/trial/arrow_btn_01.gif) no-repeat scroll 95% 13px;
    margin: 0 auto;
}
#contents_trial_online .contents_trial_online01_in .detail .ttl {
    font-size: 24px;
    padding: 0px 0 0;
    margin-bottom: 40px;

}
#contents_available_client .contents_available_client01_in .infoBox03 table {
    width: 1000px;
}
table.spW100 {
    width: 100% !important;
}
#osdb_nav li {
	margin-bottom:10px;
	border-radius: 8px 8px;
	padding: 9px;
	width: 100%;
}
#contents_available_server .contents_available_server .contents_available_server_in #osdb_small table, 
#contents_available_server .contents_available_server .contents_available_server_in #osdb_enterprise table,
#contents_available_server .contents_available_server .contents_available_server_in .svinfoBox table,
#contents_available_server .contents_available_server .contents_available_server_in .svlimitBox table {
    width: 1000px;
}
#contents_available_client .contents_available_client01_in .infoBox tr.s02 th, #contents_available_client .contents_available_client01_in .infoBox02 tr.s02 th, #contents_available_client .contents_available_client01_in .infoBox03 tr.s02 th {
    width: auto;
}
#contents_available_client .contents_available_client01_in .infoBox03 tr.s02 th {
    width: 200px;
}
#contents_02 img{
	max-width:100%;
	height: auto;
}
#contents_02 a{
    word-break: break-all;
}
}