@charset "utf-8";

/* ---- HTML RESET ---- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:16px; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend { display: block; }
body {
	font-size:100%;
	line-height: 2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: bottom;
}
img{
   vertical-align: bottom;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-spacing: 0; }

/* Lists Resets */
ul,ol { margin: 0; }
ul {
	list-style: none inside;
	/* [disabled]margin-left: 1em; */
}
ol { list-style: decimal inside; margin-left: 1em;}
.disc { list-style-type: disc; padding-left: 1em; text-indent: -1em; }
.circle { list-style-type: circle; }
li {
	line-height: 1.5em;
	text-align: left;
}
ul ul, ol ol { margin: 0.7em 0 0 1.42em; }

/* ---- Clearfixes ---- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

a {color: #2ba6cb; text-decoration: none; line-height: inherit; }
a:hover {color: #333333; }
a:focus {color: #333333; outline: none; }

sub, sup {font-size: 60%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
i { font-style: italic; line-height: inherit; }
strong, b { font-weight: bold; line-height: inherit; }
small { font-size: 70%; line-height: inherit; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 20px 0 20px; height: 0; }


/* -----------------------------------------------
 layout
-------------------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	background-color: #FFF;
}
body {
	text-align: center;

}

* html,body {
    height:100%;
}
#wrapper {
	width: 100%;
	text-align: center;
	position: relative;
}
/* Clear and Fixes */
#wrapper:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#main {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	color: #4b4b4b;
	background-color:#fbfbfb;
}
#main_top2 {
	margin-right: auto;
	margin-left: auto;
	padding-top:3em;
	padding-bottom:3em;
	width: 1280px;
	max-width:1280px;
	color: #4b4b4b;
	background-color:#fbfbfb;
}
#main_top {
	margin-right: auto;
	margin-left: auto;
	width: 1280px;
	max-width:1280px;
	margin-bottom: 40px;
	color: #4b4b4b;
	padding-bottom:2em;
}

#main_top,#main_top2 p {
	line-height:1.8;
	margin-bottom:20px;
}
#main_top .back{
	margin-bottom:-10em;
}
#main_top .back2{
	display:none;
}
#mainL {
	width: 800px;
	max-width:800px;
	margin-top: 60px;
	margin-bottom: 20px;
	color: #4b4b4b;
	height:auto;
	float: left;
}
.content{
	width:100%;
	margin-bottom:40px;
}

#mainL p {
	line-height:1.8;
	margin-bottom:10px;
	margin-left:10px;
	text-align:left;
	padding-right:-100px;
}
#mainL p.center {
	line-height:1.8;
	margin-bottom:10px;
	margin-left:10px;
	text-align:center;
	padding-right:-100px;
}
#mainL p.right {
	line-height:1.8;
	margin-bottom:10px;
	margin-left:10px;
	text-align:right;
	padding-right:-100px;
}

#side {
	width: 370px;
	max-width:370px;
	margin-bottom: 10px;
	height:auto;
	float: right;
	padding-top:50px;
}
/* -----------------------------------------------
 sidebn
-------------------------------------------------- */
#side ul#bn{
	padding-top: 10px;
	padding-bottom: 5px;
	width:100%;
}  
#side ul#bn li{
	margin-bottom:20px;
}  


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


#news_topi {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	color: #4b4b4b;
	background-color:#fbfbfb;
}
#news {
	margin-right: auto;
	margin-left: auto;
	padding-top:4.5em;
	padding-bottom:3em;
	width: 960px;
	max-width:960px;
	color: #4b4b4b;
	background-color:#fbfbfb;
}
/*** GRID Module ***/
/* Grids */
.row {
	text-align:center;
	line-height: 1.5;
}
.row-content{
	width:100%;
	margin-bottom: 20px;
	clear: both;
	float: none;
	overflow: hidden;
}
[class*="col-"] {
  float: left;
  display: block;
  margin: 0 2% 0 0;
}
img {
	max-width: 100%;
	height: auto;
}
/*[class*="col-"] img {
	max-width: 100%;
	height: auto;
}*/
[class*="col-"]:last-child {
    margin: 0;
}
.col-1 {
  width: 6.5%;
}
.col-2 {
  width: 15%;
}
.col-3 {
  width: 23.5%;
}
.col-4 {
  width: 32%;
}
.col-5 {
  width: 40.5%;
}
.col-6 {
  width: 49%;
}
.col-7 {
	width: 57.5%;
}
.col-8 {
  width: 66%;
}
.col-9 {
  width: 74.5%;
}
.col-10 {
  width: 83%;
}
.col-11 {
  width: 91.5%;
}
.col-12 {
  width: 100%;
  margin: 0;
}

