<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* reset style
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,i{
	margin:0;
	padding:0;
	word-break: normal;
	font-style:normal;
    font-weight: normal;
    font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
img{
	border:0;
	vertical-align:top;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
textarea{
	font-size:100%;
}
th {
	text-align:left;
	font-weight:normal;
}
address,em{
	font-style:normal;
	font-weight:normal;
}
sup{
	font-weight:normal;
}
a{
	color:#b37c00;
	text-decoration:underline;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
a:hover{
    filter:alpha(opacity=0.4);
    opacity:0.4;
	text-decoration:none;
}
a:visited{
	color: #660099;
}
a img,
.form_btn input{
    filter:alpha(opacity=1);
    opacity:1;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
a:hover img,
.form_btn input:hover{
    filter:alpha(opacity=0.4);
    opacity:0.4;
}


/* structure
-----------------------------------------------------------------------------*/
html,body{ height: 100%; }
body,input,textarea,button{
	color:#333;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	line-height:1.8;
}
body{
	text-align: center;
}
.goth{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* &lt;HEADER&gt; */
#header{
    top: -92px;
    width: 100%;
    margin: 92px auto 0;
    position: absolute;
	height:92px;
	background:#2c1004;
    z-index: 999;
}
#header .inner {
	width: 1200px;
    margin: 0 auto;
    position: relative;
}
#header .inner:after {
    content: "";
    clear: both;
    display: block;
}
#header .logo{
	float:left;
	padding: 18px 0 0;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
	font-size:14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a{
	color:#fff;
	text-decoration:none;
	display:block;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	float:right;
	height:30px;
	line-height:30px;
	margin:10px 10px;
	position:relative;
}
#header nav li a:before{
	border-right: 1px solid #fff;
	content: "";
	display: block;
	height: 20px;
	left: -20px;
	position: absolute;
	top: 50%;
	margin-top:-10px;
	width: 10px;
}
#header nav li.first a:before{
	border-right: none;
}
#header #global-nav ul li a{
	height:30px;
	line-height:30px;
	margin:10px 10px 0;
	position:relative;
}
#header nav li a:before{
	height: 20px;
	left: -20px;
	margin-top:-10px;
	width: 10px;
} 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 8px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* &lt;/HEADER&gt; */


/* &lt;FOOTER&gt; */
#footer{
	padding: 40px 0 0;
	background: #2c1004;
	color: #fff;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer h2{
	margin: 0 0 30px;
}
#footer dl{
	width: 840px;
	margin: 0 auto;
	overflow: hidden;
}
#footer dl dt{
	float: left;
}
#footer dl dt #gmap{
	width: 560px;
	height: 370px;
}
#footer dl dd{
	width: 260px;
	height: 370px;
	position: relative;
	float: right;
	text-align: left;
}
#footer dl dd h3{
	font-size: 21px;
}
#footer dl dd p.tel{
	margin: 10px 0;
	padding: 0 0 0 26px;
	font-size: 24px;
	line-height: 34px;
	background:url(../images/top/icon-tel.png) no-repeat left top;
}
#footer dl dd p.inq{
	display: inline;
}
#footer dl dd p.inq a{
	display: block;
	font-size: 18px;
	line-height: 42px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	display: block;
	color: #fff;
	border:solid 1px #fff;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#footer dl dd p.photo{
	position: absolute;
	bottom: 0;
}
#footer #copy{
	margin-top: 30px;
	text-align: center;
	border-top: solid 1px #cfb75e;
	color: #fff;
	font-size: 12px;
	padding: 15px 0;
}
/* &lt;/FOOTER&gt; */


/* library
-----------------------------------------------------------------------------*/
/*トップに戻る*/
/*#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index:99999999;
}
#pageTop a{
	display: block;
	height: 48px;
	width: 48px;
	background: rgba(0,0,0,.7);
}
#pageTop a:hover{
	background: rgba(0,0,0,.8);
}*/
#pageTop {
    display: block;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    background: #cfb75e;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    transition: .5s;
}

