/*
 * base.css
 * Copyright 2009 ONGS Inc. All rights reserved.
 */

/* item */
.item_box {
 position: relative;
 width: 700px;
 height: 190px;
 margin-top: 30px;
 margin-left: auto;
 margin-right: auto;
 padding: 20px 10px;
 background-color: white;
 border: 1px solid #c9c9c9;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
}

.item_leftbox {
 width: 140px;
 height: 190px;
 float: left;
 z-index: 10;
}

.item_iconbox {
 position:relative;
 width: 140px;
 height: 140px;
 background-repeat: no-repeat;
 background-image: url('iconbox.png');
}

.item_iconbox img {
 border: none;
 padding: 42px;
 text-decoration: none;
}

.item_getbox {
 position: relative;
 width: 140px;
 text-align: center;
 z-index: 6;
}

.item_getbox a {
 color: black;
 text-decoration: none;
}

.item_getbox img {
 padding: 10px 0px;
 border: none;
}

.item_appinfo {
 position: relative;
 width: 550px;
 height: 180px;
 padding: 5px;
 text-indent: 0.5em;
 overflow: auto;
 z-index: 4;
}

.item_appinfo p {
 margin: 5px 5px 10px 5px;
 padding: 0px;
}

.item_appinfo_come {
 width: 700px;
 color: #505050;
 text-align: left;
 padding-left: 10px;
 font-size: x-small;
 margin-top: 20px;
 margin-bottom: 20px;
 margin-left: auto;
 margin-right: auto;
}

/* screenshot */
.screenshot {
 color: #505050;
 width: 700px;
 margin-top: 0px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 border-top: 1px solid #c9c9c9;
}

.screenshot h2 {
 text-align: left;
 font-size: medium;
}

/* special */
.special {
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 border-top: 1px solid #c9c9c9;
 font-size: medium;
}

.special h2 {
 color: #505050;
 font-size: medium;
}

.special ul {
 margin-left: 20px;
}

/* limitation */
.limitation {
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 border-top: 1px solid #c9c9c9;
 font-size: medium;
}

.limitation h2 {
 color: #505050;
 font-size: medium;
}

.limitation ul {
 margin-left: 20px;
}

/* press */
.press {
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 border-top: 1px solid #c9c9c9;
 font-size: medium;
}

.press h2 {
 color: #505050;
 font-size: medium;
}

.press ul {
 margin-left: 20px;
 line-height: 1.2em;
}

.press ul span {
 font-size: small;
}

/* border */
.border {
 width: 700px;
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 10px;
 border-top: 1px solid #c9c9c9;
}

/* faq */
.faq_list {
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 border-top: 1px solid #c9c9c9;
 font-size: small;
}
.faq_list ul {
 margin-left: 20px;
 margin-bottom: 10px;
 padding-left: 0px;
}
.faq_list li {
 margin-left: 0px;
 padding-left: 0px;
}
.faq_box {
 width: 600px;
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
 border: solid gray 1px;
 padding: 0px;
 font-size: small;
}
.faq_q_box {
 border-bottom: solid gray 1px;
 padding: 0px;
}
.faq_a_box {
 margin-top: 2px;
 border-top: solid gray 1px;
}
.faq_title {
 width: 20px;
 padding: 3px;
 text-align: center;
 float: left;
}
.faq_desc {
 width: 560px;
 padding: 3px;
 border-left: solid gray 1px;
 text-align: left;
 float: left;
}
.faq_end {
 width: 100%;
 height: 0px;
 clear: left;
}

/* contact us */
.contact_us {
 width: 700px;
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 10px;
 border-top: 1px solid #c9c9c9;
 font-size: small;
 text-align: center;
}


