@charset "utf-8";
/*
Theme Name: ray
Description: ray
Version: 1.0
Author: dreamfact
Author URI: http://dreamfact.net/
*/

@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #000;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	background-position: center;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 15px;
	line-height: 25px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
}
a:hover {
	color: #00a2e4;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	padding-top: 40px;
	width: 1000px;	/*ヘッダーブロックの幅*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
nav#menubar ul {
	height: 57px;
}
/*メニュー１個あたりの設定*/
nav#menubar ul li {
	float: left;		/*メニュー幅*/
	margin-left: 0px;	/*メニュー同士の隙間*/
	margin-right: 0px;
}
/*各メニューの写真部分の設定*/
nav#menubar ul li img {
	height: auto;	/*高さ*/
}

/*テキスト部分の設定*/
nav#menubar ul li a {
	text-decoration: none;
	color: #FFF;	/*文字色*/
}
nav#menubar ul li a span {
	display: block;
	word-wrap: break-word;
	border-radius: 100px;	/*角丸の設定。大き目に設定しておけばOK。*/
	font-size: 16px;		/*文字サイズ*/
	line-height: 1;			/*高さ*/
	background: rgba(0,0,0,0.3);	/*背景色。左の3つの数字がRGBでの色。ここでは黒。最後の小数点の数字が透明度。ここでは30%。*/
	margin-bottom: 30px;	/*下のコンテンツブロックとの余白*/
	padding: 4px;
}
/*テキスト部分のマウスオン時の設定。*/
nav#menubar ul li a:hover span {
	color: #FF3;	/*文字色*/
	background: rgba(0,0,0,0.6);	/*背景色。左の3つの数字がRGBでの色。ここでは黒。最後の小数点の数字が透明度。ここでは60%。*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 300px;
	width: 960px;
	border-radius: 15px;	/*角丸のサイズ*/
	margin-bottom: 20px;
}
#mainimg img {
	border-radius: 15px;	/*角丸のサイズ*/
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-index: 2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-index: 1;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	background-color: #FFF;
	text-align: left;
	clear: left;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
}
.box {
	margin-bottom: 110px;
}

.box03 {
	margin-bottom: 60px;
}
.box04 {
	margin-bottom: 30px;
}


#main .btn01 {
	float: left;
	margin-left: 85px;
	margin-bottom: 20px;
}
#main .btn02 {
	float: left;
	margin-left: 33px;
	margin-bottom: 20px;
}
#main .btn03 {
	float: left;
	margin-left: 33px;
	margin-bottom: 20px;
}
#main .btn04 {
	float: left;
	margin-left: 33px;
	margin-bottom: 20px;
}
#main .tel {
	float: left;
}
#main .cont {
	float: right;
}

#main .txt {
	font-weight: bold;
	color: #EC7289;
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
}
#main .txt02 {
	color: #ECB772;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
}
#main #news {
	float: left;
	width: 492px;
}
#main #info {
	float: right;
	width: 492px;
}
#main dl dt  {
	color: #EC7289;
	margin-bottom: 5px;
}
#main dl dd  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
header h1 {
	margin-bottom: 20px;
}








/*mainコンテンツのh2タグの設定*/
#main h2 {
	font-size: 20px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	color: #ecb772;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
margin-bottom: 15px;
}

/*mainコンテンツのh4タグの設定*/
#main h4.u4 {
color: #ec7289;
margin-bottom: 10px;
}

/*mainコンテンツのh3タグの設定*/
#main h5.u5 {
font-size: 15px;
color: #ec7289;
margin-bottom: 10px;
}

#main .newsA {
	background-image: url(images/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	font-size: 17px;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 5px;
	margin-bottom: 15px;
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0px 0px 15px 0px;	/*左から、上、左右、下への余白*/
}
#main .cent {
	text-align: center;
	margin-bottom: 30px;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*フッター内のメニュー
---------------------------------------------------------------------------*/
#footermenu	{
	font-size: 12px;
	text-align: center;
	position: absolute;
	left: 528px;
	top: 73px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	margin: 5px 20px 0px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
	color: #EAEAEA;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*menu.html内のページ内メニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	font-size: 16px;	/*文字サイズ*/
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;	/*メニューテキストをセンタリング*/
}
ul.navmenu li {
	display: inline;
}
ul.navmenu li a {
	background: url(images/arrow.png) no-repeat left center;	/*矢印マークの設定*/
	padding-right: 20px;
	padding-left: 15px;
	text-decoration: none;
}
ul.navmenu li a:hover {
	background: url(images/arrow.png) no-repeat 2px center;	/*マウスオン時に矢印マークを2pxだけ移動させて表示する設定*/
}

/*menu.html内のメニューブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	height: 370px;	/*ボックスの高さ*/
	width: 260px;	/*ボックスの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #ccc;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 12px 20px;
	position: relative;
	border: 1px solid #CCC;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 100%;
	padding: 0;
	border-radius: 0px;
	color: #00a2e4;	/*文字色*/
	border-bottom: 2px dotted #00a2e4;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}