.box {
	margin: 0 auto 40px;
	width: 100%;
	padding: 20px;
	border: 2px solid #80d7f0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.box:after {
	border-top: 25px solid #80d7f0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	content: "";
	position: absolute;
	bottom: -27px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
	left: 50%;/* 中央寄せに使用 */
    margin-left: -40px; /* 中央寄せに使用 */
}
	 
.box:last-child:after {
	border: none; /* 最後のボックスだけ三角形を表示しない */
}
/* -----------------------------------------------
 Aligns & Formats
-------------------------------------------------- */
.fl {
  float: left;
}
.fr {
  float: right;
}
.center {
  float: none;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.imgleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.imgright {
  float: right;
  margin: 5px 0 20px 20px;
}

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}

/* ---- Table ---- */
table {
	width: 100%;
	border: 1px solid #CCC;
	border-spacing: 0;
	border-collapse: separate;
	background-color: #FFF;
}
table tr th {
	padding: 10px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	text-align: center;
    background-color: #ecf8fc;
    font-weight: normal;
}
table tr td {
	padding:10px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	vertical-align: top;
}
table tr td:first-child {
  border-left: none;
}
table tr:first-child td {
  border-top: none;
}
table tr:first-child th {
  border-top: none;
}


.oh {
	overflow: hidden;
}

.hidden {
  display: none !important;
}

.hidden-text {
  font: 0/0 a !important;
}

.clear {
  clear: both;
  display: block;
}

.breadcrumbs li,
.pagination li {
  display: inline-block;
  font-size: 0.85;
}

@charset "utf-8";

/* ------------------------------
   #header 
------------------------------ */
#header{
	width:100%;
	background-color:#FFFFFF;
	height:6em;
	position: relative;
}

#header_top {
	width: 100%;
	height: 4px;
	z-index:100;
	background-color: #10a4cf;
}
#header #inner {
	width: 90%;
	height: 108px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width:1280px;
}
#header #inner #logo {
	float: left;
	margin-top: 17px;
	margin-bottom: 6px;
}
#header #inner #tel {
	float: right;
	margin-top: 15px;
	margin-bottom: 6px;
}

/* ------------------------------
   #menuList
------------------------------ */

#menuList {
    width: 100%;
    height: 70px;
    background-color: #ededed;
}
#menuList {
    width: 100%;
    height: 70px;
    background-color: #ededed;
}
 
#menuList ul {
    list-style-type: none;
	margin: 0px auto 0px;
	padding: 0;
	width: 90%;
	padding-top:15px;
	max-width:1280px;
}
 
#menuList ul li {
	position: relative;
	width:25%;
	height: 40px;
	display: block;
	float:left;
	margin: 0;
	padding: 0;
	text-align: center;
    border-left: #aaa 1px solid;
    box-sizing: border-box;
}

 
#menuList ul li:last-child {
    border-right: #aaa 1px solid;
}
 
#menuList ul li a {
    height: 70px;
    line-height: 45px;
    display: block;
    text-align: center;
    transition: all 0.2s linear;
	text-decoration:none;
	color:#03a2d0;
	font-weight:600;
}
 
#menuList ul li a:hover {
	color:#14b1de;
}
#menuList ul.dropmenu{
	*zoom: 1;
	list-style-type: none;
	margin: 0px auto 0px;
	padding: 0;
	width: 90%;
	padding-top:15px;
	max-width:1280px;
}
#menuList ul.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
#menuList ul.dropmenu:after{
	clear: both;
}
#menuList ul.dropmenu li{
	position: relative;
	width:25%;
	height: 40px;
	display: block;
	float:left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: #aaa 1px solid;
	box-sizing: border-box;
}
#menuList ul.dropmenu li:last-child {
	border-right: #aaa 1px solid;
}
#menuList ul.dropmenu li a{
    height: 70px;
	line-height: 45px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
	text-decoration:none;
	color:#03a2d0;
	font-weight:600;
}
#menuList ul.dropmenu li ul{
	  list-style: none;
	  position: absolute;
	  z-index: 9999;
	  top: 100%;
	  left: 0;
	  margin: 0;
	  padding: 0;
}
#menuList ul.dropmenu li ul li{
	  width: 111%;
	  height: 70px;
	  border:none;
}
#menuList ul.dropmenu li ul li:last-child {
	  border:none;
}
#menuList ul.dropmenu li ul li a{
	  padding: 22px 15px;
	  background: #ededed;
	  border-top: 1px solid #dadada;
	  color:#03a2d0;
	  line-height:1.5;
	  font-weight:600;
	  font-size:95%;
	  text-align: center;
}
#menuList ul.dropmenu li:hover > a{
	color:#14b1de;
}
#menuList ul.dropmenu li a:hover{
	color:#14b1de;
}

