@charset "utf-8";
/*----default------*/
* {
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	background-image: url(../carevillage-ogura/img/common/bg.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
}
body #content{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	background-repeat: repeat;
	background-color: #000000;
}
p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 180%;
	color: #333333;
	font-size: 87%;
	font-style: normal;
	font-weight: normal;
}
.xs { font-size: 75% } /* 9px */
.xm { font-size: 83% } /* 10px */
.sm { font-size: 92% } /* 11px */
.lr { font-size: 108% } /* 13px */
.la { font-size: 125% } /* 15px */
.xl { font-size: 133% } /* 16px */

p.strong {
	font-size: 150%;
	font-weight: bold;
	color: #383D3F;
	font-family: Arial, Helvetica, sans-serif;
}
p.red {
	color: #B7282E;
}
p.small {
	font-size: 92%;
}
p.ss {
	font-size: 83%;
	padding-top: 5px;
}
p.price {
	color: #B7282E;
	font-size: 117%;
	line-height: 200%;
}
p.small_red {
	color: #cc6600;
	font-size: 92%;
}

p.loose {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 200%;
}

p.clear_r {
	clear: right;
	margin-top: 15px;
}

.cubettl {
	color:#666666;
	border: 1px solid #666666;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: inline-block;
	margin-right: 10px;
}
.cubettl_reversal {
	color:#FFFFFF;
	font-weight: bold;
	background-color: #666666;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: inline-block;
	margin-right: 10px;
}
.cubettl_nomal {
	color:#666666;
	border: 1px solid #666666;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	display: inline-block;
	font-weight: normal;
	margin-top: 10px;
}
.cubettl_fude {
	background-image: url(../img/common/icon/cubettl_1.gif);
	text-align: justify;
	padding: 15px;
	height: 10px;
	width: 70px;
	margin-right: 20px;
	margin-bottom: 15px;
	display: inline;
}
.flowttl {
	color:#FFFFFF;
	font-weight: bold;
	background-color: #CCAF7C;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	display: inline-block;
	font-size: 10px;
}

/*Safariのみ見え方が異なるため、ハックで調整*/
body:last-child:not(:root:root) .cubettl {
padding-top:0px;
padding-bottom:1px;
}

.sub {
	font-size: 125%;
	font-weight: bolder;
	border-bottom: 1px dotted #555555;
	line-height: 100%;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.float_r {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
img.float_l {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
li {
	list-style-type: none;
}
a {
	color: #996600;
}
a:hover {
	color: #B72D27;
	text-decoration: none;
}
table {
    font-size:inherit;
    font:100%;
}
#wrapp {
	margin: auto;
	width: 100%;
}

ul{
}
li {
}
ul.link{
	list-style-type: none;
}
ul.link li{
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.link li a{
	text-decoration: none;
}
ul.link li a:hover{
	text-decoration: underline;
}
ul.square {
	list-style-type: square;
}
span.strong {
	font-size: 150%;
	font-weight: bold;
	color: #383D3F;
	font-family: Arial, Helvetica, sans-serif;
}
span.red {
	color: #CC3333;
}
span.ttl {
	color: #333333;
	font-size: 13px;
}
span.cap {
	color: #996600;
	font-size: 10px;
	font-weight: normal;
}

ol{
	padding-left: 25px;
	font-size: 100%;
	line-height: 200%;
	color: #666666;
	zoom : 1;

}
ol li{
	zoom : normal;
	list-style-type: decimal;
}

#wrapp #main {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../carevillage-ogura/img/common/bg_main.png);
	background-repeat: repeat-y;
}

/*----clearfix------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#main #clear {
	clear: both;
	height: 20px;
	width:1200px;
	position: relative;
}
#contents .clear {
	clear: both;
	height: 20px;
	width: 770px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
}
#contents .clear2 {
	clear: both;
	height: 20px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
#contents .clearboth {
	clear: both;
	height: 5px;
	width: 100%;
	margin-bottom: 5px;
}

/*----ヘッダー部分------*/
#wrapp #head {
	background-image: url(../carevillage-ogura/img/common/bg_head.png);
	background-repeat: repeat-x;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 0px;
	height: 150px;
}
#head #header {
	background-repeat: no-repeat;
	height:150px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../carevillage-ogura/img/common/header.png);
}
#head #header h1 {
	font-size: 10px;
	position: absolute;
	top: 20px;
	font-weight: normal;
	line-height: 16px;
	color: #333333;
	left: 172px;
}
#header #logo a#top {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 117%;
	font-style: normal;
	line-height: normal;
	color: #333333;
	overflow: hidden;
	background-image: url(../carevillage-ogura/img/common/sitetitle.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	width: 300px;
	position: absolute;
	left: 100px;
	top: 20px;
}
#header #logo a#top:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	overflow: hidden;
	background-image: url(../carevillage-ogura/img/common/sitetitle.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	width: 300px;
	position: absolute;
	left: 100px;
	top: 20px;
	font-weight: bold;
	position: absolute;
}
#head #header .contact {
	height: 25px;
	width: 180px;
	position: absolute;
	top: 70px;
	right: 0px;
}
#header .bn_keiwa {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #000000;
	height: 30px;
	width: 150px;
	position: absolute;
	top: 15px;
	right: 110px;
}
#header .bn_contact {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #000000;
	height: 30px;
	width: 150px;
	position: absolute;
	top: 55px;
	right: 110px;
}

