@charset "utf-8";
/* CSS Document */

/* Reset ------------------------------------------------------------------ */

:link,:visited {
    text-decoration: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

fieldset,img,abbr,acronym {
    border: 0;
} 

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

q:before,q:after {
    content: '';
}

address {
    font-style: normal;
    display: inline;
}

a {
	text-decoration: none;
	outline: none;
	color: #0070C4;
}

a img,:link img,:visited img {
    border: none;
}

#content ul {
	list-style:none;
	margin-left: 1.5em;
	padding-top: 1.5em;
	padding-bottom: 1em;
}
#content ul ul{
	margin-top: 1em;
}

#content ul li {
	background: url(design-image/li_bg.png) no-repeat left 0.7em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}



/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner {
	display: block;
}
/* */

.inline { display: inline; }

.hidden,
hr,
.bn-trial h2,
.bn-trial p {
	position: absolute;
	left: -9999px;
	display: block;
	top: -9999px;
}

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#content-inner,
.entry-asset .asset-meta,
.comment,
.asset-body {
    height: 1%;
}

.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear: both;
}

img.left {
	margin-right: 2em;
	margin-bottom: 0em;
}

img.right {
	margin-left: 1em;
	margin-bottom: 0em;
}


.pankuzu-nav {
	margin: 0px 0px 2em;
	padding: 5px 0px 0px;
	text-align: right;
	margin-right: -20px;
	width: 650px;
	font-size: 90%;
	line-height: normal;
}

.pankuzu-nav li {
	display:inline;
	background: url(design-image/pankuzu_bg.gif) no-repeat left center;
	padding-left: 17px;
	margin-right: 20px;
}

.bn-trial {
	width: 940px;
	margin: 0px auto 3em;
	height: 81px;
	position: relative;
}

.btn-trial {
	position: absolute;
	width: 221px;
	height: 70px;
	display: block;
	top: 17px;
	right: 20px;
}

.floatbox {
	background: url(design-image/floatbox_bg.png) repeat-x left top;
	margin: 1.5em 0;
	border-right: 1px solid #CFDEE3;
	border-bottom: 1px solid #CFDEE3;
	border-top: 1px solid #E6EEF0;
	border-left: 1px solid #E6EEF0;
}

.floatbox-inner {
	padding: 1em;
}
.floatbox-title {
	background: #EEF0F1 url(design-image/floatbox_title.png) repeat-x left bottom;
}
#content h3.floatbox-title {
	margin-bottom: 0px;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	font-size: 110%;
	padding: .5em 1em;
}




/* Layout ----------------------------------------------------------------- */

body {
	position:relative;
	background: #F8F8F8;
	font-family: Meiryo, Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.8;
	color: #4C4C4C;
	margin: 0;
}

body.main-index {
	background: #F8F8F8 url(design-image/main-header.png) repeat-x center top;
}

body.sub-index {
	background: #FFFFFF url(design-image/sub-header.png) repeat-x center top;
}


#container-inner {
	position: relative;
}




.layout-main #container-inner {
	margin-bottom: 8px;
}

.layout-sub #container-inner {
	padding-top: 0px;
	margin-bottom: 1em;
}

#container-inner,
#header-inner,
#footer-inner {
	width: 940px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}

#header, #content, #alpha, #beta, #footer {
    position: relative;
}

#alpha, #beta {
    display: inline;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner {
    position: static;
}

#content-inner {
	padding-top: 42px;
	padding-bottom: 20px;
}

#header-inner, #alpha-inner, #beta-inner {
    overflow: hidden;
}

#content {
	margin-left: 2em;
}

.layout-main #alpha {
	width: 680px;
	float: left;
	margin-right: -20px;
}

.layout-sub #alpha {
	width: 630px;
	float: left;
}


.layout-sub #alpha-inner,
.layout-sub #beta-inner {
	padding-top: 45px;
	padding-bottom: 45px;
}

.layout-main #beta {
	width: 250px;
	float: right;
	border-left: 1px solid #CFDEE3;
}

.layout-sub #beta {
	width: 250px;
	float: right;
}