#menuList ul#fade-in2 li ul{
	  opacity: 0;
	  top: 50%;
	  visibility: hidden;
	  transition: .5s;
}
#menuList ul#fade-in2 li:hover ul{
	  top: 135%;
	  visibility: visible;
	  opacity: 1;
}

/* ------------------------------
   MEDIAQUERIES[SP]LAYOUT
------------------------------ */
@media only screen and (max-width: 769px) {

#header{
	width:100%;
	background-color:#FFFFFF;
	height:4em;
	
	position: relative;
}

#header_top {
	width: 100%;
	height: 4px;
	z-index:100;
	background-color: #10a4cf;
}
#header #inner {
	width: 100%;
	margin-top:-5px;
}
#header #inner #logo {
	left: 50%;
	width:200px;
	height:38px;
	position:absolute;
	margin-left:-100px;
}
#header #inner #tel {
	display:none;
}

    #menuList {
        display: none;
    }
 
    #menuOverlay {
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
        background-color: rgba(237,237,237,0.1);
        display: none;
        position: fixed;
        z-index: 9997;
    } 
 
    #switchBtnArea #switchBtn {
        top: 0;
        left: 0;
        width: 65px;
        height: 65px;
        display: block;
        background: #11a4d0;
        position: absolute;
        z-index: 9998;
    }
 
    #switchBtnArea #switchBtn span {
        left: 21%;
        width: 56%;
        height: 4px;
        display: block;
        position: absolute;
        background-color: #fff;
        border-radius: 5px;
        transition: all 0.2s linear;
    }
    #switchBtnArea #switchBtn span:nth-of-type(1) {top:20px;transform: rotate(0);}
    #switchBtnArea #switchBtn span:nth-of-type(2) {top:32px;transform: scale(1);}
    #switchBtnArea #switchBtn span:nth-of-type(3) {bottom:18px;transform: rotate(0);}
 
    #switchBtnArea #switchBtn.btnClose {background: #fff;}
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:25px;transform: rotate(-45deg);background: #11a4d0;}
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
    #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {bottom:35px;transform: rotate(45deg);background: #11a4d0;}
 
    #rwdMenuWrap {
        left: -250px;
        width: 250px;
        height: 100%;
		position:fixed;
		overflow:hidden;
		z-index:9999;
    }
 
    #rwdMenuWrap ul {
        width: 100%;
    }
 
    #rwdMenuWrap ul li {
	    list-style-type:none;
        width: 100%;
        border-bottom: #dadada 1px solid;
    }
 
    #rwdMenuWrap ul li a {
        padding: 18px 15px;
        text-align: left;
        display: block;
        background: #ededed;
        position: relative;
		text-decoration:none;
		color:#10a4cf;
		font-size:15px;
		font-weight:bold;
    }
	
    #rwdMenuWrap ul li a:hover {
		color:#0482a7;
} 
    #rwdMenuWrap ul li a:after {
        content: '';
        margin-top: -4px;
        top: 50%;
        right: 15px;
        width: 8px;
        height: 8px;
        color: #888;
        font-size: 1em;
        font-weight: bold;
        line-height: 1.2em;
        display: block;
        position: absolute;
        border-top: 2px solid #b0b0b0;
        border-right: 2px solid #b0b0b0;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
	
    #rwdMenuWrap ul li ul{
		display:none;
    }
	
}
 
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
    content: " ";
    display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}

/* ------------------------------
   submenu
------------------------------ */

.submenu {
	padding-top:30px;
	padding-bottom:30px;
	height: auto;
	width: 100%;
	background-color:#ecf8fc;

}

