@charset "shift_jis"; 

/*********************************************************
///////////ワイヤー設定//////////*/

body {
	background: #ffffff;	/*背景色*/
	color: #333333;      	/*全体の文字色*/
	font-size:1em;
	line-height:1.5em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;/*iPhone文字自動拡大なくす*/
	font-weight:500;
}

.wrapper{
	position:relative;
	width:100%;
	margin:0;
	clear:both;
	float:none;
}
.inner{
	position:relative;
	max-width:1140px;/*サイトの幅に調整*/
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:none;
}
.inner980{
	position:relative;
	max-width:980px;/*サイトの幅に調整*/
	margin-left:auto;
	margin-right:auto;
	clear:both;
	float:none;
}

.contBox {
	background:#ffffff;
	position:relative;
	padding:50px 0;
}
.contBox1 {
	background:#f6f2e1;
	position:relative;
	padding:50px 0;
}
.contBox2 {
	background:#ebe9f1;
	position:relative;
	padding:50px 0;
}
.contBox3 {
	background:#f5f7f6;
	position:relative;
	padding:50px 0;
}
.txtBox {
	background:#ffffff;
	padding:30px;
	/*シャドウ（順序 横・下・ぼかし・広がり・色）*********************/ 
	box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
	-moz-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
	-o-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2);
}
.movieBox {
	position:relative;
}
a.scrollAnime {
  position: absolute;
  bottom: 30px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	z-index:222;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
a.scrollAnime span {
	display:block;
  width: 24px;
  height: 24px;
  margin: 0 0 15px 12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

@media only screen and (max-width:1139px){
.inner,
.inner980{
	margin:0 5%;
	width:90%;
}
.contBox,
.contBox1,
.contBox2,
.contBox3 {
	padding:30px 0;
}
}

@media only screen and (max-width: 768px){
body {
	font-size:0.9em;
	line-height:1.5em;
}
}

@media only screen and (max-width: 480px){
}




/*********************************************************
共通設定*/

/**************
PC・SP切替
***************/
.dispPC{display:block;}
.dispSP{display:none;}
.disp480{display:none;}
@media only screen and (max-width: 768px){
	.dispPC{display:none;}
	.dispSP{display:block;}
	.disp480{display:none;}
}
@media only screen and (max-width: 480px){
	.dispPC{display:none;}
	.dispSP{display:block;}
	.disp480{display:block;}
}


/**************
見出し
***************/
h1{ font-size:0.8em; line-height:2em;}
h2{
	padding:50px 0;
	text-align:center;
	color:#372a7b;
	font-weight:bold;
	font-size:1.6em;
	font-family:"游明朝 Light", YuMincho, "Noto Serif", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
h2 span {
	font-size:0.6em;
	color:#222222;
	margin-left:10px;
}

/*タイトル*/
h3{
	background:#372a7b;
	color:#ffffff;
	font-weight:bold;
	padding:15px;
	margin-bottom:20px;
}

/*サブタイトル*/
h4 {
  padding: 10px;
  border-left: 6px solid #372a7b;
	border-bottom: 1px solid #ddd;
	background:#ffffff;
	margin-bottom:20px;
	font-weight:bold;
	font-size:1em;
	color:#372a7b;
}

/*サブタイトル*/
h5{
  padding: 10px 15px;
	background:#ffffff;
	border:1px solid #ddd;
	margin-bottom:20px;
	font-weight:bold;
	font-size:1em;
}

@media only screen and (max-width:1139px){
}

@media only screen and (max-width: 768px){
h2 span {
	display:block;
}
}

@media only screen and (max-width: 480px){
h1{
	font-size:0.7em; line-height:1.5em;
}
h2{
	padding:35px 0;
	font-size:1.6em;
}
h2 span {
	font-size:0.6em;
	margin:5px 0 0;
}
}

/**************
共通
***************/
.contents{
	padding:60px 0;
}


/**************
ヘッダー
***************/
#header{
	width:100%;
	margin:0;
	clear:both;
	float:none;
	background:rgba(255,255,255,0.8); /*白*/
	padding:15px 0;
	z-index:101;
	position:fixed;
	top:0;
}
.h-wrap{}
.h-left{
	float:left;
	width:30%;
	padding-right:2%;
}
.h-right{
	float:right;
	width:70%;
}


@media only screen and (max-width:1139px){
	#header{
		padding:10px 0 10px 10px;
	}
}

@media only screen and (max-width: 768px){
	#header{
		height:60px;
	}
.h-left{
	float:none;
	width:100%;
	padding-right:0;
}
.h-right{
	float:none;
	width:0;
}
.h-left img {
	max-width:100%;/*width:100%;状況に応じて設定変更*/
	width:auto;
	height:40px;
	display:block;/*画像の下の空きをなくす*/
}
}

