/*-------------------- CONFIG --------------------*/
body {
	color: #d7d7d7;
	background: #616873;
}

a:visited {
	color: #f6f900;
}
a:hover {
	color: #dcdf01;
}
a {
	color: #f6f900;
	text-decoration: underline;
}

.wrap {
	width: 950px;
	margin: 0 auto;
	position: relative;
	clear: both; 
}



/*-------------------- LAYOUT --------------------*/
#header {
}

#billboard {
}

#content {
	position:relative;
	z-index: 10;
	padding-bottom: 60px;
	padding-top: 10px;
}

#footer {
	position:relative;
}

.mainCol {
	float: left;
	width: 680px;
	margin-bottom:40px;
}

.subCol {
	float: right;
	width: 240px;
}



/*-------------------- COMMON --------------------*/
h1.contentHeading {
	margin:0 20px;
	padding:30px 60px 20px;
	background-color:#FCFAF7;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px
}
h1.contentHeading span {
	display:block;
	padding-left:30px;
	height:44px;
	line-height:44px;
	font-size:18px;
	font-weight:bold;
	background: url(/assets/img/bg_contentHeading.png) no-repeat left top;
	/*background-color:#DCD7D2;*/
}
h2.standard {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	padding-left:20px;
	background: url(/assets/img/bullet_h2.png) no-repeat left center;
}
h3.standard {
	clear: both;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
h2.description {
	color: #000;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 14px;
}

h3.description {
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
}
p.noticebox {
	width:552px;
	margin:0 auto;
	color:#E73833;
}
h4.description {
	clear: both;
	color: #333;
	font-size: 100%;
	background:url(/assets/img/bg_li_circle.png)  center left no-repeat;
	padding-left: 16px;
	margin-bottom: 8px;
	font-weight: bold;
}
.privacyWrap {
	padding:0 10px;
}
h2.doc {
	font-size: 16px;
	margin-bottom: 12px;
	color: #000;
	font-weight: bold;
	
}
h3.indexTutorial,
h3.indexFaq,
h3.indexContact,
h3.indexUpdate{
	margin:0 0 15px 0;
	padding:0 0 6px 38px;
	font-size: 138.5%;
	line-height:30px;
	color:#0e5900;
	font-weight:bold;
}
h3.indexTutorial {
	background:url(/assets/img/bg_h3_index_tutorial.png) top left no-repeat;
}
h3.indexFaq {
	background:url(/assets/img/bg_h3_index_faq.png) top left no-repeat;
}
h3.indexContact {
	background:url(/assets/img/bg_h3_index_contact.png) top left no-repeat;
}
h3.indexUpdate {
	background:url(/assets/img/bg_h3_index_update.png) top left no-repeat;
}
h3.doc {
	font-size: 1em;
	margin-bottom: 8px;
	color: #000;
	font-weight: bold;
}
.centerImg {
	margin-bottom:20px;
	text-align:center;
}
.pageLink {
	margin-bottom:10px;
	padding-left:22px;
	font-size:100%;
	line-height:1.38;
	background: url(/assets/img/bullet_link_m.png) no-repeat left top;
}
.linkLast {
	margin:0 0 45px 15px;
}
.pageLink a{
	/*color:#0e5900;*/
	font-size:100%;
	line-height:1.38;
	font-weight:bold;
}
.pageLink a:hover {
	text-decoration:underline;
}
.innerNav {
	padding:20px 10px 0 10px;
	border-top:1px solid #fff;
}
ul.circleList {
	padding:0px 10px 0 0;
	line-height:1.33;
}
ul.ulLast {
	margin-bottom:20px;
}
ul.circleList li {
	padding-left:16px;
	margin-bottom:10px;
	font-weight:bold;
	background:url(/assets/img/bg_li_circle.png)  0px 2px no-repeat;
}

ul.doc {
	padding-left: 30px;
}

ul.doc li {
	margin-bottom: 10px;
	list-style: square;
}

ul.doc_decimal {
	padding-left: 30px;
}

ul.doc_decimal li {
	margin-bottom: 10px;
	list-style: decimal;
}

ul.disc li {
	line-height:1.6em;
	list-style-type: disc;
	margin-left:20px;
}

div.article {
	clear: both;
	margin-bottom: 30px;
}
#home div.article {
	clear: both;
	padding:0 0 45px 0;
	background-color:#f7f3ec;
}
div.articleLast {
	padding-bottom:40px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px
}

div.articleLeft {
	width:320px;
	float:left;
	display:inline;
}
div.articleRight{
	width:320px;
	float:right;
	display:inline;
}

div.paragraph {
	clear: both;
	margin-bottom: 30px;
}

div.articleIndent {
	padding: 0 12px;
}

div.linkRight {
	text-align: right;
}

div.linkRight a {
	color: #333;
	font-size: 12px;
	padding-left: 18px;
	background: url(/assets/img/bullet_arrow.png) no-repeat center left;
}

div.linkLeft {
	text-align: left;
}

div.linkLeft a {
	color: #333;
	font-size: 12px;
	padding-left: 18px;
	background: url(/assets/img/bullet_arrow.png) no-repeat center left;
}

.tableSysreq {
	width:100%;
	font-size:92.4%;
	line-hight:1.33;
}
.tableSysreq span {
	color:#e73833;
}
.tableSysreq tr,
.tableSysreq td {
	border:1px solid #bbb;
}
.tableSysreq td {
	padding:5px 10px;
}
.tableSysreq td.tdSysreq {
	padding:5px 5px 5px 10px;
	width:110px;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	background-color:#ddd;
}
.tableSysreq tr {
	background-color:#fff;
}





.notice {
	color:#ffab50;
}

.errorMes {
	color: #ff3900;
	margin-top: 6px;
	padding: 2px 0;
}

