@charset "UTF-8";
body {
	background: url(../images/body-bgimg.png) repeat center top;
	color: #333;
	font-family: 'Arial','Helvetica','Hiragino Sans','ヒラギノ角ゴシック','メイリオ', Meiryo,YuGothic,'Yu Gothic',sans-serif;
		-webkit-text-size-adjust: none;
}
/* Typography
------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
	text-align: center;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 21px;
	font-weight: bold;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}
p {
	margin: 0;
	line-height: 1;
	font-weight: normal;
}
p img {
	margin: 0;
}
em {
	font-style: normal;
}
strong {
	font-weight: bold;
	color: #333;
}
small {
	font-size: 80%;
}
dl,
dt,
dd,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Links
------------------------------------------------------------------------- */
a,
a:visited {
	color: #39f;
	text-decoration: none;
	outline: 0;
}
a:hover,
a:focus {
	color: #000;
}
p a,
p a:visited {
	line-height: inherit;
}
/* align
------------------------------------------------------------------------- */

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/*list
----------------------------------------------------- */

.list {
	padding-left: 1em;
	margin-bottom: 1em;
}
ul.list {
	list-style: disc;
}
ol.list {
	list-style: decimal;
}
.list li {
	list-style-position: outside;
	margin: 0.5em 0;
}
.list li:last-child {
	margin-bottom: 0;
}
/* Forms
------------------------------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #eee;
	font-size: 14px;
	margin: 0;
	max-width: 100%;
	background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}
input[type="checkbox"] {
	display: inline;
}
button {
	cursor: pointer;
}
/*section
----------------------------------------------------- */

section {
	clear: both;
}
section p {
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 1em;
}
section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
	-moz-text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
	margin-bottom: 0.5em;
	line-height: 1.4;
}
section h1 a,
section h2 a,
section h3 a,
section h4 a,
section h5 a,
section h6 a {
	color: #39F;
}
section h1 a:hover,
section h2 a:hover,
section h3 a:hover,
section h4 a:hover,
section h5 a:hover,
section h6 a:hover{
	color: #F00;
}
section img {
	margin-right: 5px;
}
.foot {
	text-align: center;
	background-color: #FFF;
}
.foot a {
	color: #39F;
}
.foot a:hover{
	color: #f00;
}
.next {
	text-align: right;
}
.next a {
	color: #39F;
}
.next a:hover{
	color: #f00;
}
 
/* main
------------------------------------------------------------------------- */

#main hgroup {
	background-color: #F8F6EF;
	background-color: rgba(255,255,255,0.5);
	border-bottom: 5px solid #EBE6DB;
	margin: 0 0 30px -10000px;
	padding: 0 10px 0 10000px;
}
#main hgroup h1,
#main hgroup h2 {
	-moz-text-shadow: 1px 1px 0 #fff;
	-webkit-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
	padding: 17px 0 10px 0;
	color: #333;
}
#main hgroup h2 {
	font-size: 30px;
	border-bottom: 1px dotted #999;
}
#main hgroup h2 span {
	font-size: 20px;
	margin-left: .6em;
}
#main article section {
	margin: 40px 0;
}
/* New mark
------------------------------------------------------------------------- */