/* Header */
#header {
	width: 940px;
	margin: 0px auto;
}

#header-inner {
	height: 110px;
}

#header-name a {
	height: 100px;
	width: 165px;
	display: block;
	margin: 0;
	text-indent: -9999px;
}

#header-description {
    margin-bottom: 0;
}


/* Footer */
#footer {
	background: #F4F4F4 url(design-image/footer.png) repeat-x center top;
	width: 100%;
	clear: both;
	height: 100%;
}

#footer-inner {
	position: relative;
	padding-top: 35px;
	height: 180px;
	padding-bottom: 45px;
}

#footer-content {
	width: 940px;
}



/* LinkStyle ---------------------------------------------------------------- */

a:hover {
	color:#09C;
	text-decoration: underline;
}

#container a:hover img,
.bn-trial a:hover img,
#footer-bn a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	text-decoration: none;
}

#header li a {
	color:#FFFFFF;
}

#header li a:hover,
#header li.on a {
	color:#FFCACA;
}


#footer-nv a,
a.arrow {
	color: #0070C4;
	font-weight: bold;
}
.pankuzu-nav a{
	color: #388BAC;
	font-weight: bold;
}

#footer-nv a:hover,
a.arrow:hover,
.pankuzu-nav a:hover,
a.gotop:hover {
	color:#1AB7F5;
}

a.arrow {
	background: url(design-image/arrow.gif) no-repeat 100% 65%;
	padding-right: 20px;
	white-space: nowrap;
	zoom: 1;
}

a.gotop {
	background: url(design-image/arrowtop.gif) no-repeat 100% 65%;
	padding-right: 20px;
	white-space: nowrap;
	zoom: 1;
}

#beta a {
	color:#333;
	text-decoration:none;
}

#beta a:hover {
	color:#0070C4;
	text-decoration:underline;
}





/* Content ---------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl, table {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


#content dl {
	margin-left: 30px;
}

#content dt {
	font-weight: bold;
	margin-top: 0.5em;
	border-bottom: 1px solid #E6EEF0;
}

#content dd {
	margin-left: 1em;
}

#content h3 {
	font-size: 120%;
	border-left: 1px solid #52899E;
	padding-left: 0.5em;
	font-weight: bold;
	border-bottom: 1px solid #E6EEF0;
	margin-top: 1.8em;
}

#content h4 {
	font-weight: bold;
	color: #3C6676;
	background: url(design-image/h4_bg.png) repeat-x left bottom;
	margin-top: 1.5em;
	padding-top: .3em;
}

#content h5 {
	font-weight: bold;
}

#content table {
	width:100%;
	border-spacing:0;
	empty-cells:show;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom: 1.5em;
}

#content th,
#content td  {
	padding: .7em .5em;
	border: 1px solid #E2EAEC;
}

#content th {
	background: #F8FAFB url(design-image/th_bg.png) repeat-y left top;
	color: #199CC5;
}

#content p span {
	font-size: 70%;
}
.caption {
	font-size: 80%;
	line-height:1.4;
}








/* footer ---------------------- */
#footer-nv {
	text-align: left;
	margin-left: 0px;
	list-style: none;
	width: 370px;
	float: left;
}

#footer-nv ul {
	list-style:none;
	margin-bottom: 0.75em;
	float: left;
	margin-left: 0px;
	width: 167px;
}

#footer-nv li {
	margin-right: 1.5em;
	background: url(design-image/icon.gif) no-repeat left bottom;
	padding-left: 1em;
	padding-bottom: 0.3em;
	margin-top: .5em;
}

#footer-info {
	width: 561px;
	float: right;
	position: relative;
	font-size: 80%;
	background: url(design-image/footer-info.gif) no-repeat left top;
	height: 129px;
}

#footer-info h2 {
	margin-bottom: 0.5em;
}

#footer-info .left {
	width: 333px;
	height: 128px;
	border-right: 1px solid #CFDEE3;
}

#footer-info .left-inner {
	padding: 83px 30px 0px 24px;
	text-align: center;
	position: relative;
}

#footer-info .logo {
	position: absolute;
	top: 16px;
	width: 333px;
	right: 0px;
}

