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

/*----------------------------------------------------------------------
font
----------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

/*----------------------------------------------------------------------
common
----------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;

}

html {
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", 'PT Sans', Arial, Helvetica, sans-serif;
	min-width: 1024px;
	font-size: 12px;
	overflow: hidden;
}

p {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 40px;
}

img {
	border: none;
}

ul li {
	list-style: none;
}

ol {
	font-size: 16px;
}

ol li {
	list-style-type: disc;
	margin-bottom: 10px;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 34px;
	color: #103F00;
	line-height: 54px;
	font-weight: normal;
}

h2 {
	font-size: 36px;
	color: #103F00;
	line-height: 54px;
	font-weight: normal;
	margin-bottom: 50px;
}

h3 {
	font-size: 28px;
	color: #003200;
	margin-bottom: 30px;
	line-height: 42px;
	font-weight: 600;
}

h4 {
	font-size: 20px;
	margin-top: 2.5em;
	margin-bottom: 15px;
	font-weight: bolder;
	color #222;
}

h5 {
	font-size: 16px;
	margin-top: 1em;
	font-weight: bolder;
	color #222;
}

td {
	font-size: 16px;
}

/*----------------------------------------------------------------------
class
----------------------------------------------------------------------*/
.center {
	text-align: center;
}

.white {
	color: #fff;
}

.green {
	color: #003200;
}

.dotted {
	border-bottom: dotted 2px #BBBBBB;
	padding-bottom: 25px;
}

.borderbottom {
	border-bottom: thin solid #ccc;
}

.minifont {
	font-size: 14px;
	line-height: 23px !important;
}

.bold {
	font-weight: 600;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mt90 {
	margin-top: 90px;
}

.mt110 {
	margin-top: 100px;
}

.mt200 {
	margin-top: 200px;
}

.mb0 {
	margin-bottom: 0;
}

.mb0i {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb50i {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml60 {
	margin-left: 60px;
}

.mr20 {
	margin-right: 20px;
}

.pt0i {
	padding-top: 0 !important;
}

.pt20 {
	padding-top: 20px;
}

.pb0i {
	padding-bottom: 0 !important;
}

.pl20 {
	padding-left: 20px;
}

.w360 {
	width: 360px;
}

.w375 {
	width: 375px;
}

.w385 {
	width: 385px;
}

.w420 {
	width: 420px;
}

.w430 {
	width: 430px;
}

.w460 {
	width: 460px;
}

.w470 {
	width: 470px;
}

.w490 {
	width: 490px;
}

.w520 {
	width: 520px;
}

.w570 {
	width: 570px;
}

.w860 {
	width: 860px;
}

.w900 {
	width: 900px;
}

.w940 {
	width: 940px !important;
	min-width: initial !important;
	margin-left: auto;
	margin-right: auto;
}


.middle {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.yellowBtnArrow {
	width: 357px;
	display: block;
	background-color: #F49A25;
	background-image: url(/visual-wao/en/common/images/warrow.png);
	background-repeat: no-repeat;
	background-position: 190px center;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}

.yellowBtnArrow:hover,
.yellowBtn:hover,
.yellowBtnArrowBig:hover,
#head #header #header_right ul li.hr_dev:hover {
	background-color: #FCBC06;
	text-decoration: none;
}

.yellowBtn {
	width: 357px;
	display: block;
	background-color: #F49A25;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}


.yellowBtnArrowBig {
	background-color: #F49A25;
	background-image: url(/visual-wao/en/common/images/warrow.png);
	background-repeat: no-repeat;
	background-position: center right 20px;
	font-size: 16px;
	text-align: center;
	padding: 10px 100px;
	color: #fff;
}


.greenBtnArrow {
	width: 357px;
	display: block;
	background-color: #4F8C11;
	background-image: url(/visual-wao/en/common/images/warrow.png);
	background-repeat: no-repeat;
	background-position: 330px center;
	font-size: 16px;
	text-align: center;
	padding: 4px 0;
	color: #fff;
}

.greenBtn {
	width: 357px;
	display: block;
	background-color: #4F8C11;
	font-size: 16px;
	text-align: center;
	padding: 4px 0;
	color: #fff;
}

.greenBtnSmall {
	width: 220px;
	display: block;
	background-color: #4F8C11;
	font-size: 16px;
	text-align: center;
	padding: 4px 0;
	color: #fff;
}

.greenBtnArrow:hover,
.greenBtn:hover,
.greenBtnSmall:hover,
#head #header #header_right ul li.hr_contact:hover,
.contactusBtn:hover {
	background-color: #6ABD17;
	text-decoration: none;
}

.contactusBtn:hover img {
	opacity: 0.7;
	text-decoration: none;
}

.contactusBtn {
	text-align: center;
	background-color: #4F8C11;
	width: 327px;
	display: block;
	font-size: 30px;
	color: #fff;
	padding: 23px 0;
	margin-left: auto;
	margin-right: auto;
}

.contactusBtn img {
	margin-right: 40px;
	vertical-align: bottom;
}


.checked {
	background-image: url(/visual-wao/en/common/images/checked_r2_c2.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 30px;
}

#pagetop {
	display: block;
	text-align: right;
	margin: 0px auto;
	width: 980px;
	overflow: hidden;
}

#pagetop a {
	opacity: 0;
	-moz-transition: 1s ease;
	-webkit-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	width: 50px;
	margin-left: 930px;
}

#pagetop.fixpt a {
	display: block;
	text-align: right;
	overflow: hidden;
	position: fixed;
	bottom: 16px;
	opacity: 0.75;
	margin-left: 930px;
}

#pagetop:hover {
	opacity: 0.3;
	text-decoration: none;
}

.vmiddle {
	display: table-cell;
	vertical-align: middle;
	height: 378px;
}

.vmiddle img {
	display: table-cell;
	vertical-align: middle;
}


/*----------------------------------------------------------------------
head
----------------------------------------------------------------------*/
#head {
	padding-top: 10px;
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#header a:hover {
	text-decoration: none;
}


