@charset "utf-8";
/*============================================================
	私たちについて
	about
============================================================*/


/*----------------------------------------------
	グローバルナビ
---------------------------------------------*/

#gNav li:nth-of-type(6) a {
	border-bottom: solid 3px #2656a7;
	background-color: #fff;
	background-image: -webkit-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -moz-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -o-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: -ms-linear-gradient(bottom, #ddd, #f9f9f9);
	background-image: linear-gradient(to top, #ddd, #f9f9f9);
}


/*----------------------------------------------
	コンテンツ
---------------------------------------------*/

/* 電話
-----------------------------------*/

.phone {
	margin: 30px 0 30px 60px;
	font-size: 16px;
	font-size: 1.6rem;
}

.phone strong {
	/*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-size: 20px;
}

.phone .tel {
	position: relative;
	top: 3px;
	margin: 0 15px 0 5px;
}


/* フォーム
-----------------------------------*/

form#mailformpro dl {
	margin-bottom: 20px;
}

form#mailformpro dl dt {
	width: 170px;
	font-weight: bold;
}

.mfp ul li {
	display: block;
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
vertical-align:middle;
max-width:90%;
margin: 0 5px 5px;
border:1px solid #bbb;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

button[type="submit"],
button[type="reset"],
input[type="button"]{
	width: 200px;
	margin-right: 20px; 
padding: 10px 0 !important;
background: #3b98ff;
background: -moz-linear-gradient(top, #3b98ff 0%, #006ee8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b98ff), color-stop(100%,#006ee8));
background: -webkit-linear-gradient(top, #3b98ff 0%,#006ee8 100%);
background: -o-linear-gradient(top, #3b98ff 0%,#006ee8 100%);
background: linear-gradient(to bottom, #3b98ff 0%,#006ee8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b98ff', endColorstr='#006ee8',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
	font-size: 16px !important;
color:#fff;
}
button[type="submit"]{
	font-weight: bold;
}

button[type="submit"]:hover,
button[type="reset"]:hover,
input[type="button"]:hover{
background: #3b98ff;
background: -moz-linear-gradient(top, #006ee8 0%, #3b98ff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006ee8), color-stop(100%,#3b98ff));
background: -webkit-linear-gradient(top, #006ee8 0%,#3b98ff 100%);
background: -o-linear-gradient(top, #006ee8 0%,#3b98ff 100%);
background: linear-gradient(to bottom, #006ee8 0%,#3b98ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ee8', endColorstr='#3b98ff',GradientType=0 );
cursor:pointer;
}

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


form#mailformpro dl.youken ,
form#mailformpro dl.youken dt ,
form#mailformpro dl.youken dd {
	border: none;
}


/* 個人情報
-----------------------------------*/

#privacy ,
#privacy p {
	text-align: center;
}

#privacy h4 {
	margin-bottom: 3px;
	color: #014099;
}