#footer-info .logo img.solanowa {
	margin-right: 18px;
}

#footer-info dl.right {
	width: 227px;

}

#footer-info dl.right dd {
	padding: 16px 15px 10px 15px;

}

#footer-info dl.right .mail {
	border-top: 1px solid #CFDEE3;
}

#footer-info dl.right .mail a {
	height: 22px;
	width: 196px;
	display:block;
	background: url(design-image/footer-info-mail.png) no-repeat left top;
	text-indent: -9999px;
}

#footer-info dl.right .mail a:hover {
	background: url(design-image/footer-info-mail.png) no-repeat left bottom;
}

#footer-bn {
	list-style: none;
	text-align: right;
	position: absolute;
	margin-left: 0px;
	margin-bottom: 0px;
	right: 0px;
	top: 175px;
}

#footer-bn li {
	display: inline;
	margin-left: 0.8em;
}



/* main-index ---------------------- */


.main-index #alpha-inner div {
	width: 320px;
	float: left;
	margin-right: 20px;
	margin-bottom: 2em;
	min-height: 175px;
}

*html .main-index #alpha-inner div {
	height: 175px;
}

.main-index #alpha-inner h2 {
	margin-bottom: 0px;

}

.main-index #alpha-inner p {
	margin-left: 1.3em;
}

.main-index #beta-inner {
	background: url(design-image/beta.png) no-repeat left top;
	min-height: 290px;
}

*html .main-index #beta-inner {
	height: 290px;
}

.main-index #beta h2#news a,
.main-index #beta h2#blog a {
	height: 29px;
	width: 250px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 1em;
}

.main-index #beta h2#news {
	background: url(design-image/main-beta-head.gif) no-repeat left top;
	margin-top: 1em;
}

.main-index #beta h2#news a {
	background: url(design-image/main-beta-head.gif) no-repeat left -29px;
	margin-top: 1em;
}
.main-index #beta h2#news a:hover {
	background: url(design-image/main-beta-head.gif) no-repeat left -58px;
	margin-top: 1em;
}

.main-index #beta h2#blog a {
	background: url(design-image/main-beta-head.gif) no-repeat left -87px;
	margin-top: 10px;
}

.main-index #beta h2#blog a:hover {
	background: url(design-image/main-beta-head.gif) no-repeat left -116px;
}

.main-index #beta dl {
	margin-left: 1.3em;
	margin-bottom: 200px;
}

.main-index #beta dt {
	font-size: 80%;
	color: #22A1C9;
	line-height: 1.3;
	margin-bottom: .2em;
}

.main-index #beta dd {
	margin-bottom: 0.8em;
	font-size: 90%;
	line-height: 1.4;
}




/* sub ---------------------- */

.sub-index #alpha h2 {
	font-size: 130%;
	font-weight: bold;
	color: #2173AF;
	clear: both;
	margin-bottom: 1em;
	margin-top: 2.2em;
	line-height:1.4;
}

.sub-index #alpha h2.first {
	margin-top: 0em;
}




/* widget ---------------------- */

.widget-header {
	margin-bottom: 0px;
}

.widget {
	background: url(design-image/widget.gif) repeat-y left top;
	margin-bottom: 1.5em;
	font-size: 90%;
	width: 250px;
}

.widget-content {
	margin: 0 auto;
	width: 210px;
	padding: 0px 20px 10px;
	background: url(design-image/widget-content.gif) no-repeat left bottom;
}

.widget-content p {
	line-height: 1.6;
}

.widget-content a.widget-btn {
	width: 210px;
	display: block;
	text-indent: -9999px;
}

.widget-content a#trial-btn {
	height: 59px;
	background: url(design-image/widget-btn.png) no-repeat left top;
}

.widget-content a#trial-btn:hover {
	background: url(design-image/widget-btn.png) no-repeat left -59px;
}

.widget-content a#demo-btn {
	height: 45px;
	background: url(design-image/widget-btn.png) no-repeat left -118px;
}

.widget-content a#demo-btn:hover {
	background: url(design-image/widget-btn.png) no-repeat left -163px;
}