/*----グローバルナビゲーション------*/
#header #navi {
	height: 40px;
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px;
	position: absolute;
	top: 100px;
}
ul#navigation {
	width:1000px;
	height: 40px;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 0px;
}
ul#navigation li {
	float:left; 
	list-style:none;
}
ul#navigation li a {
	display:block;
	height:40px;
	font-weight:bold;
	text-indent:-9999px;
	background-image:url(../carevillage-ogura/img/common/navi.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
ul#navigation a.home {
    width:100px;
	background-position:0px -40px;
}
ul#navigation li a.home:hover {
    background-position:0 0px;
}

ul#navigation a.sth {
    width:300px;
	background-position:-100px -40px;
}
ul#navigation li a.sth:hover {
    background-position:-100px 0px;
} 

ul#navigation a.ds {
    width:300px;
	background-position:-400px -40px;
}
ul#navigation li a.ds:hover {
    background-position:-400px 0px;
} 

ul#navigation a.gh {
    width:300px;
	background-position:-700px -40px;
}
ul#navigation li a.gh:hover {
    background-position:-700px 0px;
} 

/*----ページタイトル(default部分)------*/
#wrapp #mainvisual {
	background-image: url(../carevillage-ogura/img/common/bg_mv.png);
	height: 547px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#wrapp #mainvisual #ttl {
	height: 350px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#wrapp #pagetitle {
	background-image: url(../carevillage-ogura/img/common/bg_mv.png);
	height: 220px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#wrapp #ttl {
	height:196px;
	width: 996px;
	border: 1px solid #FF6666;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 1px;
}
#wrapp #ttl_fl {
	height: 396px;
	width: 996px;
	padding: 1px;
	border: 1px solid #FF6666;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#wrapp #ttl_fl2 {
	height: 400px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 1px;
}

/*----パンくずリスト------*/
#main #topicpath {
	height: 20px;
	width: 1000px;
	margin-bottom: 5px;
}
ul#topicpath {
	 margin:10px 0; 
}
ul#topicpath li {
	display:inline;
	list-style-type:none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #666666;
}   
ul#topicpath li a {
	padding-right:10px;
	background-image: url(../img/common/icon/crumbs.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #FF6666;
}  

/*----左サイド部分------*/
#wrapp #main #side {
	width: 200px;
	margin-right: 30px;
	float: left;
	margin-left: 100px;
}
#side .sidebanner .bnttl {
	height: 30px;
	width: 200px;
}