/*ボタン*/
a.btnStyle{
	display: inline-block;
	font-size: 18px;
	line-height: 42px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	display: inline-block;
	color: #fff !important;
	background-color: #cfb75e;
	text-align: center;
	text-decoration: none;
	padding: 0 40px;
}
.btnStyle i{
	margin-right: 5px;
}

/*リスト*/
ul.list-p{
	list-style:disc outside;
	margin-left: 20px;	
}

/*レイアウトボックス*/
.wrap{
	width: 1200px;
	margin: 0 auto 60px;
	text-align: left;
}
.box{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
.box p,
.box-n p{
	margin: 0 0 15px;
}
.box p:last-child,
.box-n p:last-child{
	margin-bottom: 0;
}
.box table{
	width: 100%;
	border: solid 1px #726b69;
	border-collapse:collapse;
	line-height: 1.2;
}
.box table th{
	padding: 15px 25px;
	border: solid 1px #726b69;
	background: #f3eee8;
}
.box table td{
	padding: 15px 25px;
	border: solid 1px #726b69;
	background: #fff;
}
.box-pdf{
	width: 1000px;
	margin: 60px auto 0;
	overflow: hidden;
	text-align: left;
	box-sizing:border-box;
	background: #f3eee8;
}
.box-pdf p{
	line-height: 28px;
	padding: 12px 20px 12px 30px;
}
.box-pdf p img{
	float: left;
	margin: 8px 14px 0 0;
}


/*見出し*/
.ttl1{
	border-top: solid 2px #cfb75e;
	border-bottom: dotted 1px #817b7a;
	font-size: 28px;
	line-height: 31px;
	padding: 32px 0 32px 50px;
	font-weight: bold;
	margin: 0 0 45px;
}
.ttl2{
	border-left: solid 5px #cfb75e;
	border-bottom: solid 1px #cfb75e;
	font-size: 21px;
	line-height: 24px;
	padding: 10px 0 10px 44px;
	font-weight: bold;
	margin: 0 50px 45px;
}
.right{
	text-align: right !important;
}

/*ぱんくず*/
.pan{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
}
.pan li{
	display: block;
	float: left;
}
.pan li:after{
	content:"›";
	margin: 0 5px;
}
.pan li:last-child:after{
	content:none;
}


/* module
-----------------------------------------------------------------------------*/
.cf:after{
	content: "";
	clear: both;
	display: block;
}
.cl{
	clear:both;
}
.red{
	color: #f00;
}


/* toppage
-----------------------------------------------------------------------------*/
.sp-buttons {
    margin-top: -50px;
}
.sp-button {
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #cfb75e !important;
    background-color: #fff !important;
}
.sp-selected-button {
    background-color: #cfb75e !important;
}
#box1{
	width: 1200px;
	text-align: left;
	margin: 20px auto;
	overflow: hidden;
}
#box1 p{
	margin: 0 0 15px 100px;
}
#box1 h2{
	padding: 40px 0 20px 100px;
}
#box1 .photo{
	float: right;
	margin: 0 0 0 80px;
}
#box2{
	background: #f6f1ed;
	padding: 40px 0 40px;
	text-align: center;
}
#box2 ul{
	width: 1000px;
	margin: 30px auto 0;
	overflow: hidden;
}
#box2 ul li{
	width: 320px;
	float: left;
	margin: 0 20px 0 0;
}
#box2 ul li.last{
	margin-right: 0;
}
#box2 ul li h3{
	margin: 20px 0 15px;
	font-size: 18px;
	line-height: 42px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	width: 236px;
	display: inline-block;
	color: #fff;
	background-color: #cfb75e;
}
#box2 ul li h3 a{
	color: #fff;
	text-decoration: none;
}
#box2 ul li p{
	margin: 0 30px;
}
#box3{
	padding: 0 0 42px;
}
#box3 h2{
	margin: 40px 0 30px;
}
#box3 ul{
	width: 1102px;
	margin: 0 auto;
	overflow: hidden;
}
#box3 ul li{
	width:262px;
	float: left;
	margin: 0 18px 18px 0;
	text-align:center;
}
#box3 ul li:nth-child(4n){
	margin-right: 0;
}
#box3 ul li:nth-child(4n+1){
	clear:left;
}
#box3 ul li .item{
	text-align: center;
	display: table;
}
#box3 ul li .item a,
#box3 ul li .item span{
	border: solid 1px #a19c9b;
	display: table-cell;
	width: 260px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