.widget-content a#mail-btn {
	height: 27px;
	background: url(design-image/widget-btn.png) no-repeat left -208px;
	margin-bottom: 1em;
}

.widget-content a#mail-btn:hover {
	height: 27px;
	background: url(design-image/widget-btn.png) no-repeat left -235px;
}

#download ul {
	margin-left: 0;
	list-style:none;
}

#download ul li {
	background: url(design-image/icon-pdf.gif) no-repeat left 0%;
	padding-left: 2em;
	line-height: 1.4;
	margin-bottom: .5em;
}


/* widget-nv */

#widget-nv {
	position: relative;
	background: url(design-image/widget_nv_bg.png) no-repeat left bottom;
	font-size: 90%;
	padding-bottom: 50px;
}

#widget-nv ul {
	list-style: none;
	margin-left: 0px;
	border-left: 1px solid #CFDEE3;
	background: url(design-image/widget_nv_bg2.png) no-repeat left top;
}

#widget-nv ul.level03,
#widget-nv ul.level04 {
	border-left: none;
}

#widget-nv ul.level04 {
	padding-bottom: 0.7em;
	background: url(design-image/widget_item_bg.gif) no-repeat left bottom;
	margin-bottom:0em;
}

#widget-nv li a,
#widget-nv .level03 .parent02 .level04 a,
#widget-nv .level03 .on .level04 a,
#widget-nv .on .level03 a {
	display: block;
	padding: 1.2em 1em 1.2em 20px;
	line-height: normal;
	background: url(design-image/widget_item_bg.gif) no-repeat left bottom;
	text-shadow: 0px 2px 2px #FFF;
	font-size: 100%;
	color:#4C4C4C;
	font-weight:normal;
	margin-left:0px;
}
*html #widget-nv li a {
	height:20px;
	padding: 10px 1em 10px 20px;
}

*:first-child+html #widget-nv li a {
	height: 20px;
}

#widget-nv .level03 .parent02 .level04 a,
#widget-nv .level03 .on .level04 a {
	background:none;
	margin-left: 2.5em;
	padding: 7px 1em 7px 1.2em;
	margin-bottom:0em;
	background :url(design-image/arrow2.gif) no-repeat left center;
}

#widget-nv li a:hover,
#widget-nv .on .level03 a:hover
 {
	background :url(design-image/widget_item_hovbg.png) no-repeat left bottom;
	text-decoration:none;
	color:#0070C4;
}

#widget-nv .level03 .parent02 .level04 a:hover,
#widget-nv .level03 .parent02 .level04 .on a,
#widget-nv .level03 .on .level04 a:hover {
	color:#229CC3;
	background :url(design-image/arrow2.gif) no-repeat left center;
}

#widget-nv .level03 .parent02 .level04 .on a,
#widget-nv .level03 .parent02 .level04 .on a:hover,
#widget-nv .level03 .on .level04 .on a:hover {
	background :url(design-image/circle.gif) no-repeat left center;
	font-weight: bold;
}

#widget-nv li.on a,
#widget-nv .level03 .parent02 a {
	background: #1999C0 url(design-image/widget-nv-on.gif) no-repeat left center;
	margin-left: -1px;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px -2px 1px #3E829A;
}

#widget-nv .level04 {
	margin-top:0.5em;
}

*html #widget-nv li.on a,
#widget-nv .level03 .parent02 a,
#widget-nv .level03 .on a {
	height:10px;
	padding: 20px 1em 20px 20px;
}

*html #widget-nv li.on a:hover,
#widget-nv .level03 .parent02 a:hover {
	background: #1999C0 url(design-image/widget-nv-on.gif) no-repeat left center;
	color:#FFF;
}



/* Navigation ----------------------------------------------------------------- */

#header ul {
	margin-left: 0px;
	list-style: none;
	height: 37px;
	margin-bottom: 0px;
	width: 666px;
	top: 38px;
	right: 0px;
	position: absolute;
}

#header ul li {
	float:left;
}

#header ul li a {
	display: block;
	text-indent: -9999px;
	height: 37px;
}