div.article p.submitNotice {
	padding-top:15px;
}
.confirmRight {
	width:154px;
	margin-right:5px;
	float:left;
	display:inline;	
}
.confirmLeft {
	width:154px;
	float:right;
	display:inline;	
}


a.modifyButton {
	margin-right: 15px;
	width: 154px;
	height: 40px;
}

a.modifyButton img {
	vertical-align: -9px;
}

ul.filedownload {
	padding-top:4px;
	list-style-image: url(/assets/img/bullet_filedownload.png);
	list-style-position: inside;
	margin-bottom: 0;
}
ul.filedownload li {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
ul.filedownload li.lastChild {
	margin-bottom: 0;
}
ul.filedownload span.date {
	margin-right:1em;
}

#sysreqBox {
	clear: both;
}

#sysreqBox h3 {
	font-size: 15px;
	font-weight: bold;
	color: #1469d1;
	margin-bottom: 20px;
}

#sysreqBox .sysreq {
	border: solid 1px #d9d9da;
	background: #fff;
	padding: 10px 19px;
}

#sysreqBox .col1, #sysreqBox .col2, #sysreqBox .col3{
	float: left;
	width: 288px;
	margin-right: 18px;
	margin-bottom: 0;
}

#sysreqBox .col3 {
	margin-right: 0;
}

#sysreqBox dl {
	margin-bottom: 12px;
}

#sysreqBox dt {
	font-size: 12px;
	font-weight: bold;
	color: #111;
	margin-bottom: 4px;
}
#sysreqBox dd {
	font-size: 11px;
}
#sysreqBox .note{
	clear: both;
	background: url(/assets/img/border_dots.png) repeat-x left top;
	padding-top: 10px;
	font-size: 11px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

#formatBox {
	border: solid 1px #d9d9da;
	background: #fff;
	padding: 10px 19px;
	margin-bottom: 30px;
}
#formatBox p {
	font-size: 12px;
	margin-bottom: 0;
}
#formatBox h2 {
	font-size: 14px;
	font-weight: bold;
	color: #111;
	margin-bottom: 4px;
}