#head #language {
	float: right;
}

#head #language li {
	float: left;
	margin-left: 20px;
}

#head #language li a {
	background-image: url(/visual-wao/en/common/images/triangle.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 20px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

#head #language li:last-child a {
	color: #999;
}

#head #language li a:hover {
	opacity: 0.8;
}

#head #header {
	margin-top: 20px;
	overflow: hidden;
}

#head #header #header_left {
	float: left;
	margin-top: 15px;
}

#head #header #header_right {
	float: right;
	margin-top: 25px;
}

#head #header #header_right ul li {
	float: left;
}

#head #header #header_right ul li.hr_phone {
	margin-top: 5px;
	margin-right: 35px;
	font-weight: 500;
	font-size: 14px;
	color: #333;
}

#head #header #header_right ul li.hr_phone span {
	font-size: 13px;
}

#head #header #header_right ul li.hr_contact {
	margin-right: 15px;
	background-color: #4F8C11;
	width: 140px;
	text-align: center;
}

#head #header #header_right ul li.hr_contact a {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 36px;
}

#head #header #header_right ul li.hr_contact a img {
	margin-right: 12px;
	padding-bottom: 4px;
	vertical-align: middle;
}

#head #header #header_right ul li.hr_dev {
	background-color: #F49A25;
	width: 180px;
	text-align: center;
}

#head #header #header_right ul li.hr_dev a {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 36px;
}

#head #header #header_right ul li.hr_dev a img {
	margin-right: 7px;
	padding-bottom: 2px;
	vertical-align: middle;
}

/*----------------------------------------------------------------------
gnavi	
----------------------------------------------------------------------*/
.cbp-hrmenu {
	width: 100%;
	margin-top: 2em;
	border-bottom: 4px solid #eee;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: #fff;
}