.newmark {
	color: #fff;
	line-height: 1 !important;
	-moz-text-shadow: -1px -1px 0 #000;
	-webkit-text-shadow: -1px -1px 0 #000;
	text-shadow: -1px -1px 0 #000;
	position: absolute;
	top: 10px;
	left: -5px;
	z-index: 10;
	padding: 8px 15px 5px 15px;
	height: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	background-color: #F90;
	background-image: -webkit-gradient( linear, left top, left bottom, from(#f90), to(#f60) );
	background-image: -moz-linear-gradient( center top, #f90, #f60 );
 filter:progid:DXImageTransform.Microsoft.Gradient( Enable=1, GradientType=0, StartColorStr=#FFFF9900, EndColorStr=#FFFF6600 );
}
.newmark:before {
	content: '';
	border-color: transparent #f60 transparent transparent;
	border-style: solid;
	border-width: 5px;
	height: 0px;
	width: 0px;
	position: absolute;
	left: -5px;
	top: 23px;
	z-index: 1;
}
/* header
------------------------------------------------------------------------- */

#header {
	background: rgba(255, 255, 255, 0.6) url(../images/header-bgimg-photo.jpg) no-repeat center top;
	-moz-box-shadow: inset 0px -5px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0px -5px 5px rgba(0,0,0,0.4);
	box-shadow: inset 0px -5px 5px rgba(0,0,0,0.4);
	position: relative;
	padding-bottom: 0;
	height: auto;
	margin-bottom: 20px;
	background-size: cover;
}
#header #title {
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: white;
	background: #000 url(../images/top-logoimg.png) no-repeat scroll 0 0;
	width: 140px;
	height: 140px;
	border: 3px solid #fff;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-text-shadow: -1px -1px 0 #000;
	-webkit-text-shadow: -1px -1px 0 #000;
	text-shadow: -1px -1px 0 #000;
	position: absolute;
	top: -15px;
	left: 20px;
}
#header #title span {
	display: block;
	margin: 0.2em;
}
#header #title .line1 {
	font-size: 18px;
	margin-top: 40px;
}
#header #title .line2 {
	font-size: 26px;
}
#header #title .jpname {
	font-size: 10px;
	margin-top: 1em;
	font-weight: bold;
}
#header #title a {
	color: #fff;
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#header nav {
	margin-left: 170px;
}
#header nav ul li {
	display: inline;
	float: left;
}
#header nav .gNav {
	width: 100%;
	margin-right: 0;
	border-left: 0;
}
#header nav .gNav li {
	width: 100%;
	margin: 0;
	border-left: 0;
	border-right: 0;
	overflow: hidden;
}
#header nav .gNav a {
	color: #222;
	font-size: 15px;
	padding: 15px 0 13px 10px;
	height: auto;
	text-align: left;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	display: block;
	-webkit-text-shadow: 1px 1px 0 #fff;
	-moz-text-shadow: 1px 1px 0 #fff;
	text-shadow: 1px 1px 0 #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#header nav .gNav a:hover {
	background-color: rgba(255,255,255,0.6);
	color: #F60;
	border-bottom: 1px solid #f60;
}
#header nav .gNav a span {
	font-size: 9px;
	display: inline;
	margin-left: 0.6em;
}
#header nav .socialNav {
	float: none;
	display: block;
	position: absolute;
	top: 145px;
	left: 60px;
}
#header nav .socialNav li {
	margin: 5px 3px;
}
/* footer
------------------------------------------------------------------------- */

#footer {
	margin-top: 20px;
	padding-top: 25px;
	color: #ccc;
	overflow: hidden;
	background: #000;
}
#footer #copyright {
	text-align: center;
	padding: 10px;
	overflow: hidden;
	background: rgba(255,255,255,0.15);
}
#footer h4 {
	margin-bottom: 10px;
}
#footer .address {
	overflow: hidden;
	border-top: 1px solid #333;
	margin: 20px 0;
	padding-top: 20px;
}
#footer .address dt {
	float: left;
	width: 15%;
	clear: left;
	font-size: 20px;
	padding: 3px 0;
	line-height: 1;
}
#footer .address dd {
	float: left;
	width: 85%;
	font-weight: normal;
	padding: 5px 0;
	font-size: 20px;
	line-height: 1;
}
#footer .address dd.tel {
	margin-top: -5px;
	font-size: 30px;
}
#footer nav {
	display: block;
	overflow: hidden;
	border-left: 1px solid #333;
	padding-left: 20px;
}
#footer nav .gNav li {
	margin-bottom: 5px;
}
#footer nav .gNav a {
	font-size: 16px;
	text-decoration: none;
	display: block;
	color: #ccc;
}
#footer nav .gNav a:hover {
	color: #fff;
}
#footer nav .gNav a span {
	font-size: 10px;
	margin-left: 1em;
	font-weight: bold;
}
.lawyer #footer nav .gNav .gNav01 a,
.drone #footer nav .gNav .gNav02 a,
.profile #footer nav .gNav .gNav03 a,
.contact #footer nav .gNav .gNav04 a{
	color: #999;	
}
.lawyer #footer nav .gNav .gNav01 a:hover,
.drone #footer nav .gNav .gNav02 a:hover,
.profile #footer nav .gNav .gNav03 a:hover,
.contact #footer nav .gNav .gNav04 a:hover{
	color: #999;
	cursor: default;
}
.home #footer nav .gNav .gNav00 {
	display: none;
}
#footer nav .socialNav {
	margin-top: 20px;
}
#footer nav .socialNav li {
	float: left;
	margin: 0 10px 0 0;
}
#footerGmap {
	height: 200px;
	border: 2px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 20px;
}
#footerGmap p {
	line-height: 200px;
	text-align: center;
}
.home #footer nav .gNav .gNav00{
	display: none;
}
	
/* btn-social
------------------------------------------------------------------------- */

.btn-social {
	display: block;
	width: 31px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/btn-social.png) no-repeat 0 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.btn-social:hover {
	opacity: 0.6;
}
.socialNav li {
	margin: 30px 3px;
}
.btn-fb {
	background-position: 0 0;
}
.btn-tw {
	background-position: -31px 0;
}
/* accessmap
------------------------------------------------------------------------- */