#box3 ul li .item a img,
#box3 ul li .item span img{
	max-width:204px;
	max-height:68px;
	width:auto;
	height:auto;
}
#box4{
	background: #f6f1ed;
	padding: 40px 0 60px;
	text-align: center;
}
#box4 h2{
	margin: 0 0 30px;
}
#box4 #notice{
	width:1200px;
	margin: 0 auto 60px;
}
#box4 .tab{
	width:1200px;
	overflow:hidden;
}
#box4 .tab li{
	display: inline;
}
#box4 .tab li a{
	display: block;
	width: 300px;
	float: left;
	box-sizing:border-box;
	border-left: solid 1px #b0acab;
	border-top: solid 1px #b0acab;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}
#box4 .tab li:nth-child(4) a{
	border-right: solid 1px #b0acab;
}
#box4 .tab li:nth-child(1) a:hover,
#box4 .tab-box-cr-1 li.tab-1 a,
#box4 .tab li:nth-child(2) a:hover,
#box4 .tab-box-cr-2 li.tab-2 a,
#box4 .tab li:nth-child(3) a:hover,
#box4 .tab-box-cr-3 li.tab-3 a,
#box4 .tab li:nth-child(4) a:hover,
#box4 .tab-box-cr-4 li.tab-4 a{
	background: #231815;
	color: #fff;
	font-weight: bold;
	border-color:#231815;
	opacity:1;
}
#tab2,#tab3,#tab4{
	display:none;
}
#box4 .tabs_container{
	border-top:solid 1px #231815;
	border-left:solid 1px #231815;
	border-bottom:solid 1px #231815;
	border-right:solid 1px #231815;
	padding: 10px 0;
	background: #fff;
	text-align: center;
	height: 280px;
	overflow: auto;
	box-sizing:border-box;
}
#box4 .tabs_container dl{
	width:1120px;
	margin: 10px auto;
	padding: 10px 20px;
	overflow:hidden;
	border-bottom: dotted 1px #857f7e;
	text-align: left;
	box-sizing:border-box;
}
#box4 .tabs_container dl dt{
	width:210px;
	float:left;
}
#box4 .tabs_container dl dt:before{
	content:"●";
}
#box4 .tabs_container dl dd{
	margin-left:210px;
}
#box4 .ban1{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
#box4 .ban1 li{
	float: left;
}
#box4 .ban1 li:last-child{
	float: right;
}
#box4 .catch{
	margin: 30px 0 15px;
	font-size: 18px;
}


/* lowerpage
-----------------------------------------------------------------------------*/
#container{
	padding-top: 92px;
	background: #fff;
}
.about-box1 .photo{
	float: right;
	margin: 0 0 0 40px;
}
.about-box1 .sign{
	margin-top: 30px;
	font-size: 16px;
}
.about-box1 .sign b{
	font-size: 24px;
}
.about-box2{
	margin-bottom: 60px;
}

/*member*/
.member-box1 dl{
	width: 1200px;
	margin: 0 0 30px;
}
.member-box1 dl dt{
	font-size: 21px;
	line-height: 24px;
	border-bottom: solid 1px #817b7a;
	margin: 0 50px 30px;
	padding: 0 50px 15px;
}
.member-box1 dl dd{
	margin: 0 100px;
	overflow: hidden;
}
.member-box1 dl dd p.photo{
	float: left;
	margin: 0 30px 0 0;
}
.member-box1 dl dd p,
.member-box1 dl dd address{
	margin: 0 0 15px;
}
.member-box1 dl dd p a.btnStyle{
	margin-right: 15px;
}