p.note {
	font-size: 0.9em;
	background: #fff0f0;
	padding: 8px 16px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.btn1L {
	background-image: url(/assets/img/btn_1_l_tail.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 54px;
	padding-right: 35px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	font-size: 22px;
	float: left;
}

a.btn1L span {
	display: block;
	background-image: url(/assets/img/btn_1_l.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	line-height: 54px;
	padding-left: 35px;
}
a:hover.btn1L {
	background-position: right bottom;
}

a:hover.btn1L span {
	background-position: left bottom;
}

a.btn2L {
	background-image: url(/assets/img/btn_2_l_tail.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 54px;
	padding-right: 35px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	font-size: 22px;
	float: left;
}

a.btn2L span {
	display: block;
	background-image: url(/assets/img/btn_2_l.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	line-height: 54px;
	padding-left: 35px;
}
a:hover.btn2L {
	background-position: right bottom;
}

a:hover.btn2L span {
	background-position: left bottom;
}

a.btn2M {
	background-image: url(/assets/img/btn_2_m_tail.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 44px;
	padding-right: 25px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	font-size: 16px;
	float: left;
}

a.btn2M span {
	display: block;
	background-image: url(/assets/img/btn_2_m.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	line-height: 44px;
	padding-left: 25px;
}
a:hover.btn2M {
	background-position: right bottom;
}

a:hover.btn2M span {
	background-position: left bottom;
}


a.btn3S {
	background-image: url(/assets/img/btn_3_s_tail.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	padding-right: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	font-size: 11px;
	float: left;
}

a.btn3S span {
	display: block;
	background-image: url(/assets/img/btn_3_s.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	line-height: 20px;
	padding-left: 26px;
}
a:hover.btn3S {
	background-position: right bottom;
}

a:hover.btn3S span {
	background-position: left bottom;
}

div.btn_next {
	background: url(/assets/img/btn_next_tail.png) no-repeat scroll top right;
	color: #FFFFFF;
	float: right;
	height: 40px;
	margin-bottom: 20px;
	padding-right: 20px;
	text-decoration: none;
}
div.btn_next input {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background: url(/assets/img/btn_next.png) no-repeat scroll top left;
	line-height: 40px;
	height:40px;
	padding-left: 32px;
	border: none;
	cursor:pointer;
} 

div.btn_back {
	background: url(/assets/img/btnbackt_tail.png) no-repeat scroll top right;
	color: #FFFFFF;
	float: left;
	height: 40px;
	margin-bottom: 20px;
	padding-right: 20px;
	text-decoration: none;
}
div.btn_back input {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background: url(/assets/img/btn_back.png) no-repeat scroll top left;
	line-height: 40px;
	height:40px;
	padding-left: 40px;
	border: none;
	cursor:pointer;
} 
a.btn_back {
	background-image: url(/assets/img/btn_back_tail.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	padding-right: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	font-size: 14px;
	float: left;
}

a.btn_back span {
	display: block;
	background-image: url(/assets/img/btn_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
}

a.btn_next {
	background-image: url(/assets/img/btn_next_tail.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	padding-right: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	font-size: 14px;
	float: right;
}

a.btn_next span {
	display: block;
	background-image: url(/assets/img/btn_next.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
}
a:hover.btn_next {
	background-position: right bottom;
}

a:hover.btn_next span {
	background-position: left bottom;
}

.dlTable {
	width:660px;
	border-top:1px dotted #0e5900;
	padding-top:5px;
}

.dlTable dt {
	width:100px;
	padding:5px 0px;
	clear:both;	
	float:left;
	display:inline;
	font-weight:bold;
	color:#0e5900;
}
.dlTable dd {
	padding:5px 10px 5px 110px;

	/*display:inline;*/
}
.dlTable dd.ddLast {
	border-bottom:1px dotted #0e5900;
	margin-bottom:5px;
	padding-bottom:10px;
}

.left {
	float: left;
	width: 460px;
}

.right {
	float: right;
	width: 460px;
}
.boxBanner {
	text-align: center;
	margin: 10px auto 20px;
}
.boxBannerTop {
	text-align: center;
	margin: 30px auto -20px;
}

#lead h2 {
	margin-bottom: 20px;
	line-height: 1.6em;
}
#lead #img {
	float:left;
	margin: 4px 50px 0;
}
#lead .description {
	float:right;
	width: 665px;
}

#feature ul {
	margin-bottom :40px;
	
}
#feature li div {
	padding: 12px;
	margin-bottom :25px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #4e5560;
	box-shadow: inset 0px 1px 2px #333;
	-moz-box-shadow: inset 0px 1px 2px #333;
	-webkit-box-shadow: inset 0px 1px 2px #333;
}

#feature h3{
	font-size:16px;
	margin-bottom:10px;	
}
#feature img {
	margin-right: 14px;
}
#feature img.last {
	margin-right: 0;
}
#sysreq table {
	background: #4e5560;
	border-top: solid 1px #7e838c;
	border-left: solid 1px #7e838c;
	float: left;
	width: 600px;
}
#sysreq table td, #sysreq table th {
	border-right: solid 1px #7e838c;
	border-bottom: solid 1px #7e838c;
	padding: 4px 10px;
}
#sysreq table th {
	white-space: nowrap;
	font-weight: bold;
}
#sysreq img {
	float: right;
}
h2.section {
	font-size: 26px;
	padding-bottom: 40px;
	margin-bottom: 25px;
	background: url(/assets/img/separator_h.png) bottom center no-repeat;
}
div.section {
	margin-bottom: 80px;
}
div.section .product {
	float: left;
	margin-right: 30px;
	width: 215px;
}
div.section .type {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
div.section .picture {
	margin-bottom: 10px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	overflow: hidden;
	height: 190px;
	width: 215px;
}
div.section .description {
	margin-bottom: 10px;
}
div.section h3.device {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
}
div.section ul.device {
	margin-bottom: 6px;
	font-size: 11px;
	border-top: solid 1px #6f7681;
	padding-top: 2px;
}
div.section ul.device li {
	border-bottom: solid 1px #6f7681;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
a.btnDetail {
	float: left;
	background-image: url(/assets/img/btn_detail.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 38px;
	line-height: 38px;
	padding-right: 42px;
	margin-top:10px;
	margin-left:-3px;
	margin-bottom:-6px;
}
a.btnDetail span {
	display:block;
	background-image: url(/assets/img/btn_detail.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	line-height: 38px;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
a:hover.btnDetail {
	background-position: right bottom;
	text-decoration: none;
}
a:hover.btnDetail span {
	background-position: left bottom;
}
a.btnBuy {
	float: left;
	background-image: url(/assets/img/btn_buy.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 38px;
	line-height: 38px;
	padding-right: 42px;
	margin-top:10px;
	margin-left:-3px;
}
a.btnBuy span {
	display:block;
	background-image: url(/assets/img/btn_buy.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	line-height: 38px;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
a:hover.btnBuy {
	background-position: right bottom;
	text-decoration: none;
}
a:hover.btnBuy span {
	background-position: left bottom;
}

.btnCenter {
	margin: 0 auto;
	display: table;
}

#buyBox {
	margin: -3px;
	background: url(/assets/img/buybox_bg.png) no-repeat;
	height: 292px;
	position: relative;
	font-weight:bold;
	color: #666647;
}
#buyBox h2,
#buyBox #catch {
	position: absolute;
	top: 105px;
	left: 357px;
	font-size: 20px;
	font-weight:bold;
}
#buyBox #price2{
	position: absolute;
	top: 145px;
	left: 357px;
	font-weight:bold;
}
#buyBox #price2 dt {
	float: left;
	margin-right: 16px;
	line-height: 40px;
}
#buyBox #price2 dd {
	float: right;
}
#buyBox #price2 dd .price {
	font-weight: bold;
	font-size: 16px;
}
#buyBox #price2 dd .price span{
	font-size: 11px;
}

#buyBox #btn2{
	position: absolute;
	top: 202px;
	left: 354px;
	font-weight:bold;
}

#informations #information {
	float: left;
	width: 460px;
}
#informations h2,
#informations .heading {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#informations #information li {
	font-size: 13px;
	margin-bottom: 16px;
	background:url(/assets/img/hr_dotted.png) no-repeat left bottom;
	padding-bottom:16px;
}
#informations #information li .date {
	margin-right: 12px;
	font-weight: bold;
}

#informations #latestDriver {
	float: right;
	width: 460px;
	background: #fff;
}
#informations #latestDriver .drivers li {
	border-left: solid 8px #f1e309;
	padding-left: 20px;
}
#informations #latestDriver .drivers li li {
	border-left: none;
	padding-left: 0;
}
#informations #latestDriver .drivers li span {
	font-weight: bold;
	color: #fff;
}



/*-------------------- HEADER --------------------*/
#header {
	height: 115px;
	background: url(/assets/img/header_bg.png) top center repeat-x;
}

#branding {
	line-height: 33px;
}
#branding h1 {
    float: left;
	width: 550px;
}
#logo {
    float: left;
	width: 300px;
}
#logo img {
    padding-top: 12px;
}

div#globalNav {
	line-height: 80px;
    float: right;
	width: 600px;
}
div#globalNav #primary {
	height: 80px;
	line-height: 80px;
	margin-bottom: 0;
	text-align:right;
}
div#globalNav #primary li {
	display: inline;
}
div#globalNav #primary a, div#globalNav #primary div {
	display: inline;
	font-size: 15px;
	color: #d7d7d7;
	margin-left: 30px;
}
div#globalNav #primary div {
	color: #888;
}
div#globalNav #primary  a:hover {
	text-decoration: none;
	color: #dcdf01;
}