#accessmap {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
/* outlinebox
------------------------------------------------------------------------- */

.outlinebox {
	margin: 0 0 20px 0;
	padding: 20px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-webkit-box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* Side Link
------------------------------------------------------------------------- */

.side-rcm-link {
	padding: 0;
	overflow: hidden;
}
.side-rcm-link h3 {
	padding: 10px 10px 0 10px;
}
.side-rcm-link .inner {
	border-top: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}
.side-rcm-link li {
	width: 49.5%;
	float: left;
	border-top: none;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: inset 1px 0 0 #fff;
	-moz-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;
	overflow: hidden;
}
.side-rcm-link li:first-child {
	border-left: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.side-rcm-link li a {
	display: block;
	color: #222;
	padding: 20px 20px 15px 20px;
}
.side-rcm-link li a .photo {
	margin: 0;
	text-align: center;
}
.side-rcm-link li a .text {
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 0;
}
.side-rcm-link .inner li a {
}
.side-rcm-link .inner li a:hover {
	color: #930;
}
.side-rcm-link .inner li a img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.fixBox {
	position: fixed;
	top: 0px;
	right: 0px;
}

/* Side Twitter widget
------------------------------------------------------------------------- */

#twitter,
#facebook {
	display: block;
}
/* Contact form
------------------------------------------------------------------------- */

.contact-form {
	width: 100%;
	margin-bottom: 15px;
}
.contact-form th,
.contact-form td {
	font-size: 13px;
	line-height: 1.3;
	border: none;
	padding: 1em 2em 1em 0;
}
.contact-form th {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	background: none;
	width: 30%;
}
.contact-form td {
	background: none;
	padding-right: 0;
	width: 70%;
}
.contact-form label {
	display: block;
	padding: 10px 0 0 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
	background: #fff;
	padding: 0.7em;
}
.contact-form select {
	margin-top: 0.5em;
}
.contact-form textarea {
	height: 12em;
}
.contact-form .full-width {
	width: 93%;
}
.contact .must {
	color: #c00;
	margin: 0 0.3em;
}
/* submit-btn */

.submit-btn {
	border: none;
	background: none;
	padding: 0;
	margin: auto;
	margin-bottom: 15px;
	display: block;
	display: inline-block;
	background: #3194c6;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f60), to(#f90));
	background: -moz-linear-gradient(#f60, #f90);
 filter:progid:DXImageTransform.Microsoft.Gradient( Enable=1, GradientType=0, StartColorStr=#FFFF6600, EndColorStr=#FFFF9900 );
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.35);
	-moz-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 1px 0 #fff, 0 15px 20px rgba(0,0,0,.35);
	box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.35);
}
.submit-btn span {
	display: block;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px 2.5em;
	text-shadow: -1px -1px 0 rgba(0,0,0,.4);
	white-space: nowrap;
}
.submit-btn:hover {
	-webkit-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.5);
	-moz-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.5);
	box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.5);
}
.submit-btn:active {
	-webkit-box-shadow: 0 4px 0 #c60, 0 5px 0 rgba(255,255,255,.35), 0 12px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 4px 0 #c60, 0 5px 0 rgba(255,255,255,.35), 0 12px 10px rgba(0,0,0,.3);
	box-shadow: 0 4px 0 #c60, 0 5px 0 rgba(255,255,255,.35), 0 12px 10px rgba(0,0,0,.3);
	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	transform: translate(0, 4px);
}
/* webfont */
.webfont {
	font-family: 'Lobster', "Times New Roman", 'ヒラギノ明朝 Pro W3', 'HiraMinProN-W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: normal;
}
#header #title a:hover {
	color: #f60;
}
.side-rcm-link .inner li a img:hover {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
}

/* align
------------------------------------------------------------------------- */

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft,
.alignright {
	display: inline;
	width: 48.5%;
}
.alignleft {
	float: left;
	margin: 0 3% 0.6em 0;
}
.alignright {
	float: right;
	margin: 0 0 0.6em 3%;
}
.alignleft img,
.alignright img {
	width: 100%;
}
/* lawyer
------------------------------------------------------------------------- */
.service {
	border-width: 1px;
	border-color: rgba(255,204,0,1)
}
.lawyer img.alignleft,
.lawyer img.alignright {
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

/* table
----------------------------------------------------- */

table {
	width: 100%;
	margin-bottom: 20px;
}
table th,
table td {
	font-size: 13px;
	line-height: 1.3;
	border: 1px solid #ccc;
	padding: 1em 2em;
	vertical-align: top;
}
table th {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	background-color: rgba(255,255,255,0.6);
	vertical-align: middle;
}
table td {
	background-color: rgba(255,255,255,0.3);
}
table td .list {
	margin-bottom: 0;
}
/*table list*/

.profile table td ul {
	list-style: disc;
	padding-left: 1em;
	margin-bottom: 1em;
}
table td ul li {
	list-style: disc;
	list-style-position: outside;
	margin: 0.5em 0;
}
table td ul li:last-child {
	margin-bottom: 0;
}
#main .main-column section {
	margin: 40px 0;
	clear: both;
}
section#map h2 {
	padding-top: 30px;
}
#accessmap {
	height: 300px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