/* 特徴 */
#nv-feature a {
	width: 97px;
	background: url(design-image/g-nv.png) no-repeat left top;
}

#nv-feature a:hover {
	background: url(design-image/g-nv.png) no-repeat left bottom;
}

#features #nv-feature a {
	background: url(design-image/g-nv.png) no-repeat left bottom;
}


/* 導入事例 */
#nv-case a {
	width: 112px;
	background: url(design-image/g-nv.png) no-repeat -97px top;
}

#nv-case a:hover {
	background: url(design-image/g-nv.png) no-repeat -97px bottom;
}

#cases #nv-case a {
	background: url(design-image/g-nv.png) no-repeat -97px bottom;
}


/* ご購入 */
#nv-purchase a {
	width: 133px;
	background: url(design-image/g-nv.png) no-repeat -209px top;
}

#nv-purchase a:hover {
	background: url(design-image/g-nv.png) no-repeat -209px bottom;
}

#price #nv-purchase a {
	background: url(design-image/g-nv.png) no-repeat -209px bottom;
}

/* お試し */
#nv-trial a {
	width: 93px;
	background: url(design-image/g-nv.png) no-repeat -342px top;
}

#nv-trial a:hover {
	background: url(design-image/g-nv.png) no-repeat -342px bottom;
}

#trial #nv-trial a {
	background: url(design-image/g-nv.png) no-repeat -342px bottom;
}


/* サポート */
#nv-support a {
	width: 107px;
	background: url(design-image/g-nv.png) no-repeat -435px top;
}

#nv-support a:hover {
	background: url(design-image/g-nv.png) no-repeat -435px bottom;
}

#support #nv-support a {
	background: url(design-image/g-nv.png) no-repeat -435px bottom;
}



/* お問い合わせ */
#nv-contact a {
	width: 124px;
	background: url(design-image/g-nv.png) no-repeat -542px top;
}

#nv-contact a:hover {
	background: url(design-image/g-nv.png) no-repeat -542px bottom;
}

#inquiry #nv-contact a {
	background: url(design-image/g-nv.png) no-repeat -542px bottom;
}




/* mainvisual ----------------------------------------------------------------- */
.catch {
	height: 370px;
	position: relative;
	width: 940px;
	margin-bottom: 38px;
	overflow: hidden;
}

ul#v-nv {
	list-style: none;
	margin-left: 0px;
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
}

ul#v-nv li {
	float: left;
}

ul#v-nv li a {
	display: block;
	height: 73px;
	text-indent: -9999px;
}

li#v-nv01 a {
	width: 195px;
	background: url(design-image/v-nv.png) no-repeat left top;
}

li#v-nv01 a:hover {
	background: url(design-image/v-nv.png) no-repeat left bottom;
}

li#v-nv02 a {
	width: 229px;
	background: url(design-image/v-nv.png) no-repeat -195px top;
}

li#v-nv02 a:hover {
	background: url(design-image/v-nv.png) no-repeat -195px bottom;
}

li#v-nv03 a {
	width: 218px;
	background: url(design-image/v-nv.png) no-repeat -424px top;
}

li#v-nv03 a:hover {
	background: url(design-image/v-nv.png) no-repeat -424px bottom;
}

li#v-nv04 a {
	width: 298px;
	background: url(design-image/v-nv.png) no-repeat -642px top;
}

li#v-nv04 a:hover {
	background: url(design-image/v-nv.png) no-repeat -642px bottom;
}

		
.stripViewer { 
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 297px;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}

.stripViewer .panelContainer .panel	{
	float: left;
	height: 100%;
	position: relative;
	width: 940px;
}

.stripNavL,
.stripNavR,
.stripNav {
	display: none;
}

.panel {
	font-size:14px;
	color:#4D4D4D;
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/*940*297*/

#panel0 {
	background:url(design-image/photo01.jpg) no-repeat;
	width:940px;
	height:370px;
}

#pre #panel0 {
	background:url(design-image/photo01-2.jpg) no-repeat;
	width:940px;
	height:370px;
}



#panel0 a {
	width:940px;
	height:370px;
	display:block;
	background:url(design-image/mv_btn.jpg) no-repeat right 197px;
	text-indent: -9999px;
}