#breadcrumb {
	float: left;
}
#breadcrumb li {
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	float: left;
}
#breadcrumb li a {
	color: #d7d7d7;
}
#socialMediaBox{
	height: 33px;
	overflow: hidden;
	float: right;
}

#socialMediaBox span.socialMediaBox {
	display: block;
	height: 33px;
	padding-left: 15px;
}
#socialMediaBox div.gp_btn, #socialMediaBox div.fb_btn, #socialMediaBox div.tw_btn, #socialMediaBox div#englishSite {
	padding-top: 4px;
	float: right;
}
#socialMediaBox .fb_btn,#socialMediaBox .gp_btn {
	margin-right: -16px;
}
#socialMediaBox div.gp_btn{
	padding-top: 6px;
}


#socialMediaBox .fb_btn,#socialMediaBox .tw_btn {
	margin-top: 2px;
}
#socialMediaBox div#englishSite {
	padding-top: 0px;
	margin-right: 20px;
}
#socialMediaBox div#englishSite a {
	color:#fff;
	padding-left: 10px;
	background: url(/assets/img/bullet_triangle.png) left center no-repeat;
}

#socialMediaBox .tw_btn {
	margin-right: -40px;
}


/*-------------------- FOOTER --------------------*/
#footer {
	clear: both;
}

#footerToTop {
	float: right;
	height: 28px;
}

#footerToTop a {
	background: #b8aa84;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	display: block;
	text-align: center;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 145px;
}

#footerToTop a:hover {
	background: #8d836a;
}

#footerMenu {
	padding: 20px;
	background:#303337;
	text-align: center;
}
#footerMenu ul{
	margin-bottom: 0;
}
#footerMenu li {
	display: inline;
}

#footerMenu li a {
	color: #d7d7d7;
	text-decoration: none;
}
#copyright {
	font-size: 10px;
	background:#21252a;
	padding: 20px 0;
	text-align: center;
}

#footerLogo {
	float: right;
	width: 226px;
	margin-bottom: 0;
}
#footerLogo li {
	margin-bottom: 20px;
}
#footerContent{
	float: left;
	width: 600px;
}

.footer_logo{
	width:100%;
	background:#21252a;
	text-align:center;
	padding:0 0 50px;
}


/*-------------------- BILLBOARD --------------------*/

#billboard {
	top: -5px;
	background: #f1e309 url(/assets/img/keyvisual_bg.jpg) repeat-x top center;
	height: 420px;
	position: relative;
	margin-bottom: 20px;
}
#billboard p.vector{
	position:absolute;
	top: -10px;
	left: -40px;
}
#billboard p.badge2016{
	position:absolute;
    top: 160px;
    left: 260px;
}
#billboard .wrap {
	background: url(/assets/img/keyvisual.jpg) no-repeat top center;
	height: 420px;
	position: relative;
}
#billboard #catchphrase, #billboard #price, #billboard #btn {
	position: absolute;
	z-index:10;
}
#billboard #catchphrase {
	top: 142px;
	left: 502px;
	line-height: 45px;
	font-size: 18px;
	color: #666647;
	font-weight: bold;
}
#billboard #price {
	top: 284px;
	left: 442px;
	color: #666647;
	font-weight: bold;
}
#billboard #price dt {
	float: left;
	margin-right: 16px;
	line-height: 40px;
}
#billboard #price dd {
	float: right;
	margin-right:-20px;
}
#billboard #price dd .price {
	font-weight: bold;
	font-size: 16px;
}
#billboard #price dd .price span{
	font-size: 11px;
}
#billboard #btn {
	top: 340px;
	left: 439px;
}
#billboard #btn #buyBtn{
	margin-right: 3px;
}


/*-------------------- HOME --------------------*/

.note {
	border: solid 1px #cdcdcd;
	padding: 24px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 14px;
	background: #FCFAF7;
}

.note h4 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.note h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}

#homeInformation {
	width:460px;
	float:left;
}
#homeInformation h2 {
	margin-bottom:15px;
	font-size: 24px;
	font-weight:bold;
	color:#d7d7d7;
}
#homeInformation li {
	clear: both;
}
#homeInformation span.date {
	width: 80px;
	float:left;
	font-weight:bold;
}
#homeInformation span.article {
	width: 370px;
	float:right;
	margin-bottom: 6px;
}
#homeInformation a {
	/*color:#444;*/
}
#homeBuy {
	width:402px;
	float:right;
}
#homeBuy h2 {
	margin-bottom:15px;
	font-size: 24px;
	font-weight:bold;
	color:#d7d7d7;
}
.homeBoxBuy {
	padding:15px 24px 5px 24px;
	background: url(/assets/img/bg_home_buy_l.png) no-repeat top left;
	
	position: relative;
}
.homeBoxBuyBottom {
	margin-bottom: 30px;
	height:10px;
	background: url(/assets/img/bg_home_buy_bottom.png) no-repeat top left;
	overflow: hidden;
}
.homeBoxBuy .amazonLogo {

}
.homeBoxBuy .amazonLogo img {
	margin:0 15px 5px 0;
}
.homeBoxBuy .amazonLogo p {
		margin-bottom:0;
		line-height: 1.4;
	
}
.homeBoxBuy .buyDetail {
	font-size:84.6%;
	color:#8e8e8e;
	margin-bottom:5px;
}
.homeBoxBuy .buyTable tr {
	border-bottom:1px dotted #999;
}
.homeBoxBuy .buyTable th{
	width:170px;
	padding:0 0 10px 10px;
	font-weight:bold;
	font-size:16px;
	line-height: 1.6;
}
.homeBoxBuy .buyTable th span {
	font-weight:normal;
	font-size: 13px;
}
.homeBoxBuy .buyTable td {
	padding:10px 0;
}
.homeBoxBuy .buyTable a {
	display:block;
	width:183px;
	height:56px;
	line-height:56px;
	color:#fff;
	font-size:20px;
	background: url(/assets/img/btn_buy_home.png) no-repeat left top;
	text-align:center;
}
.homeBoxBuy .buyTable a:hover {
	background-position: left bottom;
	text-decoration:none;
}
.homeBoxBuy .buyPrice {
	margin-bottom:5px;
	text-align: center;
	
}
#homeBuy .typeList {
	padding:18px 15px 5px 15px;
	background: url(/assets/img/bg_home_buy_l.png) no-repeat;

}
.typeList h3 {
	margin-bottom:13px;
	padding:0 24px;
	font-size:14px;
	line-height:24px;
	background-color:#999;
	color:#fff;
	background: url(/assets/img/bg_h3_typeList.png) no-repeat;
}
.typeList table{
	margin:0 0 15px 5px;
	font-size:92.3%;
	color:#d7d7d7;	
}
.typeList table th {
	padding-bottom:6px;
	font-weight:bold;
	padding-right:2em;
}
.typeList table td {
	padding-right:2em;
}
.typeList table.last {
	margin-bottom:15px;
}