/*list*/

.list {
	padding-left: 1em;
	margin-bottom: 1em;
}
ul.list {
	list-style: disc;
}
ol.list {
	list-style: decimal;
}
.list li {
	list-style-position: outside;
	margin: 0.5em 0;
}
.list li:last-child {
	margin-bottom: 0;
}

/* New mark
------------------------------------------------------------------------- */

.newmark {
	color: #fff;
	line-height: 1 !important;
	-moz-text-shadow: -1px -1px 0 #000;
	-webkit-text-shadow: -1px -1px 0 #000;
	text-shadow: -1px -1px 0 #000;
	position: absolute;
	top: 10px;
	left: -5px;
	z-index: 10;
	padding: 8px 15px 5px 15px;
	height: 15px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	background-color: #F90;
	background-image: -webkit-gradient( linear, left top, left bottom, from(#f90), to(#f60) );
	background-image: -moz-linear-gradient( center top, #f90, #f60 );
    filter:progid:DXImageTransform.Microsoft.Gradient( Enable=1, GradientType=0, StartColorStr=#FFFF9900, EndColorStr=#FFFF6600 );
}
.newmark:before {
	content: '';
	border-color: transparent #f60 transparent transparent;
	border-style: solid;
	border-width: 5px;
	height: 0px;
	width: 0px;
	position: absolute;
	left: -5px;
	top: 23px;
	z-index: 1;
}

section h2 {
	clear: both;
}
section h3 {
	background-color: #ffffff;
}
/* Contact table
------------------------------------------------------------------------- */

.contact-form {
	width: 100%;
	margin-bottom: 15px;
}

.contact-form th,
.contact-form td {
	font-size: 13px;
	line-height: 1.3;
	border: none;
	padding: 1em 2em 1em 0;
}

.contact-form th {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	background: none;
	width: 30%;
}

.contact-form td {
	background: none;
	padding-right: 0;
	width: 70%;
}

.contact-form label {
	display: block;
	padding: 10px 0 0 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
	padding: 0.7em;
}

.contact-form select {
	margin-top: 0.5em;
}

.contact-form textarea {
	height: 12em;
}

.contact-form .full-width {
	width: 93%;
}

.must {
	color: #c00;
	margin: 0 0.3em;
}


/* submit-btn */

.submit-btn {
	border: none;
	background: none;
	padding: 0;
	margin: auto;
	margin-bottom: 15px;
	display: block;
	display: inline-block;
	background: #3194c6;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f60), to(#f90));
	background: -moz-linear-gradient(#f60, #f90);
 filter:progid:DXImageTransform.Microsoft.Gradient(  Enable=1,  GradientType=0,  StartColorStr=#FFFF6600,  EndColorStr=#FFFF9900  );
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.35);
	-moz-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 1px 0 #fff, 0 15px 20px rgba(0,0,0,.35);
	box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.35);
}

.submit-btn span {
	display: block;
	display: inline-block;
	font-size: 20px;
	font-weight:bold;
	color: #fff;
	padding: 10px 2.5em;
	text-shadow: -1px -1px 0 rgba(0,0,0,.4);
	white-space: nowrap;
}

.submit-btn:hover {
	-webkit-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.5);
	-moz-box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.5);
	box-shadow: 0 8px 0 #c60, 0 9px 0 rgba(255,255,255,.35), 0 15px 20px rgba(0,0,0,.5);
}

.submit-btn:active {
	-webkit-box-shadow: 0 4px 0 #c60, 0 5px 0 rgba(255,255,255,.35), 0 12px 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 4px 0 #c60, 0 5px 0 rgba(255,255,255,.35), 0 12px 10px rgba(0,0,0,.3);
	box-shadow: 0 4px 0 #c60, 0 5px 0 rgba(255,255,255,.35), 0 12px 10px rgba(0,0,0,.3);
	-webkit-transform: translate(0, 4px);
	-moz-transform: translate(0, 4px);
	transform: translate(0, 4px);
}

.service {
	border-style: solid;
	borde-width: 1px;
	border-color: rgba(255,204,102,.7);
	padding: 5px;
}
.service img {
	margin-left: 5px;
	width: 300px;
	height: 160px;
	float: left;
}

.service-new-list {
	background-color: #ffffff;
	text-align: center;
}