/*ふきだしアイコンの位置*/
#main section.list article img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 920px;
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	background: #e5e5e5;	/*背景色*/
	width: 200px;	/*幅*/
	padding: 10px;
	text-align: center;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #bde0ff;	/*背景色*/
}
/*テーブルのキャプション設定*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #ecb772;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#edc28a), to(#ecb772));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#edc28a, #ecb772);	/*同上*/
	background-image: linear-gradient(#edc28a, #ecb772);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #ccc;			/*同上*/
	color: #FFF;		/*文字色*/
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #ec7289;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f695a7), to(#ec7289));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#f695a7, #ec7289);	/*同上*/
	background-image: linear-gradient(#f695a7, #ec7289);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background-color: #00a2e4;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	border-radius: 10px;	/*角丸のサイズ*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #ff496b;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
#menubar_hdr {
	display: none;
}
figcaption {
	font-size: 11px;
}
.pagetop {
	clear: both;
	text-align: right;
}

.button {
   border-top: 1px solid #ecb772;
   background: #ecb772;
   background: -webkit-gradient(linear, left top, left bottom, from(#ecb772), to(#ecb772));
   background: -webkit-linear-gradient(top, #ecb772, #ecb772);
   background: -moz-linear-gradient(top, #ecb772, #ecb772);
   background: -ms-linear-gradient(top, #ecb772, #ecb772);
   background: -o-linear-gradient(top, #ecb772, #ecb772);
   padding: 5px 15px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #ecb772;
   background: #ecb772;
   color: #f7f7f7;
   }
.button:active {
   border-top-color: #ecb772;
   background: #ecb772;
   }

footer .inner {
	background-image: url(images/footbg.jpg);
	background-repeat: repeat-x;
	height: 171px;
	margin-top: 50px;
}

.button01 {
   border-top: 1px solid #a0c6cd;
   background: #a0c6cd;
   background: -webkit-gradient(linear, left top, left bottom, from(#a0c6cd), to(#a0c6cd));
   background: -webkit-linear-gradient(top, #a0c6cd, #a0c6cd);
   background: -moz-linear-gradient(top, #a0c6cd, #a0c6cd);
   background: -ms-linear-gradient(top, #a0c6cd, #a0c6cd);
   background: -o-linear-gradient(top, #a0c6cd, #a0c6cd);
   padding: 5px 15px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button01:hover {
   border-top-color: #a0c6cd;
   background: #a0c6cd;
   color: #f7f7f7;
   }
.button01:active {
   border-top-color: #a0c6cd;
   background: #a0c6cd;
   }footer .inner {
	background-image: url(images/footbg.jpg);
	background-repeat: repeat-x;
	height: 171px;
	margin-top: 50px;
}

.button02 {
   border-top: 1px solid #ec7289;
   background: #ec7289;
   background: -webkit-gradient(linear, left top, left bottom, from(#ec7289), to(#ec7289));
   background: -webkit-linear-gradient(top, #ec7289, #ec7289);
   background: -moz-linear-gradient(top, #ec7289, #ec7289);
   background: -ms-linear-gradient(top, #ec7289, #ec7289);
   background: -o-linear-gradient(top, #ec7289, #ec7289);
   padding: 5px 15px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button02:hover {
   border-top-color: #ec7289;
   background: #ec7289;
   color: #f7f7f7;
   }
.button02:active {
   border-top-color: #ec7289;
   background: #ec7289;
   }footer .inner {
	background-image: url(images/footbg.jpg);
	background-repeat: repeat-x;
	height: 171px;
	margin-top: 50px;
}

.button03 {
   border-top: 1px solid #aacf2b;
   background: #aacf2b;
   background: -webkit-gradient(linear, left top, left bottom, from(#aacf2b), to(#aacf2b));
   background: -webkit-linear-gradient(top, #aacf2b, #aacf2b);
   background: -moz-linear-gradient(top, #aacf2b, #aacf2b);
   background: -ms-linear-gradient(top, #aacf2b, #aacf2b);
   background: -o-linear-gradient(top, #aacf2b, #aacf2b);
   padding: 5px 15px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: white;
   font-size: 12px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button03:hover {
   border-top-color: #aacf2b;
   background: #aacf2b;
   color: #f7f7f7;
   }
.button03:active {
   border-top-color: #aacf2b;
   background: #aacf2b;
   }footer .inner {
	background-image: url(images/footbg.jpg);
	background-repeat: repeat-x;
	height: 171px;
	margin-top: 50px;
}



footer .inner .fbox {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 171px;
	position: relative;
}
footer .inner #foortel {
	position: absolute;
	top: -48px;
}
footer .inner #foorcont {
	position: absolute;
	right: 0px;
	top: -48px;
}
footer .inner02 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 155px;
}
footer .inner02 #footlogo {
	position: absolute;
	top: 54px;
}

.rightTxt {
	float: right;
	width: 635px;
}
.leftTxt {
	float: left;
	width: 343px;
}
.in {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.box02 {
	margin-bottom: 110px;
	background-color: #f6f6f6;
	padding-top: 80px;
	padding-bottom: 80px;
}

.visa{
	background-color: #a0c6cd;
	padding: 0px 30px 0px 30px;
	color: #fff;
	margin-top: -2px;
}
.incorporation{
	background-color: #ec7289;
	padding: 0px 30px 0px 30px;
	color: #fff;
	margin-top: -2px;
}
.authorization{
	background-color: #ecb772;
	padding: 0px 30px 0px 30px;
	color: #fff;
	margin-top: -2px;
}
.certification{
	background-color: #aacf2b;
	padding: 0px 30px 0px 30px;
	color: #fff;
	margin-top: -2px;
}
.uTi {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.uTi span {
	font-size: 30px;
	font-weight: bold;
	color: #EB748A;
	font-weight: bold;
	line-height: 30px;
        background-color: #fff;
        padding: 10px 10px 10px 10px;
}
.po{
width:33%;
text-align: center;
padding:5px 0 5px 0;
background-color: #ecb772;
border: 2px solid #fff;
color: #fff;
}

.u3{
border-left: 3px solid #ec7289;
    color: #000;
    height: auto;
    margin: 0 0 23px;
    padding: 10px 0 10px 18px;
}

.prophoto{
float: left;
width:300px;
}

.protxt{
float: right;
width:660px;
}

.tleft{
background-color: #fff3e3;
width:30%;
border-bottom: 1px dotted #ccc;
padding: 15px;
}
.tright{
width:60%;
border-bottom: 1px dotted #ccc;
padding: 15px;
}

#map{
margin-top: 10px;
}

table.table01 tr:nth-child(-n+11) td:nth-child(2), table.table01 tr:nth-child(-n+11) td:nth-child(4) {
    text-align: right;
}
table.table01 tr:first-child td:nth-child(2) {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align:center;
}
table.table01 tr:nth-child(-n+11) td:first-child, table.table01 tr:nth-child(-n+11) td:nth-child(3) {
    background: none repeat scroll 0 0 #fff3e3;
}
table.table01 tr:nth-child(5) td:last-child {
    text-align: center;
}
.table01 {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 20px;
    width: 100%;
}
.table01 th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f0f2f1;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    padding: 10px;
}

.table01 td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 10px;
}

.table01 tr td:last-child {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 30%;
}

.table01 td span {
    color: #d04e67;
}

.table02 {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 20px;
    width: 100%;
}
.table02 th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #f0f2f1;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    font-weight: bold;
    padding: 10px;
}
.table02 td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #ccc;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px 1px;
    padding: 10px;
}
.table02 tr:nth-child(-n+11) td:first-child {
    background: none repeat scroll 0 0 #fff3e3;
}

.table02 tr:nth-child(-n+11) td:nth-child(2) {
    text-align: right;
    width: 50%;
}
.faq-question{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow: 0px 0px 1px #000000;
-webkit-box-shadow: 0px 0px 1px #000000;
box-shadow: 0px 0px 1px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ededed');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#ededed')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #ffffff, #ededed);
background-image: -ms-linear-gradient(top, #ffffff, #ededed);
background-image: -o-linear-gradient(top, #ffffff, #ededed);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#ededed));
background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
background-image: linear-gradient(top, #ffffff, #ededed);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
padding: 10px;
margin-bottom: 10px;
}

.contact_form{
    display: block;
    }
 
 /* お問い合わせ左側 */
.contact_left{
    float: left;
    width: 260px;
    }
 
 /* お問い合わせ右側 */
.contact_right{
    float: right;
    }
 
 /* テキストフォームの設定 */
.wpcf7-text{
    margin: 6px 0 0px;
    padding: 11px;
    color: #636063;
    font-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 16px;
    border: none;
    background-color: #ffebef;
    }
 
 /* テキストフォームのフォーカス時の設定 */
.wpcf7-text:focus{
    background-color: #f4e0e4;
    }
 
 /* テキストエリアの設定 */
.wpcf7-textarea{
    margin: 6px 0 24px;
    padding: 11px;
    width: 600px;
    height: 218px;
    color: #636063;
    font-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 16px;
    border: none;
    background-color: #ffebef;
    }
 
 /* テキストエリアのフォーカス時の設定 */
.wpcf7-textarea:focus{
    background-color: #f4e0e4;
    }
 
 /* 送信ボタンの設定 */
.wpcf7-form-control.wpcf7-submit{
    display: block;
    width: 180px;
    height: 40px;
    border: none;
    }
 
 /* 送信ボタンのフォーカス時の設定 */
.wpcf7-form-control.wpcf7-submit:hover{
    filter: alpha(opacity=80);
    opacity: .6;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    }
 
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }
 
.clearfix{
    overflow:hidden;
    }

.faq-answer p {
	border-width: 1px;
	border-style: solid;
	border-color: #ec7289;
	padding: 20px!important;
border-radius: 20px;
    margin: 0 0 20px 0;
background-color: #fff3f5;
}


#kv{
width:100%;
}
#kvsp{
display:none!important;
}
