@charset "UTF-8";
/* CSS Document */

/*--- body -------------------------------------------------------------------------------------------------------------*/

body {
	background-color:#000000;
  color:#ccc;
  font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:13px;
  line-height:1.8;
  text-align:left;
	height:100%;
  }

/* IE7 hack */
*:first-child+html body {
font-size:small;
  }

/* IE6 hack */
*html body {
  font-size:small;
  }

.container{
	min-width: 1060px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

h4{
	margin-bottom:20px;
}

.google{
	float:right;
}
/*--- /body -------------------------------------------------------------------------------------------------------------*/
/*--- span -------------------------------------------------------------------------------------------------------------*/
span.a{
	color:#999999;
}

span#a{
	font-size:48px;
}

span#b{
	font-size:24px;
}
/*--- /span -------------------------------------------------------------------------------------------------------------*/

/*--link-------------------------------------------------------------------------------------------------------------*/

a:link{
	color: #ccc;
}
a:visited {
	color: #ccc;
}
a:hover {
	text-decoration:underline;
	color: #ccc;
}
a:active {
	color: #ccc;
}

a {
	text-decoration: none;
}


/*--/link-------------------------------------------------------------------------------------------------------------*/

/*--header-------------------------------------------------------------------------------------------------------------*/

header{
	min-width: 1060px;
	margin:0 auto;
	width:100%;
	height:110px;
}

.head{
	background-image:url(../images/header_back.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-bottom:10px;
	border-bottom:#4c4c4c solid 1px;
	margin-bottom:20px;
}

header h1 a{
	background:url(../images/logo.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 110px;
    text-indent: -9999px;
    width: 310px;
}

.inner{
	height: 100px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

nav{
	left: 495px;
    position: absolute;
    top: 70px;
}

nav li{
	list-style-type:none;
	margin-left:10px;
	float:left;
}

nav li a{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

nav li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.current{

}

.news a{
	background:url(../images/nav_news.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 47px;
	padding:5px 0;
}

.bio a{
	background:url(../images/nav_bio.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 92px;
	padding:5px 0;
}

.disc a{
	background:url(../images/nav_disc.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 113px;
	padding:5px 0;
}

.gal a{
	background:url(../images/nav_gal.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 72px;
	padding:5px 0;
}

.link a{
	background:url(../images/nav_link.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 44px;
	padding:5px 0;
}

.con a{
	background:url(../images/nav_con.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 18px;
    text-indent: -9999px;
    width: 74px;
	padding:5px 0;
}

.header_sns{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
	position:absolute;
	top:30px;
	right:1px;
}

.header_sns li{
	float:left;
	margin-left:10px;
}

/*--/header-------------------------------------------------------------------------------------------------------------*/

/*--mv------------------------------------------------------------------------------------------------------------*/

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	margin-bottom:30px;
	height:430px;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #000 url(../images/prev.jpg) no-repeat right center;}
.slider_next {background: #000 url(../images/next.jpg) no-repeat left center;}

.pagenation{
	display: table;
	margin: 30px auto 0 auto;
	text-align: center;
	padding-bottom: 50px;
}

.pagenation .active{
	background: #cd0220;
	padding: 10px 15px;
}
	.pagenation li{
		float: left;
		margin-right: 20px;
	}

		.pagenation li:last-child{
			margin-right: 0;
		}

	.pagenation a{
		display: block;
		background: #323232;
		padding: 10px 15px;
	}



/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

/*--/mv--*/
/*--アコーディオンメニュー---------------------------------------------------------------------------------------------*/

.main_menu{
	background-image:url(../images/down.png),url(../images/history/title_back.jpg);
	background-position:right center;
	background-repeat:no-repeat,repeat-x;
	display:block;
}

.main_menu.active{
	background-image:url(../images/up.png),url(../images/history/title_back.jpg);
	background-position:right center;
	background-repeat:no-repeat,repeat-x;
}


.sub_menu{
	padding:20px 0 20px 30px;
	display:none;
}

.top-gallery{
	width: 705px;
}

.top-gallery li{
	float: left;
	margin:0 15px 10px 0;
}

	.top-gallery li:nth-child(4n){
		margin-right: 0;
	}

.top-gallery-photo{
	width:150px !important;
}

.gallery-photo-size li img{
	width: 450px;
}

	.gallery-photo-story{
		border-bottom: solid 1px #CA0123;
		margin-bottom: 40px;
		padding-bottom: 30px;
	}

/*--/アコーディオンメニュー--*/
/*--main----------------------------------------------------------------------------------------------*/
main{
	margin:10px 0 40px 0;
	width:100%;
}

.content{
	width:1000px;
	margin:0 auto;
}

.content h3{
	font-size:24px;
	font-weight:400;
}

/*--/main--*/

/*--infomation-------------------------------------------------------------------------------------------*/
#main_left{
	float:left;
}
#info{
	margin-bottom:30px;
	width:680px;
	text-align:left;
}

#info dl{
	padding:20px;
	/*border:#4c4c4c solid 1px;*/
}

#info dt{
	color:#cccccc;
	float:left;
	margin-right:20px;
}

#info dd{
	margin-bottom:10px;
}
.scr {
	overflow:auto;
	height:150px;
}

#info h2{
	margin-bottom:10px;
}
/*--/info--*/
/*--gallary-------------------------------------------------------------------------------------------*/
#gall{
	width:500px;
	text-align:left;
}

#gall h2{
	margin-bottom:10px;
}

#video img{
	padding:5px;
	border:#4c4c4c solid 1px;
	width: 138px;
}

.gallery-thumbnail {
	width: 450px;  /* トリミングしたい幅 */
  height: 305px;  /* トリミングしたい高さ */
	overflow: hidden;
  position: relative;
}

.gallery-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.fl_left.gallery{
	margin-right: 100px;
}

	.fl_left.gallery:nth-child(2n){
		margin-right: 0;
	}

/*--/gallary--*/
/*--sns-------------------------------------------------------------------------------------------*/
#sns{
	text-align:center;
	float:right;
}

#twitter{
	margin-bottom:10px;
	width:210px;
}