#panel0 a:hover {
	background:url(design-image/mv_btn2.jpg) no-repeat right 197px;
}


#panel1 {
	background:url(design-image/pannel1.jpg) no-repeat;
	width:502px;
	height:177px;
	padding:85px 40px 40px 398px;
}
#panel2 {
	background:url(design-image/pannel2.jpg) no-repeat;
	width:497px;
	height:177px;
	padding:85px 403px 40px 40px;
}
#panel3 {
	background:url(design-image/pannel3.jpg) no-repeat;
	width:502px;
	height:177px;
	padding:85px 40px 40px 398px;
}
#panel1 img,
#panel2 img,
#panel3 img {
	margin-top: 5px;
}

/*追加*/
#container .title {
	background: url(design-image/h1-bg.png) no-repeat;
	font-size: 150%;
	font-weight: bold;
	color: #323232;
	padding: 30px 0em 27px 30px;
	height: 22px;
	line-height: 1;
	margin-bottom: 0.5em;
}
#content caption {
	background: url(design-image/caption_bg.png) repeat-x;
	color: #333333;
	font-weight: bold;
	text-shadow: 0px 2px 1px #F2F6F7;
	padding:.5em 0;
}
.latestNews {
	border-top:1px solid #E6EEF0;
	border-bottom:1px solid #E6EEF0;
	margin:0 0 1em 0;
	font-size:120%;
	background: url(/design-image/latestnews.png) no-repeat left center;
	padding: .2em 0 .2em 33px;
}
#content .latestNews span{
	font-size: 85%;
}
.caseLogo {
	float:left;
	padding:0 36px 0 0;
}
.caseLead {
	width:400px;
	float:left;
	padding-bottom:2em;
}

table.typeA {
	border-top: 1px solid #E2EAEC;
	border-bottom: 1px solid #E2EAEC;
	background: url(design-image/case-wrap.png) repeat-x left top;
}

#content table.typeA th {
	background:none;
	border-left:none;
}

#content table.typeA td {
	border: none;
}

#content table.typeA th,
#content table.typeA td {
	padding: 20px;
}

#content table.typeA td span {
	display: block;
	font-size: 130%;
	font-weight: bold;
	color: #2173AF;
	clear: both;
	margin-bottom: 0.3em;
	line-height: 1.4;
}


/************/
td span.note{
font-size:10px;
color:#666666;
display:block;
margin:2px 0px;
}


th span.important{
color:red;
font-size:10px;
margin-left:5px;
}

div.privacy {
border:1px solid #CCCCCC;
height:100px;
margin:0 40px 20px;
overflow:scroll;
padding:5px;
}


/************/
div#form_trial {
	width:479px;
	margin: 0 auto;
}

#form_trial .btnconfirm input,
#form_trial .btnapply input,
.layout-lp #container .btnconfirm input,
#mag.sub-index #container .btnconfirm input {
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	width: 232px;
	height: 61px;
}

#form_trial .btnconfirm input {
	background: url(design-image/submit_trial.jpg) no-repeat left top;
}

#form_trial .btnapply input {
	background: url(design-image/submit_fix.jpg) no-repeat left top;
}

/**キャンペーン**/
#container #en-33.title{
	text-indent:-9999px;
	background:url(design-image/camp_0909end.png) no-repeat right top;
	height:158px;
	width:630px;
	padding: 0;
}

.main-index #beta-inner {
	background: url(design-image/campaign_beta.png) no-repeat left top;
	min-height: 250px;
}

*html .main-index #beta-inner {
	height: 250px;
}
.main-index #beta dl {
	margin-bottom: 30px;
}
.bnrtop {
	float:right;
	margin-bottom:1em;
}

/** 機能一覧 **/
div.featuresList {
	width: 599px;
	margin-bottom: 15px;
	border: 1px solid #E2EAEC;
	margin-top: 15px;
}

div.featuresList ul {
	margin: 0 auto;
	padding-top: 0px;
	font-size: 85%;
}

div.featuresList ul li {
float: left;
width: 135px;
}

.w180 {
width: 180px;
}