/*-------------------- PRODUCT --------------------*/
.productBillboard {
	width:900px;
	margin-bottom:30px;
}

.boardHeader {
	margin-bottom:20px;
	padding:23px 0 3px 426px;
	width:474px;
	height:170px;
	position:relative;
	background: url(/assets/img/bg_boardHeader.png) top left no-repeat;
}
.boardHeader .extLogo {
	width:350px;
	height:100px;
	position:absolute;
	top:50px;
	left:30px;
}
#gp02 .boardHeader {
	margin-bottom:60px;
	padding:23px 0 3px 426px;
	width:474px;
	height:170px;
	position:relative;
	background: url(/assets/img/bg_boardHeader.png) top left no-repeat;
}
.productName {
	margin-bottom:5px;
	color:#000;
	font-size:20px;
	line-height:1.3;
}
.productName span {
	font-size:26px;
}
.productType {
	margin-bottom:15px;
	width:253px;
	color: #444;
}
#gp02 .productType {
	margin-bottom:15px;
	width:253px;
	height:43px;
	background: url(/assets/img/bg_productType_gp02.png) top left no-repeat;
	text-indent:-9999px;
}
.productPrice {
	color:#444;
	font-size:12px;
}
.productPrice span.price {
	font-size:30px;
	font-weight:bold;
}
.productPrice span.unit {
	font-size:18px;
	font-weight:bold;
}
.rooter {
	width:180px;
	height:155px;
	position:absolute;
	top:20px;
	left:695px;
}
.boardHeader .notice {
	position:absolute;
	top:195px;
	right:10px;
	color:#d7d7d7;
	font-size:10px;
}
.boardDetail {
	width:641px;
	position:relative;
	float:left;
}
.boardDetail .funcTime {
	margin-bottom:6px;
}
.boardDetail .notice {
	position:absolute;
	top:60px;
	right:55px;
	color:#888;
	font-size:9px;
}
.productView .comingsoon {
	border: solid 1px #838A94;
	padding: 80px 0;
	text-align: center;
	font-size: 16px;
}

#d25hw .boardHeader {
	margin-bottom:60px;
	padding:23px 0 3px 426px;
	width:474px;
	height:170px;
	position:relative;
	background: url(/assets/img/bg_boardHeader.png) top left no-repeat;
}
#d25hw .boardHeader .extLogo {
	width:350px;
	height:100px;
	position:absolute;
	top:50px;
	left:30px;
}
#d25hw .productName {
	margin-bottom:5px;
	color:#000;
	font-size:20px;
	line-height:1.3;
}
#d25hw .productName span {
	font-size:26px;
}
#d25hw .productType {
	margin-bottom:15px;
	width:253px;
	height:43px;
	background: url(/assets/img/bg_productType_d25hw.png) top left no-repeat;
	text-indent:-9999px;
}
#d25hw .productPrice {
	color:#444;
	font-size:12px;
}
#d25hw .productPrice span.price {
	font-size:30px;
	font-weight:bold;
}
#d25hw .productPrice span.unit {
	font-size:18px;
	font-weight:bold;
}
#d25hw .rooter {
	width:180px;
	height:155px;
	position:absolute;
	top:20px;
	left:695px;
}
#d25hw .boardHeader .notice {
	position:absolute;
	top:195px;
	right:10px;
	color:#d7d7d7;
	font-size:10px;
}
#d25hw .boardDetail {
	width:641px;
	position:relative;
	float:left;
}
#d25hw .boardDetail .funcTime {
	margin-bottom:6px;
}
#d25hw .boardDetail .notice {
	position:absolute;
	top:60px;
	right:55px;
	color:#888;
	font-size:9px;
}






.boxBuy {
	margin-bottom: 30px;
	padding-top:20px;
	width:230px;
	height:144px;
	background: url(/assets/img/bg_product_buybox.png) top left no-repeat;
	text-align:center;
	float:right;
}
.detailRight .boxBuy{
	margin-bottom: 30px;
	padding-top:20px;
	width:300px;
	height:163;
	background: url(/assets/img/bg_product_buybox_300.png) top left no-repeat;
	text-align:center;
}
/*
.boxBuyWrap {
	padding-bottom:20px;
	background: url(/assets/img/bg_boxbuy_bottom.png) bottom left no-repeat;	
}*/
.boxBuy img.logo {
	width:145px;
	height:40px;
}
.boxBuy .buyDetail {
	font-size:84.6%;
	color:#8e8e8e;
	margin-bottom:5px;
	text-align:center;
}
.buyButton {
	margin-bottom:0;
}
.buyButton a {
	display:block;
	margin:0 auto;
	width:183px;
	height:56px;
	line-height:56px;
	color:#fff;
	font-size:20px;
	background: url(/assets/img/btn_buy_home.png) no-repeat left top;
	text-align:center;
}
.buyButton a:hover {
	background-position: left bottom;
	text-decoration:none;
}