.li_min{
	width:210px;
}

.fb_min{
	margin-right:10px;
	float:left;
}
.tw_min{
	float:right;
}
/*--/sns--*/
/*--banner-------------------------------------------------------------------------------------------*/
.banner{
	float:right;
}

.banner li{
	margin-bottom:5px;
}


/*--/banner--*/
.go_top{
	padding-bottom:50px;
	width:1000px;
	text-align:right;
	margin:0 auto;
}

/*--footer-------------------------------------------------------------------------------------------*/
footer{
	background-color:#222222;
	width:100%;
	padding:10px 0;
	height:40px;
}

.in{
	margin:0 auto;
	width:1000px;
}

.footer_right{
	float:right;
}


.in p{
	padding-top:5px;
	margin-right:10px;
	float:left;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
/*--footer--*/
/*--共通-------------------------------------------------------------------------------------------*/
.main_left{
	margin-bottom:30px;
	margin-right:40px;
	float:left;
	width:1000px;
}

.title_red{
	background-image:url(../images/title_back_red.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
}

.ta_center{text-align:center;}

.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr90{margin-right:90px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}

.pl20{padding-left:20px;}
.pl30{padding-left:30px;}

.fl_left{float:left;}
.fl_right{float:right;}

.bold{font-weight:bold;}
.f9{font-size:9px;}
.f10{font-size:10px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f24{font-size:24px;}

.red{color:#cc0022;}

/*--/共通--*/

/*--biography-------------------------------------------------------------------------------------------*/

#biography{
	height:900px;
}

.bio_navi{
	margin:0 auto;
	padding-top:5px;
	width:200px;
}

.bio_navi li{
	float:left;
	margin-right:10px;
}

.bio_navi a:hover img{
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


.pan{
	margin-bottom:20px;
}

.pan li{
	display: inline;
}

#plofile{
	margin-bottom:30px;
	margin-right:40px;
	float:left;
	width:1000px;
}

#plofile img{
	float:left;
	margin:0 40px 40px 0;
}

#plofile ul{
	margin-bottom:30px;
}

#name{
	line-height: 1.0;
}

.title{
	padding-bottom:30px;
}

.li_his{
	margin-top:10px;
	text-align:right;
}