#side .sidebanner .bannerBox {
	width: 200px;
}

/*----ローカルナビゲーション(コースメニュー)------*/
#side .sidebanner .side_box {
	background-image: url(img/common/side/side_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 190px;
	border: 1px solid #C5C5BE;
	margin-bottom: 5px;
	background-color: #F1F1ED;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#side .sidebanner .side_box h3 {
	background-color: #638F9D;
	background-image: none;
	line-height: 18px;
	text-indent: 5px;
	height: 18px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #66B8CF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#side .sidebanner .side_box .side_inbox {
	background-image: url(img/common/side/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #D6D5CB;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#side .sidebanner .side_menu li {
	line-height:0;
}
#side .sidebanner .side_menu li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	width: 135px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E0;
	background-image: url(../img/common/side/arrow_li.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#side .sidebanner .side_menu li a:hover {
	background-color: #A9A9A9;
	color: #FFFFFF;
	background-image: url(../img/common/side/arrow_li_ov.gif);
}
#side .sidebanner .side_menu li ul {
	background-color: #A9A9A9;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side .sidebanner .side_menu li ul li a {
	background-position: 15px;
	width: 125px;
	padding-left: 34px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDD2D3;
	border-bottom-color: #CDD2D3;
	border-left-color: #CDD2D3;
	border-top-style: none;
	color: #B72D27;
}

/*----バナー部分------*/
#side .sidebanner {
	width: 200px;
	margin-bottom: 2px;
	margin-top: 0px;
	padding: 0px;
}
/*----バナー（info）------*/
#side .sidebanner .bn_info {
	height:150px;
	width: 200px;
	position: relative;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0px;
}
.txt_sideinfo {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-indent: -9999px;
}
/*----バナー（60）------*/
#side .sidebanner .bn_60{
	height:60px;
	width: 200px;
	position: relative;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0px;
}

/*----各種バナー------*/
ul#banner {
	width:200px;
	padding: 0px;
	overflow: hidden;
	line-height: 0px;
	margin: 0px;
}
ul#banner li {
	list-style:none;
	overflow: hidden;
}
ul#banner li a {
	display:block;
	font-weight:bold; 
	text-indent:-9999px;
	width: 200px;
	margin-bottom: 3px;
}
ul#banner li a:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}
ul#banner a.keiwa {
	width:200px;
	background-image: url(../img/common/side/sbn_keiwa.jpg);
	background-repeat: no-repeat;
	height: 60px;
}

/*
フッター
-------------------------------------------*/

#foot {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 250px;
	background-image: url(../carevillage-ogura/img/common/bg_footer.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#foot #footer {
	height: 250px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 0px;
	background-image: url(../carevillage-ogura/img/common/footer.png);
}
#foot #footer p {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: right;
	position: absolute;
	right: 25px;
	top: 75px;
}
#foot #footer li a {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

#foot #footer li a:hover {
	color: #FFCCFF;
}

#foot #footer li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#foot #footer #f_ul01 {
	position: absolute;
	left:500px;
	top: 120px;
}
#foot #footer #f_ul02 {
	position: absolute;
	left:500px;
	top: 140px;
}
#foot #footer #f_logo {
	color: #A7B4B4;
	position: absolute;
	top: 37px;
	right: 25px;
	background-image: url(../img/common/foot/logo_footer.png);
	text-indent: -9999px;
	height: 31px;
	width: 150px;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	line-height: 30px;
	text-align: right;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 0px;
}



/*----コンテンツ部分------*/
#wrapp #main #contents {
	width: 770px;
	float: right;
	font-size: 100%;
	margin-right: 100px;
	margin-bottom: 30px;
}
/*----サブタイトル部分------*/
h2 {
	display: none;
}
.read {
	height: 250px;
	width: 770px;
	margin-bottom: 15px;
	position: relative;
}
.read p {
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #666666;
	position: absolute;
	height: 150px;
	width: 400px;
	left: 20px;
	top: 80px;
}
.subttl {
	width: 770px;
	margin-bottom: 15px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
}