/*-------------------- PRODUCT Detail--------------------*/
.productDetail {
	width:900px;
	color:#d7d7d7;
	font-size:92.3%;
}
.detailLeft {
	width:530px;
	float:left;
}
.detailRight {
	width:302px;
	float:right;
}
.productDetail h3 {
	margin-bottom:20px;
	font-size:24px;
	line-height:1.2;
	color:#d7d7d7;
}

.productView img {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.productView .lastImg {
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
}
.productView .notice {
	padding-right:3px;
	color:#999;
	text-align:right;
	font-size:10px;
}
.productFeature {
	margin-bottom:50px;
}
.productFeature ul {
	margin-bottom:0;
	list-style-type:square;
	list-style-position:inside;
}
.productFeature li {
	margin-bottom: 8px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #4e5560;
	padding: 10px 20px;
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
}
.productSpec {
	margin-bottom:50px;
}
.companyTable {
	background-color:#4e5560;
	border:1px solid #838A94;
}
.companyTable th {
	width:110px;
	padding:15px 20px;
	border:1px solid #838A94;
	text-align:center;
	background-color:#50555D;
	font-weight:bold;
}
.companyTable td {
	padding:15px 20px;
	border:1px solid #838A94;
	background:#50555D;
}

.purchaseBox {
	background: #4e5560;
	margin: 0 auto 30px;
	text-align: center;
	padding: 20px;
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
}
.purchaseBox p {
	margin-bottom: 7px;
}
.purchaseBox a.btnBuy {
    margin-left: 0px;
    margin-top: 0px;
}
/*-------------------- ABOUT--------------------*/
.pageWrap {
	width:900px;
	color:#d7d7d7;
	font-size:92.3%;
}
.mainColumn {
	width:650px;
	float:left;
	margin-bottom: 40px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
	background: #50555d;
	color: #d7d7d7;
	padding: 20px;
}
.subColumn {
	width:230px;
	float:right;
	margin-bottom: 40px;
}
.mainColumn h2 {
	width:690px;
	height:55px;
	font-size:26px;
	line-height:1.2;
	color:#ffffff;
	background:url(/assets/img/hr_690.png) no-repeat left bottom;
	margin-bottom:20px;
	margin-left:-20px;
	padding-left: 20px;
}
.mainColumn h3,
.mainColumn .heading3 {
	width:654px;
	height:38px;
	font-size:16px;
	line-height:36px;
	color:#ffffff;
	background:url(/assets/img/h3_bg.png) no-repeat left bottom;
	margin-bottom:20px;
	margin-left:-2px;
	padding-left:20px;
}
.mainColumn ul.techsupport li.onlinehelp{
	float:left;	
}
.mainColumn ul.techsupport li.onlinehelp a{
	display:block;
	width:235px;
	height:140px;
	font-size:16px;
	font-weight:bold;
	color:#b2b6bd;
	background:url(/assets/img/onlinehelp_box.png);
	padding-left: 80px;
	line-height: 140px;
}
.mainColumn ul.techsupport li.onlinehelp a:hover{
	display:block;
	width:235px;
	height:140px;
	font-size:16px;
	font-weight:bold;
	color:#b2b6bd;
	background:url(/assets/img/onlinehelp_box_on.png);
	padding-left: 80px;
	line-height: 140px;
	text-decoration:none;
}
.mainColumn ul.techsupport li.techsupport{
	float:right;	
}
.mainColumn ul.techsupport li.techsupport a{
	display:block;
	width:235px;
	height:140px;
	font-size:16px;
	font-weight:bold;
	color:#b2b6bd;
	background:url(/assets/img/contact_box.png);
	padding-left: 80px;
	line-height: 140px;
}
.mainColumn ul.techsupport li.techsupport a:hover{
	display:block;
	width:235px;
	height:140px;
	font-size:16px;
	font-weight:bold;
	color:#b2b6bd;
	background:url(/assets/img/contact_box_on.png);
	padding-left: 80px;
	line-height: 140px;
	text-decoration:none;
}


.mainColumn ul.contact li.contactForm{
	float:left;	
}
.mainColumn ul.contact li.contactForm a{
	display:block;
	width:235px;
	height:140px;
	font-size:16px;
	font-weight:bold;
	color:#b2b6bd;
	background:url(/assets/img/contact_box.png);
	padding-left: 80px;
	line-height: 140px;
}
.mainColumn ul.contact li.contactForm a:hover{
	display:block;
	width:235px;
	height:140px;
	font-size:16px;
	font-weight:bold;
	color:#b2b6bd;
	background:url(/assets/img/contact_box_on.png);
	padding-left: 80px;
	line-height: 140px;
	text-decoration:none;
}
.mainColumn ul.contact li.orderContact{
	float:right;	
}
.mainColumn ul.contact li.orderContact a{
	display:block;
	width:235px;
	height:140px;
	font-size:16px;
	font-weight:bold;
	color:#b2b6bd;
	background:url(/assets/img/contact_box.png);
	padding-left: 80px;
	line-height: 140px;
}
.mainColumn ul.contact li.orderContact a:hover{
	display:block;
	width:235px;
	height:140px;
	font-size:16px;
	font-weight:bold;
	color:#b2b6bd;
	background:url(/assets/img/contact_box_on.png);
	padding-left: 80px;
	line-height: 140px;
	text-decoration:none;
}
.mainColumn ul.helps li{
	margin-bottom:12px;	
}
.mainColumn ul.helps li a{
	display:block;
	width:595px;
	height:51px;
	font-size:16px;
	font-weight:bold;
	color:#b2b6bd;
	background:url(/assets/img/helps_li.png);
	padding-left: 55px;
	line-height: 50px;
}
.mainColumn ul.helps li a:hover{
	display:block;
	width:595px;
	height:51px;
	font-size:16px;
	font-weight:bold;
	color:#b2b6bd;
	background:url(/assets/img/helps_li_on.png);
	padding-left: 55px;
	line-height: 50px;
	text-decoration:none;
}
.subColumn .group{
	margin-bottom:10px;	
}
.subColumn .download_area{
	width:234px;
	height:65px;
	margin-left:-1px;
}
.subColumn .buy_area{
	width:232px;
	height:156px;
	background:url(/assets/img/subcol_buy_area_bg.png) no-repeat left top;
	margin-left:-1px;
}
.subColumn .buy_area dl{
	color:#666647;
}
.subColumn .buy_area dl dt{
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	margin-left: 13px;
	padding-top: 10px;
}
.subColumn .buy_area dl dd{
	font-size:12px;
	margin-left: 13px;
	margin-top: 15px;
}
.subColumn .buy_area dl dd span{
	font-weight:bold;
}
.subColumn .buy_area img{
	margin-left: 13px;
	margin-top: 6px;
}
.subColumn .operating{
	width:230px;
	height:auto;
	border-radius: 4px;         /*CSS3草案 */  
    -webkit-border-radius: 4px;    /*Safari,Google Chrome用 */  
    -moz-border-radius: 4px;    /*Firefox用 */  
	background: #f3f3f3;
	color:#666647;

}
.subColumn .operating h3,
.subColumn .operating .title {
	font-size:16px;
	margin-left:13px;
	padding-top:13px;
}
.subColumn .operating dl{
	margin-left:13px;
	padding-bottom: 10px;
}
.subColumn .operating dl dt{
	margin-top:10px;
}
.subColumn .operating dl dd{
}

/*
.subColumn .boxBuy {
	margin-bottom: 30px;
	padding-top:20px;
	width:230px;
	height:auto;*/
	/*border-radius: 6px;         CSS3草案 */  
    /*-webkit-border-radius: 6px;    Safari,Google Chrome用 */  
    /*-moz-border-radius: 6px;    Firefox用 */  
	/*text-align:center;
	float:right;
	background: #f3f3f3;
}

.subColumn .boxBuyWrap {
	padding:0 15px 20px 15px;
}
.subColumn .boxBuy img {
	margin-bottom:15px;
	border:1px solid #ccc;
}
.subColumn .boxBuy h3 {
	margin-bottom:6px;
	text-align:left;
	color:#000;
	font-size:14px;
	line-height:1.2;
}
.subColumn .boxBuy h3 span {
	font-size:26px;
}
.subColumn .boxBuy .buyType {
	width:200px;
	height:54px;
	background: url(/assets/img/bg_producttype_buybox.png) bottom left no-repeat;
	text-indent:-9999px;
}
.subColumn .boxBuy .boxGp02 {
	width:200px;
	height:40px;
	background: url(/assets/img/bg_producttype_buybox_gp02.png) bottom left no-repeat;
	text-indent:-9999px;
}
.subColumn .boxBuy .buyPrice {
	text-align:left;
	color: #444;
}
.subColumn .boxBuy .buyPrice span {
	font-size:24px;
}
*/
.productSpec {
	margin-bottom:50px;
}
.specTable {
	background-color:#4e5560;
	border:1px solid #838a94;
}
.specTable th {
	width:95px;
	padding:5px 10px;
	border:1px solid #838a94;
}
.specTable td {
	padding:5px 10px;
	border:1px solid #838a94;
}
/*-------------------- SUPPORT --------------------*/
form {
	margin-bottom:30px;
}
.iqfm-table {
	width:100%;
}
.fonmTop {
	width:640px;
	height:10px;
	margin-bottom:0;
}
.fonmBottom {
	width:640px;
	height:10px;
	margin-bottom:0;
}
.formBody {
	padding:10px 17px;
	background: #4e5560;
	border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
}
.formBody h3 {
	margin-bottom:20px;
	padding-left:10px;
	font-size:16px;
	line-height:1.4;
	font-weight:bold;
	border-left:5px solid #ff0000;
}
.formBody form table {
	margin-bottom:20px;
	background: #fff;
}
.formBody form th{
	padding:15px 10px;
	width:160px;
	background-color:#f3f3f3;
	color:#222;
	border:1px solid #dcdcdc;
}
.formBody form th span {
	padding-left:0.5em;
	color:#E73833;
	vertical-align: top;
}
.formBody form td {
	padding:15px 10px;
	border:1px solid #dcdcdc;
}
.formBody form td input {
	height:1.8em;
	line-height:1.8;
	border:2px solid #ccc;
	background:#f9f9f9;
}	
.formBody form td textarea {
	border:2px solid #ccc;
	background:none;
}

.formBody form input.confirmButton {
	margin:0 auto;
	width: 128px;
	height: 34px;
	display:block;
	border: none;
	background: #fff url(/assets/img/btn_form_confirm.png) top left no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

.formBody form input.submitButton {
	width: 128px;
	height: 34px;
	/*display:block;*/
	border: none;
	background:#fff url(/assets/img/btn_form_submit.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
.formBody form input.backButton {
	margin:0 15px 0 180px;
	width: 70px;
	height: 34px;
	/*display:block;*/
	border: none;
	background:#fff url(/assets/img/btn_form_back.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
.formEndGuide {
	padding:10px 10px 0;
	border-top:1px dotted #ccc;
}
.formEndGuide span {
	font-weight:bold;
}

/*-------------------- DOWNLOAD --------------------*/
#download .formBox{
	text-align: center;
	padding: 50px 0;
}

.freeDownloadNotice {
	font-size:11px;
	color:#d7d7d7;
	margin-bottom:20px;
}

/*----------------------- BUY -----------------------*/
.vector_buy li{
	background:url(/assets/img/hr_dotted.png) no-repeat left bottom;
	padding:20px 0;
}

.vector_buy li .image,.vector_buy li .detail{
	float:left;	
}
.vector_buy li .image{
	width:102px;
	height:101px;	
}
.vector_buy li .detail{
	width:300px;
	margin-left:20px;	
}
.vector_buy li .detail h4,
.vector_buy li .detail .prodname {
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
	color:#ffffff;
}
.vector_buy li .detail p.body{
	margin-bottom:10px;
}
.vector_buy li .detail p.price{
	font-weight:bold;
	color:#ffffff;
	margin:0;
}
.vector_buy li .buy_area{
	float:right;
	background:url(/assets/img/buy_buy_area_bg.png) no-repeat;
	width:195px;
	height:112px;
	text-align: center;
}
.vector_buy li .buy_area img{
	margin-top:34px;
}


.err {
	color:#ff9900;
}

input.lic_renew {
	padding:3px 5px;
}

input.lic_renew_submit {
	padding:3px 5px;
	cursor:pointer;
}

span.off20{
	font-weight: bold;
	color: #ff9900;
}

/*
.alert {
	border: solid 2px #f6f900;
	padding:14px 14px 0 14px;
	margin-bottom:40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #62716c;	
}

.alert .title {
	color:#dcdf01;
	font-size: 1.4em;
	margin-bottom: 5px;
}

.alert a {
	margin-bottom:15px;
	float: right;
	text-decoration: underline;
}
*/

.alert {
	color: #ff9900;
}
a.more {
	float: right;
	text-decoration: underline;
}

img.renew {
	border: 3px solid #999;
}

#new201506 #information{
  width: 910px;
  float: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #50555d;
  padding: 20px 20px 10px;
  margin-bottom: 60px;
}

#new201506 #information li{
	background-repeat:repeat-x;
	background-position:bottom;
}
.wrap2{
  width: 910px;
  margin: 0 auto 40px;
  padding: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #50555d;
  padding: 20px;
 }
.wrap2 .wrap{
  width: 100%;
}
.wrap2 h2{
font-size: 26px;
  padding-bottom: 29px;
  margin-bottom: 15px;
  background: url(/assets/img/separator_h.png) bottom center no-repeat;
  margin-top: 5px;
}

.wrap2 #lead .description,
.wrap2 #lead2 .description {
  float: right;
  width: 635px;
}
.wrap2 .left,
.wrap2 .right{
  width: 440px;
}