.submenu ul.smenu {
	margin: 0px;
	width: 90%;
	max-width:1260px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
.submenu ul.smenu li{
	background-image: url(../common_img/arrow_pink.gif) ;
	background-repeat:no-repeat;
	background-position:center left;
	display: inline;
	margin-right: 30px;
	padding-left:15px;
	white-space:nowrap;
}


/* -----------------------------------------------
 footer
-------------------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	clear: both;
	
}

#footer p{line-height: 1.5;}
#footer p a{}


#f_links1 {
	padding-top:19px;
	padding-bottom:19px;
	height: auto;
	color: #10a4cf;
	width: 100%;
	text-align: center;
	background-color:#ecf8fc;

}

#f_links1 ul {
	color:#FFF;
	margin: 0px;
	padding: 3px;
	font-size: 0.825em;
	width: 85%;
	margin-left:auto;
	margin-right:auto;
	}
	
#f_links1 ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	color: #10a4cf;
	font-size:13px;
}

#f_links1 ul li:first-child{
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
#footer #f_links1 ul li a {
	color: #10a4cf;
	font-size:13px;
}


#f_logo {
	font-size: 0.8em;
	z-index: 4;
	text-align: center;
	width: 100%;
	background-color: #10a4cf;
	padding:40px 0 10px 0;
}
.address {
	color:#FFFFFF;
	font-size: 12px;
	display:block;
	margin-top:15px;
	margin-left:8px;
	line-height: 1.5em;
}
.copy {
	color:#FFFFFF;
	font-size: 11px;
	display:block;
	margin-top:50px;
	margin-left:8px;

}
#page-top {
   position: relative;
	width: 100%;
	background-color:#FFFFFF;
	cursor:pointer;
	height: 0;
	margin: 0 auto;
	z-index:9999;
	clear: both;
}
#page-top a {
	position:absolute;
	display: block;
	width: 100px;
	hegiht:69px;
	right:7%;
	clear: both;
}


/* ---- Forms ---- */
.vform {width: 100%; max-width: 1280px;}
.hform {width: 100%; max-width: 1280px;
	background-color: #FFF;
	padding: 50px;
	border: 1px solid #DAD7CC;
}
.vform, .hform {margin-bottom: 20px;}

.vform label {width: 100%; margin-bottom: 5px; }
.hform label {width: 20%; margin-bottom: 10px; }
.vform label, .hform label {font-size: 16px; line-height: 24px; vertical-align: middle; display: block; float: left; text-align: right; padding-right: 0.5em;}

.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"], 
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"], 
.vform input[type="tel"], .vform input[type="color"], .vform select{
	width: 100%;
}
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], 
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], 
.hform input[type="tel"], .hform input[type="color"], .hform select {
	width: 80%;
}

