@charset "utf-8";
/*
Theme Name: cloudtpl_867
Theme URI: http://c-tpl.com/
Description: cloudtpl_867
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {
outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:80%/1.5 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
color:#333;
-webkit-text-size-adjust: none;
background:#f2f2f2;
min-width: 960px;
}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#333;
}

a:hover, a:active, .entry_Banner:hover, .nav_info:hover, #header p:hover, .nav_recruit:hover,
.nav_iso:hover {
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#999;
}

.sideNav ul a:hover, .inner ul li a:hover, .recruit02 a:hover, .entry_Banner:hover, .nav_info:hover,
#header p:hover, .nav_recruit:hover, .nav_iso:hover, .philosophy02 .table01 a strong:hover {
opacity:0.6;
}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding: 10px 100px;
background: #2a588b;
background: -moz-linear-gradient(top, #ff0049b 100%, #e40038 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#ff0049), color-stop(100%,#e40038));
background: -webkit-linear-gradient(top, #ff0049 100%,#e40038 100%);
background: -o-linear-gradient(top, #ff0049 100%,#e400388 100%);
background: -ms-linear-gradient(top, #ff0049 100%,#e40038 100%);
background: linear-gradient(to bottom, #ff0049 0%,#e40038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0049', endColorstr='#e40038',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
cursor: pointer;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #2a588b;
background: -moz-linear-gradient(top, #e40038 100%, #ff0049 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#e40038), color-stop(100%,#ff0049));
background: -webkit-linear-gradient(top, #e40038 100%,#ff0049 100%);
background: -o-linear-gradient(top, #e400388 100%,#ff0049 100%);
background: -ms-linear-gradient(top, #e40038 100%,#ff0049 100%);
background: linear-gradient(to bottom, #e40038 100%,#ff0049 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e40038', endColorstr='#ff0049',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 641px;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
background:#fff;
}

#content{
float:left;
width:710px;
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding:10px;
/*border-bottom:1px solid #5d5d5d;*/
background:#FFF;
} 


/* ヘッダー
*****************************************************/
#header .bg{background:#00aeec;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color: #fff;
font-size:80%;
font-weight:normal;
}

#header p{
float:right;
margin: 10px 0;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
color: #515151;
font-size:160%;
font-weight:bold;
margin: 15px 0 0;
}


/* メインメニュー
------------------------------------------------------------*/
nav#mainNav{
clear:both;
position:relative;
z-index:200;
background:#00aeec;
}

nav#mainNav ul li{
float: left;
position: relative;
border-right:1px solid #fff;
}

nav#mainNav ul li:first-child{border-left:1px solid #fff;}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color:#fff;
padding:20px 40px 20px;
}

nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:90%;
line-height:1.4;
}

nav#mainNav ul li a span{
font-size:70%;
color:#327cab;
}

nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
background:#4ed1f4;
}

nav#mainNav ul ul{width:160px;}

nav#mainNav ul li ul{display: none;}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:60px;
left:-2px;
z-index:500;
}

nav#mainNav ul li li{
padding:0 0 0 10px;
margin:0;
float: none;
height:40px;
line-height:40px;
width:160px;
background:#214a78;
border:0;
border-bottom:1px solid #6586ab;
}

nav#mainNav ul li li:first-child{border-left:0;}

nav#mainNav ul li li a{
width:100%;
height:40px;
padding:0;
line-height:40px;
font-size:95%;
text-align:left;
}

nav#mainNav ul li li a span{padding:0 10px;}

nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{color:#327cab;}

nav#mainNav ul li:hover ul li:last-child{border:0;}

/* トップページ　メイン画像
----------------------------------*/

#mainImg{
background: url(../images/mainImage_bg.jpg) no-repeat center top;
clear:both;
padding-top:20px;
line-height:0;
text-align:center;
z-index:0;
}

.post {
margin:0 0 20px 0;
padding:20px;
background: #fff;
}
.post_home {
width: 708px;
height: 194px;
}