.wrap2 #screenShots img{
  width: 291px;
  height: auto;
  margin-right: 9px;
}

.wrap2 #sysreq table{
  width: 570px;
}

.wrap2 #lead img,
.wrap2 #feature img{
	float:right;
	margin:0;
}

.wrap2 #lead .description2,
.wrap2 #feature .description2{
  float: left;
  width: 635px;
}
.wrap2 h3{
width: 615px;
  height: 38px;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  background: url(/assets/img/h3_bg2.png) no-repeat left bottom;
  margin-bottom: 20px;
  margin-left: -2px;
  padding-left: 20px;
} 
.wrap2 h3.full{
width: 915px;
  height: 38px;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  background: url(/assets/img/h3_bg3.png) no-repeat left bottom;
  margin-bottom: 20px;
  margin-left: -2px;
  padding-left: 20px;
} 
.pb0{
padding-bottom:0 !important;
}
.mb40{
	margin-bottom:40px !important;
}


.forms {
	margin-bottom: 20px;
}

.forms th {
	padding: .5em 0;
	vertical-align: top;
	text-align: left;
}

.forms td {
	padding: .5em 0 .5em 2em;
	text-align: left;
}

.forms input[type="text"],
.forms input[type="email"],
.forms textarea,
.forms select {
	padding: .375rem .75rem;
	border-radius: .25rem;
	width: 100%;
	border: 1px solid #ccc;
	transition: border .2s ease-in-out;
	box-sizing: border-box;
}