.li_his a{
	font-size:15px;
	color:#FFFFFF;
	padding-left:10px;
	background-image:url(../images/sankaku.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

.plo_nav{
	background-image:url(../images/biography/plo_off.jpg);
}
.plo_nav a{
	background-image:url(../images/biography/plo_off.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.plo_nav a:hover{
	background-image:url(../images/biography/plo_on.jpg);
	background-repeat:no-repeat;
}
.his_nav{
	background-image:url(../images/biography/his_off.jpg);
}
.his_nav a{
	background-image:url(../images/biography/his_off.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.his_nav a:hover{
	background-image:url(../images/biography/his_on.jpg);
	background-repeat:no-repeat;
}

/*--history-------------------------------------------------------------------------------------------*/

.history{
}

.his_title{
	padding-top:15px;
	padding-left:25px;
	height:40px;
	font-size:15px;
	background-image:url(../images/history/title_back.jpg);
	background-position:center left;
	background-repeat:repeat-x;
}

.his_title_2{
	padding-top:15px;
	padding-left:25px;
	height:40px;
	font-size:15px;
}

.his_in{
	padding:20px 0 30px 0;
}

.his_in_2{
	padding:20px 0 30px 0;
	float:left;
}

.his_in img{
}

/*--discography-------------------------------------------------------------------------------------------*/


.disc_up{
}

.disc_up li{
	margin-bottom:20px;
}

.disc_navi{
	margin:0 auto;
	padding-top:5px;
	width:500px;
}
.disc_navi li{
	float:left;
	margin-right:10px;
}

.disc_navi a:hover img{
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.album li{
	display: inline-table;
	margin-right: 16px;
	margin-bottom: 50px;
	width: 150px;
}

.album li:last-child {
  margin-right: 0;
}

	.album li:nth-child(6n){
		margin-right: 0;
	}

.album img{
	margin-bottom:0;
}

.disc_up img{
	float:left;
}

.disc_up .thumbnail {
	margin-right: 40px;
}

.disc_up h3{
	margin-bottom:20px;
}

.disc_text p{
	width: 660px;
	margin:20px 0 20px 330px;
}

.disc_info{
	width: 630px;
	margin:20px 0 20px 330px;
	padding:10px 20px 0 20px;;
	border:#4c4c4c solid 1px;
}

.disc_info li{
	font-size:11px;
	color:#999999;
}

.disc_shop{
	float:right;
	text-align:right;
}

.disc_shop img{
	margin:0;
}

.disc_title{
	padding:15px 0 0 25px;
	height:40px;
	font-size:15px;
	background-image:url(../images/title_back.jpg);
	background-position:right center;
	background-repeat:repeat-x;
	margin-bottom:20px;
}

.studio{
	float:left;
	margin-right:20px;
	display: inline-block;
}

.liv{
	display: inline-block;
}

.disc_kome{
	font-size:11px;
	color:#999999;
}
.track{
	margin:30px 0 60px 0;
}

.all_nav{
	background-image:url(../images/discography/all_off.jpg);
}
.all_nav a{
	background-image:url(../images/discography/all_off.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.all_nav a:hover{
	background-image:url(../images/discography/all_on.jpg);
	background-repeat:no-repeat;
}


.album_nav{
	background-image:url(../images/discography/album_off.jpg);
}
.album_nav a{
	background-image:url(../images/discography/album_off.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.album_nav a:hover{
	background-image:url(../images/discography/album_on.jpg);
	background-repeat:no-repeat;
}

.single_nav{
	background-image:url(../images/discography/single_off.jpg);
}
.single_nav a{
	background-image:url(../images/discography/single_off.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.single_nav a:hover{
	background-image:url(../images/discography/single_on.jpg);
	background-repeat:no-repeat;
}
.video_nav{
	background-image:url(../images/discography/video_off.jpg);
}
.video_nav a{
	background-image:url(../images/discography/video_off.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.video_nav a:hover{
	background-image:url(../images/discography/video_on.jpg);
	background-repeat:no-repeat;
}
.others_nav{
	background-image:url(../images/discography/others_off.jpg);
}
.others_nav a{
	background-image:url(../images/discography/others_off.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.others_nav a:hover{
	background-image:url(../images/discography/others_on.jpg);
	background-repeat:no-repeat;
}

/* trimming */
.trim {
  width: 150px;  /* トリミングしたい幅 */
  height: 150px;  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}
.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* layout */
div.trim {
  float: left;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* single-page trimming */
.single-trim {
  width: 300px;  /* トリミングしたい幅 */
  height: 300px;  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}
.single-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* layout */
div.single-trim {
  float: left;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*--news-------------------------------------------------------------------------------------------*/

.n_navi{
	margin:0 auto;
	padding-top:5px;
	width:470px;
}

.n_navi li{
	float:left;
	margin-right:10px;
}

.n_navi a:hover img{
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.n{
	padding-top:30px;
	border-bottom: 1px solid #4c4c4c;
}

.n .n_txt{
	width:600px;
}
.n img{
	margin-bottom:20px;
}

.n_title{
	font-size:18px;
	line-height:1.5;
	margin:5px;
}

.n_days{
	margin-bottom:20px;
	line-height:1.0;
}

.no{
	width:160px;
	margin:30px auto;
}

.no li{
	float:left;
	margin-right:10px;
}

.news_info{
}

.news_info img{
	margin:20px 0;
}

.nav1{
	background-image:url(../images/news/nav1.jpg);
}
.nav1 a{
	background-image:url(../images/news/nav1.jpg);
	background-repeat:no-repeat;
	width:82px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.nav1 a:hover,
.nav1 a.current{
	background-image:url(../images/news/nav1_on.jpg);
	background-repeat:no-repeat;
}

.nav2{
	background-image:url(../images/news/nav2.jpg);
}
.nav2 a{
	background-image:url(../images/news/nav2.jpg);
	background-repeat:no-repeat;
	width:82px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.nav2 a:hover,
.nav2 a.current{
	background-image:url(../images/news/nav2_on.jpg);
	background-repeat:no-repeat;
}

.nav3{
	background-image:url(../images/news/nav3.jpg);
}
.nav3 a{
	background-image:url(../images/news/nav3.jpg);
	background-repeat:no-repeat;
	width:82px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.nav3 a:hover,
.nav3 a.current{
	background-image:url(../images/news/nav3_on.jpg);
	background-repeat:no-repeat;
}

.nav4{
	background-image:url(../images/news/nav4.jpg);
}
.nav4 a{
	background-image:url(../images/news/nav4.jpg);
	background-repeat:no-repeat;
	width:82px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.nav4 a:hover,
.nav4 a.current{
	background-image:url(../images/news/nav4_on.jpg);
	background-repeat:no-repeat;
}

.nav5{
	background-image:url(../images/news/nav5.jpg);
}
.nav5 a{
	background-image:url(../images/news/nav5.jpg);
	background-repeat:no-repeat;
	width:82px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.nav5 a:hover,
.nav5 a.current{
	background-image:url(../images/news/nav5_on.jpg);
	background-repeat:no-repeat;
}


.button_now a{
	width: 30px;
	height:25px;
	padding-top:5px;
	background-color:#cc0023;
	color: #fcfcfc;
	display: block;
	text-align: center;
	text-decoration: none;
}

.button_now a:hover{
	text-decoration: none;
}
.button a {
	width: 30px;
	height:25px;
	padding-top:5px;
	background-color: #333333;
	color: #fcfcfc;
	display: block;
	text-align: center;
	text-decoration: none;
}
.button a:hover {
	background-color:#cc0023;
}

.news_back{
	padding-top:30px;
}

.news_back a{
	font-size:15px;
	color:#FFFFFF;
	padding-left:10px;
	background-image:url(../images/sankaku_buck.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

/*--gallery-------------------------------------------------------------------------------------------*/

.new{
	color:#FF0004;
	font-size:9px;
	margin-left:10px;
	vertical-align:20%;
}

.movie_nav{
	background-image:url(../images/gallery/movie_off.jpg);
}
.movie_nav a{
	background-image:url(../images/gallery/movie_off.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.movie_nav a:hover,
.movie_nav .current{
	background-image:url(../images/gallery/movie_on.jpg);
	background-repeat:no-repeat;
}

.photo_nav{
	background-image:url(../images/gallery/photo_off.jpg);
}
.photo_nav a{
	background-image:url(../images/gallery/photo_off.jpg);
	background-repeat:no-repeat;
	width:90px;
	height:20px;
	display:block;
    text-indent: -9999px;
}
.photo_nav a:hover,
.photo_nav .current{
	background-image:url(../images/gallery/photo_on.jpg);
	background-repeat:no-repeat;
}

.gallery{
	margin-bottom:30px;
	line-height:1.5;
	width:450px;
}

.gallery li{
	margin-bottom:10px;
}

.gallery_video iframe{
	border:#4c4c4c solid 1px;
	padding:10px;
}

.list{
	text-align:center;
	padding-top:40px;
}

.list li{
	margin-right:20px;
	display: inline;
}

.galle_navi{
	margin:0 auto;
	padding-top:5px;
	width:300px;
}

.galle_navi li{
	float:left;
	margin-right:10px;
}

.galle_navi a:hover img{
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*--link-------------------------------------------------------------------------------------------*/


.link_main{
	margin-left: 80px;
}

.link_main:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.link_main li{
	font-size:18px;
	margin-bottom:30px;
}

	.link_main h4{
		margin-bottom: 0 !important;
	}

		.link_main h4 a{
			text-decoration: underline !important;
		}

	.link_main p{
		font-size: 14px;
		text-indent: 2em;
	}


/*--contact-------------------------------------------------------------------------------------------*/

.form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.form dt,
.form dd{
	font-size:16px;
	margin-bottom:30px;
	float:left;
	width:400px;
}

.form_btn input:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.ub{
	border-bottom:solid 1px #fff;
}

.box{
	width:480px;
}

.contact_txt{
	font-size:18px;
	margin-bottom:10px;
}

.contact_apology{
	font-size:18px;
	font-weight:bold;
}

.contact_txt2{
	font-size:14px;
	margin-bottom:50px;
}


.contact_txt a{
	color:#cc0022;
	font-weight:bold;
	margin-left:5px;
}

.wpcf7-submit{
	border: none;
	background-color:#333333;
	color:#fff;
	padding:5px 0;
	width:90px;
	font-size:15px;
}

.wpcf7-submit:hover{
	background-color:#cc0022;
}