.cbp-hrmenu a:hover {
	text-decoration: none;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu>ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 1030px;
	max-width: 1030px;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-hrmenu>ul>li {
	display: inline-block;
	background-color: #fff;
}

.cbp-hrmenu>ul>li>a {
	font-weight: normal;
	padding: 15px 20px;
	color: #333;
	display: inline-block;
	font-size: 16px;
}

.cbp-hrmenu>ul>li>a:hover {
	color: #999;
	background: #eee;
}

.cbp-hrmenu>ul>li.cbp-hropen a,
.cbp-hrmenu>ul>li.cbp-hropen>a:hover {
	color: #333;
	background: #eee;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	/*display: none;*/
	position: absolute;
	background: #eee;
	width: 100%;
	left: 0;
	z-index: 100;
	opacity: 0;
	-moz-transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
}


.cbp-hrmenu .cbp-hropen .cbp-hrsub {
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	opacity: 1;
}

.cbp-hrmenu .cbp-hrsub-inner>div {
	width: 100%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner>div ul li {
	float: left;
	margin-right: 50px;
	font-size: 15px;
}

.cbp-hrmenu .cbp-hrsub-inner>div ul li a {
	color: #004C66;
	text-decoration: underline;
}

.cbp-hrmenu .cbp-hrsub-inner>div ul li a:hover {
	color: #004C66;
	text-decoration: none;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner>div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #333;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

#smenu {
	display: none;
}

/* Examples for media queries 
 
@media screen and (max-width: 52.75em) { 
 
	.cbp-hrmenu {
		font-size: 80%;
	}
 
}
 
@media screen and (max-width: 43em) { 
 
	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}
 
	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}
 
	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}
 
	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}
 
	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}
 
	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}
 
	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}
 
}
 
@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}*/

/*----------------------------------------------------------------------
visual
----------------------------------------------------------------------*/
#visual {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	min-width: 980px;
	max-width: 2000px;
	height: 480px;
	position: relative;
}

#visual img {
	position: absolute;
	/* 絶対配置 */
	top: 0;
	/* 上から半分 */
	left: 50%;
	/* 左から半分 */
	height: 100%;
	/* 要素の大きさの半分引く（CSS3） */
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}



/*----------------------------------------------------------------------
topics table
----------------------------------------------------------------------*/
a.topics_archive_link h3 {
	padding-bottom: 20px;
}

a.topics_archive_link:hover {
	text-decoration: underline;
	color: #fff;
}




table.topics tr td,
table.topics tr th {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: thin solid #7E3D87;
	font-size: 16px;
	color: #fff;
}

table.topics tr th {
	width: 130px;
	font-weight: 100;
}

table.topics tr td {
	padding-left: 20px;
}

table.topics tr td span {
	padding-left: 20px;
}

table.topics .greenarrow {
	background-image: url(/visual-wao/en/common/images/greenarrow.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 20px;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	display: block;
}

table.topics .greenarrow:hover {
	text-decoration: none;
}

/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/
#foot {
	min-width: 980px;
	width: 100%;
	border-top: #CBCBCB solid 2px;
	background-color: #EDEDED;
}

#sitemap {
	width: 980px;
	margin: 45px auto 35px auto;
	overflow: hidden;
}

#sitemap .f_sitemapbox {
	float: left;
	margin-right: 60px;
}

#sitemap .f_sitemapbox .f_s_title {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 400;
}

#sitemap .f_sitemapbox ul li {
	margin-left: 10px;
	margin-bottom: 15px;
}

#sitemap .f_sitemapbox ul li:before {
	content: '-';
	margin-right: 5px;
}

#sitemap .f_sitemapbox ul li a {
	font-size: 16px;
	font-weight: 100;
}

#sitemap a:hover {
	text-decoration: underline;
}


#footer {
	border-top: 2px #CBCBCB solid;
	min-width: 980px;
	width: 100%;
}

#footer #finfo {
	width: 980px;
	margin: 25px auto;
	overflow: hidden;
}

#footer #finfo #f_left {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

#footer #finfo #f_left img {
	width: 247px;
	height: auto;
}

#footer #finfo #f_right {
	float: right;
	margin-right: 20px;
}

#footer #finfo #f_right ul li {
	float: left;
	margin-left: 35px;
	font-size: 12px;
	line-height: 18px;
}

#foot .copy {
	font-size: 12px;
	color: #fff;
	background-color: #9D9D9D;
	line-height: 40px;
	text-align: center;
	width: 100%;
	min-width: 980px;
	margin: 0;
}


/*----------------------------------------------------------------------
HOME
----------------------------------------------------------------------*/
h1.hometitle {
	margin-top: 50px;
	text-shadow: 1px 1px 8px #fff;
	line-height: 52px;
}

.home .bg_photo {
	padding-bottom: 100px;
}

.home .bg_photo p {
	line-height: 28px;
	margin-bottom: 40px;
}

.home .bg_photo #featuresBtn {
	width: 220px;
}

/*----------------------------------------------------------------------
Page
----------------------------------------------------------------------*/
.downloadcontent {
	width: 100% !important;
	background-color: #F0F0F0;
	margin-left: -500% !important;
	margin-right: -500% !important;
	padding-left: 500%;
	padding-right: 500%;
	padding-top: 100px;
	padding-bottom: 100px;
	border-top: #ccc thin solid;
}