.required {
	font-size: .7em;
	font-weight: normal;
	background: #f60;
	color: #fff;
	padding: .2em .3em;
	line-height: 1;
	margin: 0 .5em;
	border-radius: .2em;
}

.not-required {
	font-size: .7em;
	font-weight: normal;
	background: #888;
	color: #fff;
	padding: .2em .3em;
	line-height: 1;
	margin: 0 .5em;
	border-radius: .2em;
}

.wpcf7-submit {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	color: #fff !important;
	display: inline-block;
	padding: 0 .5em;
	position: relative;
	text-decoration: none !important;
	z-index: 0;
	line-height: 2.5em;
	height: 2.5em;
	min-width: 250px;
	font-size: 1.2em;
	background: #f60;
	border-color: #f60;
}

.wpcf7-submit:hover {
	cursor: pointer;
	background: #f90;
	border-color: #f90;
}

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

.wpcf7-response-output {
	color: #fff;
	line-height: 1;
	border: none !important;
	padding: 1rem !important;
	margin: 2em 0 0 !important;
	font-size: 1.3rem !important;
	text-align: center;
}

.wpcf7-response-output.wpcf7-validation-errors {
	background: #d00e1a;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #4b90e2;
}

.wpcf7-not-valid-tip {
	color: #f1e318 !important;
}

.ajax-loader,
.ajax-loader.is-active {
	display: none !important;
}