/*sponsor*/
.sponsor-box1 .box{
	text-align: center;
}
.sponsor-box1 .box h2{
	font-size: 28px;
	line-height: 31px;
	margin: 0 0 30px;
}
.wrap2{
	background: #f3eee8;
	padding: 30px 0;
}
.sponsor-box2{
	margin-bottom: 60px;
}
.sponsor-box2 .box{
	text-align: center;
}
.sponsor-box2 h2{
	font-size: 24px;
	line-height: 27px;
	margin: 0 0 15px;
	font-weight: bold;
}
.sponsor-box2 p.tel{
	display: inline-block;
	margin: 0 0 25px;
	padding: 0 0 0 26px;
	font-size: 24px;
	line-height: 35px;
	background:url(../images/sponsor/icon-tel.png) no-repeat left top;
}
.sponsor-box3 table{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.sponsor-box3 ul{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.sponsor-box3 ul li{
	width: 306px;
	float: left;
	margin-right: 41px;
	margin-bottom: 40px;
}
.sponsor-box3 ul li:nth-child(3n){
	margin-right: 0;
}
.sponsor-box3 ul li:nth-child(3n+1){
	clear:left;
}
.sponsor-box3 ul li .item{
	text-align: center;
	display: table;
}
.sponsor-box3 ul li .item a,
.sponsor-box3 ul li .item span{
	border: solid 1px #a19c9b;
	display: table-cell;
	width: 304px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
}
.sponsor-box3 ul li .item a img,
.sponsor-box3 ul li .item span img{
	max-width:240px;
	max-height:80px;
	width:auto;
	height:auto;
}
.sponsor-box3 ul li h2{
	font-size: 18px;
	line-height: 20px;
	margin: 15px 0 5px;
}
.sponsor-box3 ul li p{
	margin:10px 0;
	line-height:1.1;
	padding-left:15px;
}
.sponsor-box3 ul li p i{
	margin-right:5px;
	float:left;
	margin-left:-15px;
}
/**/
.inquiry-box1{
	margin-bottom: 60px;
}
.inquiry-box1 .box{
	width: 800px;
	display: table;
}
.inquiry-box2{
	width: 1000px;
	padding: 15px 25px;
	background: #f8ccab;
	box-sizing:border-box;
}

/*join*/
.join-box1 .box{
	text-align: center;
}
.join-box2 .box{
	text-align: center;
}
.join-box3 .box table{
	margin-bottom: 30px;
}
.join-box3 .box table p + ul{
	margin-top: 15px;
}
.join-box3 .box table th{
	width: 15%;
}
#join-merit{
	width:1200px;
	height:1030px;
	position:relative;
	background:url(/images/join/bg1.gif) no-repeat left top;
}
#join-merit li{
	position:absolute;
}
#join-merit li.list1{ top:13px;left:100px; }
#join-merit li.list2{ top:303px;left:440px; }
#join-merit li.list3{ top:13px;right:100px; }
#join-merit li.list4{ top:583px;left:100px; }
#join-merit li.list5{ top:583px;right:100px; }

/**/
.movie-box1 ul{
	width:1000px;
	overflow:hidden;
}
.movie-box1 ul li{
	width:320px;
	float:left;
	margin:0 20px 40px 0;
}
.movie-box1 ul li:nth-child(3n){
	margin-right:0;
}