.page-id-143 .downloadcontent,
.single-post .downloadcontent {
	background-color: #fff;
	border-top: none;
}

.downloddvelopment {
	width: 300px;
	padding: 20px 26px 20px 31px;
	display: block;
	background-color: #F49A25;
	margin-bottom: 25px;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
}

.downloddvelopment:hover {
	background-color: #FCBC06;
	text-decoration: none;
}

.downloddvelopment img {
	margin-right: 28px;
	float: left;
	display: block;
	margin-top: 7px;
}


.downloddvelopmentThnks {
	background-image: url(/visual-wao/en/common/images/dlicon.png);
	background-repeat: no-repeat;
	background-position: center left 30px;
	background-color: #5E0E66;
	background-size: 60px;
	width: 550px;
	padding: 0 20px 0 120px;
	border: none;
	color: #fff;
	font-size: 18px;
	text-align: left;
	line-height: 100px;
	margin-bottom: 0;
	display: block;
}

.downloddvelopmentThnks:hover {
	text-decoration: none;
	background-color: #9320A0;
}

.downlodwhite {
	width: 296px;
	padding: 0 26px 0 35px;
	background-color: #3A670E;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	display: block;
	line-height: 92px;

}

.downlodwhite:hover {
	background-color: #6ABD17;
	text-decoration: none;
}

.downlodwhite img {
	margin-right: 29px;
	float: left;
	display: block;
	margin-top: 24px;
}

.downloddvelopment img {
	width: 43px !important;
}

.downlodwhite img {
	width: 38px !important;
}