/* タイポグラフィ
*****************************************************/
h2.topi, h2.home{
clear:both;
margin:30px 0 0;
padding:7px 10px;
border-bottom:0;
background:#fff url(../images/border.png) repeat-x 0 100%;
font-size: 21px; color: #800080; font-weight: bold;
}

/*h2.first{margin-top:0; font-size: 21px; color: #00aeec; font-weight: bold;}*/
h2.first  {
clear:both;
padding:7px 10px;
border-bottom:0;
background:#fff;
font-size: 21px; color: #800080; font-weight: bold;
}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2 {
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:bold;
color: #800080;
border-bottom:2px solid #00aeec;
}

.post h3{
margin-bottom: 10px;
font-size:130%;
font-weight: bold;
color:#333;
border-bottom: 1px dotted #555;
}
.post h4{
margin-bottom: 5px;
font-weight: bold;
color:#555;
padding: 3px 0 0 8px;
border-left: 5px solid #555;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border-collapse: collapse;
border-spacing: 0;
margin:10px 0;
}

.post table th{
padding:7px 10px 7px 5px;
border-bottom: #ccc solid;
border-width: 0 0 1px 1px;
color:#333;
font-size: 13px;
}

.post table td{
padding:7px 5px;
border-bottom: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
font-size: 13px;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
.sideNav ul li:last-child {
margin: 30px 0;
}
.sideNav ul a {
background-color: #fff;
display: block;
width: 207px;
height: 40px;
border-bottom: 1px solid #f2f2f2;
padding: 10px 9px;
}
.sideNav ul li:last-child {
margin: 0 0 10px;
background: none;
}


.sideNav ul.sbul01 li {
float: left;

}
.sideNav ul.sbul01 li:first-child{
width:45px;
height:41px;
margin:10px;
}
.sideNav ul.sbul01 li:last-child{
height: 20px;
font: 8px bold;
color:　#00aeec;
margin: 19px 0 0;
padding-left:5px;
float: left;
border-left: 5px solid #00aeec;
line-height: 12px;
}

.sideNav ul li p.sb01 {
width: 45px;
height: 41px;
float: left;
margin-right: 9px;
}
.sideNav li ul.sbul02 {
width: 144px;
float: left;
margin-top: 5px;
}
.sideNav li ul.sbul02 li:first-child {
padding-left: 5px;
border-left: 5px solid #00aeec;
font-size: 13px;
}
.sideNav li ul.sbul02 li:last-child {
color: #00aeec;
margin: 0;
font-size: 10px;
}
.nav_info {
width: 225px;
height: 152px;
margin-bottom: 10px;
}
.inner ul li {
float: left;
}

.nav_info p {
margin: 0 7px 7px;
}
section.widget, .widgetInfo{
margin: 0 0 20px;
padding: 10px 20px 20px;
background: #fff;
}

#banners img{
max-width:225px;
height:auto;
padding-bottom:10px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
}

section.widget p{
display:block;
/*padding:3px 0 3px 13px;
text-decoration:underline;*/
background:url(images/arrow.png) no-repeat 0 50%;
}

/*section.widget p:hover{
text-decoration:none;
background-position: 3px 50%;
}*/

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}
.nav_iso {
text-align: center;
line-height:12px;
font-size: 85%;
}
.nav_iso img{
margin: 0 0 5px;
}
 /*ウィジェット独自追加▼*/
 
#recent-posts-2 h3 {
visibility:hidden;
height: 0;
padding: 0;
margin: 0;
}
#recent-posts-2 li {
padding: 5px 0;
border-bottom: 1px dotted #dadada;
}
#recent-posts-2 li p {
width: 550px;
float: right;
text-align: left;
} 
#recent-posts-2 li span {
width: 130px;
}




/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}



/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:60px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:12px 0;
text-align:center;
font-size:85%;
zoom:1;
color:#fff;
background:#00aeec;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#2a588b;
text-align:center;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:735px;
margin:20px -25px 20px 0;
}

.thumbWrap li{
float:left;
width: 220px;
margin:0 25px 0 0;
padding:2px 0 0 0;
background:none;
}