/*----各種BOX------*/
.box {
	WIDTH: 770px;
	MARGIN-BOTTOM: 20px;
}
.box_m10 {
	WIDTH: 770px;
	MARGIN-BOTTOM: 10px;
}
.box_mt {
	WIDTH: 770px;
	margin-top: 15px;
}
.box_filter {
	WIDTH: 770px;
	MARGIN-BOTTOM: 20px;
}
.box_out {
	margin-bottom: 20px;
	padding: 10px;
}
.box_in {
	background-color: #FFFFFF;
	padding: 20px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.box_in2 {
	background-color: #DDDDDD;
	padding: 20px;
	margin-bottom: 20px;
}


.box_in ul {
	font-style: normal;
	line-height: 200%;
	list-style-type: square;
}
.box_in2 {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 30px;
}
.box_l {
	WIDTH: 360px;
	MARGIN-BOTTOM: 20px;
	FLOAT: left;
	MARGIN-RIGHT: 5px
}
.box_r {
	WIDTH: 400px;
	MARGIN-BOTTOM: 20px;
	FLOAT: right
}

.box_l ul{
	padding-left: 25px;
	font-size: 100%;
	line-height: 200%;
	color: #666666;
	zoom : 1;
}
.box_l ul li{
	zoom : normal;
	list-style-type: square;
}
.imgbox_l {
	margin-right: 15px;
	float: left;
}
.imgbox_r {
	float: right;
	margin-left: 15px;
}
.imgbox2 {
	width: 380px;
	float: left;
	margin-right: 10px;
}
.imgbox2r {
	width: 380px;
	float: left;
}
.imgbox3 {
	width: 250px;
	float: left;
	margin-right: 10px;
}
.imgbox3r {
	width: 250px;
	float: left;
}

.imgbox4 {
	height: 150px;
	width: 185px;
	float: left;
	margin-right: 10px;
	position: relative;
}
.imgbox4r {
	height: 150px;
	width: 185px;
	float: left;
	position: relative;
}
.imgbox4 p,.imgbox4r p {
	font-size: 11px;
	font-style: normal;
	line-height: 130%;
	color: #333333;
	position: absolute;
	height: 20px;
	width: 155px;
	left: 15px;
	top: 40px;
	text-align: center;
}

.btn_next {
	height: 30px;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 570px;
}
/*
メニューインデックス
-------------------------------------------------------------------*/
/*----2列------*/
#contents .meishi_index {
	text-align: center;
	width: 340px;
	float: left;
	margin-left: 5px;
	background-color: #F9F7F4;
	margin-right: 5px;
	position: relative;
	height: 150px;
}
#contents .meishi_index .text {
	font-size: 11px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #333333;
	height: 70px;
	width: 150px;
	position: absolute;
	left: 15px;
	top: 70px;
}

/*----3列------*/
#contents .box3 {
	text-align: center;
	width: 205px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F9F7F4;
}
.box3 .btn  {
	text-align: center;
	height: 20px;
	width: 110px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
#content .box3:hover {
	background-color: #ECFBFF;
	border-top-color: #B3E9F7;
	border-right-color: #B3E9F7;
	border-bottom-color: #B3E9F7;
	border-left-color: #B3E9F7;
}
/*----6列------*/
#contents .box5 {
	text-align: center;
	width: 122px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 6px;
	background-color: #F9F7F4;
}
.box5 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
#content .box5:hover {
	background-color: #ECFBFF;
	border-top-color: #B3E9F7;
	border-right-color: #B3E9F7;
	border-bottom-color: #B3E9F7;
	border-left-color: #B3E9F7;
}

/*----TOPページ------*/
#contents .menubox {
	width: 700px;
	margin-bottom: 5px;
	position: relative;
}

#contents .menubox .menu2 {
	float: left;
	height: 300px;
	width: 345px;
	margin-right: 10px;
}
#contents .menubox .menu2r {
	height: 300px;
	width: 345px;
	float: right;
}