.dlcontent {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

/*----------------------------------------------------------------------
content Article
----------------------------------------------------------------------*/
.content {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
}



.content .c_left,
.article .c_left {
	float: left;
}

.content .c_right,
.article .c_right {
	float: right;
}

.article {
	width: 980px;
	margin: 0 auto;
}

.article .bg_green,
.article .bg_mossyellow,
.article .bg_white,
.article .bg_glay,
.article .bg_gold,
.article .bg_lightglay {
	padding-top: 80px;
	padding-bottom: 80px;
	overflow: hidden;
	width: 100%;
}

.page-id-12 .article .bg_gold {
	padding-top: 40px;
	padding-bottom: 40px;
}

.article .bg_green {
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background-color: #4F8C11;
}

.article .bg_purple {
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background-color: #5E0E66;
}

.article .bg_mossyellow {
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background-color: #8DA30C;
}

.article .bg_photo3 {
	width: 100%;
	min-width: 980px;
	background-image: url(/visual-wao/en/common/images/bg-2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	height: 480px;
}

.article .bg_photo3 p {
	color: #003200
}

.article .bg_glay {
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background-color: #AAAAAA;
}

.article .bg_lightglay {
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background-color: #F0F0F0;
	border-top: solid #ccc thin;
}

.article .bg_gold {
	margin-left: -500%;
	margin-right: -500%;
	padding-left: 500%;
	padding-right: 500%;
	background-color: #999100;
}

.article .bg_green,
.article .bg_mossyellow,
.article .bg_gold {
	color: #fff;
}

.article .bg_green h3,
.article .bg_mossyellow h3 {
	color: #fff;
}

.article .bg_green h1,
.article .bg_mossyelow h1 {
	color: #fff;
}

.article h1 {
	margin-bottom: 60px;
}

.article p {
	line-height: 32px;
}



.backtohome {
	background-image: url(/visual-wao/en/common/images/garrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 28px;
}

.backtohome a {
	text-decoration: underline;
	color: #003200;
	font-size: 18px;
}

.dotlists {
	font-size: 16px;
}

.dotlists li {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 10px;
}

.vam {
	display: inline-table;
}

.vam>h1 {
	display: table-cell;
	vertical-align: middle;
	height: 460px;
}

.h460middle {
	display: table-cell;
	vertical-align: middle;
	height: 460px;
}

/*----------------------------------------------------------------------
Feature
----------------------------------------------------------------------*/
.page-id-7 .article h1 {
	margin-top: 160px;
	margin-bottom: 30px;
}

/*----------------------------------------------------------------------
Flow
----------------------------------------------------------------------*/
.page-id-12 .article h1 {
	margin-bottom: 30px;
	color: #fff;
}

.steps {
	width: 940px;
	margin: 0 auto;
}

.steps li {
	float: left;
	font-size: 12px;
	width: 200px;
	height: 48px;
	margin-right: 60px;
	display: block;
	position: relative;
}

.steps li:last-child {
	background: none;
	width: 150px;
	margin-right: 0;
}

.steps li:after {
	content: url(/visual-wao/en/common/images/whitearrow.png);
	display: block;
	margin-left: 220px;
	position: absolute;
	top: 15px;
}

.steps li:last-child:after {
	content: '';
}

/*----------------------------------------------------------------------
bg Class
----------------------------------------------------------------------*/
.bg_white,
.bg_green,
.bg_purple,
.bg_photo {
	width: 100%;
	min-width: 980px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.bg_green {
	background-color: #4F8C11;
}

.bg_purple {
	background-color: #5E0E66;
	padding-top: 60px;
}

.photo1 {
	background-image: url(/visual-wao/en/common/images/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.main1 {
	background-image: url(/visual-wao/en/common/images/topmain.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 0;
}


/*----------------------------------------------------------------------
マニュアル
----------------------------------------------------------------------*/
.page-id-30 .article img,
.page-id-32 .article img {
	margin-bottom: 3em;
	vertical-align: middle;
}

.wp-image-299,
.wp-image-301 {
	margin-bottom: 0 !important;
}


.page-id-30 .article dl,
.page-id-32 .article dl {
	font-size: 16px;

}

.page-id-30 .article dl dd,
.page-id-32 .article dl dd {
	margin-bottom: 0.6em;
	color: #555;
}

.page-id-30 img.middle {
	margin: 20px auto 40px auto;
}

.page-id-30 .article tr,
.page-id-32 .article tr {
	border-bottom: 1px solid #bbb;
}

.page-id-30 .article table,
.page-id-32 .article table {
	border-top: 1px solid #bbb;
	border-collapse: collapse;
}

.page-id-30 .article td,
.page-id-32 .article td {
	vertical-align: top;
	line-height: 180%;
	padding: 10px 24px 10px 0px;
}



#contnteslink {
	margin: 0 auto;
	background: #eee;
	padding: 10px;
	border: #ccc thin solid;
}

#contnteslink li {
	list-style-type: decimal;
	padding-left: 10px;
	margin-left: 20px;
}

#contnteslink li a {
	text-decoration: underline;
}

#contnteslink li a:hover {
	text-decoration: none;
}


dl.c1list {
	font-size: 16px;
}

dl.c1list dt {
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

dl.c1list dd {
	margin-left: 210px;
	margin-bottom: 10px;
}

ol.num li {
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 20px;
	line-height: 200%;
}

ol.num li dl dt {
	clear: left;
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

ol.num li dl dd {
	margin-left: 310px;
	margin-bottom: 10px;
}

ol.num2 li {
	list-style: upper-roman;
	line-height: 200%;
}

table.description {
	margin-bottom: 40px;
	border-collapse: collapse;

}

table.description tr th,
table.description tr td {
	padding: 10px;
	vertical-align: top;
}

table.description tr th {
	font-weight: normal;
	width: 150px
}

table.description tr.line th,
table.description tr.line td {
	border-bottom: thin solid #ccc;
}

/*----------------------------------------------------------------------
OE
----------------------------------------------------------------------*/
.oelist {
	font-size: 16px;
}

.oelist dt {
	clear: left;
	float: left;
	width: 200px;
	margin-bottom: 25px;
}

.oelist dd {
	margin-left: 250px;
	margin-bottom: 25px;
}

/*----------------------------------------------------------------------
company
----------------------------------------------------------------------*/
.complist {
	font-size: 16px;
}

.complist dt {
	clear: left;
	float: left;
	width: 230px;
	margin-bottom: 25px;
}

.complist dd {
	margin-left: 245px;
	margin-bottom: 25px;
}

/*----------------------------------------------------------------------
contact
----------------------------------------------------------------------*/
.article .singletitle {
	padding-top: 50px;
	padding-bottom: 50px;
}

.article .singletitle h1 {
	margin-left: 20px;
	margin-bottom: 0;
}

div.wpcf7 {
	max-width: 825px;
	margin: 0 auto;
}

.wpcf7 table {
	border-collapse: collapse;
}

.wpcf7 table tr td {
	max-width: 260px;
	vertical-align: top;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	padding: 5px 0;
}

.wpcf7 table tr td input[type="text"],
.wpcf7 table tr td select,
.wpcf7 table tr td input[type="tel"],
.wpcf7 table tr td input[type="email"] {
	height: 25px;
	border: thin solid #ccc;
	padding: 5px;
	background: #FAFAFA;
	width: 250px;
}

.wpcf7 .message_row td {
	padding-bottom: 30px;
}

.wpcf7 table tr td textarea {
	border: thin solid #ccc;
	padding: 5px;
	width: 100%;
	background: #FAFAFA;
	height: 268px;
	box-sizing: border-box;
}

.wpcf7 .message_row span[role="alert"] {
	text-align: right;
}

.wpcf7 .captcha_row {
	text-align: right;
}

.wpcf7 .captcha_row img {
	vertical-align: middle;
}

.wpcf7 .captcha_row .wpcf7-captchar {
	width: 120px;
}


.wpcf7 table tr td label {
	display: block;
	margin-bottom: 10px;
}

.wpcf7 .contactpolicy {
	width: 700px;
	margin: 20px auto;
	height: 150px;
	overflow-y: scroll;
	border: thin solid #ccc;
	padding: 5px;
}

.wpcf7 .contactpolicy p {
	line-height: 14px;
}

.wpcf7 .captcha {
	margin: 20px auto;
	width: 100%;
	padding: 10px 0;
	background-color: #ddd;
}

.wpcf7 .captcha p {
	text-align: center;
}

.wpcf7 .captcha img {
	padding: 10px;
	background-color: #fff;
	border: thin solid #ccc;
	text-align: center;
	width: auto;
}

.wpcf7 .captcha input[type="text"] {
	height: 25px;
	border: thin solid #ccc;
}


.mw_wp_form .contactbutton,
.wpcf7 .contactbutton {
	text-align: center;
	margin: 10px auto;
}

.mw_wp_form .contactbutton2,
.wpcf7 .contactbutton2 {
	text-align: right;
	margin: 0;
	padding: 20px 0 0 0;
	display: block;
	clear: both;
}

.mw_wp_form .contactbutton2 [type="submit"],
.wpcf7 .contactbutton2 #sendbutton {
	background-image: url(/visual-wao/en/common/images/warrowbig.png);
	background-repeat: no-repeat;
	background-color: #4F8C11;
	background-position: 60px center;
	width: 260px;
	height: 66px;
	border: none;
	margin: 0px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-left: 30px;
}


.mw_wp_form [type="submit"]:hover,
.wpcf7 .contactbutton #confirmation:hover,
.wpcf7 .contactbutton2 #backtoedit:hover,
.wpcf7 .contactbutton2 #sendbutton:hover {
	background-color: #6ABD17;
	cursor: pointer;
}


.wpcf7 span.wpcf7-not-valid-tip {
	color: #FF0;
}

.page-id-38 .wpcf7 span.wpcf7-not-valid-tip {
	color: #F00;
}

/* 
.wpcf7{
	width: 826px;
	margin: 0 auto;
	overflow: hidden;
} */
.w525 {
	width: 525px;
}

.w260 {
	width: 260px;
}

#form {
	background-color: #4F8C11;
	position: relative;
	padding-top: 20px;
	padding-bottom: 0px;
}

#form table:before {
	content: '';
	position: absolute;
	top: 100px;
	left: 0;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
}

#form table {
	width: 260px;
	margin: 0px auto 16px auto;
}