/*list*/
.list-box1 ul{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.list-box1 ul li{
	display: inline;
}
.list-box1 ul li a{
	color:#333;
	display: block;
	width: 339px;
	float: left;
	margin-right: 41px;
	margin-bottom: 40px;
	box-sizing: border-box;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 0 0 10px 20px;
	text-decoration: none;
}
.list-box1 ul li a p.photo{
	padding:20px 0 0;
	margin:0;
}
.list-box1 ul li a p.photo img{
	max-width:299px;
	max-height:250px;
	width:auto;
	height:auto;
}
.list-box1 ul li a:hover{
	background: #f3eee8;
	opacity:1;
}
.list-box1 ul li:nth-child(3n) a{
	margin-right: 0;
}
.list-box1 ul li:nth-child(3n+1) a{
	clear:left;
}
.list-box1 ul li h2{
	font-size: 18px;
	line-height: 20px;
	margin: 15px 0 5px;
	font-weight: bold;
}
.list-box1 ul li p{
	line-height: 1.1;
	margin: 10px 0;
	padding-left:15px;
}
.list-box1 ul li p i{
	float:left;
	margin-right: 5px;
	margin-left:-15px;
}
.list-box1 .anchor-box{
	width: 1100px;
	margin: 0 auto 40px;
	font-size:14px;
	line-height:2.4;
}
.list-box1 .anchor-box span{
	white-space:nowrap;
	margin-right:10px;
}
.list-box1 .anchor-box span:before{
	font-family: FontAwesome;
	content : "\f0da";
	margin-right:0.2em;
	color:#cfb75e;
}
.list-box1 .anchor-box span a{
	color:#333;
}

/**/
.blog-box1{
	
}
.blog-box1 dl{
	width:1120px;
	margin: 10px auto;
	padding: 10px 20px;
	overflow:hidden;
	border-bottom: dotted 1px #857f7e;
	text-align: left;
	box-sizing:border-box;
}
.blog-box1 dl dt{
	width:210px;
	float:left;
}
.blog-box1 dl dt:before{
	content:"●";
}
.blog-box1 dl dd{
	margin-left:210px;
}

.form_btn{
	text-align: center;
	margin-right: 5%;
}
.form_btn input,
#bbp_topic_submit,
#bbp_reply_submit{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	display: inline-block;
	font-size: 28px;
	line-height: 80px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	color: #fff;
	background-color: #d0382f;
	text-align: center;
	text-decoration: none;
	padding: 0 80px;
	cursor:pointer;
}
.movie-box{
	text-align: center;
}
.movie-box iframe{
	max-width:100%;
}

/* &lt;BBPRESS&gt; */
#bbpress-forums{
	width:1200px;
	margin:0 auto;
	font-size: 14px;
}

.bbp-search-form{
	margin:0 0 15px;
	padding:15px 0 0;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 14px;
	border: 1px solid #ccc;
}
#bbpress-forums ul.bbp-forums .bbp-body .bbp-forum-info,
#bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-title{
	font-size:18px;
}
div.bbp-template-notice p {
	font-size: 14px;
}
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 14px;
	padding: 20px 0;
}
#bbpress-forums fieldset.bbp-form {
    border:none;
	text-align: left;
}
li.bbp-forum-info,
li.bbp-topic-title {
	width: 77%;
}
.forum-box1{
	clear:both;
}
#bbpress-forums .forum-box1 h1 {
    clear: none;
	font-size: 28px;
	line-height: 31px;
    padding-bottom: 32px;
}
#bbpress-forums li.bbp-header {
	background: #cfb75e;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    border-top: 1px solid #cfb75e;
}
.form-allowed-tags{
	display:none;
}
.bbp-reply-form,
.bbp-topic-form{
	background: #f3eee8;
	padding: 30px 0;
}
.bbp-reply-form form,
.bbp-topic-form form{
	width: 800px;
	margin: 0 auto;
	display: table;
}
.bbp-reply-form form input[type="text"],
.bbp-topic-form form input[type="text"]{
	width: 98%;
	box-sizing:border-box;
}
.bbp-reply-form form fieldset fieldset legend{
	display: none;
}
#bbpress-forums fieldset.bbp-form {
    padding: 0;
}
#bbpress-forums fieldset.bbp-form legend {
    padding: 5px 0;
	font-weight:bold;
	font-size: 16px;
}
div.bbp-submit-wrapper {
    float: none;
	text-align: center;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	width: 98%;
	box-sizing:border-box;
	font-size: 16px;
	margin-top: 20px;
}
.bbp-reply-author{
	line-height: 1.1;
}
/* &lt;/ BBPRESS&gt; */


/* &lt;CONTACTFORM7&gt; */
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
	cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
.wpcf7-form-control-wrap input{
	width: 90%;
}
.wpcf7-form-control-wrap textarea{
	width: 90%;
}
/* &lt;/ PLUGIN&gt; */</pre></body></html>