.vform textarea, .vform input[type="text"], .vform input[type="password"], .vform input[type="datetime"], .vform input[type="datetime-local"], .vform input[type="date"], 
.vform input[type="month"], .vform input[type="time"], .vform input[type="week"], .vform input[type="number"], .vform input[type="email"], .vform input[type="url"], 
.vform input[type="tel"], .vform input[type="color"], .vform select, .vform input[type=file],
.hform textarea, .hform input[type="text"], .hform input[type="password"], .hform input[type="datetime"], .hform input[type="datetime-local"], .hform input[type="date"], 
.hform input[type="month"], .hform input[type="time"], .hform input[type="week"], .hform input[type="number"], .hform input[type="email"], .hform input[type="url"], 
.hform input[type="tel"], .hform input[type="color"], .hform select, .hform input[type=file] {
	display: block;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px 10px;
	vertical-align: middle;
	outline: none;	
			border-radius: 4px;
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
			transition: border linear 0.4s, box-shadow linear 0.4s;
		 -o-transition: border linear 0.4s, box-shadow linear 0.4s;
	   -moz-transition: border linear 0.4s, box-shadow linear 0.4s;
	-webkit-transition: border linear 0.4s, box-shadow linear 0.4s;
	margin-bottom: 10px;
	font-size: 13px; 
	line-height: 21px; 
	height: 30px;
} 
.vform input[type="text"]:focus, .vform input[type="password"]:focus, .vform input[type="datetime"]:focus, .vform input[type="email"]:focus,
.vform input[type="datetime-local"]:focus, .vform input[type="date"]:focus, .vform input[type="month"]:focus, .vform input[type="time"]:focus, 
.vform input[type="week"]:focus, .vform input[type="url"]:focus, .vform input[type="number"]:focus, .vform input[type="search"]:focus, .vform input[type="tel"]:focus, 
.vform textarea:focus,
.hform textarea:focus, .hform input[type="text"]:focus, .hform input[type="password"]:focus, .hform input[type="datetime"]:focus, 
.hform input[type="datetime-local"]:focus, .hform input[type="date"]:focus, .hform input[type="month"]:focus, .hform input[type="time"]:focus, 
.hform input[type="week"]:focus, .hform input[type="number"]:focus, .hform input[type="email"]:focus, .hform input[type="url"]:focus, .hform input[type="search"]:focus, 
.hform input[type="tel"]:focus, .hform input[type="color"]:focus{
  border: 1px solid;
  border-color: rgba(82, 168, 236, 0.8);
  color: #444;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(81, 168, 236, 0.5);
}
.vform textarea, .hform textarea{min-height: 120px; }
.vform fieldset, .hform fieldset {
	margin-bottom: 10px;
	width: 100%;
	clear: both;
}
.vform input[type="file"], .hform input[type="file"] {overflow: none;}
/* conjoined inputs */
.vform span.pre, .hform span.pre, .vform span.post, .hform span.post {
	display: block;	
	background-color: #f2f2f2; 
	border: 1px solid #cccccc;
	color: #222222;
	font-size: 13px; 
	line-height: 18px;
	height: 30px;
	position: relative;
	padding: 5px 10px;
}
.vform span.pre, .hform span.pre{margin-right: -1px; float: left;	}
.vform span.post, .hform span.post{margin-left: -1px; float: left;}
.vform input.post, .hform input.post, .vform span.pre, .hform span.pre{
         border-radius: 4px 0 0 4px;
	   -moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
}
.vform input.pre, .hform input.pre, .vform span.post, .hform span.post{
         border-radius: 0 4px 4px 0;
	   -moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
}
.vform input.pre, .vform input.post{width:55%; float:left; height: 30px;}
.hform input.pre, .hform input.post{width:45%; float:left; height: 30px;}
.vform input.pre-post{width: 70%; float: left; height: 30px; border-radius: 0;}
.hform input.pre-post{width: 40%; float: left; height: 30px; border-radius: 0;}
.vform span[type="submit"].post, .hform span[type="submit"].post, .vform span[type="submit"].pre, .hform span[type="submit"].pre{
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: linear-gradient(top, #f9f9f9, #efefef);
	background-image: -ms-linear-gradient(top, #f9f9f9, #efefef);
	background-image: -moz-linear-gradient(top, #f9f9f9, #efefef);  
	background-image: -webkit-linear-gradient(top, #f9f9f9, #efefef);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#efefef');
}
.vform span[type="submit"].post:hover, .hform span[type="submit"].post:hover, .vform span[type="submit"].pre:hover, .hform span[type="submit"].pre:hover{
	background:#eee;
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#f8f8f8));
	background:-moz-linear-gradient(top, #eee, #f8f8f8);
}
/* ---- Buttons ---- */

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #10a4cf;
	-webkit-box-shadow:inset 0px 1px 0px 0px #10a4cf;
	box-shadow:inset 0px 1px 0px 0px #10a4cf;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #10a4cf), color-stop(1, #0f9cc5));
	background:-moz-linear-gradient(top, #10a4cf 5%, #0f9cc5 100%);
	background:-webkit-linear-gradient(top, #10a4cf 5%, #0f9cc5 100%);
	background:-o-linear-gradient(top, #10a4cf 5%, #0f9cc5 100%);
	background:-ms-linear-gradient(top, #10a4cf 5%, #0f9cc5 100%);
	background:linear-gradient(to bottom, #10a4cf 5%, #0f9cc5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#10a4cf', endColorstr='#0f9cc5',GradientType=0);
	background-color:#7d5d3b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0d8fb5f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:13px 36px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0f9cc5), color-stop(1, #10a4cf));
	background:-moz-linear-gradient(top, #0f9cc5 5%, #10a4cf 100%);
	background:-webkit-linear-gradient(top, #634b30 5%, #10a4cf 100%);
	background:-o-linear-gradient(top, #0f9cc5 5%, #10a4cf 100%);
	background:-ms-linear-gradient(top, #0f9cc5 5%, #10a4cf 100%);
	background:linear-gradient(to bottom, #0f9cc5 5%, #10a4cf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f9cc5', endColorstr='#10a4cf',GradientType=0);
	background-color:#0f9cc5;
}
.btn:active {
	position:relative;
	top:1px;
}

.btn2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #CCC;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:13px 36px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.btn2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#CCC;
}
.btn2:active {
	position:relative;
	top:1px;
}

.select1{width: 20%;float: left;}
.select1 p{text-align: left;}
.select1 input[type="text"]{width: 80%;float: left;}
.select1 span{float: left;}

.select2{width: 25%;float: left;}
.select2 select{
	width: 60%;
	float: left;
	margin-right: 5px;
}
.select2 input[type="text"]{width: 25%;float: left;}

.form_r{width: 80%;float: left;}
.select3{width: 32%;float: left;}