#form table tr th {
	font-weight: normal;
	text-align: left;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

#form table tr th,
#form table tr td {
	padding-top: 8px;
	padding-bottom: 8px;
}

#form table tr td input[type="text"],
#form table tr td input[type="email"] {
	border-radius: 5px;
	width: 100%;
}

#form table tr td input::-webkit-input-placeholder {
	color: #666666;
}

#form table tr td input::-moz-placeholder {
	color: #666666;
}

#form .downloadkit_submit button,
#form #downloadkit {
	white-space: normal;
	background-image: url(/visual-wao/en/common/images/warrowbig2.png);
	background-repeat: no-repeat;
	background-position: 35px center;
	background-color: #F49A25;
	width: 100%;
	padding: 0 30px 0 100px;
	height: 92px;
	border: none;
	color: #fff;
	font-size: 16px;
	text-align: left;
	line-height: 26px;
	margin-bottom: 22px;
}

#form .downloadkit_submit button:hover,
#form #downloadkit:hover {
	background-color: #FCBC06;
	cursor: pointer;

}

.mw_wp_form #form .error {
	display: inline;
	background-color: #fff;
	padding: 1px 5px;
}

.captcha_row_side .captcha_msg {
	color: #fff;
}

.captcha_row_side img {
	vertical-align: middle;
	border-radius: 4px;
}