#contents .menubox .menu3 {
	float: left;
	height: 100px;
	width: 230px;
	margin-right: 5px;
}
#contents .menubox .menu3r {
	height: 100px;
	width: 230px;
	float: right;
}

#contents .bn_campaign {
	height: 200px;
	width: 700px;
	margin-bottom: 20px;
}



/*----テキストボックス------*/
.textbox {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	margin-top: 0px;
	padding: 20px;
	font-size: 100%;
	line-height: 150%;
	color: #000000;
	background-color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.textbox_boder {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
	margin-top: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 150%;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 698px;
}
.captionbox_right{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 92%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 770px;
	text-indent: 5px;
}

/*----バックページトップ（clear)------*/
#clear .bpt {
	display: block;
	height: 20px;
	width: 150px;
	position: absolute;
	top: 0px;
	right: 100px;
}
.clear .bpt_s {
	display: block;
	height: 20px;
	width: 110px;
	position: absolute;
	left: 660px;
	top: 0px;
}

/*----リンクボタン（詳細はこちら）------*/
.btn_r {
	height: 20px;
	width: 120px;
	margin-bottom: 20px;
	text-align: right;
	margin-left: 580px;
	clear: both;
}
.btn_s {
	text-align: right;
	padding: 5px;
	clear: both;
}
.btn_s a {
	color: #FFFFFF;
	background-color: #CCAF7C;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	text-decoration: none;
}
.btn_s a:hover {
	color: #FFFFFF;
	background-color: #B72D27;
}
.btn_entry {
	height: 30px;
	width: 180px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	margin-left: 260px;
	margin-right: 260px;
}