@media only screen and (max-width: 480px){
}


/**************
フッター
***************/
#footer{
	position:relative;
	width:100%;
	margin:0;
	clear:both;
	float:none;
	padding:40px 0;
	border-top:1px solid #dddddd;
	background:url(../images/common/fBg.jpg) bottom left repeat-x;
}
#footerSP{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	margin:0;
	clear:both;
	float:none;
}
#footerSP p a {
	display:block;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	padding:20px;
	background:#372a7b;
}
.fWrap {
}
.fWrap p {
	float:left;
	width:20%;
	margin-right:3%;
}
.fWrap div {
	float:left;
	width:40%;
	margin-top:10px;
}
.fWrap div p:first-child {
	width:100%;
	color:#a55579;
	font-size:1.6em;
	font-weight:bold;
}
.fWrap div p span {
	display:inline-block;
	color:#222222;
	background:#f7f7f7;
	text-align:center;
	padding:5px 10px;
	margin-left:15px;
	vertical-align:middle;
	line-height:1em;
	font-size:0.5em;
	font-weight:bold;
}
.fWrap div p:nth-child(2) {
	width:100%;
	font-size:0.9em;
}
.fWrap p.copyright{
	float:right;
	font-size:0.7em;
	line-height:1;
	text-align:right;
}

@media only screen and (max-width:1139px){
#footer{
	padding:40px 0 20px;
}
.fWrap p {
	float:none;
	width:25%;
	text-align:center;
	margin:0 auto 20px;
}
.fWrap p img {
	width:100%;
	margin:auto;
}
.fWrap div {
	float:none;
	width:100%;
	margin:0;
}
.fWrap div p:first-child {
	width:100%;
	color:#a55579;
	font-size:1.6em;
	font-weight:bold;
	margin:0;
}
.fWrap div p span {
	display:inline-block;
	color:#222222;
	background:#f7f7f7;
	text-align:center;
	padding:5px 10px;
	margin:0;
	vertical-align:middle;
	line-height:1em;
	font-size:0.5em;
	font-weight:bold;
}
.fWrap div p:nth-child(2) {
	width:100%;
	font-size:0.9em;
}
.fWrap p.copyright{
	float:none;
	width:100%;
	padding:10px 0;
	font-size:0.7em;
	text-align:center;
	clear:both;
}
}

@media only screen and (max-width: 768px){
#footer{
	margin-bottom:60px;
	background:none;
}
.fWrap p {
	width:35%;
}
.fWrap div p span {
	display:block;
	width:70%;
	margin:5px auto 10px;
}
.fWrap div p:nth-child(2) {
	font-size:0.8em;
	line-height:1.2em;
}
}

@media only screen and (max-width: 480px){
.fWrap p {
	width:60%;
}
}



/*********************************************************
トップページ
*/

/** 診療科目 ********/
.mediCare .contBox1 {
	position:relative;
	background:url(../images/bg_txt1.png) right 20px no-repeat #f6f2e1;
	font-size:1.1em;
}
.mediCare .contBox2 {
	position:relative;
	background:url(../images/bg_txt2.png) left 20px no-repeat #ebe9f1;
	font-size:1.1em;
}
.mediCare .contBox3 {
	position:relative;
	background:url(../images/p3.jpg) center center no-repeat #f5f7f6;
	font-size:1.1em;
	background-size:cover;
	padding:70px 0;
}


.mediCare p img {
	/*シャドウ（順序 横・下・ぼかし・広がり・色）*********************/ 
box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
-moz-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
-o-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
-webkit-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
}
.mediCare .contBox1 p.topPL {
	max-width:570px;
	float:left;
}
.mediCare .contBox2 p.topPR {
	max-width:570px;
	float:right;
}