.thumbWrap ul.thumb li a{
display: block;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #00AEEC;
}

ul.thumb h3 span{
color: #fff;
display:block;
padding:2px 3px;
background:#00AEEC;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#4ed1f4;}

/* ------------------------------------------------------------

 独自追加▼
 
------------------------------------------------------------*/

/* 共通
------------------------------------------------------------*/


.area01 p.textArea, .area02 p.textArea {
margin-bottom: 10px;
}
.area01 p , .area01 ol , .area02 p {
color: #333;
}
#iso, .form01, .ecoGreeting, {
width: 600px;
margin: 0 auto;
}
.area01, .access01 {
margin-bottom: 30px;
}

.thumbWrap:after, .area01:after, .area02:after, p.ecoName:after, .access01:after, 
.area03 ul.ul04:after, #footer:after, .inner:after, .sharyou01:after, .sharyou04:after {  /*clearFix*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* トップページ
------------------------------------------------------------*/
.post_home {
position: relative;
}
.topText {
background: url(images/topText_bg.jpg) no-repeat 0 0;
}
.topText p {
font-size: 18px;
position: absolute;
top: -46px;
background: url(../images/topText_bg.jpg) no-repeat 0 45px;
}

.topNav {
width: 688px;
}
.topNav ul {
margin: 0px;
}
.topNav ul li {
float: left;

margin: 0 9px 30px 0;
padding: 0;
}
.topNav ul li:last-child{
margin: 0 0 30px;
}
.topNav ul li a {
display: block;
width: 165px;
height: 221px;
}
.topNav01 a {
background-image: url(images/top_nav01.jpg);
background-position: no-repeat 0 0;

}
.topNav02 a {
background-image: url(images/top_nav02.jpg);
background-position: no-repeat 0 0;
}
.topNav03 a {
background-image: url(images/top_nav03.jpg);
background-position: no-repeat 0 0;
}
.topNav04 a {
background-image: url(images/top_nav04.jpg);
background-position: no-repeat 0 0;
}
.topNav01 a:hover, .topNav02 a:hover, .topNav03 a:hover, .topNav04 a:hover {
background-position: 0 -221px;
}

  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-68877624-1', 'auto');
  ga('send', 'pageview');


/* 事業案内
------------------------------------------------------------*/
.ul03 li {
width: 216px;
height: 154px;
float: left;
margin: 0 10px 0 0;
}
.ul03 li:last-child {
margin: 0;
}
p.p01 {
width: 330px;
height: 214px;
float:left;
margin-right: 10px;
}
p.p02 {
float:left;
width: 318px;
}
.area01 h3.h304 {
border-bottom: 0;
padding-left: 25px;
background-image: url(images/bullet02.png);
background-repeat:no-repeat
}
.sharyou01 {
width: 648px;
padding: 10px;
border: 1px solid #cacaca;
background-color: #eaeaea;
margin-bottom: 20px;
}
.sharyou02 {
width: 222px;
height: 158px;
border: 2px solid #fff;
float: left;
margin-right: 10px;
}
.sharyou03, .sharyou04 {
width: 412px;
float: left;
margin-bottom: 12px;
}
.sharyou04 {
margin-bottom: 0;
}
p.p03 {
float:left;
width: 252px;
text-align: center;
height: 38px;
padding-top: 6px;
background-color: #00aeec;
color: #fff;
font-size: 180%;
border-radius: 3px;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
}
p.p04 {
width:160px;
height: 34px;
padding-top: 12px;
text-align: center;
float: left;
font-size: 150%;

}
/* 品質・環境への取組み
------------------------------------------------------------*/
.area01 .ol01 {
margin-bottom: 20px;
}
.area01 ol li {
margin-bottom: 10px;
text-indent: -1em;
padding-left: 1em;
}
#iso {
border: solid 10px #ccc;
}
#iso p {
float: left;
}
#iso .img01 {
margin: 66px 22px;
}
.area01 .h301 {
font-size: 18px;
padding: 10px 0;
text-align: center;
font-weight: bold;
border-bottom: 1px dashed #ccc;
border-left: 0px;
margin: 0 22px;
}
.ol01 ol {
margin: 0 0 10px 10px;
line-height: 12px;
}
.area03 {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dotted #555;
}
.area03 ul.ul04 li, .area04 ul.ul04 li {
width: 216px;
float:left;
margin-right: 10px;
}
.area03 ul.ul04 li:last-child, .area04 ul.ul04 li:last-child {
margin-right: 0;
}
h3.h302 {
color: #fff;
background: #00aeec;
padding: 2px 2px 2px 10px;
border: 0;
margin-bottom: 20px;
font-size: 150%;
}
h4.h401 {
font-size: 130%;
}
.area03 ul.ul01 strong, .area02 ul.ul01 strong {
font-weight: bold;
}
.area03 ul.ul02 li, .area02 ul.ul02 li {
background:url(images/bullet.png) no-repeat 0 7px;
padding-left: 10px;
}
.area03 ul.ul02, .area02 ul.ul02 {
margin: 0 0 10px 20px;
}