/*----------------------------------------------------------------------
single
----------------------------------------------------------------------*/
.single .article {
	width: 940px;
}

.single .title h1 {
	color: #fff;
	margin-bottom: 0;
}

.single .bg_purple {
	padding-top: 50px;
	padding-bottom: 50px;
}

.single .article .head {
	margin-top: 80px;
	position: relative;
}

.single .article .head h3.singletitle {
	font-size: 28px;
	line-height: 50px;
	color: #003200;
	padding: 0;
	width: 820px;
}

.single .article .head p.postdate {
	font-size: 16px;
	color: #333;
	text-align: right;
	position: absolute;
	right: -40px;
	top: 14px;
}

.backtoindex {
	width: 980px;
	margin: 60px auto 0px auto;
	padding: 20px 0 20px 0;
	border-top: thin solid #ccc;
	border-bottom: thin solid #ccc;
}

.backtoindex p {
	padding: 0;
	margin: 0;
}

.backtoindex p a {
	background-image: url(/visual-wao/en/common/images/garrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 28px;
	font-size: 14px;
	text-decoration: underline;
	color: #003200;
}

.backtoindex p :hover {
	text-decoration: none;
}

/*----------------------------------------------------------------------
アーカイブ
----------------------------------------------------------------------*/
.page-id-143 .article {
	width: 940px;
}

.page-id-143 .title h1 {
	color: #fff;
	margin-bottom: 0;
}

.page-id-143 .bg_purple {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-id-143 .content {
	margin-top: 50px;
}


table.topics {
	border-collapse: collapse;
}

.page-id-143 table.topics tr td,
.page-id-143 table.topics tr th {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: thin solid #aaa;
	font-size: 16px;
	color: #003200;
}

.page-id-143 table.topics tr th {
	width: 130px;
	font-weight: 100;
}

.page-id-143 table.topics tr td {
	padding-left: 20px;
}

.page-id-143 table.topics .greenarrow {
	background-image: url(/visual-wao/en/common/images/greenarrow.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 20px;
	color: #003200;
	font-weight: normal;
	text-decoration: underline;
	display: block;
}

.page-id-143 table.topics a:hover {
	text-decoration: none;
}

/*----------------------------------------------------------------------
Thanks page
----------------------------------------------------------------------*/
.page-id-22 .article h1,
.page-id-431 .article h1 {
	font-size: 32px;
}

/*----------------------------------------------------------------------
Price List
----------------------------------------------------------------------*/
#pricelist {
	border-collapse: collapse;
	width: 940px;
	margin: 0 auto;
}

#pricelist tr td,
#pricelist tr th {
	border: thin solid #ccc;
	padding: 5px;
	font-size: 14px;
}

#pricelist tr th {
	background-color: #eee;
	font-weight: normal;
}

#pricelist tr td.right {
	text-align: right;
}

#pricelist tr td.tate {}

#pricelist tr td.tate div {
	width: 55px;
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
	-moz-transform-origin: 20px 0px;
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/*----------------------------------------------------------------------
404
----------------------------------------------------------------------*/
.error404 .bg_white ul {
	font-size: 16px;
}

.error404 .bg_white ul li {
	list-style-type: disc;
	margin-bottom: 15px;
}

.error404 .bg_white ul li a {
	text-decoration: underline;
	color: #003200;
}


/*----------------------------------------------------------------------
multi-device-switcher
----------------------------------------------------------------------*/
.pc-switcher {
	background-color: #888;
	color: #000;
	font-size: 10px;
}

.pc-switcher>* {
	display: inline-block;
	width: 49.5%;
	text-align: center;
	position: relative;
}

.pc-switcher a {
	border-left: thin #aaa solid;
	color: #eee;
}

.pc-switcher a:after {
	position: absolute;
	top: 50%;
	right: 10%;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}