/*
.txtBoxTop1 {
	position:absolute;
	bottom:30px;
	right:0;
	width:52%;
	background:url(../images/txtBox1Bg.jpg) right top no-repeat #ffffff;
}
.txtBoxTop2 {
	position:absolute;
	bottom:30px;
	left:0;
	width:52%;
	background:url(../images/txtBox2Bg.jpg) left top no-repeat #ffffff;
}
*/
.txtBoxTop1 {
	position:absolute;
	bottom:30px;
	right:0;
	width:52%;
}
.txtBoxTop2 {
	position:absolute;
	bottom:30px;
	left:0;
	width:52%;
}
.txtBoxTop3 {
	position:relative;
	top:0;
	background:#ffffff;
	width:100%;
	margin:auto;
}
.mediCare dl {
	position:relative;
}
.mediCare dl dt {
	position:absolute;
	width:80%;
	top:-85px;
	left:10%;
	background:#372a7b;
	padding:20px;
	color:#ffffff;
	text-align:center;
	font-family:"游明朝 Light", YuMincho, "Noto Serif", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:1.5em;
}
/*
.mediCare dl dt {
	position:absolute;
	width:50%;
	top:-80px;
	left:25%;
	background:#372a7b;
	padding:15px;
	color:#ffffff;
	text-align:center;
	font-family:"游明朝 Light", YuMincho, "Noto Serif", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:1.2em;
}
*/
.txtBoxTop1 dl dd {
	margin-top:20px;
	line-height:1.7em;
}
/*
.txtBoxTop1 dl dd {
	padding-right:40%;
	margin-top:20px;
	line-height:1.7em;
}
*/
.txtBoxTop1 dl dd:last-child {
	text-align:center;
}
/*
.txtBoxTop2 dl dd {
	padding-left:40%;
	margin-top:20px;
	line-height:1.7em;
}
*/
.txtBoxTop2 dl dd {
	margin-top:20px;
	line-height:1.7em;
}
.txtBoxTop2 dl dd:last-child {
	text-align:center;
}
.mediCare .txtBoxTop3 dl dt {
	top:-60px;
}
.txtBoxTop3 dl dd {
	width:95%;
	margin:auto;
	line-height:1.7em;
	padding-top:20px;
}
.txtBoxTop3 dl dd:last-child {
	text-align:center;
}
.mediCare dd a {
	display:inline-block;
	color:#a55579;
	text-decoration:none;
	text-align:center;
	border-bottom:1px dashed #a55579;
	font-size:0.9em;
	font-weight:bold;
}
.contBox3 .topInBox {
	width:45%;
	margin:50px auto 0;
}
/*
.miniImg5 {
	width:100%;
	margin:auto;
}
*/
/*
.miniImg5 img {
	margin-top:15px;
	box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
	-moz-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
	-o-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2);
}
*/

.img4290 img {
	margin-top:15px;
	/*シャドウ（順序 横・下・ぼかし・広がり・色）*********************/ 
	box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
	-moz-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
	-o-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0 0 2px 0px rgba(0,0,0,0.2);
}

@media only screen and (max-width:1139px){
.txtBoxTop1 {
	font-size:0.9em;
}
.txtBoxTop2 {
	font-size:0.9em;
}
.txtBoxTop3 {
	font-size:0.9em;
	width:100%;
}
}

@media only screen and (max-width: 768px){
.mediCare .contBox1 {
	padding:50px 0 0;
	background-size:contain;
}
.mediCare .contBox2 {
	padding:50px 0 0;
	background-size:contain;
}
.mediCare .contBox3 {
	background:url(../images/p3_sp.jpg) center center no-repeat #f5f7f6;
	background-size:cover;
	padding:30px 0;
}
.topInBox {
	width:85%;
	margin:auto;
}
.contBox3 .topInBox {
	width:80%;
}
.mediCare .contBox1 p.topPL {
	float:none;
	margin:auto;
}
.mediCare .contBox2 p.topPR {
	float:none;
	margin:auto;
}
.mediCare .contBox1 p.topPL img {
	width:100%;
	margin:auto;
}
.mediCare .contBox2 p.topPR img {
	width:100%;
	margin:auto;
}
.txtBoxTop1 {
	position:relative;
	width:100%;
	background:#ffffff;
	max-width:570px;
	margin:auto;
}
.txtBoxTop2 {
	position:relative;
	width:100%;
	background:#ffffff;
	max-width:570px;
	margin:auto;
}
.txtBoxTop3 {
	position:relative;
	width:100%;
	background:#ffffff;
	max-width:570px;
	margin:auto;
}
.txtBoxTop1 dl dd {
	padding-right:0;
	margin-top:20px;
	line-height:1.7em;
}
.txtBoxTop2 dl dd {
	padding-left:0;
	margin-top:20px;
	line-height:1.7em;
}
}

@media only screen and (max-width: 480px){
}