.ul02 {
margin-bottom: 10px;
}
/* 会社案内
------------------------------------------------------------*/
.ecoGreeting, .philosophy03 {
margin: 30px 60px 0;
line-height: 26px;
}
.ecoGreeting .ecoName strong {
font-weight: bold;
font-size: 18px;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.ecoGreeting p.ecoMassage01, .ecoGreeting p.ecoMassage02 {
text-indent: 1em;
}
.ecoGreeting p.ecoMassage02 {
margin-bottom: 10px;
}
.ecoGreeting p.ecoName {
text-align: right;
line-height: 20px
}

.table01, .table03 {
width: 668px;
border-bottom: 0;
}
.table01 tr {
border-bottom: 1px #ccc solid;
}
.table01 tr th, .table03 tr th, .recruit01 tr th {
border-bottom: 1px #00aeec solid;
width: 156px;
}
.table01 tr td{
margin-left: 10px;
}
.table02 {
width: 200px;
}
.table02 tr th, .table01 tr td {
border: 0;
}
.table02 tr {
border: none;
margin: 5px 0;
}
.table02 th {
width: 100px;
margin-left: 30px;
}
.table03 tr th, .table03 tr td {
vertical-align: middle;
}
.table03 tr td a {
color: #00aeec;

}
.table03 tr td a:hover {
color: #4ed1f4;
}
.area01 ul.ul05 li {
text-indent: -2em;
padding-left: 2em;
}
.table04 tr {
border-bottom: none;
}
.table04 tr td {
padding: 0 15px 0 0 ;

}
.philosophy02 .table01 span {
	float:right;
}
/*.philosophy02 .table01 a strong{
	background-color:#FF9933;
	color: #fff;
	padding: 2px 5px;
	font-size: 80%;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.philosophy02 .table01 a strong:hover {
	-webkit-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-o-transition:opacity 1s;
}*/
/* 採用情報
------------------------------------------------------------*/
h2.h201 {
margin-bottom: 40px;
}
.recruit01 {
margin: 0 auto 50px auto;
}
.recruit01 table {
width:668px;
}


h3.h303 {
border-bottom: 2px dotted #333;
}

/* アクセス
------------------------------------------------------------*/
.map {
margin: 0 auto;
width: 668px;
}

.access02 {
width:295px;
float:left;
margin-right: 30px;
}
.access03 {
width: 343px;
float:left;
}
.access04 {
clear: both;
}
.access01 {
border-bottom: 1px dashed #ddd;
padding-bottom: 25px;
}

/* お問い合わせ　エントリー
------------------------------------------------------------*/

.form02 {
width: 668px;
font-size: 13px;
}
.form02 tr th {
width:153px;
border-bottom-color: #00aeec;
}
.form02 tr th strong {
background-color: #e40038;
color: #fff;
padding: 0 2px;
margin-left: 10px;
font-size: 80%;
border-radius: 3px;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
}
p.form03 {
padding-left: 173px;
}
.entry_Banner {
padding: 0 20px;
}