/*----イメージボックス------*/
.imgbox_right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imgbox_left {
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imgbox_center {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
/*----見出し(h3／h4)------*/
h3.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	height: 22px;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 8px;
	text-indent: 15px;
	margin-top: 0px;
	background-color: #F76F9B;
}
#contents h3 span {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 12px;
	padding-left: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
h3.head {
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	height: 18px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 1px;
	font-weight: normal;
	background-color: #666666;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h3.about {
	display: inline;
	margin-bottom: 10px;
	height: 35px;
	width: 770px;
}
h3.english{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #999999;
	margin-bottom: 30px;
	display: inline-block;
}
h3.text{
	margin-bottom: 10px;
	height: 35px;
	width: 770px;
	overflow: hidden;
}
h3.text2{
	margin-bottom: 10px;
	height: 55px;
	width: 770px;
	overflow: hidden;
}

h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-indent: 15px;
	height: 12px;
	width: 700px;
	padding-top: 8px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.h4 {
	background-repeat: no-repeat;
	position: relative;
	height: 20px;
	width: 770px;
	background-color: #666666;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#contents h4 span {
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	font-weight: bolder;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15px;
}

/*----リストスタイル(イメージ)------*/

ul.list2 li {
	margin: 0.5em 0 0.5em 30px;
	list-style-image: url(../img/common/list_1.jpg);
	line-height: 200%;
	color: #666666;
}


/*----ボックス型インデックス(default)------*/
#contents #includebox {
	width: 770px;
	margin-bottom: 20px;
	height: 350px;
}
div.boxbase{
	width:170px;
	height: 170px;
	float: left;
	margin: 2.4px;
	position: relative;
}
div.boxbase div.ttl{
	height:65px;
	width: 170px;
}
div.boxbase div.txt{
	height:70px;
	width: 130px;
	background-image: url(../img/jdean/feature/boxbase_txt.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div.boxbase div.btm{
	background-image:url(../img/jdean/feature/boxbase_btm.jpg);
	background-repeat:no-repeat;
	height:15px;
	width: 170px;
}
div.boxbase p{
	margin:0;
	height: 60px;
	width: 130px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.boxbase .arrow_1 {
	position: absolute;
	height: 19px;
	width: 19px;
	left: 140px;
	top: 140px;
	background-image: url(../img/jdean/feature/arrow.png);
	background-repeat: no-repeat;
}
.boxbase .arrow_1:hover {
	position: absolute;
	height: 19px;
	width: 19px;
	left: 140px;
	top: 140px;
	background-image: url(../img/jdean/feature/arrow_on.png);
	background-repeat: no-repeat;
}

/*----ボックス型インデックス(indexnavi)------*/
#contents #indexnavi {
	width: 700px;
	margin-bottom: 20px;
	height: 230px;
}
div.boxbase_home{
	width:172px;
	height: 230px;
	float: left;
	position: relative;
	background-image: url(../img/home/boxbase_home.jpg);
	background-repeat: no-repeat;
	display: inline;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.boxbase_home div.img{
	height:120px;
	width: 162px;
	position: absolute;
	left: 5px;
	top: 5px;
}
div.boxbase_home div.img:hover{
	opacity: 0.8; /* IE以外透過設定 */
	filter: Alpha(opacity=80); /* IE用透過設定 */
}
div.boxbase_home div.ttl{
	height:40px;
	width: 162px;
	position: absolute;
	left: 5px;
	top: 130px;
}
div.boxbase_home div.txt{
	height:45px;
	width: 142px;
	font-size: 10px;
	line-height: 120%;
	color: #000000;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: absolute;
	top: 175px;
	left: 5px;
}
/*----ページ下部info------*/
#contents  #ubn {
	height:100px;
	width: 770px;
	margin-bottom: 20px;
	clear: both;
	margin-top: 40px;
}
#contents  #underbn2 {
	height: 100px;
	width: 700px;
	margin-bottom: 20px;
	position: relative;
	clear: both;
	margin-top: 40px;
}
#underbn2 #text_ub {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-style: normal;
	color: #333333;
	height: 20px;
	width: 200px;
	position: absolute;
	left: 485px;
	top: 40px;
}
#underbn2 #btn_iwai {
	position: absolute;
	height: 30px;
	width: 200px;
	left: 485px;
	top: 55px;
	display: block;
}
#underbn2 #btn {
	position: absolute;
	height: 30px;
	width: 200px;
	left: 485px;
	top: 55px;
	display: block;
}
.ulink{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-style: normal;
	text-indent: -9999px;
	overflow: hidden;
}
.around{
	background-color: #EAEAEA;
	width: 500px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #336633;
	border: 1px dotted #336600;
}.textbox .indent_1 {
	text-indent: 300px;
}
.tickerbox{
	background-image: url(../img/home/tickerbox.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 570px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 120px;
	margin-top: 10px;
}
#contents  .underlink_80 {
	height: 80px;
	width: 700px;
	margin-bottom: 15px;
	position: relative;
}
#contents  .underlink_80 #voice {
	height: 40px;
	width: 210px;
	margin-bottom: 15px;
	position: absolute;
	left: 255px;
	top: 30px;
	font-size: 10px;
	font-style: normal;
	line-height: 130%;
	color: #666666;
}
#contents  .underlink_80 #price {
	height: 40px;
	width: 350px;
	margin-bottom: 15px;
	position: absolute;
	left: 255px;
	top: 30px;
	font-size: 10px;
	font-style: normal;
	line-height: 130%;
	color: #666666;
}
#contents  .underbn_s {
	height: 75px;
	width: 300px;
	margin-bottom: 20px;
	clear: both;
	margin-top: 40px;
	margin-right: 200px;
	margin-left: 200px;
}


/*
各種テーブル
-------------------------------------------------------------------*/
/*----商品詳細------*/