/** NEWS ********/
.news {
	padding:50px 0;
}
.news dl {
}
.news dt {
	float:left;
	width:30%;
	color:#372a7b;
	font-weight:bold;
	text-align:center;
	line-height:1em;
}
.news dt span {
	display:block;
	margin-bottom:15px;
	font-size:2.2em;
	font-family:"游明朝 Light", YuMincho, "Noto Serif", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.news dt i {
	display:block;
	text-align:center;
	font-size:7.0em;
	color:#dddddd;
	padding:30px 0;
}
.news dd {
	float:right;
	width:70%;
}
.news ul {
	overflow-y:scroll;
	height:250px;
}
.news li {
	border-bottom:1px dashed #dddddd;
	padding:12px 0;
	line-height:1.2em;
	font-size:0.9em;
}
.news li span {
	font-weight:bold;
	margin-right:10px;
}
@media only screen and (max-width:1139px){
}

@media only screen and (max-width: 768px){
.news dt {
	float:none;
	width:100%;
	margin:0 auto 30px;
	line-height:1em;
}
.news dt i {
	font-size:4.0em;
	padding:0 0 20px;
}
.news dd {
	float:none;
	width:90%;
	margin:auto;
}
.news dd li span {
	display:block;
	margin-right:0;
}
.news ul {
	height:180px;
}
}

@media only screen and (max-width: 480px){
}


/** ACCESS ********/
.access {
}
.access .floatLeft {
	width:33%;
}
.access .floatRight {
	width:65%;
}
.access .floatLeft dd {
	padding:30px;
	background:#ffffff;
	font-size:0.85em;
}
.acsTtl {
	color:#372a7b;
	padding:0 0 20px;
	margin-bottom:20px;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	border-bottom:1px dashed #dddddd;
}
.access i {
	margin-right:10px;
}
.acsSubTtl {
	font-weight:bold;
}
.topTimeTable {
	border-left:1px solid #372a7b;
	border-top:1px solid #372a7b;
	background:#ffffff;
	font-size:0.9em;
}
.topTimeTable th,
.topTimeTable td {
	padding:9px;
	text-align:center;
}
.topTimeTable th {
	background:#6f6898;
	color:#ffffff;
	border-right:1px solid #372a7b;
	border-bottom:1px solid #372a7b;
}
.topTimeTable td {
	border-right:1px solid #372a7b;
	border-bottom:1px solid #372a7b;
}
.topTimeTable td span {
	display:block;
	font-size:0.8em;
	line-height:1em;
}
.topTimeTable td em {
	display:block;
	font-style:normal;
	font-size:0.7em;
	line-height:1em;
	margin-top:0;
}
@media only screen and (max-width:1139px){
.access .floatLeft dd {
	line-height:1.4em;
}
}

@media only screen and (max-width: 768px){
.topTimeTable {
	font-size:0.8em;
	line-height:1.2em;
}
.access .floatLeft dd {
	font-size:0.8em;
}
.access .floatLeft {
	float:none;
	width:100%;
}
.access .floatRight {
	float:none;
	width:100%;
}
}

@media only screen and (max-width: 480px){
}


/** バナー群 ********/
.bnBox {
}
.bnBox dt {
	color:#372a7a;
	font-size:1em;
	font-weight:bold;
	padding:0 0 10px;
	border-bottom:1px solid #dddddd;
	margin-bottom:10px;
}

.bnWrapL {
	float:left;
	width:49%;
}
.bnWrapL li {
	margin-bottom:5px;
}
.bnWrapL li:last-child {
	margin-bottom:0;
}
.bnWrapR {
	float:right;
	width:49%;
}
.bnWrapR li {
	margin-bottom:5px;
}
.bnWrapR li:last-child {
	margin-bottom:0;
}
.bnWrapR p {
	font-size:0.9em;
}

@media only screen and (max-width: 768px){
.bnWrapL {
	float:none;
	width:100%;
}
.bnWrapL li:last-child {
	margin-bottom:5px;
}
.bnWrapR {
	float:none;
	width:100%;
}
.bnBox dt {
	padding:10px 0 ;
}
}



/*********************************************************
2nd
*/

.floatLeftPhoto {
	float:left;
	width:30%;
	margin:0 2% 2% 0;
}
.floatRightPhoto {
	float:right;
	width:30%;
	margin:0 0 2% 2%;
}
.message {
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.5em;
	padding:30px 0 55px;
}
.caution {
	padding:15px;
	border:1px dashed #cccccc;
	background:#ffffff;
	font-size:0.9em;
	li
}
.caution span {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}
@media only screen and (max-width:1139px){
}
@media only screen and (max-width: 768px){
.floatLeftPhoto,
.floatRightPhoto {
	width:40%;
}
}
@media only screen and (max-width: 480px){
.floatLeftPhoto,
.floatRightPhoto {
	float:none;
	width:100%;
	margin:0 0 3% 0;
}
.message {
	font-size:1.2em;
	padding:0 0 25px;
	letter-spacing:-1.5px;
}
}


/** 当院のご案内 ********/
.greetingTxt {
	margin-bottom:10px;
}
ul.greetingUl {
	background:#fff;
	padding:15px;
	font-size:0.8em;
}
ul.greetingUl li {
	display:inline-block;
	margin-right:15px;
}
.profileTable {
	float:right;
	width:68%;
}
.profileTable th {
	width:25%;
}


@media only screen and (max-width:1139px){
}
@media only screen and (max-width: 768px){
.profileTable {
	width:58%;
}
}
@media only screen and (max-width: 480px){
.profileTable {
	float:none;
	width:100%;
}
}


/** 当院のご案内 ********/
ul.subjectsList li p {
	margin-bottom:10px;
}
ul.subjectsList dt {
	background:#372a7b;
	color:#ffffff;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	padding:15px;
	margin-bottom:10px;
}


/** 診療科目 ********/
.subjectDetail p.floatLeftPhoto {
	float:left;
	width:20%;
	margin:0 2% 2% 0;
}
.subjectDetail li {
	border-bottom:1px dashed #dddddd;
	margin-bottom:20px;
}
.subjectDetail li:last-child {
	border:none;
	margin:0;
}
.subjectDetail dl dt {
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:10px;
}
.subjectDetail dl dd {
	margin-bottom:20px;
}
.subjectDetail dl dd span:before {
	content:'';
	width:5px;
	display:inline-block;
}
.subjectDetail dl dd span {
	display:inline;
	line-height:1.4em;
	font-size:1.1em;
	font-weight:bold;
	background:#FCC;
	color:#C06;
}
.subjectDetail dl dd span:after {
	content:'';
	height:10px;
	display:block;
	background:none;
}
.drPrf {
}
.drPrf dl dt {
	font-weight:bold;
	margin-bottom:5px;
}
.drPrf dl dt span {
	font-size:0.75em;
}
.drPrf li {
	margin-bottom:20px;
}
.drPrf .column2-1 li:nth-child(3n) {
	margin-bottom:0;
}
.drPrf .column2-1 li:nth-child(4n) {
	margin-bottom:0;
}

@media only screen and (max-width:1139px){
}
@media only screen and (max-width: 768px){
.subjectDetail p.floatLeftPhoto {
	width:30%;
}
.drPrf .column2-1 li.column2-1 {
	margin-bottom:0;
}
}
@media only screen and (max-width: 480px){
.subjectDetail p.floatLeftPhoto {
	float:none;
	width:100%;
	margin:0 0 4% 0;
}
.subjectDetail p.floatLeftPhoto img {
	margin:auto;
}
}

/** 訪問診療 ********/
.irregular .floatLeftPhoto {
	width:40%;
}
.irregular .floatLeftPhoto img {
	width:100%;
}
.irregular .floatRightPhoto {
	width:40%;
}
.irregular .floatRightPhoto img {
	width:100%;
}

/** 施設基準、加算等に関わるご案内ページ ********/
.linkBtn {
	text-align:center;
	clear:both;
	margin-top:50px;
}
.linkBtn a {
	padding:20px 30px;
	text-align:center;
	width:80%;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	background:#372a7b;
	border-radius: 7px;        /* CSS3草案 */  
	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 7px;   /* Firefox用 */
	text-decoration:none;
}
.tableLR {
	display:flex;
  flex-wrap: wrap;
	align-items:flex-start;
	justify-content:space-between;
}
.tableLR .tableNomal {
	width:49%;
}
@media only screen and (max-width: 768px){
.tableLR .tableNomal {
	width:100%;
	margin-bottom:15px;
}
}

.rayoutRL {
	display:flex;
  flex-wrap: wrap;
	align-items:flex-start;
	justify-content:flex-start;
}
.rayoutRL ul {
	width:auto;
}
.rayoutRL ul:first-child {
	margin-right:50px;
}
@media only screen and (max-width:1139px){

}
@media only screen and (max-width: 768px){
.rayoutRL ul:first-child {
	margin-right:0;
}
}







@media only screen and (max-width:1139px){
}
@media only screen and (max-width: 768px){
}
@media only screen and (max-width: 480px){
}