table {
	background-color: #ffffff;
	border-collapse: collapse;
	font-size: 87%;
	width: 100%;
	color:#000000;
} 
table th.t_head {
	background-color: #CCCCCC;
	text-align: left;
	padding: 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
} 
table th.t_head_r {
	background-color: #CCCCCC;
	text-align: left;
	padding: 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
} 
table th.t_top {
	background-color: #666666;
	text-align: center;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
} 
table th.t_top span {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

table td.t_line01 {
	background-color: #fff;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
table td.t_line01r {
	background-color: #fff;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
table td.t_line02 {
	background-color: #f7f8f8;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
table td.t_line02r {
	background-color: #f7f8f8;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

table p.cap {
	color: #666666;
	font-size: 10px;
}
table p.flow {
	color: #505050;
	font-size: 10px;
}
table p.flow span.step {
	color:#996600;
	border: 1px solid #B89453;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 10px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	display: inline-block;
}
table p.flow span.allow {
	color: #990000;
	font-size: 10px;
}

table td.t_line01 span.flow {
	color:#996600;
	padding: 2px;
	border: 1px solid #B89453;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	background-color: #FFFFFF;
}
table td.t_line02 span.flow {
	color:#996600;
	padding: 2px;
	border: 1px solid #B89453;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	background-color: #FFFFFF;
}



table td.t_line01 span {
	color: #CC6600;
}
table td.t_line01r span {
	color: #CC6600;
}
table td.t_line02 span {
	color: #CC6600;
}
table td.t_line02r span {
	color: #CC6600;
}
table td.t_line02 span.strong {
	color: #CC6600;
	font-weight: bold;
}

/*----ヘッド色違い------*/

table th.t_top2 {
	background-color: #CCCCCC;
	text-align: center;
	padding: 5px;
	color: #333333;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #999999;
} 
table th.t_top2 span {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}




/*
メールフォーム
-------------------------------------------------------------------*/
/*----メールフォーム------*/

#contents table.table_info {
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid #D8C39D;
}
#contents table.table_info th.head {
	background-color: #663D6E;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
}
#contents table.table_info td {
	background-color: #F5F5F5;
	text-align: left;
	padding: 8px;
	border: 1px solid #D8C39D;
	font-size: 12px;
	line-height: 20px;
}
#contents table.table_info th {
	font-size: 100%;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8C39D;
	border-right-color: #FF6666;
	border-bottom-color: #D8C39D;
	border-left-color: #D8C39D;
	background-color: #EAD9BA;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #333333;
}
#contents form table.table_info th span {
	font-size: 10px;
	color: #402758;
}
.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #AD9B78;
}

/*----FLOW------*/

#contents table.table_flow {
	width: 700px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #D8C39D;
}
#contents table.table_flow td {
	background-color: #F5F5F5;
	text-align: left;
	padding: 8px;
	border: 1px solid #D8C39D;
	font-size: 12px;
	line-height: 20px;
}
#contents table.table_flow th {
	font-size: 100%;
	text-align: left;
	background-color: #D8C39D;
	font-weight: normal;
	color: #333333;
	border: 1px solid #D8C39D;
	width: 230px;
	padding: 10px;
}
#contents table.table_flow th img {
	border: 1px solid #FFFFFF;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents form table.table_flow th span {
	font-size: 10px;
	color: #B72D27;
}
.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #AD9B78;
}
.arrow_fl {
	height: 20px;
	width: 20px;
	margin-bottom: 5px;
	margin-left: 340px;
	background-image: url(../img/common/arrow_fl.png);
	margin-right: 340px;
}


#side .sidebanner .calender {
	line-height: 200%;
	width: 228px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid B3935A;
	margin-bottom: 10px;
}

/*----MAP------*/

.map {
	padding: 1px;
	height: 448px;
	width: 768px;
	margin-bottom: 3px;
	border: 1px solid #FF6666;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
.map_caption {
	text-align: right;
	text-indent: 5px;
	margin-bottom: 20px;
	color: #333333;
}
.map_caption a {
	color: #996600;
	text-decoration: none;
}
.map_caption a:hover {
	color: #B72D27;
	text-decoration: none;
}

/*----i-frame------*/
#contents #i-frame {
	height: 198px;
	width: 768px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
/*----新着情報------*/
ul.topics{
	width: 730px;
	margin-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-style: normal;
	line-height: 130%;
	color: #666666;
	text-indent: 20px;
	padding: 10px;
}
ul.topics li{
	border-bottom-style: dotted;
	border-bottom-color: #CC9966;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	list-style-position: inside;
	list-style-image: url(../img/common/list_1.jpg);
}
.topics_date{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	padding-right: 20px;
}
.topics_text{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
}

/*----ayurveda_special------*/
.box_contents3 {
	height: 150px;
	width: 700px;
	margin-bottom: 15px;
	position: relative;
}
.box_contents3 .cap1 {
	height: 50px;
	width: 170px;
	position: absolute;
	left: 30px;
	top: 70px;
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
	color: #333333;
}
.box_contents3 .cap2 {
	height: 50px;
	width: 170px;
	position: absolute;
	left:265px;
	top: 70px;
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
	color: #333333;
}
.box_contents3 .cap3 {
	height: 50px;
	width: 170px;
	position: absolute;
	left:500px;
	top: 70px;
	font-size: 11px;
	font-style: normal;
	line-height: 150%;
	color: #333333;
}
.suggestion {
	background-image: url(../img/menu/special/img_special_4.jpg);
	height: 170px;
	width: 350px;
	margin-bottom: 10px;
	padding-top: 80px;
	padding-right: 310px;
	padding-bottom: 60px;
	padding-left: 40px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 120%;
}
/*----jQuery スライド（サロンのご案内）------*/
.viewer {
	width: 696px;
	height: 296px;
	text-align: left;
	overflow: hidden;
	background-image: url(../img/salon/frame.jpg);
	padding: 2px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.viewer ul {
	width: 696px;
	height: 296px;
	text-align: left;
	overflow: hidden;
	position: relative;
	padding: 2px;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 696px;
	height: 296px;
	display: none;
	position: absolute;
}
/*----jQuery ニュースティッカー------*/

div.ticker {
	width: 770px;
	position: relative;
	overflow: hidden;
	background-color: #000000;
	margin-bottom: 20px;
    filter:alpha(opacity=50);  
    -moz-opacity: 0.5;  
     opacity: 0.5;  
}

div.ticker ul {
	height: 2em;
}

div.ticker ul li {
	float: left;
	display: inline;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 2em;
	margin-bottom: -2em;
	color: #FFFFFF;
}
div.ticker ul lia {
	color: #FF9966;
}
div.ticker ul lia:hover {
	color: #FF6666;
	text-decoration: none;
}


div#longitudinally ul li,
div#fade ul li {
	left: 10px;
}


/*----室内紹介（INDEX_4)------*/
.box-par4 {
	float: left;
	height: 180px;
	width: 165px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	margin-bottom: 10px;
}
.box-par4 .img {
	height: 110px;
	width: 163px;
	border: 1px solid #C0C0C0;
	position: absolute;
	left: 0px;
	top: 0px;
}
.box-par4 .pbox {
	position: absolute;
	height: 65px;
	width: 165px;
	left: 0px;
	top: 120px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #666666;
}

#summary {
	background-image: url(../carevillage-ogura/img/sbj.jpg);
	background-repeat: no-repeat;
	width: 362px;
	padding-top: 92px;
	padding-right: 385px;
	padding-bottom: 23px;
	padding-left: 23px;
	height: 270px;
	margin-bottom: 30px;
}

#sbj {
	background-image: url(../carevillage-ogura/img/sbj2.jpg);
	background-repeat: no-repeat;
	width: 362px;
	padding-top: 92px;
	padding-right: 385px;
	padding-bottom: 23px;
	padding-left: 23px;
	height: 270px;
	margin-bottom: 30px;
}

/*----ジョブメドレー------*/	
.jobmedley_sth-ogura {
	background-image: url(../../images/common/bn_jm_sth-ogura.png);
	height: 38px;
	width: 150px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 530px;
	margin-right: 35px;
	margin-left: 35px;
}
